/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-19 20:31: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-20060819203146-1a5b098844b3f106
GUI (toolbar + menu) cleanup.

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

    * olive/frontend/gtk/__init__.py: applied Diff toolbutton menu
    * olive/frontend/gtk/menu.py: implemented the Diff toolbutton menu
    * cmenu.ui: added Diff toolbutton menu; removed Log from right context menu
    * olive.glade: swapped Diff and Log toolbuttons; coverted log button to an
      ordinary GtkToolButton

Show diffs side-by-side

added added

removed removed

Lines of Context:
427
427
          </child>
428
428
 
429
429
          <child>
430
 
            <widget class="GtkMenuToolButton" id="menutoolbutton_log">
431
 
              <property name="visible">True</property>
432
 
              <property name="label" translatable="yes">Log</property>
433
 
              <property name="use_underline">True</property>
434
 
              <property name="icon">log.png</property>
435
 
              <property name="visible_horizontal">True</property>
436
 
              <property name="visible_vertical">True</property>
437
 
              <property name="is_important">False</property>
438
 
              <signal name="show_menu" handler="on_menutoolbutton_log_show_menu" last_modification_time="Mon, 17 Jul 2006 09:04:28 GMT"/>
439
 
              <signal name="clicked" handler="on_menutoolbutton_log_clicked" last_modification_time="Mon, 17 Jul 2006 09:04:37 GMT"/>
440
 
            </widget>
441
 
            <packing>
442
 
              <property name="expand">False</property>
443
 
              <property name="homogeneous">False</property>
444
 
            </packing>
445
 
          </child>
446
 
 
447
 
          <child>
448
430
            <widget class="GtkMenuToolButton" id="menutoolbutton_diff">
449
431
              <property name="visible">True</property>
450
432
              <property name="label" translatable="yes">Diff</property>
453
435
              <property name="visible_horizontal">True</property>
454
436
              <property name="visible_vertical">True</property>
455
437
              <property name="is_important">False</property>
456
 
              <signal name="show_menu" handler="on_menutoolbutton_diff_show_menu" last_modification_time="Mon, 17 Jul 2006 09:04:43 GMT"/>
457
438
              <signal name="clicked" handler="on_menutoolbutton_diff_clicked" last_modification_time="Mon, 17 Jul 2006 09:04:46 GMT"/>
458
439
            </widget>
459
440
            <packing>
463
444
          </child>
464
445
 
465
446
          <child>
 
447
            <widget class="GtkToolButton" id="toolbutton_log">
 
448
              <property name="visible">True</property>
 
449
              <property name="label" translatable="yes">Log</property>
 
450
              <property name="use_underline">True</property>
 
451
              <property name="icon">log.png</property>
 
452
              <property name="visible_horizontal">True</property>
 
453
              <property name="visible_vertical">True</property>
 
454
              <property name="is_important">False</property>
 
455
              <signal name="clicked" handler="on_toolbutton_log_clicked" last_modification_time="Sat, 19 Aug 2006 19:26:21 GMT"/>
 
456
            </widget>
 
457
            <packing>
 
458
              <property name="expand">False</property>
 
459
              <property name="homogeneous">True</property>
 
460
            </packing>
 
461
          </child>
 
462
 
 
463
          <child>
466
464
            <widget class="GtkSeparatorToolItem" id="separatortoolitem1">
467
465
              <property name="visible">True</property>
468
466
              <property name="draw">True</property>