/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-07-17 14:00:33 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-20060717140033-99c11b1dc94f07e2
2006-07-17  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>

    * olive/frontend/gtk/dialog.py: some basic dialog stuff added
    * olive/frontend/gtk/handler.py: moved dialog stuff into dialog.py
    * olive/frontend/gtk/__init__.py: added Status column to filelist
    * olive/backend/fileops.py: implemented status()
    * TODO: added a TODO list

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
                <widget class="GtkMenu" id="menuitem_file_menu">
46
46
 
47
47
                  <child>
 
48
                    <widget class="GtkMenuItem" id="menuitem_file_make_directory">
 
49
                      <property name="visible">True</property>
 
50
                      <property name="label" translatable="yes">Make _directory...</property>
 
51
                      <property name="use_underline">True</property>
 
52
                      <signal name="activate" handler="on_menuitem_file_make_directory_activate" last_modification_time="Mon, 17 Jul 2006 08:56:08 GMT"/>
 
53
                    </widget>
 
54
                  </child>
 
55
 
 
56
                  <child>
 
57
                    <widget class="GtkSeparatorMenuItem" id="separator_file1">
 
58
                      <property name="visible">True</property>
 
59
                    </widget>
 
60
                  </child>
 
61
 
 
62
                  <child>
 
63
                    <widget class="GtkMenuItem" id="menuitem_file_rename">
 
64
                      <property name="visible">True</property>
 
65
                      <property name="label" translatable="yes">_Rename...</property>
 
66
                      <property name="use_underline">True</property>
 
67
                      <signal name="activate" handler="on_menuitem_file_rename_activate" last_modification_time="Mon, 17 Jul 2006 08:56:08 GMT"/>
 
68
                    </widget>
 
69
                  </child>
 
70
 
 
71
                  <child>
 
72
                    <widget class="GtkMenuItem" id="menuitem_file_move">
 
73
                      <property name="visible">True</property>
 
74
                      <property name="label" translatable="yes">_Move...</property>
 
75
                      <property name="use_underline">True</property>
 
76
                      <signal name="activate" handler="on_menuitem_file_move_activate" last_modification_time="Mon, 17 Jul 2006 08:56:08 GMT"/>
 
77
                    </widget>
 
78
                  </child>
 
79
 
 
80
                  <child>
 
81
                    <widget class="GtkSeparatorMenuItem" id="separator_file2">
 
82
                      <property name="visible">True</property>
 
83
                    </widget>
 
84
                  </child>
 
85
 
 
86
                  <child>
48
87
                    <widget class="GtkImageMenuItem" id="menuitem_quit">
49
88
                      <property name="visible">True</property>
50
89
                      <property name="label">gtk-quit</property>
58
97
          </child>
59
98
 
60
99
          <child>
61
 
            <widget class="GtkMenuItem" id="menuitem_view">
 
100
            <widget class="GtkMenuItem" id="menuitem_branch">
62
101
              <property name="visible">True</property>
63
 
              <property name="label" translatable="yes">_View</property>
 
102
              <property name="label" translatable="yes">_Branch</property>
64
103
              <property name="use_underline">True</property>
 
104
 
 
105
              <child>
 
106
                <widget class="GtkMenu" id="menuitem_branch_menu">
 
107
 
 
108
                  <child>
 
109
                    <widget class="GtkMenuItem" id="menuitem_branch_initialize">
 
110
                      <property name="visible">True</property>
 
111
                      <property name="label" translatable="yes">_Initialize</property>
 
112
                      <property name="use_underline">True</property>
 
113
                      <signal name="activate" handler="on_menuitem_branch_initialize_activate" last_modification_time="Mon, 17 Jul 2006 08:52:48 GMT"/>
 
114
                    </widget>
 
115
                  </child>
 
116
 
 
117
                  <child>
 
118
                    <widget class="GtkMenuItem" id="menuitem_branch_branch">
 
119
                      <property name="visible">True</property>
 
120
                      <property name="label" translatable="yes">_Branch...</property>
 
121
                      <property name="use_underline">True</property>
 
122
                      <signal name="activate" handler="on_menuitem_branch_branch_activate" last_modification_time="Mon, 17 Jul 2006 08:52:48 GMT"/>
 
123
                    </widget>
 
124
                  </child>
 
125
 
 
126
                  <child>
 
127
                    <widget class="GtkSeparatorMenuItem" id="separator_branch1">
 
128
                      <property name="visible">True</property>
 
129
                    </widget>
 
130
                  </child>
 
131
 
 
132
                  <child>
 
133
                    <widget class="GtkImageMenuItem" id="menuitem_branch_pull">
 
134
                      <property name="visible">True</property>
 
135
                      <property name="label" translatable="yes">Pu_ll</property>
 
136
                      <property name="use_underline">True</property>
 
137
                      <signal name="activate" handler="on_menuitem_branch_pull_activate" last_modification_time="Mon, 17 Jul 2006 08:52:48 GMT"/>
 
138
 
 
139
                      <child internal-child="image">
 
140
                        <widget class="GtkImage" id="image10">
 
141
                          <property name="visible">True</property>
 
142
                          <property name="stock">gtk-goto-bottom</property>
 
143
                          <property name="icon_size">1</property>
 
144
                          <property name="xalign">0.5</property>
 
145
                          <property name="yalign">0.5</property>
 
146
                          <property name="xpad">0</property>
 
147
                          <property name="ypad">0</property>
 
148
                        </widget>
 
149
                      </child>
 
150
                    </widget>
 
151
                  </child>
 
152
 
 
153
                  <child>
 
154
                    <widget class="GtkImageMenuItem" id="menuitem_branch_push">
 
155
                      <property name="visible">True</property>
 
156
                      <property name="label" translatable="yes">Pu_sh...</property>
 
157
                      <property name="use_underline">True</property>
 
158
                      <signal name="activate" handler="on_menuitem_branch_push_activate" last_modification_time="Mon, 17 Jul 2006 08:52:48 GMT"/>
 
159
 
 
160
                      <child internal-child="image">
 
161
                        <widget class="GtkImage" id="image11">
 
162
                          <property name="visible">True</property>
 
163
                          <property name="stock">gtk-goto-top</property>
 
164
                          <property name="icon_size">1</property>
 
165
                          <property name="xalign">0.5</property>
 
166
                          <property name="yalign">0.5</property>
 
167
                          <property name="xpad">0</property>
 
168
                          <property name="ypad">0</property>
 
169
                        </widget>
 
170
                      </child>
 
171
                    </widget>
 
172
                  </child>
 
173
 
 
174
                  <child>
 
175
                    <widget class="GtkSeparatorMenuItem" id="separator_branch2">
 
176
                      <property name="visible">True</property>
 
177
                    </widget>
 
178
                  </child>
 
179
 
 
180
                  <child>
 
181
                    <widget class="GtkImageMenuItem" id="menuitem_branch_commit">
 
182
                      <property name="visible">True</property>
 
183
                      <property name="label" translatable="yes">_Commit...</property>
 
184
                      <property name="use_underline">True</property>
 
185
                      <signal name="activate" handler="on_menuitem_branch_commit_activate" last_modification_time="Mon, 17 Jul 2006 08:53:37 GMT"/>
 
186
 
 
187
                      <child internal-child="image">
 
188
                        <widget class="GtkImage" id="image12">
 
189
                          <property name="visible">True</property>
 
190
                          <property name="stock">gtk-redo</property>
 
191
                          <property name="icon_size">1</property>
 
192
                          <property name="xalign">0.5</property>
 
193
                          <property name="yalign">0.5</property>
 
194
                          <property name="xpad">0</property>
 
195
                          <property name="ypad">0</property>
 
196
                        </widget>
 
197
                      </child>
 
198
                    </widget>
 
199
                  </child>
 
200
                </widget>
 
201
              </child>
65
202
            </widget>
66
203
          </child>
67
204
 
111
248
              <property name="visible_horizontal">True</property>
112
249
              <property name="visible_vertical">True</property>
113
250
              <property name="is_important">False</property>
 
251
              <signal name="clicked" handler="on_toolbutton_update_clicked" last_modification_time="Mon, 17 Jul 2006 09:04:16 GMT"/>
114
252
            </widget>
115
253
            <packing>
116
254
              <property name="expand">False</property>
119
257
          </child>
120
258
 
121
259
          <child>
122
 
            <widget class="GtkToolButton" id="toolbutton_log">
 
260
            <widget class="GtkMenuToolButton" id="menutoolbutton_log">
123
261
              <property name="visible">True</property>
124
262
              <property name="label" translatable="yes">Log</property>
125
263
              <property name="use_underline">True</property>
126
264
              <property name="visible_horizontal">True</property>
127
265
              <property name="visible_vertical">True</property>
128
266
              <property name="is_important">False</property>
 
267
              <signal name="show_menu" handler="on_menutoolbutton_log_show_menu" last_modification_time="Mon, 17 Jul 2006 09:04:28 GMT"/>
 
268
              <signal name="clicked" handler="on_menutoolbutton_log_clicked" last_modification_time="Mon, 17 Jul 2006 09:04:37 GMT"/>
129
269
            </widget>
130
270
            <packing>
131
271
              <property name="expand">False</property>
132
 
              <property name="homogeneous">True</property>
 
272
              <property name="homogeneous">False</property>
133
273
            </packing>
134
274
          </child>
135
275
 
136
276
          <child>
137
 
            <widget class="GtkToolButton" id="toolbutton_diff">
 
277
            <widget class="GtkMenuToolButton" id="menutoolbutton_diff">
138
278
              <property name="visible">True</property>
139
279
              <property name="label" translatable="yes">Diff</property>
140
280
              <property name="use_underline">True</property>
141
281
              <property name="visible_horizontal">True</property>
142
282
              <property name="visible_vertical">True</property>
143
283
              <property name="is_important">False</property>
 
284
              <signal name="show_menu" handler="on_menutoolbutton_diff_show_menu" last_modification_time="Mon, 17 Jul 2006 09:04:43 GMT"/>
 
285
              <signal name="clicked" handler="on_menutoolbutton_diff_clicked" last_modification_time="Mon, 17 Jul 2006 09:04:46 GMT"/>
144
286
            </widget>
145
287
            <packing>
146
288
              <property name="expand">False</property>
147
 
              <property name="homogeneous">True</property>
 
289
              <property name="homogeneous">False</property>
148
290
            </packing>
149
291
          </child>
150
292
 
170
312
              <property name="visible_horizontal">True</property>
171
313
              <property name="visible_vertical">True</property>
172
314
              <property name="is_important">False</property>
 
315
              <signal name="clicked" handler="on_toolbutton_commit_clicked" last_modification_time="Mon, 17 Jul 2006 09:03:12 GMT"/>
173
316
            </widget>
174
317
            <packing>
175
318
              <property name="expand">False</property>
199
342
              <property name="visible_horizontal">True</property>
200
343
              <property name="visible_vertical">True</property>
201
344
              <property name="is_important">False</property>
 
345
              <signal name="clicked" handler="on_toolbutton_pull_clicked" last_modification_time="Mon, 17 Jul 2006 09:03:19 GMT"/>
202
346
            </widget>
203
347
            <packing>
204
348
              <property name="expand">False</property>
215
359
              <property name="visible_horizontal">True</property>
216
360
              <property name="visible_vertical">True</property>
217
361
              <property name="is_important">False</property>
218
 
            </widget>
219
 
            <packing>
220
 
              <property name="expand">False</property>
221
 
              <property name="homogeneous">True</property>
222
 
            </packing>
223
 
          </child>
224
 
 
225
 
          <child>
226
 
            <widget class="GtkSeparatorToolItem" id="separatortoolitem3">
227
 
              <property name="visible">True</property>
228
 
              <property name="draw">True</property>
229
 
              <property name="visible_horizontal">True</property>
230
 
              <property name="visible_vertical">True</property>
231
 
            </widget>
232
 
            <packing>
233
 
              <property name="expand">False</property>
234
 
              <property name="homogeneous">False</property>
235
 
            </packing>
236
 
          </child>
237
 
 
238
 
          <child>
239
 
            <widget class="GtkToolButton" id="toolbutton_bookmarks">
240
 
              <property name="visible">True</property>
241
 
              <property name="label" translatable="yes">Bookmarks</property>
242
 
              <property name="use_underline">True</property>
243
 
              <property name="visible_horizontal">True</property>
244
 
              <property name="visible_vertical">True</property>
245
 
              <property name="is_important">False</property>
 
362
              <signal name="clicked" handler="on_toolbutton_push_clicked" last_modification_time="Mon, 17 Jul 2006 09:03:24 GMT"/>
246
363
            </widget>
247
364
            <packing>
248
365
              <property name="expand">False</property>