~ubuntu-branches/ubuntu/natty/quickly/natty

« back to all changes in this revision

Viewing changes to data/templates/ubuntu-application/project_root/data/ui/camel_case_nameWindow.ui

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-03-29 19:00:48 UTC
  • mfrom: (8.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100329190048-olhobq492x3xnztz
Tags: 0.3.90-0ubuntu1
* New release:
  Quickly core:
  - check now that --template has one argument
  - -- enables to give options to templates (unknown options and arguments
    are still given to templates but -- specify explicity what to give to
    templates commands like -h, --version...)
  - check and enable recreation of the credential if user deletes it on
    Launchpad
  - Use realpath so that we can symlink to the binary in trunk.
    (Jonathan Lange)
  - project_path_not_found is raised when data_path_not_found should be
    (originated from Philip Peitsch's patch). (LP: #497688)
  - importing command in one template from another template is now possible
    support as well "all" keyword to import all commands from a template
    into another one (take care of overridden commands too)
    (LP: #452306, #487301)
  - add an apport hook to get installed templates (LP: #411127)
  - enable option completion for templates
  - handle now version upgrade, launching script for templates and handling
    versionning on them
  - change getstarted wording (LP: #486180) - Grant
  - Quickly ship now "version" tag instead of "format" tag
  - add some templatetools to check X display
  - if a commands exit with 4, do not show "ERROR:" (case of wrong command
    usage, for instance)
  - Rewrote importing module in both bin/quickly and ubuntu-project binary
  - Add get_camel_case_name() and get_sentence_name() to templatetools
  - Refactor some code in pre_create hook()
  - Now dashes and spaces support in project name! Dealing with python and
    packaging issues for you. (LP: #493130)
  - Provide Quickly API (LP: #426480)
  - Fix some issues in the man page
  ubuntu-application Template:
  - Enabling upload to team or user ppa, as well as any ppa.
    Use --ppa ppaname or --ppa team/ppaname
    .quickly file can be used as well with ppa = ppaname or
    ppa = team/ppaname (LP: #470192)
    ppa completion is also available
  - Change BSD header by full license
  - Add MIT license
  - Fixes an error when launchpad display name contains unicode character
    (Petar Vasić)
  - Fix typo in quickly help save (Petar Vasić)
  - Adds logo.png as logo property in about dialog (LP: #478389)
    (Petar Vasić)
  - Remove lp-project-change command and add configure command.
    configure lp-project [project_name] to set/reset lp project binded to
    your Quickly project
    ppa <ppa name> to set a default ppa with your project
  - Fix ~/.selected-editor being ignored (LP: #484730)
  - Fix wrong shell completion when in a template (it wrongly proposed
    all commands followed by templates)
  - Check if we have a X display available before running "run" or launching
    GUI in "create" command.
  - add -- support in quickly run to pass options like --help, --version so
    that Quickly core don't take them.
  - enable preferences save call being called multiple times (Philip Peitsch)
  - Use realpath so that we can symlink to the binary in trunk.
  - Fixed some errors in the tutorial (Brian) (LP: #499356)
  - Fix missing import sys in setup.py (Philip Peitsch) (LP: #499712)
  - rename ubuntu-project to ubuntu-application
  - enhance quickly license (no more Copyright file, only one AUTHORS file)
    personal license needs COPYING file now (and the header will be copied in
    every files). No more # needed in those files too. Some other little
    refactoring too (LP: #469330)
  - autolicence by default on first share/release (with LP info and on GPL-3)
  - change versionning support in ubuntu application: (LP: #476814)
   + quickly share just adds -publicX to current version where X is bumped
     at each "quicky share" execution
   + quickly release remove -publicX (if any) and release with current YY.MM.
     If there is already a release with that version, it will be YY.MM.1, 
     then YY.MM.2
  - add accelerators to menu items (jens persson)
  - set correctly title dialog (Philip Peitsch) (LP: #501999)
  - about dialog box is now fully automated: (LP: #478414)
   + update copyright, authors, license (when licensing)
   + version (when sharing and releasing)
   + homepage (when changing launchpad project: release and configure)
  - add an 'add' command. $ quickly dialog … is now $ quickly add dialog …
    (LP: #438320)
  - enable automatic release and milestone built in LP, releasing and pushing
    upstream tarball (LP: #470344)
  - automatic collect and publish changelog message from commits and save
    messages used during devlopment. (LP: #476572)
  - add i18n to boiler plate (LP: #423529)
  - enable adding manual depdencies to quickly project (LP: #474639)
  - enable configure its own bzr branch and resetting parent branch even once
    already configured (quickly configure bzr <branch-path>)
  - now recommends seahorse-plugins to have a graphical prompt for signing
    package
  - rename quickly glade to quickly design (LP: #528664)
  - create command is now more flexible and enable people to inherit from
    other template more easily
  - add translation domain to gtkbuilder and fix some items that shouldn't
    been translatable (Łukasz Jernaś)
  - add apport and launchpadintegration to new and existing project once
    bounded to LP (Philip Peitsch)
  - fix spelling mistake "connexion" (Łukasz Jernaś) (LP: #532667)
  - the ubuntu-application tutorial is now internationalized and use docbook
    format. Translators, it's yours! (Shane Fagan) (LP: #525168)
  - package/share/release are now more quiet and only print something on error
    warning as a summary as with unfound packages, and so on (LP: #482915)
  - new algorithm to select good email automatically. Try to get the preferred
    email and update the AUTHOR file with it.
  - test GPG key and create one automatically if none is available. The
    corresponding public key availabity in launchpad is also checked.
    (LP: #427730, #408993)
  - add devscripts as a dependency (bug #465833), will fix all the depends
    mess later
  - bump python-distutils-extra (>= 2.18bzr1)
  ubuntu-cli Template:
  - first release using import command feature (no command written into the
    template itself). This is a basic ubuntu CLI application
  ubuntu-pygame Template:
  - first release using import command feature. python-pygame added as a
    depends
* debian/control:
  - renamed and separate in multiple packages to get a -common used with
    Quickly widgets (LP: #519633)
  - suggests python-quickly-widgets

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-requires python_name_window 1.0 -->
 
5
  <!-- interface-naming-policy project-wide -->
 
6
  <!-- interface-local-resource-path ../media -->
 
7
  <object class="camel_case_nameWindow" id="python_name_window">
 
8
    <property name="title" translatable="yes">sentence_name</property>
 
9
    <property name="icon">../media/icon.png</property>
 
10
    <signal name="destroy" handler="on_destroy"/>
 
11
    <child>
 
12
      <object class="GtkVBox" id="vbox1">
 
13
        <property name="visible">True</property>
 
14
        <property name="orientation">vertical</property>
 
15
        <property name="spacing">5</property>
 
16
        <child>
 
17
          <object class="GtkMenuBar" id="menubar1">
 
18
            <property name="visible">True</property>
 
19
            <child>
 
20
              <object class="GtkMenuItem" id="menuitem1">
 
21
                <property name="visible">True</property>
 
22
                <property name="label" translatable="yes">_File</property>
 
23
                <property name="use_underline">True</property>
 
24
                <child type="submenu">
 
25
                  <object class="GtkMenu" id="menu1">
 
26
                    <property name="visible">True</property>
 
27
                    <child>
 
28
                      <object class="GtkImageMenuItem" id="imagemenuitem1">
 
29
                        <property name="label">gtk-new</property>
 
30
                        <property name="visible">True</property>
 
31
                        <property name="use_action_appearance">True</property>
 
32
                        <property name="use_underline">True</property>
 
33
                        <property name="use_stock">True</property>
 
34
                        <accelerator key="n" signal="activate" modifiers="GDK_CONTROL_MASK"/>
 
35
                      </object>
 
36
                    </child>
 
37
                    <child>
 
38
                      <object class="GtkImageMenuItem" id="imagemenuitem2">
 
39
                        <property name="label">gtk-open</property>
 
40
                        <property name="visible">True</property>
 
41
                        <property name="use_underline">True</property>
 
42
                        <property name="use_stock">True</property>
 
43
                        <accelerator key="o" signal="activate" modifiers="GDK_CONTROL_MASK"/>
 
44
                      </object>
 
45
                    </child>
 
46
                    <child>
 
47
                      <object class="GtkImageMenuItem" id="imagemenuitem3">
 
48
                        <property name="label">gtk-save</property>
 
49
                        <property name="visible">True</property>
 
50
                        <property name="use_underline">True</property>
 
51
                        <property name="use_stock">True</property>
 
52
                        <accelerator key="s" signal="activate" modifiers="GDK_CONTROL_MASK"/>
 
53
                      </object>
 
54
                    </child>
 
55
                    <child>
 
56
                      <object class="GtkImageMenuItem" id="imagemenuitem4">
 
57
                        <property name="label">gtk-save-as</property>
 
58
                        <property name="visible">True</property>
 
59
                        <property name="use_underline">True</property>
 
60
                        <property name="use_stock">True</property>
 
61
                        <accelerator key="s" signal="activate" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK"/>
 
62
                      </object>
 
63
                    </child>
 
64
                    <child>
 
65
                      <object class="GtkSeparatorMenuItem" id="separatormenuitem1">
 
66
                        <property name="visible">True</property>
 
67
                      </object>
 
68
                    </child>
 
69
                    <child>
 
70
                      <object class="GtkImageMenuItem" id="imagemenuitem5">
 
71
                        <property name="label">gtk-quit</property>
 
72
                        <property name="visible">True</property>
 
73
                        <property name="use_underline">True</property>
 
74
                        <property name="use_stock">True</property>
 
75
                        <accelerator key="q" signal="activate" modifiers="GDK_CONTROL_MASK"/>
 
76
                        <signal name="activate" handler="quit"/>
 
77
                      </object>
 
78
                    </child>
 
79
                  </object>
 
80
                </child>
 
81
              </object>
 
82
            </child>
 
83
            <child>
 
84
              <object class="GtkMenuItem" id="menuitem2">
 
85
                <property name="visible">True</property>
 
86
                <property name="label" translatable="yes">_Edit</property>
 
87
                <property name="use_underline">True</property>
 
88
                <child type="submenu">
 
89
                  <object class="GtkMenu" id="menu2">
 
90
                    <property name="visible">True</property>
 
91
                    <child>
 
92
                      <object class="GtkImageMenuItem" id="imagemenuitem6">
 
93
                        <property name="label">gtk-cut</property>
 
94
                        <property name="visible">True</property>
 
95
                        <property name="use_underline">True</property>
 
96
                        <property name="use_stock">True</property>
 
97
                        <accelerator key="x" signal="activate" modifiers="GDK_CONTROL_MASK"/>
 
98
                      </object>
 
99
                    </child>
 
100
                    <child>
 
101
                      <object class="GtkImageMenuItem" id="imagemenuitem7">
 
102
                        <property name="label">gtk-copy</property>
 
103
                        <property name="visible">True</property>
 
104
                        <property name="use_underline">True</property>
 
105
                        <property name="use_stock">True</property>
 
106
                        <accelerator key="c" signal="activate" modifiers="GDK_CONTROL_MASK"/>
 
107
                      </object>
 
108
                    </child>
 
109
                    <child>
 
110
                      <object class="GtkImageMenuItem" id="imagemenuitem8">
 
111
                        <property name="label">gtk-paste</property>
 
112
                        <property name="visible">True</property>
 
113
                        <property name="use_underline">True</property>
 
114
                        <property name="use_stock">True</property>
 
115
                        <accelerator key="v" signal="activate" modifiers="GDK_CONTROL_MASK"/>
 
116
                      </object>
 
117
                    </child>
 
118
                    <child>
 
119
                      <object class="GtkImageMenuItem" id="imagemenuitem9">
 
120
                        <property name="label">gtk-delete</property>
 
121
                        <property name="visible">True</property>
 
122
                        <property name="use_underline">True</property>
 
123
                        <property name="use_stock">True</property>
 
124
                        <accelerator key="Delete" signal="activate"/>
 
125
                      </object>
 
126
                    </child>
 
127
                    <child>
 
128
                      <object class="GtkSeparatorMenuItem" id="separatormenuitem2">
 
129
                        <property name="visible">True</property>
 
130
                      </object>
 
131
                    </child>
 
132
                    <child>
 
133
                      <object class="GtkImageMenuItem" id="imagemenuitem11">
 
134
                        <property name="label">gtk-preferences</property>
 
135
                        <property name="visible">True</property>
 
136
                        <property name="use_underline">True</property>
 
137
                        <property name="use_stock">True</property>
 
138
                        <signal name="activate" handler="preferences"/>
 
139
                      </object>
 
140
                    </child>
 
141
                  </object>
 
142
                </child>
 
143
              </object>
 
144
            </child>
 
145
            <child>
 
146
              <object class="GtkMenuItem" id="menuitem3">
 
147
                <property name="visible">True</property>
 
148
                <property name="label" translatable="yes">_View</property>
 
149
                <property name="use_underline">True</property>
 
150
              </object>
 
151
            </child>
 
152
            <child>
 
153
              <object class="GtkMenuItem" id="menuitem4">
 
154
                <property name="visible">True</property>
 
155
                <property name="label" translatable="yes">_Help</property>
 
156
                <property name="use_underline">True</property>
 
157
                <child type="submenu">
 
158
                  <object class="GtkMenu" id="helpMenu">
 
159
                    <property name="visible">True</property>
 
160
                    <child>
 
161
                      <object class="GtkImageMenuItem" id="imagemenuitem10">
 
162
                        <property name="label">gtk-about</property>
 
163
                        <property name="visible">True</property>
 
164
                        <property name="use_underline">True</property>
 
165
                        <property name="use_stock">True</property>
 
166
                        <signal name="activate" handler="about"/>
 
167
                      </object>
 
168
                    </child>
 
169
                  </object>
 
170
                </child>
 
171
              </object>
 
172
            </child>
 
173
          </object>
 
174
          <packing>
 
175
            <property name="expand">False</property>
 
176
            <property name="position">0</property>
 
177
          </packing>
 
178
        </child>
 
179
        <child>
 
180
          <object class="GtkLabel" id="label1">
 
181
            <property name="visible">True</property>
 
182
            <property name="xpad">30</property>
 
183
            <property name="ypad">5</property>
 
184
            <property name="label" translatable="yes">Your application has been created!
 
185
 
 
186
To start changing this user interface, run 'quickly glade', which will open Glade so you can edit the default windows and dialogs.
 
187
 
 
188
To change the behavior and edit the python code, run 'quickly edit', which will bring up a text editor.</property>
 
189
            <property name="wrap">True</property>
 
190
          </object>
 
191
          <packing>
 
192
            <property name="position">1</property>
 
193
          </packing>
 
194
        </child>
 
195
        <child>
 
196
          <object class="GtkImage" id="image1">
 
197
            <property name="visible">True</property>
 
198
            <property name="xpad">5</property>
 
199
            <property name="ypad">5</property>
 
200
            <property name="pixbuf">../media/background.png</property>
 
201
          </object>
 
202
          <packing>
 
203
            <property name="padding">15</property>
 
204
            <property name="position">2</property>
 
205
          </packing>
 
206
        </child>
 
207
        <child>
 
208
          <object class="GtkStatusbar" id="statusbar1">
 
209
            <property name="visible">True</property>
 
210
            <property name="spacing">2</property>
 
211
            <child>
 
212
              <object class="GtkLabel" id="label2">
 
213
                <property name="visible">True</property>
 
214
                <property name="xalign">0</property>
 
215
                <property name="xpad">5</property>
 
216
                <property name="ypad">5</property>
 
217
                <property name="label" translatable="yes">Status Area</property>
 
218
              </object>
 
219
              <packing>
 
220
                <property name="position">0</property>
 
221
              </packing>
 
222
            </child>
 
223
          </object>
 
224
          <packing>
 
225
            <property name="expand">False</property>
 
226
            <property name="position">3</property>
 
227
          </packing>
 
228
        </child>
 
229
      </object>
 
230
    </child>
 
231
  </object>
 
232
</interface>