/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to olive.glade

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2006-08-15 18:59:46 UTC
  • mto: (0.14.1 main) (93.1.1 win32.bialix)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: Szilveszter.Farkas@gmail.com-20060815185946-8b169c3f73aef666
Added View menu; implemented Refresh; some TODO changes.

2006-08-15  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>

    * olive.glade: added View menu
    * olive/frontend/gtk/handler.py: implement the signal handlers
    * olive/frontend/gtk/__init__.py: connect the signals
    * TODO: some items marked as [DONE]

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
                      <signal name="activate" handler="on_menuitem_add_files_activate" last_modification_time="Fri, 21 Jul 2006 11:38:39 GMT"/>
53
53
 
54
54
                      <child internal-child="image">
55
 
                        <widget class="GtkImage" id="image152">
 
55
                        <widget class="GtkImage" id="image214">
56
56
                          <property name="visible">True</property>
57
57
                          <property name="stock">gtk-add</property>
58
58
                          <property name="icon_size">1</property>
73
73
                      <signal name="activate" handler="on_menuitem_remove_file_activate" last_modification_time="Fri, 21 Jul 2006 13:54:07 GMT"/>
74
74
 
75
75
                      <child internal-child="image">
76
 
                        <widget class="GtkImage" id="image153">
 
76
                        <widget class="GtkImage" id="image215">
77
77
                          <property name="visible">True</property>
78
78
                          <property name="stock">gtk-remove</property>
79
79
                          <property name="icon_size">1</property>
145
145
          </child>
146
146
 
147
147
          <child>
 
148
            <widget class="GtkMenuItem" id="menuitem_view">
 
149
              <property name="visible">True</property>
 
150
              <property name="label" translatable="yes">_View</property>
 
151
              <property name="use_underline">True</property>
 
152
              <signal name="activate" handler="on_menuitem_view_activate" last_modification_time="Tue, 15 Aug 2006 18:14:04 GMT"/>
 
153
 
 
154
              <child>
 
155
                <widget class="GtkMenu" id="menuitem_view_menu">
 
156
 
 
157
                  <child>
 
158
                    <widget class="GtkCheckMenuItem" id="menuitem_view_show_hidden_files">
 
159
                      <property name="visible">True</property>
 
160
                      <property name="label" translatable="yes">Show _hidden files</property>
 
161
                      <property name="use_underline">True</property>
 
162
                      <property name="active">False</property>
 
163
                      <signal name="activate" handler="on_menuitem_view_show_hidden_files_activate" last_modification_time="Tue, 15 Aug 2006 18:13:36 GMT"/>
 
164
                    </widget>
 
165
                  </child>
 
166
 
 
167
                  <child>
 
168
                    <widget class="GtkSeparatorMenuItem" id="separator_view1">
 
169
                      <property name="visible">True</property>
 
170
                    </widget>
 
171
                  </child>
 
172
 
 
173
                  <child>
 
174
                    <widget class="GtkMenuItem" id="menuitem_view_refresh">
 
175
                      <property name="visible">True</property>
 
176
                      <property name="label" translatable="yes">_Refresh</property>
 
177
                      <property name="use_underline">True</property>
 
178
                      <signal name="activate" handler="on_menuitem_view_refresh_activate" last_modification_time="Tue, 15 Aug 2006 18:15:01 GMT"/>
 
179
                    </widget>
 
180
                  </child>
 
181
                </widget>
 
182
              </child>
 
183
            </widget>
 
184
          </child>
 
185
 
 
186
          <child>
148
187
            <widget class="GtkMenuItem" id="menuitem_branch">
149
188
              <property name="visible">True</property>
150
189
              <property name="label" translatable="yes">_Branch</property>
194
233
                      <signal name="activate" handler="on_menuitem_branch_pull_activate" last_modification_time="Mon, 17 Jul 2006 08:52:48 GMT"/>
195
234
 
196
235
                      <child internal-child="image">
197
 
                        <widget class="GtkImage" id="image154">
 
236
                        <widget class="GtkImage" id="image216">
198
237
                          <property name="visible">True</property>
199
238
                          <property name="pixbuf">pull16.png</property>
200
239
                          <property name="xalign">0.5</property>
214
253
                      <signal name="activate" handler="on_menuitem_branch_push_activate" last_modification_time="Mon, 17 Jul 2006 08:52:48 GMT"/>
215
254
 
216
255
                      <child internal-child="image">
217
 
                        <widget class="GtkImage" id="image155">
 
256
                        <widget class="GtkImage" id="image217">
218
257
                          <property name="visible">True</property>
219
258
                          <property name="pixbuf">push16.png</property>
220
259
                          <property name="xalign">0.5</property>
240
279
                      <signal name="activate" handler="on_menuitem_branch_commit_activate" last_modification_time="Mon, 17 Jul 2006 08:53:37 GMT"/>
241
280
 
242
281
                      <child internal-child="image">
243
 
                        <widget class="GtkImage" id="image156">
 
282
                        <widget class="GtkImage" id="image218">
244
283
                          <property name="visible">True</property>
245
284
                          <property name="pixbuf">commit16.png</property>
246
285
                          <property name="xalign">0.5</property>
288
327
                      <signal name="activate" handler="on_menuitem_stats_diff_activate" last_modification_time="Thu, 03 Aug 2006 11:35:30 GMT"/>
289
328
 
290
329
                      <child internal-child="image">
291
 
                        <widget class="GtkImage" id="image157">
 
330
                        <widget class="GtkImage" id="image219">
292
331
                          <property name="visible">True</property>
293
332
                          <property name="pixbuf">diff16.png</property>
294
333
                          <property name="xalign">0.5</property>
308
347
                      <signal name="activate" handler="on_menuitem_stats_log_activate" last_modification_time="Thu, 03 Aug 2006 11:35:43 GMT"/>
309
348
 
310
349
                      <child internal-child="image">
311
 
                        <widget class="GtkImage" id="image158">
 
350
                        <widget class="GtkImage" id="image220">
312
351
                          <property name="visible">True</property>
313
352
                          <property name="pixbuf">log16.png</property>
314
353
                          <property name="xalign">0.5</property>
371
410
          <property name="show_arrow">True</property>
372
411
 
373
412
          <child>
374
 
            <widget class="GtkToolButton" id="toolbutton_update">
 
413
            <widget class="GtkToolButton" id="toolbutton_refresh">
375
414
              <property name="visible">True</property>
376
 
              <property name="label" translatable="yes">Update</property>
 
415
              <property name="label" translatable="yes">Refresh</property>
377
416
              <property name="use_underline">True</property>
378
417
              <property name="icon">refresh.png</property>
379
418
              <property name="visible_horizontal">True</property>
380
419
              <property name="visible_vertical">True</property>
381
420
              <property name="is_important">False</property>
382
 
              <signal name="clicked" handler="on_toolbutton_update_clicked" last_modification_time="Mon, 17 Jul 2006 09:04:16 GMT"/>
 
421
              <signal name="clicked" handler="on_toolbutton_refresh_clicked" last_modification_time="Tue, 15 Aug 2006 18:08:06 GMT"/>
383
422
            </widget>
384
423
            <packing>
385
424
              <property name="expand">False</property>