/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-02 20:35:25 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-20060802203525-9cb57147463c2672
Implemented context menu for the file list.

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

    * cmenu.ui: context menu UIManager description added
    * setup.py: install cmenu.ui to the appropriate place
    * olive/frontend/gtk/menu.py: implement the context menus
    * olive/frontend/gtk/__init__.py: added button_press_event for file list
    * olive/frontend/gtk/handler.py: handling that even (show popup menu)

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
                      <signal name="activate" handler="on_menuitem_add_files_activate" last_modification_time="Fri, 21 Jul 2006 11:38:39 GMT"/>
52
52
 
53
53
                      <child internal-child="image">
54
 
                        <widget class="GtkImage" id="image56">
 
54
                        <widget class="GtkImage" id="image70">
55
55
                          <property name="visible">True</property>
56
56
                          <property name="stock">gtk-add</property>
57
57
                          <property name="icon_size">1</property>
72
72
                      <signal name="activate" handler="on_menuitem_remove_file_activate" last_modification_time="Fri, 21 Jul 2006 13:54:07 GMT"/>
73
73
 
74
74
                      <child internal-child="image">
75
 
                        <widget class="GtkImage" id="image57">
 
75
                        <widget class="GtkImage" id="image71">
76
76
                          <property name="visible">True</property>
77
77
                          <property name="stock">gtk-remove</property>
78
78
                          <property name="icon_size">1</property>
193
193
                      <signal name="activate" handler="on_menuitem_branch_pull_activate" last_modification_time="Mon, 17 Jul 2006 08:52:48 GMT"/>
194
194
 
195
195
                      <child internal-child="image">
196
 
                        <widget class="GtkImage" id="image58">
 
196
                        <widget class="GtkImage" id="image72">
197
197
                          <property name="visible">True</property>
198
198
                          <property name="stock">gtk-goto-bottom</property>
199
199
                          <property name="icon_size">1</property>
214
214
                      <signal name="activate" handler="on_menuitem_branch_push_activate" last_modification_time="Mon, 17 Jul 2006 08:52:48 GMT"/>
215
215
 
216
216
                      <child internal-child="image">
217
 
                        <widget class="GtkImage" id="image59">
 
217
                        <widget class="GtkImage" id="image73">
218
218
                          <property name="visible">True</property>
219
219
                          <property name="stock">gtk-goto-top</property>
220
220
                          <property name="icon_size">1</property>
241
241
                      <signal name="activate" handler="on_menuitem_branch_commit_activate" last_modification_time="Mon, 17 Jul 2006 08:53:37 GMT"/>
242
242
 
243
243
                      <child internal-child="image">
244
 
                        <widget class="GtkImage" id="image60">
 
244
                        <widget class="GtkImage" id="image74">
245
245
                          <property name="visible">True</property>
246
246
                          <property name="stock">gtk-redo</property>
247
247
                          <property name="icon_size">1</property>
486
486
                  <property name="hover_selection">False</property>
487
487
                  <property name="hover_expand">False</property>
488
488
                  <signal name="row_activated" handler="on_treeview_right_row_activated" last_modification_time="Thu, 20 Jul 2006 11:31:38 GMT"/>
 
489
                  <signal name="button_press_event" handler="on_treeview_right_button_press_event" last_modification_time="Wed, 02 Aug 2006 17:16:29 GMT"/>
489
490
                </widget>
490
491
              </child>
491
492
            </widget>