~toolpart/+junk/pythoncard

« back to all changes in this revision

Viewing changes to tools/standaloneBuilder/newProjectWizardPage2.gtk.rsrc.py

  • Committer: Bazaar Package Importer
  • Author(s): Sandro Tosi
  • Date: 2010-03-04 23:55:10 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100304235510-3v6lbhzwrgm0pcca
Tags: 0.8.2-1
* QA upload.
* New upstream release
* debian/control
  - set maintainer to QA group
  - set Homepage field, removing the URL from packages description
  - bump versioned b-d-i on python-support, to properly support Python module
  - replace b-d on python-all-dev with python-all, since building only
    arch:all packages
  - replace Source-Version substvar with source:Version
  - add ${misc:Depends} to binary packages Depends
* debian/watch
  - updated to use the SourceForge redirector; thanks to Raphael Geissert for
    the report and to Dario Minnucci for the patch; Closes: #449904
* debian/{pythoncard-doc, python-pythoncard}.install
  - use wildcards instead of site-packages to fix build with python 2.6;
    thanks to Ilya Barygin for the report and patch; Closes: #572332
* debian/pythoncard-doc.doc-base
  - set section to Programmin/Python
* debian/pythoncard-tools.menu
  - set menu main section to Applications
* debian/pythoncard-tools.postinst
  - removed, needed only to update the menu, but it's now created by debhelper

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{'type':'CustomDialog',
 
2
    'name':'Template',
 
3
    'title':'New Project Wizard',
 
4
    'position':(171, 401),
 
5
    'size':(600, 310),
 
6
    'components': [
 
7
 
 
8
{'type':'StaticText', 
 
9
    'name':'page2text1', 
 
10
    'position':(175, 0), 
 
11
    'actionBindings':{}, 
 
12
    'font':{'faceName': 'Tahoma', 'family': 'sansSerif', 'size': 20}, 
 
13
    'text':'New project wizard', 
 
14
    'userdata':'page2', 
 
15
    },
 
16
 
 
17
{'type':'StaticText', 
 
18
    'name':'page2text2', 
 
19
    'position':(175, 60), 
 
20
    'actionBindings':{}, 
 
21
    'text':'Project description', 
 
22
    'userdata':'page2', 
 
23
    },
 
24
 
 
25
{'type':'TextField', 
 
26
    'name':'projectDesc', 
 
27
    'position':(175, 80), 
 
28
    'size':(415, -1), 
 
29
    'actionBindings':{}, 
 
30
    'userdata':'page2', 
 
31
    },
 
32
 
 
33
{'type':'Image', 
 
34
    'name':'Image1', 
 
35
    'position':(-5, -5), 
 
36
    'size':(174, 324), 
 
37
    'actionBindings':{}, 
 
38
    'file':'pixmaps/newproject.png', 
 
39
    },
 
40
 
 
41
] # end components
 
42
} # end CustomDialog