/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-09-02 14:27:00 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-20060902142700-53171c98d497a8db
Implemented Missing revisions functionality.

2006-09-02  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>

    * po/olive-gtk.pot: regenerated
    * olive/backend/errors.py: added ConnectionError exception
    * olive/frontend/gtk/handler.py: implemented Missing revisions menu handler
    * olive.glade: added Branch/Missing revisions menu item
    * olive/backend/update.py: added NotBranchError and ConnectionError
      exceptions to missing()

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="image220">
 
55
                        <widget class="GtkImage" id="image226">
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="image221">
 
76
                        <widget class="GtkImage" id="image227">
77
77
                          <property name="visible">True</property>
78
78
                          <property name="stock">gtk-remove</property>
79
79
                          <property name="icon_size">1</property>
233
233
                      <signal name="activate" handler="on_menuitem_branch_pull_activate" last_modification_time="Mon, 17 Jul 2006 08:52:48 GMT"/>
234
234
 
235
235
                      <child internal-child="image">
236
 
                        <widget class="GtkImage" id="image222">
 
236
                        <widget class="GtkImage" id="image228">
237
237
                          <property name="visible">True</property>
238
238
                          <property name="pixbuf">pull16.png</property>
239
239
                          <property name="xalign">0.5</property>
253
253
                      <signal name="activate" handler="on_menuitem_branch_push_activate" last_modification_time="Mon, 17 Jul 2006 08:52:48 GMT"/>
254
254
 
255
255
                      <child internal-child="image">
256
 
                        <widget class="GtkImage" id="image223">
 
256
                        <widget class="GtkImage" id="image229">
257
257
                          <property name="visible">True</property>
258
258
                          <property name="pixbuf">push16.png</property>
259
259
                          <property name="xalign">0.5</property>
279
279
                      <signal name="activate" handler="on_menuitem_branch_commit_activate" last_modification_time="Mon, 17 Jul 2006 08:53:37 GMT"/>
280
280
 
281
281
                      <child internal-child="image">
282
 
                        <widget class="GtkImage" id="image224">
 
282
                        <widget class="GtkImage" id="image230">
283
283
                          <property name="visible">True</property>
284
284
                          <property name="pixbuf">commit16.png</property>
285
285
                          <property name="xalign">0.5</property>
305
305
                      <signal name="activate" handler="on_menuitem_branch_status_activate" last_modification_time="Thu, 03 Aug 2006 13:58:03 GMT"/>
306
306
                    </widget>
307
307
                  </child>
 
308
 
 
309
                  <child>
 
310
                    <widget class="GtkMenuItem" id="menuitem_branch_missing_revisions">
 
311
                      <property name="visible">True</property>
 
312
                      <property name="label" translatable="yes">_Missing revisions</property>
 
313
                      <property name="use_underline">True</property>
 
314
                      <signal name="activate" handler="on_menuitem_branch_missing_revisions_activate" last_modification_time="Sat, 02 Sep 2006 14:01:29 GMT"/>
 
315
                    </widget>
 
316
                  </child>
308
317
                </widget>
309
318
              </child>
310
319
            </widget>
327
336
                      <signal name="activate" handler="on_menuitem_stats_diff_activate" last_modification_time="Thu, 03 Aug 2006 11:35:30 GMT"/>
328
337
 
329
338
                      <child internal-child="image">
330
 
                        <widget class="GtkImage" id="image225">
 
339
                        <widget class="GtkImage" id="image231">
331
340
                          <property name="visible">True</property>
332
341
                          <property name="pixbuf">diff16.png</property>
333
342
                          <property name="xalign">0.5</property>
347
356
                      <signal name="activate" handler="on_menuitem_stats_log_activate" last_modification_time="Thu, 03 Aug 2006 11:35:43 GMT"/>
348
357
 
349
358
                      <child internal-child="image">
350
 
                        <widget class="GtkImage" id="image226">
 
359
                        <widget class="GtkImage" id="image232">
351
360
                          <property name="visible">True</property>
352
361
                          <property name="pixbuf">log16.png</property>
353
362
                          <property name="xalign">0.5</property>