~toolpart/+junk/pythoncard

« back to all changes in this revision

Viewing changes to tools/standaloneBuilder/newProjectWizard.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':'Image', 
 
9
    'name':'Image1', 
 
10
    'position':(-5, -5), 
 
11
    'size':(174, 324), 
 
12
    'actionBindings':{}, 
 
13
    'file':'pixmaps/newproject.png', 
 
14
    },
 
15
 
 
16
{'type':'Button', 
 
17
    'name':'backBtn', 
 
18
    'position':(330, 270), 
 
19
    'actionBindings':{}, 
 
20
    'enabled':False, 
 
21
    'label':'< Back', 
 
22
    },
 
23
 
 
24
{'type':'Button', 
 
25
    'name':'nextBtn', 
 
26
    'position':(415, 270), 
 
27
    'actionBindings':{}, 
 
28
    'label':'Next >', 
 
29
    },
 
30
 
 
31
{'type':'Button', 
 
32
    'id':5101, 
 
33
    'name':'cancelBtn', 
 
34
    'position':(510, 270), 
 
35
    'actionBindings':{}, 
 
36
    'label':'Cancel', 
 
37
    },
 
38
 
 
39
{'type':'StaticText', 
 
40
    'name':'page0text1', 
 
41
    'position':(175, 0), 
 
42
    'actionBindings':{}, 
 
43
    'font':{'faceName': 'Tahoma', 'family': 'sansSerif', 'size': 20}, 
 
44
    'text':'Welcome to the new project', 
 
45
    'userdata':'page0', 
 
46
    },
 
47
 
 
48
{'type':'StaticText', 
 
49
    'name':'page0text2', 
 
50
    'position':(175, 30), 
 
51
    'actionBindings':{}, 
 
52
    'font':{'faceName': 'Tahoma', 'family': 'sansSerif', 'size': 20}, 
 
53
    'text':'wizard!', 
 
54
    'userdata':'page0', 
 
55
    },
 
56
 
 
57
{'type':'StaticText', 
 
58
    'name':'page0text3', 
 
59
    'position':(175, 85), 
 
60
    'actionBindings':{}, 
 
61
    'font':{'faceName': 'Tahoma', 'family': 'sansSerif', 'size': 10}, 
 
62
    'text':'This will gather the information required to create a brand new project.', 
 
63
    'userdata':'page0', 
 
64
    },
 
65
 
 
66
{'type':'StaticText', 
 
67
    'name':'page0text4', 
 
68
    'position':(175, 100), 
 
69
    'actionBindings':{}, 
 
70
    'font':{'faceName': 'Tahoma', 'family': 'sansSerif', 'size': 10}, 
 
71
    'text':'Click Next to continue, or Cancel to exit the wizard.', 
 
72
    'userdata':'page0', 
 
73
    },
 
74
 
 
75
] # end components
 
76
} # end CustomDialog