rrename 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Makefile +33 -0
- data/README +11 -0
- data/TODO +8 -0
- data/rrename.gemspec +51 -0
- data/rrename.glade +1081 -0
- data/rrename.rb +897 -0
- metadata +46 -0
data/rrename.glade
ADDED
@@ -0,0 +1,1081 @@
|
|
1
|
+
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
|
2
|
+
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
|
3
|
+
|
4
|
+
<glade-interface>
|
5
|
+
<requires lib="gnome"/>
|
6
|
+
<requires lib="bonobo"/>
|
7
|
+
|
8
|
+
<widget class="GnomeApp" id="appwindow">
|
9
|
+
<property name="visible">True</property>
|
10
|
+
<property name="title" translatable="yes">Rename Files</property>
|
11
|
+
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
12
|
+
<property name="window_position">GTK_WIN_POS_NONE</property>
|
13
|
+
<property name="modal">False</property>
|
14
|
+
<property name="default_width">650</property>
|
15
|
+
<property name="default_height">500</property>
|
16
|
+
<property name="resizable">True</property>
|
17
|
+
<property name="destroy_with_parent">False</property>
|
18
|
+
<property name="decorated">True</property>
|
19
|
+
<property name="skip_taskbar_hint">False</property>
|
20
|
+
<property name="skip_pager_hint">False</property>
|
21
|
+
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
|
22
|
+
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
|
23
|
+
<property name="focus_on_map">True</property>
|
24
|
+
<property name="enable_layout_config">True</property>
|
25
|
+
<signal name="delete_event" handler="on_quit" last_modification_time="Tue, 26 Apr 2005 18:28:05 GMT"/>
|
26
|
+
|
27
|
+
<child internal-child="dock">
|
28
|
+
<widget class="BonoboDock" id="bonobodock1">
|
29
|
+
<property name="visible">True</property>
|
30
|
+
<property name="allow_floating">True</property>
|
31
|
+
|
32
|
+
<child>
|
33
|
+
<widget class="BonoboDockItem" id="bonobodockitem1">
|
34
|
+
<property name="visible">True</property>
|
35
|
+
<property name="shadow_type">GTK_SHADOW_NONE</property>
|
36
|
+
|
37
|
+
<child>
|
38
|
+
<widget class="GtkMenuBar" id="menubar1">
|
39
|
+
<property name="visible">True</property>
|
40
|
+
|
41
|
+
<child>
|
42
|
+
<widget class="GtkMenuItem" id="file1">
|
43
|
+
<property name="visible">True</property>
|
44
|
+
<property name="stock_item">GNOMEUIINFO_MENU_FILE_TREE</property>
|
45
|
+
|
46
|
+
<child>
|
47
|
+
<widget class="GtkMenu" id="file1_menu">
|
48
|
+
|
49
|
+
<child>
|
50
|
+
<widget class="GtkImageMenuItem" id="item1">
|
51
|
+
<property name="visible">True</property>
|
52
|
+
<property name="label" translatable="yes">add files</property>
|
53
|
+
<property name="use_underline">True</property>
|
54
|
+
<signal name="activate" handler="on_addfiles" last_modification_time="Tue, 26 Apr 2005 20:53:14 GMT"/>
|
55
|
+
|
56
|
+
<child internal-child="image">
|
57
|
+
<widget class="GtkImage" id="image3">
|
58
|
+
<property name="visible">True</property>
|
59
|
+
<property name="stock">gtk-directory</property>
|
60
|
+
<property name="icon_size">1</property>
|
61
|
+
<property name="xalign">0.5</property>
|
62
|
+
<property name="yalign">0.5</property>
|
63
|
+
<property name="xpad">0</property>
|
64
|
+
<property name="ypad">0</property>
|
65
|
+
</widget>
|
66
|
+
</child>
|
67
|
+
</widget>
|
68
|
+
</child>
|
69
|
+
|
70
|
+
<child>
|
71
|
+
<widget class="GtkMenuItem" id="remove_files">
|
72
|
+
<property name="visible">True</property>
|
73
|
+
<property name="label" translatable="yes">remove files</property>
|
74
|
+
<property name="use_underline">True</property>
|
75
|
+
<signal name="activate" handler="on_removefiles" last_modification_time="Thu, 28 Apr 2005 20:55:21 GMT"/>
|
76
|
+
</widget>
|
77
|
+
</child>
|
78
|
+
|
79
|
+
<child>
|
80
|
+
<widget class="GtkSeparatorMenuItem" id="separator1">
|
81
|
+
<property name="visible">True</property>
|
82
|
+
</widget>
|
83
|
+
</child>
|
84
|
+
|
85
|
+
<child>
|
86
|
+
<widget class="GtkImageMenuItem" id="quit1">
|
87
|
+
<property name="visible">True</property>
|
88
|
+
<property name="stock_item">GNOMEUIINFO_MENU_EXIT_ITEM</property>
|
89
|
+
<signal name="activate" handler="on_quit" last_modification_time="Tue, 26 Apr 2005 17:38:37 GMT"/>
|
90
|
+
</widget>
|
91
|
+
</child>
|
92
|
+
</widget>
|
93
|
+
</child>
|
94
|
+
</widget>
|
95
|
+
</child>
|
96
|
+
|
97
|
+
<child>
|
98
|
+
<widget class="GtkMenuItem" id="edit1">
|
99
|
+
<property name="visible">True</property>
|
100
|
+
<property name="stock_item">GNOMEUIINFO_MENU_EDIT_TREE</property>
|
101
|
+
|
102
|
+
<child>
|
103
|
+
<widget class="GtkMenu" id="edit1_menu">
|
104
|
+
|
105
|
+
<child>
|
106
|
+
<widget class="GtkImageMenuItem" id="undo">
|
107
|
+
<property name="visible">True</property>
|
108
|
+
<property name="stock_item">GNOMEUIINFO_MENU_UNDO_ITEM</property>
|
109
|
+
<signal name="activate" handler="on_undo" last_modification_time="Thu, 28 Apr 2005 20:53:38 GMT"/>
|
110
|
+
</widget>
|
111
|
+
</child>
|
112
|
+
|
113
|
+
<child>
|
114
|
+
<widget class="GtkImageMenuItem" id="redo">
|
115
|
+
<property name="visible">True</property>
|
116
|
+
<property name="stock_item">GNOMEUIINFO_MENU_REDO_ITEM</property>
|
117
|
+
<signal name="activate" handler="on_redo" last_modification_time="Thu, 28 Apr 2005 20:53:38 GMT"/>
|
118
|
+
</widget>
|
119
|
+
</child>
|
120
|
+
|
121
|
+
<child>
|
122
|
+
<widget class="GtkSeparatorMenuItem" id="trennlinie2">
|
123
|
+
<property name="visible">True</property>
|
124
|
+
</widget>
|
125
|
+
</child>
|
126
|
+
|
127
|
+
<child>
|
128
|
+
<widget class="GtkMenuItem" id="rename">
|
129
|
+
<property name="visible">True</property>
|
130
|
+
<property name="label" translatable="yes">rename files</property>
|
131
|
+
<property name="use_underline">True</property>
|
132
|
+
<signal name="activate" handler="on_renamefiles" last_modification_time="Thu, 28 Apr 2005 20:55:47 GMT"/>
|
133
|
+
<accelerator key="R" modifiers="GDK_MOD1_MASK" signal="activate"/>
|
134
|
+
</widget>
|
135
|
+
</child>
|
136
|
+
|
137
|
+
<child>
|
138
|
+
<widget class="GtkSeparatorMenuItem" id="trennlinie1">
|
139
|
+
<property name="visible">True</property>
|
140
|
+
</widget>
|
141
|
+
</child>
|
142
|
+
|
143
|
+
<child>
|
144
|
+
<widget class="GtkMenuItem" id="select_all1">
|
145
|
+
<property name="visible">True</property>
|
146
|
+
<property name="label" translatable="yes">select all</property>
|
147
|
+
<property name="use_underline">True</property>
|
148
|
+
<signal name="activate" handler="on_select_all" last_modification_time="Sun, 08 May 2005 12:55:10 GMT"/>
|
149
|
+
</widget>
|
150
|
+
</child>
|
151
|
+
|
152
|
+
<child>
|
153
|
+
<widget class="GtkMenuItem" id="unselect_all1">
|
154
|
+
<property name="visible">True</property>
|
155
|
+
<property name="label" translatable="yes">unselect all</property>
|
156
|
+
<property name="use_underline">True</property>
|
157
|
+
<signal name="activate" handler="on_unselect_all" last_modification_time="Sun, 08 May 2005 12:55:10 GMT"/>
|
158
|
+
</widget>
|
159
|
+
</child>
|
160
|
+
</widget>
|
161
|
+
</child>
|
162
|
+
</widget>
|
163
|
+
</child>
|
164
|
+
|
165
|
+
<child>
|
166
|
+
<widget class="GtkMenuItem" id="view1">
|
167
|
+
<property name="visible">True</property>
|
168
|
+
<property name="stock_item">GNOMEUIINFO_MENU_VIEW_TREE</property>
|
169
|
+
</widget>
|
170
|
+
</child>
|
171
|
+
|
172
|
+
<child>
|
173
|
+
<widget class="GtkMenuItem" id="settings1">
|
174
|
+
<property name="visible">True</property>
|
175
|
+
<property name="stock_item">GNOMEUIINFO_MENU_SETTINGS_TREE</property>
|
176
|
+
|
177
|
+
<child>
|
178
|
+
<widget class="GtkMenu" id="settings1_menu">
|
179
|
+
|
180
|
+
<child>
|
181
|
+
<widget class="GtkSeparatorMenuItem" id="separator3">
|
182
|
+
<property name="visible">True</property>
|
183
|
+
</widget>
|
184
|
+
</child>
|
185
|
+
</widget>
|
186
|
+
</child>
|
187
|
+
</widget>
|
188
|
+
</child>
|
189
|
+
|
190
|
+
<child>
|
191
|
+
<widget class="GtkMenuItem" id="help1">
|
192
|
+
<property name="visible">True</property>
|
193
|
+
<property name="stock_item">GNOMEUIINFO_MENU_HELP_TREE</property>
|
194
|
+
|
195
|
+
<child>
|
196
|
+
<widget class="GtkMenu" id="help1_menu">
|
197
|
+
|
198
|
+
<child>
|
199
|
+
<widget class="GtkImageMenuItem" id="about">
|
200
|
+
<property name="visible">True</property>
|
201
|
+
<property name="stock_item">GNOMEUIINFO_MENU_ABOUT_ITEM</property>
|
202
|
+
<signal name="activate" handler="on_about" last_modification_time="Tue, 26 Apr 2005 17:37:23 GMT"/>
|
203
|
+
</widget>
|
204
|
+
</child>
|
205
|
+
</widget>
|
206
|
+
</child>
|
207
|
+
</widget>
|
208
|
+
</child>
|
209
|
+
</widget>
|
210
|
+
</child>
|
211
|
+
</widget>
|
212
|
+
<packing>
|
213
|
+
<property name="placement">BONOBO_DOCK_TOP</property>
|
214
|
+
<property name="band">0</property>
|
215
|
+
<property name="position">0</property>
|
216
|
+
<property name="offset">0</property>
|
217
|
+
<property name="behavior">BONOBO_DOCK_ITEM_BEH_EXCLUSIVE|BONOBO_DOCK_ITEM_BEH_NEVER_VERTICAL|BONOBO_DOCK_ITEM_BEH_LOCKED</property>
|
218
|
+
</packing>
|
219
|
+
</child>
|
220
|
+
|
221
|
+
<child>
|
222
|
+
<widget class="BonoboDockItem" id="bonobodockitem2">
|
223
|
+
<property name="visible">True</property>
|
224
|
+
<property name="shadow_type">GTK_SHADOW_OUT</property>
|
225
|
+
|
226
|
+
<child>
|
227
|
+
<widget class="GtkToolbar" id="toolbar1">
|
228
|
+
<property name="visible">True</property>
|
229
|
+
<property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
|
230
|
+
<property name="toolbar_style">GTK_TOOLBAR_ICONS</property>
|
231
|
+
<property name="tooltips">True</property>
|
232
|
+
<property name="show_arrow">True</property>
|
233
|
+
|
234
|
+
<child>
|
235
|
+
<widget class="GtkToolItem" id="toolitem3">
|
236
|
+
<property name="visible">True</property>
|
237
|
+
<property name="visible_horizontal">True</property>
|
238
|
+
<property name="visible_vertical">True</property>
|
239
|
+
<property name="is_important">False</property>
|
240
|
+
|
241
|
+
<child>
|
242
|
+
<widget class="GtkLabel" id="label3">
|
243
|
+
<property name="visible">True</property>
|
244
|
+
<property name="label" translatable="yes">replace</property>
|
245
|
+
<property name="use_underline">False</property>
|
246
|
+
<property name="use_markup">False</property>
|
247
|
+
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
248
|
+
<property name="wrap">False</property>
|
249
|
+
<property name="selectable">False</property>
|
250
|
+
<property name="xalign">0.5</property>
|
251
|
+
<property name="yalign">0.5</property>
|
252
|
+
<property name="xpad">2</property>
|
253
|
+
<property name="ypad">0</property>
|
254
|
+
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
255
|
+
<property name="width_chars">-1</property>
|
256
|
+
<property name="single_line_mode">False</property>
|
257
|
+
<property name="angle">0</property>
|
258
|
+
</widget>
|
259
|
+
</child>
|
260
|
+
</widget>
|
261
|
+
<packing>
|
262
|
+
<property name="expand">False</property>
|
263
|
+
<property name="homogeneous">False</property>
|
264
|
+
</packing>
|
265
|
+
</child>
|
266
|
+
|
267
|
+
<child>
|
268
|
+
<widget class="GtkToolItem" id="toolitem1">
|
269
|
+
<property name="visible">True</property>
|
270
|
+
<property name="visible_horizontal">True</property>
|
271
|
+
<property name="visible_vertical">True</property>
|
272
|
+
<property name="is_important">False</property>
|
273
|
+
|
274
|
+
<child>
|
275
|
+
<widget class="GnomeEntry" id="pattern_gnome_entry">
|
276
|
+
<property name="visible">True</property>
|
277
|
+
<property name="max_saved">10</property>
|
278
|
+
<signal name="changed" handler="on_pattern_gnome_entry_changed" last_modification_time="Tue, 26 Apr 2005 21:26:36 GMT"/>
|
279
|
+
|
280
|
+
<child internal-child="entry">
|
281
|
+
<widget class="GtkEntry" id="pattern_entry">
|
282
|
+
<property name="visible">True</property>
|
283
|
+
<property name="tooltip" translatable="yes">insert a regular expression here</property>
|
284
|
+
<property name="can_focus">True</property>
|
285
|
+
<property name="editable">True</property>
|
286
|
+
<property name="visibility">True</property>
|
287
|
+
<property name="max_length">0</property>
|
288
|
+
<property name="text" translatable="yes"></property>
|
289
|
+
<property name="has_frame">True</property>
|
290
|
+
<property name="invisible_char">*</property>
|
291
|
+
<property name="activates_default">False</property>
|
292
|
+
<accelerator key="F3" modifiers="0" signal="grab_focus"/>
|
293
|
+
</widget>
|
294
|
+
</child>
|
295
|
+
</widget>
|
296
|
+
</child>
|
297
|
+
</widget>
|
298
|
+
<packing>
|
299
|
+
<property name="expand">False</property>
|
300
|
+
<property name="homogeneous">False</property>
|
301
|
+
</packing>
|
302
|
+
</child>
|
303
|
+
|
304
|
+
<child>
|
305
|
+
<widget class="GtkToolItem" id="toolitem4">
|
306
|
+
<property name="visible">True</property>
|
307
|
+
<property name="visible_horizontal">True</property>
|
308
|
+
<property name="visible_vertical">True</property>
|
309
|
+
<property name="is_important">False</property>
|
310
|
+
|
311
|
+
<child>
|
312
|
+
<widget class="GtkLabel" id="label4">
|
313
|
+
<property name="visible">True</property>
|
314
|
+
<property name="label" translatable="yes">with</property>
|
315
|
+
<property name="use_underline">False</property>
|
316
|
+
<property name="use_markup">False</property>
|
317
|
+
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
318
|
+
<property name="wrap">False</property>
|
319
|
+
<property name="selectable">False</property>
|
320
|
+
<property name="xalign">0.5</property>
|
321
|
+
<property name="yalign">0.5</property>
|
322
|
+
<property name="xpad">2</property>
|
323
|
+
<property name="ypad">0</property>
|
324
|
+
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
325
|
+
<property name="width_chars">-1</property>
|
326
|
+
<property name="single_line_mode">False</property>
|
327
|
+
<property name="angle">0</property>
|
328
|
+
</widget>
|
329
|
+
</child>
|
330
|
+
</widget>
|
331
|
+
<packing>
|
332
|
+
<property name="expand">False</property>
|
333
|
+
<property name="homogeneous">False</property>
|
334
|
+
</packing>
|
335
|
+
</child>
|
336
|
+
|
337
|
+
<child>
|
338
|
+
<widget class="GtkToolItem" id="toolitem5">
|
339
|
+
<property name="visible">True</property>
|
340
|
+
<property name="visible_horizontal">True</property>
|
341
|
+
<property name="visible_vertical">True</property>
|
342
|
+
<property name="is_important">False</property>
|
343
|
+
|
344
|
+
<child>
|
345
|
+
<widget class="GnomeEntry" id="replace_gnome_entry">
|
346
|
+
<property name="visible">True</property>
|
347
|
+
<property name="max_saved">10</property>
|
348
|
+
|
349
|
+
<child internal-child="entry">
|
350
|
+
<widget class="GtkEntry" id="replace_entry">
|
351
|
+
<property name="visible">True</property>
|
352
|
+
<property name="tooltip" translatable="yes">insert string here
|
353
|
+
\\1 \\2 => matched region
|
354
|
+
#{ruby expression}
|
355
|
+
#{n} => 1,2,3..n
|
356
|
+
#{"%.2i" % n} => 01, 02, 03 ...
|
357
|
+
press enter to replace</property>
|
358
|
+
<property name="can_default">True</property>
|
359
|
+
<property name="can_focus">True</property>
|
360
|
+
<property name="editable">True</property>
|
361
|
+
<property name="visibility">True</property>
|
362
|
+
<property name="max_length">0</property>
|
363
|
+
<property name="text" translatable="yes"></property>
|
364
|
+
<property name="has_frame">True</property>
|
365
|
+
<property name="invisible_char">*</property>
|
366
|
+
<property name="activates_default">False</property>
|
367
|
+
<signal name="activate" handler="on_replacepattern" last_modification_time="Tue, 26 Apr 2005 21:31:37 GMT"/>
|
368
|
+
<accelerator key="F4" modifiers="0" signal="grab_focus"/>
|
369
|
+
</widget>
|
370
|
+
</child>
|
371
|
+
</widget>
|
372
|
+
</child>
|
373
|
+
</widget>
|
374
|
+
<packing>
|
375
|
+
<property name="expand">False</property>
|
376
|
+
<property name="homogeneous">False</property>
|
377
|
+
</packing>
|
378
|
+
</child>
|
379
|
+
|
380
|
+
<child>
|
381
|
+
<widget class="GtkToolItem" id="toolitem6">
|
382
|
+
<property name="visible">True</property>
|
383
|
+
<property name="visible_horizontal">True</property>
|
384
|
+
<property name="visible_vertical">True</property>
|
385
|
+
<property name="is_important">False</property>
|
386
|
+
|
387
|
+
<child>
|
388
|
+
<widget class="GtkButton" id="button8">
|
389
|
+
<property name="visible">True</property>
|
390
|
+
<property name="can_focus">True</property>
|
391
|
+
<property name="label">gtk-apply</property>
|
392
|
+
<property name="use_stock">True</property>
|
393
|
+
<property name="relief">GTK_RELIEF_NONE</property>
|
394
|
+
<property name="focus_on_click">True</property>
|
395
|
+
<signal name="clicked" handler="on_replacepattern" last_modification_time="Mon, 30 May 2005 22:05:36 GMT"/>
|
396
|
+
</widget>
|
397
|
+
</child>
|
398
|
+
</widget>
|
399
|
+
<packing>
|
400
|
+
<property name="expand">False</property>
|
401
|
+
<property name="homogeneous">False</property>
|
402
|
+
</packing>
|
403
|
+
</child>
|
404
|
+
|
405
|
+
<child>
|
406
|
+
<widget class="GtkToolItem" id="toolitem10">
|
407
|
+
<property name="visible">True</property>
|
408
|
+
<property name="visible_horizontal">True</property>
|
409
|
+
<property name="visible_vertical">True</property>
|
410
|
+
<property name="is_important">False</property>
|
411
|
+
|
412
|
+
<child>
|
413
|
+
<widget class="GtkButton" id="button4">
|
414
|
+
<property name="visible">True</property>
|
415
|
+
<property name="can_focus">True</property>
|
416
|
+
<property name="relief">GTK_RELIEF_NONE</property>
|
417
|
+
<property name="focus_on_click">True</property>
|
418
|
+
<signal name="clicked" handler="on_renamefiles" last_modification_time="Sun, 08 May 2005 12:21:43 GMT"/>
|
419
|
+
|
420
|
+
<child>
|
421
|
+
<widget class="GtkAlignment" id="alignment1">
|
422
|
+
<property name="visible">True</property>
|
423
|
+
<property name="xalign">0.5</property>
|
424
|
+
<property name="yalign">0.5</property>
|
425
|
+
<property name="xscale">0</property>
|
426
|
+
<property name="yscale">0</property>
|
427
|
+
<property name="top_padding">0</property>
|
428
|
+
<property name="bottom_padding">0</property>
|
429
|
+
<property name="left_padding">0</property>
|
430
|
+
<property name="right_padding">0</property>
|
431
|
+
|
432
|
+
<child>
|
433
|
+
<widget class="GtkHBox" id="hbox1">
|
434
|
+
<property name="visible">True</property>
|
435
|
+
<property name="homogeneous">False</property>
|
436
|
+
<property name="spacing">2</property>
|
437
|
+
|
438
|
+
<child>
|
439
|
+
<widget class="GtkImage" id="image2">
|
440
|
+
<property name="visible">True</property>
|
441
|
+
<property name="stock">gtk-execute</property>
|
442
|
+
<property name="icon_size">4</property>
|
443
|
+
<property name="xalign">0.5</property>
|
444
|
+
<property name="yalign">0.5</property>
|
445
|
+
<property name="xpad">0</property>
|
446
|
+
<property name="ypad">0</property>
|
447
|
+
</widget>
|
448
|
+
<packing>
|
449
|
+
<property name="padding">0</property>
|
450
|
+
<property name="expand">False</property>
|
451
|
+
<property name="fill">False</property>
|
452
|
+
</packing>
|
453
|
+
</child>
|
454
|
+
|
455
|
+
<child>
|
456
|
+
<widget class="GtkLabel" id="label5">
|
457
|
+
<property name="visible">True</property>
|
458
|
+
<property name="label" translatable="yes">rename files</property>
|
459
|
+
<property name="use_underline">True</property>
|
460
|
+
<property name="use_markup">False</property>
|
461
|
+
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
462
|
+
<property name="wrap">False</property>
|
463
|
+
<property name="selectable">False</property>
|
464
|
+
<property name="xalign">0.5</property>
|
465
|
+
<property name="yalign">0.490000009537</property>
|
466
|
+
<property name="xpad">0</property>
|
467
|
+
<property name="ypad">0</property>
|
468
|
+
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
469
|
+
<property name="width_chars">-1</property>
|
470
|
+
<property name="single_line_mode">False</property>
|
471
|
+
<property name="angle">0</property>
|
472
|
+
</widget>
|
473
|
+
<packing>
|
474
|
+
<property name="padding">0</property>
|
475
|
+
<property name="expand">False</property>
|
476
|
+
<property name="fill">False</property>
|
477
|
+
</packing>
|
478
|
+
</child>
|
479
|
+
</widget>
|
480
|
+
</child>
|
481
|
+
</widget>
|
482
|
+
</child>
|
483
|
+
</widget>
|
484
|
+
</child>
|
485
|
+
</widget>
|
486
|
+
<packing>
|
487
|
+
<property name="expand">False</property>
|
488
|
+
<property name="homogeneous">False</property>
|
489
|
+
</packing>
|
490
|
+
</child>
|
491
|
+
</widget>
|
492
|
+
</child>
|
493
|
+
</widget>
|
494
|
+
<packing>
|
495
|
+
<property name="placement">BONOBO_DOCK_TOP</property>
|
496
|
+
<property name="band">1</property>
|
497
|
+
<property name="position">0</property>
|
498
|
+
<property name="offset">0</property>
|
499
|
+
<property name="behavior">BONOBO_DOCK_ITEM_BEH_EXCLUSIVE</property>
|
500
|
+
</packing>
|
501
|
+
</child>
|
502
|
+
|
503
|
+
<child>
|
504
|
+
<widget class="GtkNotebook" id="notebook1">
|
505
|
+
<property name="visible">True</property>
|
506
|
+
<property name="show_tabs">True</property>
|
507
|
+
<property name="show_border">True</property>
|
508
|
+
<property name="tab_pos">GTK_POS_TOP</property>
|
509
|
+
<property name="scrollable">False</property>
|
510
|
+
<property name="enable_popup">False</property>
|
511
|
+
|
512
|
+
<child>
|
513
|
+
<widget class="GtkScrolledWindow" id="scrolledwindow1">
|
514
|
+
<property name="visible">True</property>
|
515
|
+
<property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
|
516
|
+
<property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
|
517
|
+
<property name="shadow_type">GTK_SHADOW_NONE</property>
|
518
|
+
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
|
519
|
+
|
520
|
+
<child>
|
521
|
+
<widget class="GtkTreeView" id="files_treeview">
|
522
|
+
<property name="visible">True</property>
|
523
|
+
<property name="headers_visible">True</property>
|
524
|
+
<property name="rules_hint">False</property>
|
525
|
+
<property name="reorderable">False</property>
|
526
|
+
<property name="enable_search">True</property>
|
527
|
+
<property name="fixed_height_mode">False</property>
|
528
|
+
<property name="hover_selection">False</property>
|
529
|
+
<property name="hover_expand">False</property>
|
530
|
+
</widget>
|
531
|
+
</child>
|
532
|
+
</widget>
|
533
|
+
<packing>
|
534
|
+
<property name="tab_expand">False</property>
|
535
|
+
<property name="tab_fill">True</property>
|
536
|
+
</packing>
|
537
|
+
</child>
|
538
|
+
|
539
|
+
<child>
|
540
|
+
<widget class="GtkLabel" id="label1">
|
541
|
+
<property name="visible">True</property>
|
542
|
+
<property name="label" translatable="yes">files</property>
|
543
|
+
<property name="use_underline">False</property>
|
544
|
+
<property name="use_markup">False</property>
|
545
|
+
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
546
|
+
<property name="wrap">False</property>
|
547
|
+
<property name="selectable">False</property>
|
548
|
+
<property name="xalign">0.5</property>
|
549
|
+
<property name="yalign">0.5</property>
|
550
|
+
<property name="xpad">0</property>
|
551
|
+
<property name="ypad">0</property>
|
552
|
+
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
553
|
+
<property name="width_chars">-1</property>
|
554
|
+
<property name="single_line_mode">False</property>
|
555
|
+
<property name="angle">0</property>
|
556
|
+
</widget>
|
557
|
+
<packing>
|
558
|
+
<property name="type">tab</property>
|
559
|
+
</packing>
|
560
|
+
</child>
|
561
|
+
|
562
|
+
<child>
|
563
|
+
<widget class="GtkScrolledWindow" id="scrolledwindow2">
|
564
|
+
<property name="visible">True</property>
|
565
|
+
<property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
|
566
|
+
<property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
|
567
|
+
<property name="shadow_type">GTK_SHADOW_IN</property>
|
568
|
+
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
|
569
|
+
|
570
|
+
<child>
|
571
|
+
<widget class="GtkTextView" id="log_textview">
|
572
|
+
<property name="visible">True</property>
|
573
|
+
<property name="editable">False</property>
|
574
|
+
<property name="overwrite">False</property>
|
575
|
+
<property name="accepts_tab">True</property>
|
576
|
+
<property name="justification">GTK_JUSTIFY_LEFT</property>
|
577
|
+
<property name="wrap_mode">GTK_WRAP_NONE</property>
|
578
|
+
<property name="cursor_visible">True</property>
|
579
|
+
<property name="pixels_above_lines">0</property>
|
580
|
+
<property name="pixels_below_lines">0</property>
|
581
|
+
<property name="pixels_inside_wrap">0</property>
|
582
|
+
<property name="left_margin">0</property>
|
583
|
+
<property name="right_margin">0</property>
|
584
|
+
<property name="indent">0</property>
|
585
|
+
<property name="text" translatable="yes"></property>
|
586
|
+
</widget>
|
587
|
+
</child>
|
588
|
+
</widget>
|
589
|
+
<packing>
|
590
|
+
<property name="tab_expand">False</property>
|
591
|
+
<property name="tab_fill">True</property>
|
592
|
+
</packing>
|
593
|
+
</child>
|
594
|
+
|
595
|
+
<child>
|
596
|
+
<widget class="GtkLabel" id="label2">
|
597
|
+
<property name="visible">True</property>
|
598
|
+
<property name="label" translatable="yes">log</property>
|
599
|
+
<property name="use_underline">False</property>
|
600
|
+
<property name="use_markup">False</property>
|
601
|
+
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
602
|
+
<property name="wrap">False</property>
|
603
|
+
<property name="selectable">False</property>
|
604
|
+
<property name="xalign">0.5</property>
|
605
|
+
<property name="yalign">0.5</property>
|
606
|
+
<property name="xpad">0</property>
|
607
|
+
<property name="ypad">0</property>
|
608
|
+
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
609
|
+
<property name="width_chars">-1</property>
|
610
|
+
<property name="single_line_mode">False</property>
|
611
|
+
<property name="angle">0</property>
|
612
|
+
<accessibility>
|
613
|
+
<atkproperty name="AtkObject::accessible_name" translatable="yes">log</atkproperty>
|
614
|
+
</accessibility>
|
615
|
+
</widget>
|
616
|
+
<packing>
|
617
|
+
<property name="type">tab</property>
|
618
|
+
</packing>
|
619
|
+
</child>
|
620
|
+
|
621
|
+
<child>
|
622
|
+
<widget class="GtkVBox" id="vbox1">
|
623
|
+
<property name="visible">True</property>
|
624
|
+
<property name="homogeneous">False</property>
|
625
|
+
<property name="spacing">0</property>
|
626
|
+
|
627
|
+
<child>
|
628
|
+
<widget class="GtkFrame" id="frame3">
|
629
|
+
<property name="visible">True</property>
|
630
|
+
<property name="label_xalign">0</property>
|
631
|
+
<property name="label_yalign">0.5</property>
|
632
|
+
<property name="shadow_type">GTK_SHADOW_NONE</property>
|
633
|
+
|
634
|
+
<child>
|
635
|
+
<widget class="GtkAlignment" id="alignment4">
|
636
|
+
<property name="visible">True</property>
|
637
|
+
<property name="xalign">0.5</property>
|
638
|
+
<property name="yalign">0.5</property>
|
639
|
+
<property name="xscale">1</property>
|
640
|
+
<property name="yscale">1</property>
|
641
|
+
<property name="top_padding">0</property>
|
642
|
+
<property name="bottom_padding">0</property>
|
643
|
+
<property name="left_padding">12</property>
|
644
|
+
<property name="right_padding">0</property>
|
645
|
+
|
646
|
+
<child>
|
647
|
+
<widget class="GtkToolbar" id="toolbar2">
|
648
|
+
<property name="visible">True</property>
|
649
|
+
<property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
|
650
|
+
<property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
|
651
|
+
<property name="tooltips">True</property>
|
652
|
+
<property name="show_arrow">True</property>
|
653
|
+
|
654
|
+
<child>
|
655
|
+
<widget class="GtkToolItem" id="toolitem7">
|
656
|
+
<property name="visible">True</property>
|
657
|
+
<property name="visible_horizontal">True</property>
|
658
|
+
<property name="visible_vertical">True</property>
|
659
|
+
<property name="is_important">False</property>
|
660
|
+
|
661
|
+
<child>
|
662
|
+
<widget class="GnomeEntry" id="replace_schema_name">
|
663
|
+
<property name="visible">True</property>
|
664
|
+
<property name="max_saved">10</property>
|
665
|
+
<signal name="changed" handler="on_replace_schema_name_changed" last_modification_time="Mon, 20 Jun 2005 22:04:11 GMT"/>
|
666
|
+
|
667
|
+
<child internal-child="entry">
|
668
|
+
<widget class="GtkEntry" id="gtkentry1">
|
669
|
+
<property name="visible">True</property>
|
670
|
+
<property name="tooltip" translatable="yes">insert string here
|
671
|
+
\1 \2 => matched region
|
672
|
+
#{ruby expression}
|
673
|
+
#{n} => 1,2,3..n
|
674
|
+
#{"%.2i" % n} => 01, 02, 03 ...
|
675
|
+
press enter to replace</property>
|
676
|
+
<property name="can_default">True</property>
|
677
|
+
<property name="can_focus">True</property>
|
678
|
+
<property name="editable">True</property>
|
679
|
+
<property name="visibility">True</property>
|
680
|
+
<property name="max_length">0</property>
|
681
|
+
<property name="text" translatable="yes">0</property>
|
682
|
+
<property name="has_frame">True</property>
|
683
|
+
<property name="invisible_char">*</property>
|
684
|
+
<property name="activates_default">False</property>
|
685
|
+
<signal name="activate" handler="on_replacepattern" last_modification_time="Tue, 26 Apr 2005 21:31:37 GMT"/>
|
686
|
+
<accelerator key="F4" modifiers="0" signal="grab_focus"/>
|
687
|
+
</widget>
|
688
|
+
</child>
|
689
|
+
</widget>
|
690
|
+
</child>
|
691
|
+
</widget>
|
692
|
+
<packing>
|
693
|
+
<property name="expand">True</property>
|
694
|
+
<property name="homogeneous">False</property>
|
695
|
+
</packing>
|
696
|
+
</child>
|
697
|
+
|
698
|
+
<child>
|
699
|
+
<widget class="GtkToolItem" id="toolitem8">
|
700
|
+
<property name="visible">True</property>
|
701
|
+
<property name="visible_horizontal">True</property>
|
702
|
+
<property name="visible_vertical">True</property>
|
703
|
+
<property name="is_important">False</property>
|
704
|
+
|
705
|
+
<child>
|
706
|
+
<widget class="GtkButton" id="replace_schema_save">
|
707
|
+
<property name="visible">True</property>
|
708
|
+
<property name="can_focus">True</property>
|
709
|
+
<property name="label">gtk-save</property>
|
710
|
+
<property name="use_stock">True</property>
|
711
|
+
<property name="relief">GTK_RELIEF_NONE</property>
|
712
|
+
<property name="focus_on_click">True</property>
|
713
|
+
<signal name="clicked" handler="on_replace_schema_save" last_modification_time="Mon, 30 May 2005 22:03:29 GMT"/>
|
714
|
+
</widget>
|
715
|
+
</child>
|
716
|
+
</widget>
|
717
|
+
<packing>
|
718
|
+
<property name="expand">False</property>
|
719
|
+
<property name="homogeneous">False</property>
|
720
|
+
</packing>
|
721
|
+
</child>
|
722
|
+
|
723
|
+
<child>
|
724
|
+
<widget class="GtkToolItem" id="toolitem9">
|
725
|
+
<property name="visible">True</property>
|
726
|
+
<property name="visible_horizontal">True</property>
|
727
|
+
<property name="visible_vertical">True</property>
|
728
|
+
<property name="is_important">False</property>
|
729
|
+
|
730
|
+
<child>
|
731
|
+
<widget class="GtkButton" id="replace_schema_delete">
|
732
|
+
<property name="visible">True</property>
|
733
|
+
<property name="can_focus">True</property>
|
734
|
+
<property name="label">gtk-delete</property>
|
735
|
+
<property name="use_stock">True</property>
|
736
|
+
<property name="relief">GTK_RELIEF_NONE</property>
|
737
|
+
<property name="focus_on_click">True</property>
|
738
|
+
<signal name="clicked" handler="on_replace_schema_delete" last_modification_time="Mon, 30 May 2005 22:03:37 GMT"/>
|
739
|
+
</widget>
|
740
|
+
</child>
|
741
|
+
</widget>
|
742
|
+
<packing>
|
743
|
+
<property name="expand">False</property>
|
744
|
+
<property name="homogeneous">False</property>
|
745
|
+
</packing>
|
746
|
+
</child>
|
747
|
+
</widget>
|
748
|
+
</child>
|
749
|
+
</widget>
|
750
|
+
</child>
|
751
|
+
|
752
|
+
<child>
|
753
|
+
<widget class="GtkLabel" id="label9">
|
754
|
+
<property name="visible">True</property>
|
755
|
+
<property name="label" translatable="yes"><b>name</b></property>
|
756
|
+
<property name="use_underline">False</property>
|
757
|
+
<property name="use_markup">True</property>
|
758
|
+
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
759
|
+
<property name="wrap">False</property>
|
760
|
+
<property name="selectable">False</property>
|
761
|
+
<property name="xalign">0.5</property>
|
762
|
+
<property name="yalign">0.5</property>
|
763
|
+
<property name="xpad">0</property>
|
764
|
+
<property name="ypad">0</property>
|
765
|
+
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
766
|
+
<property name="width_chars">-1</property>
|
767
|
+
<property name="single_line_mode">False</property>
|
768
|
+
<property name="angle">0</property>
|
769
|
+
</widget>
|
770
|
+
<packing>
|
771
|
+
<property name="type">label_item</property>
|
772
|
+
</packing>
|
773
|
+
</child>
|
774
|
+
</widget>
|
775
|
+
<packing>
|
776
|
+
<property name="padding">0</property>
|
777
|
+
<property name="expand">False</property>
|
778
|
+
<property name="fill">True</property>
|
779
|
+
</packing>
|
780
|
+
</child>
|
781
|
+
|
782
|
+
<child>
|
783
|
+
<widget class="GtkFrame" id="frame1">
|
784
|
+
<property name="visible">True</property>
|
785
|
+
<property name="label_xalign">0</property>
|
786
|
+
<property name="label_yalign">0.5</property>
|
787
|
+
<property name="shadow_type">GTK_SHADOW_NONE</property>
|
788
|
+
|
789
|
+
<child>
|
790
|
+
<widget class="GtkAlignment" id="alignment2">
|
791
|
+
<property name="visible">True</property>
|
792
|
+
<property name="xalign">0.5</property>
|
793
|
+
<property name="yalign">0.5</property>
|
794
|
+
<property name="xscale">1</property>
|
795
|
+
<property name="yscale">1</property>
|
796
|
+
<property name="top_padding">0</property>
|
797
|
+
<property name="bottom_padding">0</property>
|
798
|
+
<property name="left_padding">12</property>
|
799
|
+
<property name="right_padding">0</property>
|
800
|
+
|
801
|
+
<child>
|
802
|
+
<widget class="GtkScrolledWindow" id="scrolledwindow3">
|
803
|
+
<property name="visible">True</property>
|
804
|
+
<property name="can_focus">True</property>
|
805
|
+
<property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
|
806
|
+
<property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
|
807
|
+
<property name="shadow_type">GTK_SHADOW_IN</property>
|
808
|
+
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
|
809
|
+
|
810
|
+
<child>
|
811
|
+
<widget class="GtkTextView" id="textview_eval_initialize">
|
812
|
+
<property name="visible">True</property>
|
813
|
+
<property name="tooltip" translatable="yes">this code is evaluated before replaceing starts</property>
|
814
|
+
<property name="can_focus">True</property>
|
815
|
+
<property name="editable">True</property>
|
816
|
+
<property name="overwrite">False</property>
|
817
|
+
<property name="accepts_tab">True</property>
|
818
|
+
<property name="justification">GTK_JUSTIFY_LEFT</property>
|
819
|
+
<property name="wrap_mode">GTK_WRAP_NONE</property>
|
820
|
+
<property name="cursor_visible">True</property>
|
821
|
+
<property name="pixels_above_lines">0</property>
|
822
|
+
<property name="pixels_below_lines">0</property>
|
823
|
+
<property name="pixels_inside_wrap">0</property>
|
824
|
+
<property name="left_margin">0</property>
|
825
|
+
<property name="right_margin">0</property>
|
826
|
+
<property name="indent">0</property>
|
827
|
+
<property name="text" translatable="yes">n=1</property>
|
828
|
+
</widget>
|
829
|
+
</child>
|
830
|
+
</widget>
|
831
|
+
</child>
|
832
|
+
</widget>
|
833
|
+
</child>
|
834
|
+
|
835
|
+
<child>
|
836
|
+
<widget class="GtkLabel" id="label7">
|
837
|
+
<property name="visible">True</property>
|
838
|
+
<property name="label" translatable="yes"><b>eval initialize</b></property>
|
839
|
+
<property name="use_underline">False</property>
|
840
|
+
<property name="use_markup">True</property>
|
841
|
+
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
842
|
+
<property name="wrap">False</property>
|
843
|
+
<property name="selectable">False</property>
|
844
|
+
<property name="xalign">0.5</property>
|
845
|
+
<property name="yalign">0.5</property>
|
846
|
+
<property name="xpad">0</property>
|
847
|
+
<property name="ypad">0</property>
|
848
|
+
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
849
|
+
<property name="width_chars">-1</property>
|
850
|
+
<property name="single_line_mode">False</property>
|
851
|
+
<property name="angle">0</property>
|
852
|
+
</widget>
|
853
|
+
<packing>
|
854
|
+
<property name="type">label_item</property>
|
855
|
+
</packing>
|
856
|
+
</child>
|
857
|
+
</widget>
|
858
|
+
<packing>
|
859
|
+
<property name="padding">0</property>
|
860
|
+
<property name="expand">True</property>
|
861
|
+
<property name="fill">True</property>
|
862
|
+
</packing>
|
863
|
+
</child>
|
864
|
+
|
865
|
+
<child>
|
866
|
+
<widget class="GtkFrame" id="frame2">
|
867
|
+
<property name="visible">True</property>
|
868
|
+
<property name="label_xalign">0</property>
|
869
|
+
<property name="label_yalign">0.5</property>
|
870
|
+
<property name="shadow_type">GTK_SHADOW_NONE</property>
|
871
|
+
|
872
|
+
<child>
|
873
|
+
<widget class="GtkAlignment" id="alignment3">
|
874
|
+
<property name="visible">True</property>
|
875
|
+
<property name="xalign">0.5</property>
|
876
|
+
<property name="yalign">0.5</property>
|
877
|
+
<property name="xscale">1</property>
|
878
|
+
<property name="yscale">1</property>
|
879
|
+
<property name="top_padding">0</property>
|
880
|
+
<property name="bottom_padding">0</property>
|
881
|
+
<property name="left_padding">12</property>
|
882
|
+
<property name="right_padding">0</property>
|
883
|
+
|
884
|
+
<child>
|
885
|
+
<widget class="GtkScrolledWindow" id="scrolledwindow4">
|
886
|
+
<property name="visible">True</property>
|
887
|
+
<property name="can_focus">True</property>
|
888
|
+
<property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
|
889
|
+
<property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
|
890
|
+
<property name="shadow_type">GTK_SHADOW_IN</property>
|
891
|
+
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
|
892
|
+
|
893
|
+
<child>
|
894
|
+
<widget class="GtkTextView" id="textview_eval_eachmatch">
|
895
|
+
<property name="visible">True</property>
|
896
|
+
<property name="tooltip" translatable="yes">this code is evaluated for evey match</property>
|
897
|
+
<property name="can_focus">True</property>
|
898
|
+
<property name="editable">True</property>
|
899
|
+
<property name="overwrite">False</property>
|
900
|
+
<property name="accepts_tab">True</property>
|
901
|
+
<property name="justification">GTK_JUSTIFY_LEFT</property>
|
902
|
+
<property name="wrap_mode">GTK_WRAP_NONE</property>
|
903
|
+
<property name="cursor_visible">True</property>
|
904
|
+
<property name="pixels_above_lines">0</property>
|
905
|
+
<property name="pixels_below_lines">0</property>
|
906
|
+
<property name="pixels_inside_wrap">0</property>
|
907
|
+
<property name="left_margin">0</property>
|
908
|
+
<property name="right_margin">0</property>
|
909
|
+
<property name="indent">0</property>
|
910
|
+
<property name="text" translatable="yes">n=n+1</property>
|
911
|
+
</widget>
|
912
|
+
</child>
|
913
|
+
</widget>
|
914
|
+
</child>
|
915
|
+
</widget>
|
916
|
+
</child>
|
917
|
+
|
918
|
+
<child>
|
919
|
+
<widget class="GtkLabel" id="label8">
|
920
|
+
<property name="visible">True</property>
|
921
|
+
<property name="label" translatable="yes"><b>eval for each match</b></property>
|
922
|
+
<property name="use_underline">False</property>
|
923
|
+
<property name="use_markup">True</property>
|
924
|
+
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
925
|
+
<property name="wrap">False</property>
|
926
|
+
<property name="selectable">False</property>
|
927
|
+
<property name="xalign">0.5</property>
|
928
|
+
<property name="yalign">0.5</property>
|
929
|
+
<property name="xpad">0</property>
|
930
|
+
<property name="ypad">0</property>
|
931
|
+
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
932
|
+
<property name="width_chars">-1</property>
|
933
|
+
<property name="single_line_mode">False</property>
|
934
|
+
<property name="angle">0</property>
|
935
|
+
</widget>
|
936
|
+
<packing>
|
937
|
+
<property name="type">label_item</property>
|
938
|
+
</packing>
|
939
|
+
</child>
|
940
|
+
</widget>
|
941
|
+
<packing>
|
942
|
+
<property name="padding">0</property>
|
943
|
+
<property name="expand">True</property>
|
944
|
+
<property name="fill">True</property>
|
945
|
+
</packing>
|
946
|
+
</child>
|
947
|
+
</widget>
|
948
|
+
<packing>
|
949
|
+
<property name="tab_expand">False</property>
|
950
|
+
<property name="tab_fill">True</property>
|
951
|
+
</packing>
|
952
|
+
</child>
|
953
|
+
|
954
|
+
<child>
|
955
|
+
<widget class="GtkLabel" id="command pattern">
|
956
|
+
<property name="visible">True</property>
|
957
|
+
<property name="label" translatable="yes">command pattern</property>
|
958
|
+
<property name="use_underline">False</property>
|
959
|
+
<property name="use_markup">False</property>
|
960
|
+
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
961
|
+
<property name="wrap">False</property>
|
962
|
+
<property name="selectable">False</property>
|
963
|
+
<property name="xalign">0.5</property>
|
964
|
+
<property name="yalign">0.5</property>
|
965
|
+
<property name="xpad">0</property>
|
966
|
+
<property name="ypad">0</property>
|
967
|
+
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
968
|
+
<property name="width_chars">-1</property>
|
969
|
+
<property name="single_line_mode">False</property>
|
970
|
+
<property name="angle">0</property>
|
971
|
+
</widget>
|
972
|
+
<packing>
|
973
|
+
<property name="type">tab</property>
|
974
|
+
</packing>
|
975
|
+
</child>
|
976
|
+
</widget>
|
977
|
+
</child>
|
978
|
+
</widget>
|
979
|
+
<packing>
|
980
|
+
<property name="padding">0</property>
|
981
|
+
<property name="expand">True</property>
|
982
|
+
<property name="fill">True</property>
|
983
|
+
</packing>
|
984
|
+
</child>
|
985
|
+
|
986
|
+
<child internal-child="appbar">
|
987
|
+
<widget class="GnomeAppBar" id="appbar">
|
988
|
+
<property name="visible">True</property>
|
989
|
+
<property name="has_progress">True</property>
|
990
|
+
<property name="has_status">True</property>
|
991
|
+
</widget>
|
992
|
+
<packing>
|
993
|
+
<property name="padding">0</property>
|
994
|
+
<property name="expand">True</property>
|
995
|
+
<property name="fill">True</property>
|
996
|
+
</packing>
|
997
|
+
</child>
|
998
|
+
</widget>
|
999
|
+
|
1000
|
+
<widget class="GtkFileChooserDialog" id="filechooser">
|
1001
|
+
<property name="action">GTK_FILE_CHOOSER_ACTION_OPEN</property>
|
1002
|
+
<property name="local_only">True</property>
|
1003
|
+
<property name="select_multiple">False</property>
|
1004
|
+
<property name="show_hidden">False</property>
|
1005
|
+
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
1006
|
+
<property name="window_position">GTK_WIN_POS_NONE</property>
|
1007
|
+
<property name="modal">False</property>
|
1008
|
+
<property name="resizable">True</property>
|
1009
|
+
<property name="destroy_with_parent">False</property>
|
1010
|
+
<property name="decorated">True</property>
|
1011
|
+
<property name="skip_taskbar_hint">False</property>
|
1012
|
+
<property name="skip_pager_hint">False</property>
|
1013
|
+
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
|
1014
|
+
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
|
1015
|
+
<property name="focus_on_map">True</property>
|
1016
|
+
|
1017
|
+
<child internal-child="vbox">
|
1018
|
+
<widget class="GtkVBox" id="dialog-vbox1">
|
1019
|
+
<property name="visible">True</property>
|
1020
|
+
<property name="homogeneous">False</property>
|
1021
|
+
<property name="spacing">24</property>
|
1022
|
+
|
1023
|
+
<child internal-child="action_area">
|
1024
|
+
<widget class="GtkHButtonBox" id="dialog-action_area1">
|
1025
|
+
<property name="visible">True</property>
|
1026
|
+
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
1027
|
+
|
1028
|
+
<child>
|
1029
|
+
<widget class="GtkButton" id="button1">
|
1030
|
+
<property name="visible">True</property>
|
1031
|
+
<property name="can_default">True</property>
|
1032
|
+
<property name="can_focus">True</property>
|
1033
|
+
<property name="label">gtk-cancel</property>
|
1034
|
+
<property name="use_stock">True</property>
|
1035
|
+
<property name="relief">GTK_RELIEF_NORMAL</property>
|
1036
|
+
<property name="focus_on_click">True</property>
|
1037
|
+
<property name="response_id">-6</property>
|
1038
|
+
</widget>
|
1039
|
+
</child>
|
1040
|
+
|
1041
|
+
<child>
|
1042
|
+
<widget class="GtkButton" id="button2">
|
1043
|
+
<property name="visible">True</property>
|
1044
|
+
<property name="can_default">True</property>
|
1045
|
+
<property name="has_default">True</property>
|
1046
|
+
<property name="can_focus">True</property>
|
1047
|
+
<property name="label" translatable="yes">add files</property>
|
1048
|
+
<property name="use_underline">True</property>
|
1049
|
+
<property name="relief">GTK_RELIEF_NORMAL</property>
|
1050
|
+
<property name="focus_on_click">True</property>
|
1051
|
+
<property name="response_id">0</property>
|
1052
|
+
<signal name="clicked" handler="on_filechooser_addfiles" last_modification_time="Sun, 08 May 2005 12:43:32 GMT"/>
|
1053
|
+
</widget>
|
1054
|
+
</child>
|
1055
|
+
|
1056
|
+
<child>
|
1057
|
+
<widget class="GtkButton" id="button5">
|
1058
|
+
<property name="visible">True</property>
|
1059
|
+
<property name="can_default">True</property>
|
1060
|
+
<property name="can_focus">True</property>
|
1061
|
+
<property name="label">add files recursiv</property>
|
1062
|
+
<property name="use_underline">True</property>
|
1063
|
+
<property name="relief">GTK_RELIEF_NORMAL</property>
|
1064
|
+
<property name="focus_on_click">True</property>
|
1065
|
+
<property name="response_id">0</property>
|
1066
|
+
<signal name="clicked" handler="on_filechooser_addfiles_recursive" last_modification_time="Sun, 08 May 2005 12:44:08 GMT"/>
|
1067
|
+
</widget>
|
1068
|
+
</child>
|
1069
|
+
</widget>
|
1070
|
+
<packing>
|
1071
|
+
<property name="padding">0</property>
|
1072
|
+
<property name="expand">False</property>
|
1073
|
+
<property name="fill">True</property>
|
1074
|
+
<property name="pack_type">GTK_PACK_END</property>
|
1075
|
+
</packing>
|
1076
|
+
</child>
|
1077
|
+
</widget>
|
1078
|
+
</child>
|
1079
|
+
</widget>
|
1080
|
+
|
1081
|
+
</glade-interface>
|