~pcabido/gtg/hackathon

« back to all changes in this revision

Viewing changes to GTG/gtk/browser/taskbrowser.glade

  • Committer: Izidor Matušov
  • Date: 2011-11-19 21:41:08 UTC
  • mfrom: (938.2.14 gtg)
  • Revision ID: izidor.matusov@gmail.com-20111119214108-2gzn8oowham7a3ut
Merging the search feature - the awesome work of João Ascenso during GSoC 2011

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
 
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<interface>
3
3
  <requires lib="gtk+" version="2.16"/>
4
 
  <!-- interface-naming-policy toplevel-contextual -->
5
4
  <object class="GtkWindow" id="MainWindow">
 
5
    <property name="can_focus">False</property>
6
6
    <property name="title" translatable="yes">Getting Things Gnome!</property>
7
7
    <property name="default_width">700</property>
8
8
    <property name="default_height">550</property>
9
 
    <signal name="configure_event" handler="on_move"/>
10
 
    <signal name="size_allocate" handler="on_size_allocate"/>
 
9
    <signal name="configure-event" handler="on_move" swapped="no"/>
 
10
    <signal name="size-allocate" handler="on_size_allocate" swapped="no"/>
11
11
    <child>
12
12
      <object class="GtkVBox" id="master_vbox">
13
13
        <property name="visible">True</property>
 
14
        <property name="can_focus">False</property>
14
15
        <child>
15
16
          <object class="GtkMenuBar" id="browser_menu">
16
17
            <property name="visible">True</property>
 
18
            <property name="can_focus">False</property>
17
19
            <child>
18
20
              <object class="GtkMenuItem" id="bm_task">
19
21
                <property name="visible">True</property>
 
22
                <property name="can_focus">False</property>
 
23
                <property name="use_action_appearance">False</property>
20
24
                <property name="label" translatable="yes">_Tasks</property>
21
25
                <property name="use_underline">True</property>
22
26
                <child type="submenu">
23
27
                  <object class="GtkMenu" id="tasks_menu">
24
28
                    <property name="visible">True</property>
 
29
                    <property name="can_focus">False</property>
25
30
                    <child>
26
31
                      <object class="GtkImageMenuItem" id="new_task_mi">
27
32
                        <property name="label" translatable="yes">New _Task</property>
28
33
                        <property name="visible">True</property>
 
34
                        <property name="can_focus">False</property>
29
35
                        <property name="tooltip_text" translatable="yes">Create a new task</property>
 
36
                        <property name="use_action_appearance">False</property>
30
37
                        <property name="use_underline">True</property>
31
38
                        <property name="image">bm_img_task</property>
32
39
                        <property name="use_stock">False</property>
33
40
                        <property name="always_show_image">True</property>
34
 
                        <signal name="activate" handler="on_add_task"/>
 
41
                        <signal name="activate" handler="on_add_task" swapped="no"/>
35
42
                      </object>
36
43
                    </child>
37
44
                    <child>
39
46
                        <property name="label" translatable="yes">New _Subtask</property>
40
47
                        <property name="visible">True</property>
41
48
                        <property name="sensitive">False</property>
 
49
                        <property name="can_focus">False</property>
 
50
                        <property name="use_action_appearance">False</property>
42
51
                        <property name="use_underline">True</property>
43
52
                        <property name="image">bm_img_subtask</property>
44
53
                        <property name="use_stock">False</property>
45
54
                        <property name="always_show_image">True</property>
46
 
                        <signal name="activate" handler="on_add_subtask"/>
 
55
                        <signal name="activate" handler="on_add_subtask" swapped="no"/>
47
56
                      </object>
48
57
                    </child>
49
58
                    <child>
51
60
                        <property name="label">gtk-edit</property>
52
61
                        <property name="visible">True</property>
53
62
                        <property name="sensitive">False</property>
 
63
                        <property name="can_focus">False</property>
 
64
                        <property name="use_action_appearance">False</property>
54
65
                        <property name="use_underline">True</property>
55
66
                        <property name="use_stock">True</property>
56
67
                        <property name="accel_group">accelgroup1</property>
57
 
                        <signal name="activate" handler="on_edit_active_task"/>
 
68
                        <signal name="activate" handler="on_edit_active_task" swapped="no"/>
58
69
                      </object>
59
70
                    </child>
60
71
                    <child>
61
72
                      <object class="GtkSeparatorMenuItem" id="separator_1">
62
73
                        <property name="visible">True</property>
 
74
                        <property name="can_focus">False</property>
63
75
                      </object>
64
76
                    </child>
65
77
                    <child>
67
79
                        <property name="label" translatable="yes">Mark as _Done</property>
68
80
                        <property name="visible">True</property>
69
81
                        <property name="sensitive">False</property>
 
82
                        <property name="can_focus">False</property>
 
83
                        <property name="use_action_appearance">False</property>
70
84
                        <property name="use_underline">True</property>
71
85
                        <property name="image">bm_img_done</property>
72
86
                        <property name="use_stock">False</property>
73
87
                        <property name="always_show_image">True</property>
74
 
                        <signal name="activate" handler="on_mark_as_done"/>
 
88
                        <signal name="activate" handler="on_mark_as_done" swapped="no"/>
75
89
                      </object>
76
90
                    </child>
77
91
                    <child>
79
93
                        <property name="label" translatable="yes">D_ismiss</property>
80
94
                        <property name="visible">True</property>
81
95
                        <property name="sensitive">False</property>
 
96
                        <property name="can_focus">False</property>
 
97
                        <property name="use_action_appearance">False</property>
82
98
                        <property name="use_underline">True</property>
83
99
                        <property name="image">bm_img_dismiss</property>
84
100
                        <property name="use_stock">False</property>
85
101
                        <property name="always_show_image">True</property>
86
 
                        <signal name="activate" handler="on_dismiss_task"/>
 
102
                        <signal name="activate" handler="on_dismiss_task" swapped="no"/>
87
103
                      </object>
88
104
                    </child>
89
105
                    <child>
91
107
                        <property name="label">gtk-delete</property>
92
108
                        <property name="visible">True</property>
93
109
                        <property name="sensitive">False</property>
 
110
                        <property name="can_focus">False</property>
 
111
                        <property name="use_action_appearance">False</property>
94
112
                        <property name="use_underline">True</property>
95
113
                        <property name="use_stock">True</property>
96
114
                        <property name="accel_group">accelgroup1</property>
97
 
                        <signal name="activate" handler="on_delete_task"/>
 
115
                        <signal name="activate" handler="on_delete_task" swapped="no"/>
98
116
                      </object>
99
117
                    </child>
100
118
                    <child>
101
119
                      <object class="GtkSeparatorMenuItem" id="separator_2">
102
120
                        <property name="visible">True</property>
 
121
                        <property name="can_focus">False</property>
103
122
                      </object>
104
123
                    </child>
105
124
                    <child>
106
125
                      <object class="GtkImageMenuItem" id="file_quit">
107
126
                        <property name="label">gtk-quit</property>
108
127
                        <property name="visible">True</property>
 
128
                        <property name="can_focus">False</property>
 
129
                        <property name="use_action_appearance">False</property>
109
130
                        <property name="use_underline">True</property>
110
131
                        <property name="use_stock">True</property>
111
132
                        <property name="accel_group">accelgroup1</property>
112
 
                        <signal name="activate" handler="gtk_main_quit"/>
 
133
                        <signal name="activate" handler="gtk_main_quit" swapped="no"/>
113
134
                      </object>
114
135
                    </child>
115
136
                  </object>
119
140
            <child>
120
141
              <object class="GtkMenuItem" id="bm_edit">
121
142
                <property name="visible">True</property>
 
143
                <property name="can_focus">False</property>
 
144
                <property name="use_action_appearance">False</property>
122
145
                <property name="label" translatable="yes">_Edit</property>
123
146
                <property name="use_underline">True</property>
124
147
                <child type="submenu">
125
148
                  <object class="GtkMenu" id="edit_menu">
126
149
                    <property name="visible">True</property>
 
150
                    <property name="can_focus">False</property>
127
151
                    <child>
128
152
                      <object class="GtkImageMenuItem" id="edit_undo">
129
153
                        <property name="label">gtk-undo</property>
 
154
                        <property name="can_focus">False</property>
 
155
                        <property name="use_action_appearance">False</property>
130
156
                        <property name="use_underline">True</property>
131
157
                        <property name="use_stock">True</property>
132
158
                        <property name="accel_group">accelgroup1</property>
135
161
                    <child>
136
162
                      <object class="GtkImageMenuItem" id="edit_redo">
137
163
                        <property name="label">gtk-redo</property>
 
164
                        <property name="can_focus">False</property>
 
165
                        <property name="use_action_appearance">False</property>
138
166
                        <property name="use_underline">True</property>
139
167
                        <property name="use_stock">True</property>
140
168
                        <property name="accel_group">accelgroup1</property>
141
169
                      </object>
142
170
                    </child>
143
171
                    <child>
144
 
                      <object class="GtkSeparatorMenuItem" id="separator_3"/>
 
172
                      <object class="GtkSeparatorMenuItem" id="separator_3">
 
173
                        <property name="can_focus">False</property>
 
174
                      </object>
145
175
                    </child>
146
176
                    <child>
147
177
                      <object class="GtkImageMenuItem" id="edit_preferences_mi">
148
178
                        <property name="label">gtk-preferences</property>
149
179
                        <property name="visible">True</property>
 
180
                        <property name="can_focus">False</property>
 
181
                        <property name="use_action_appearance">False</property>
150
182
                        <property name="use_underline">True</property>
151
183
                        <property name="use_stock">True</property>
152
184
                        <property name="accel_group">accelgroup1</property>
153
 
                        <signal name="activate" handler="on_preferences_activate"/>
 
185
                        <signal name="activate" handler="on_preferences_activate" swapped="no"/>
154
186
                      </object>
155
187
                    </child>
156
188
                    <child>
157
189
                      <object class="GtkMenuItem" id="backends_mi">
 
190
                        <property name="visible">True</property>
 
191
                        <property name="can_focus">False</property>
 
192
                        <property name="use_action_appearance">False</property>
158
193
                        <property name="label">Backends</property>
159
 
                        <property name="visible">True</property>
160
 
                        <signal name="activate" handler="on_edit_backends_activate"/>
 
194
                        <signal name="activate" handler="on_edit_backends_activate" swapped="no"/>
161
195
                      </object>
162
196
                    </child>
163
197
                  </object>
167
201
            <child>
168
202
              <object class="GtkMenuItem" id="menu_view">
169
203
                <property name="visible">True</property>
 
204
                <property name="can_focus">False</property>
 
205
                <property name="use_action_appearance">False</property>
170
206
                <property name="label" translatable="yes">_View</property>
171
207
                <property name="use_underline">True</property>
172
208
                <child type="submenu">
173
209
                  <object class="GtkMenu" id="view_menu">
174
210
                    <property name="visible">True</property>
 
211
                    <property name="can_focus">False</property>
175
212
                    <child>
176
213
                      <object class="GtkCheckMenuItem" id="view_workview">
177
214
                        <property name="visible">True</property>
 
215
                        <property name="can_focus">False</property>
 
216
                        <property name="use_action_appearance">False</property>
178
217
                        <property name="label" translatable="yes">_Work View</property>
179
218
                        <property name="use_underline">True</property>
180
 
                        <signal name="toggled" handler="on_view_workview_toggled"/>
 
219
                        <signal name="toggled" handler="on_view_workview_toggled" swapped="no"/>
181
220
                      </object>
182
221
                    </child>
183
222
                    <child>
184
223
                      <object class="GtkSeparatorMenuItem" id="separator_4">
185
224
                        <property name="visible">True</property>
 
225
                        <property name="can_focus">False</property>
186
226
                      </object>
187
227
                    </child>
188
228
                    <child>
189
229
                      <object class="GtkCheckMenuItem" id="bgcol_enable">
190
230
                        <property name="visible">True</property>
 
231
                        <property name="can_focus">False</property>
 
232
                        <property name="use_action_appearance">False</property>
191
233
                        <property name="label" translatable="yes">_Background Colors</property>
192
234
                        <property name="use_underline">True</property>
193
235
                        <property name="active">True</property>
194
 
                        <signal name="toggled" handler="on_bg_color_toggled"/>
 
236
                        <signal name="toggled" handler="on_bg_color_toggled" swapped="no"/>
195
237
                      </object>
196
238
                    </child>
197
239
                    <child>
198
240
                      <object class="GtkSeparatorMenuItem" id="separator_5">
199
241
                        <property name="visible">True</property>
 
242
                        <property name="can_focus">False</property>
200
243
                      </object>
201
244
                    </child>
202
245
                    <child>
203
246
                      <object class="GtkCheckMenuItem" id="view_sidebar">
204
247
                        <property name="visible">True</property>
 
248
                        <property name="can_focus">False</property>
 
249
                        <property name="use_action_appearance">False</property>
205
250
                        <property name="label" translatable="yes">_Tags Sidebar</property>
206
251
                        <property name="use_underline">True</property>
207
 
                        <signal name="toggled" handler="on_view_sidebar_toggled"/>
 
252
                        <signal name="toggled" handler="on_view_sidebar_toggled" swapped="no"/>
208
253
                      </object>
209
254
                    </child>
210
255
                    <child>
211
256
                      <object class="GtkCheckMenuItem" id="view_closed">
212
257
                        <property name="visible">True</property>
 
258
                        <property name="can_focus">False</property>
 
259
                        <property name="use_action_appearance">False</property>
213
260
                        <property name="label" translatable="yes">_Closed Tasks Pane</property>
214
261
                        <property name="use_underline">True</property>
215
 
                        <signal name="toggled" handler="on_view_closed_toggled"/>
 
262
                        <signal name="toggled" handler="on_view_closed_toggled" swapped="no"/>
216
263
                      </object>
217
264
                    </child>
218
265
                    <child>
219
266
                      <object class="GtkCheckMenuItem" id="view_toolbar">
220
267
                        <property name="visible">True</property>
 
268
                        <property name="can_focus">False</property>
 
269
                        <property name="use_action_appearance">False</property>
221
270
                        <property name="label" translatable="yes">T_oolbar</property>
222
271
                        <property name="use_underline">True</property>
223
 
                        <signal name="toggled" handler="on_view_toolbar_toggled"/>
 
272
                        <signal name="toggled" handler="on_view_toolbar_toggled" swapped="no"/>
224
273
                      </object>
225
274
                    </child>
226
275
                    <child>
227
276
                      <object class="GtkCheckMenuItem" id="view_quickadd">
228
277
                        <property name="visible">True</property>
 
278
                        <property name="can_focus">False</property>
 
279
                        <property name="use_action_appearance">False</property>
229
280
                        <property name="label" translatable="yes">_Quick Add Entry</property>
230
281
                        <property name="use_underline">True</property>
231
 
                        <signal name="toggled" handler="on_view_quickadd_toggled"/>
 
282
                        <signal name="toggled" handler="on_view_quickadd_toggled" swapped="no"/>
232
283
                      </object>
233
284
                    </child>
234
285
                  </object>
237
288
            </child>
238
289
            <child>
239
290
              <object class="GtkMenuItem" id="plugin_mi">
 
291
                <property name="can_focus">False</property>
 
292
                <property name="use_action_appearance">False</property>
240
293
                <property name="label" translatable="yes">_Plugins</property>
241
294
                <property name="use_underline">True</property>
242
295
                <child type="submenu">
243
296
                  <object class="GtkMenu" id="plugins_menu">
244
297
                    <property name="visible">True</property>
 
298
                    <property name="can_focus">False</property>
245
299
                  </object>
246
300
                </child>
247
301
              </object>
249
303
            <child>
250
304
              <object class="GtkMenuItem" id="help_mi">
251
305
                <property name="visible">True</property>
 
306
                <property name="can_focus">False</property>
 
307
                <property name="use_action_appearance">False</property>
252
308
                <property name="label" translatable="yes">_Help</property>
253
309
                <property name="use_underline">True</property>
254
310
                <child type="submenu">
255
311
                  <object class="GtkMenu" id="help_menu">
256
312
                    <property name="visible">True</property>
 
313
                    <property name="can_focus">False</property>
257
314
                    <child>
258
315
                      <object class="GtkImageMenuItem" id="gtk_help_mi">
259
316
                        <property name="label">gtk-help</property>
260
317
                        <property name="visible">True</property>
 
318
                        <property name="can_focus">False</property>
261
319
                        <property name="tooltip_text" translatable="yes">Open GTG documentation in your web browser</property>
 
320
                        <property name="use_action_appearance">False</property>
262
321
                        <property name="use_underline">True</property>
263
322
                        <property name="use_stock">True</property>
264
323
                        <property name="accel_group">accelgroup1</property>
265
 
                        <signal name="activate" handler="on_documentation_clicked"/>
 
324
                        <signal name="activate" handler="on_documentation_clicked" swapped="no"/>
266
325
                      </object>
267
326
                    </child>
268
327
                    <child>
269
328
                      <object class="GtkImageMenuItem" id="gtk_about_mi">
270
329
                        <property name="label">gtk-about</property>
271
330
                        <property name="visible">True</property>
 
331
                        <property name="can_focus">False</property>
 
332
                        <property name="use_action_appearance">False</property>
272
333
                        <property name="use_underline">True</property>
273
334
                        <property name="use_stock">True</property>
274
335
                        <property name="accel_group">accelgroup1</property>
275
 
                        <signal name="activate" handler="on_about_clicked"/>
 
336
                        <signal name="activate" handler="on_about_clicked" swapped="no"/>
276
337
                      </object>
277
338
                    </child>
278
339
                  </object>
282
343
          </object>
283
344
          <packing>
284
345
            <property name="expand">False</property>
 
346
            <property name="fill">True</property>
285
347
            <property name="position">0</property>
286
348
          </packing>
287
349
        </child>
288
350
        <child>
289
351
          <object class="GtkVBox" id="vbox_toolbars">
290
352
            <property name="visible">True</property>
 
353
            <property name="can_focus">False</property>
291
354
            <child>
292
355
              <object class="GtkToolbar" id="task_toolbar">
293
356
                <property name="visible">True</property>
 
357
                <property name="can_focus">False</property>
294
358
                <child>
295
359
                  <object class="GtkToolButton" id="new_task_b">
296
360
                    <property name="visible">True</property>
 
361
                    <property name="can_focus">False</property>
 
362
                    <property name="use_action_appearance">False</property>
297
363
                    <property name="is_important">True</property>
298
364
                    <property name="label" translatable="yes">New Task</property>
299
365
                    <property name="icon_name">gtg-task-new</property>
300
 
                    <signal name="clicked" handler="on_add_task"/>
 
366
                    <signal name="clicked" handler="on_add_task" swapped="no"/>
301
367
                  </object>
302
368
                  <packing>
303
369
                    <property name="expand">False</property>
306
372
                </child>
307
373
                <child>
308
374
                  <object class="GtkToolButton" id="new_subtask_b">
 
375
                    <property name="can_focus">False</property>
 
376
                    <property name="use_action_appearance">False</property>
309
377
                    <property name="label" translatable="yes">New Subtask</property>
310
378
                    <property name="icon_name">gtg-task-new</property>
311
 
                    <signal name="clicked" handler="on_add_subtask"/>
 
379
                    <signal name="clicked" handler="on_add_subtask" swapped="no"/>
312
380
                  </object>
313
381
                  <packing>
314
382
                    <property name="expand">False</property>
318
386
                <child>
319
387
                  <object class="GtkToolButton" id="edit_b">
320
388
                    <property name="visible">True</property>
 
389
                    <property name="can_focus">False</property>
 
390
                    <property name="use_action_appearance">False</property>
321
391
                    <property name="visible_horizontal">False</property>
322
392
                    <property name="visible_vertical">False</property>
323
393
                    <property name="label" translatable="yes">Edit</property>
324
394
                    <property name="stock_id">gtk-edit</property>
325
 
                    <signal name="clicked" handler="on_edit_active_task"/>
 
395
                    <signal name="clicked" handler="on_edit_active_task" swapped="no"/>
326
396
                  </object>
327
397
                  <packing>
328
398
                    <property name="expand">False</property>
330
400
                  </packing>
331
401
                </child>
332
402
                <child>
333
 
                  <object class="GtkSeparatorToolItem" id="&lt;separateur&gt;"/>
 
403
                  <object class="GtkSeparatorToolItem" id="&lt;separateur&gt;">
 
404
                    <property name="can_focus">False</property>
 
405
                  </object>
334
406
                  <packing>
335
407
                    <property name="expand">False</property>
336
408
                    <property name="homogeneous">True</property>
338
410
                </child>
339
411
                <child>
340
412
                  <object class="GtkToolButton" id="Undo">
 
413
                    <property name="can_focus">False</property>
 
414
                    <property name="use_action_appearance">False</property>
341
415
                    <property name="label" translatable="yes">Undo</property>
342
416
                    <property name="stock_id">gtk-undo</property>
343
417
                  </object>
348
422
                </child>
349
423
                <child>
350
424
                  <object class="GtkToolButton" id="Redo">
 
425
                    <property name="can_focus">False</property>
 
426
                    <property name="use_action_appearance">False</property>
351
427
                    <property name="label" translatable="yes">Redo</property>
352
428
                    <property name="stock_id">gtk-redo</property>
353
429
                  </object>
359
435
                <child>
360
436
                  <object class="GtkSeparatorToolItem" id="separator_6">
361
437
                    <property name="visible">True</property>
 
438
                    <property name="can_focus">False</property>
362
439
                  </object>
363
440
                  <packing>
364
441
                    <property name="expand">False</property>
369
446
                  <object class="GtkToolButton" id="done_b">
370
447
                    <property name="visible">True</property>
371
448
                    <property name="sensitive">False</property>
 
449
                    <property name="can_focus">False</property>
 
450
                    <property name="use_action_appearance">False</property>
372
451
                    <property name="is_important">True</property>
373
452
                    <property name="label" translatable="yes">Mark as Done</property>
374
453
                    <property name="icon_name">gtg-task-done</property>
375
 
                    <signal name="clicked" handler="on_mark_as_done"/>
 
454
                    <signal name="clicked" handler="on_mark_as_done" swapped="no"/>
376
455
                  </object>
377
456
                  <packing>
378
457
                    <property name="expand">False</property>
383
462
                  <object class="GtkToolButton" id="dismiss_b">
384
463
                    <property name="visible">True</property>
385
464
                    <property name="sensitive">False</property>
 
465
                    <property name="can_focus">False</property>
 
466
                    <property name="use_action_appearance">False</property>
386
467
                    <property name="label" translatable="yes">Dismiss</property>
387
468
                    <property name="icon_name">gtg-task-dismiss</property>
388
 
                    <signal name="clicked" handler="on_dismiss_task"/>
 
469
                    <signal name="clicked" handler="on_dismiss_task" swapped="no"/>
389
470
                  </object>
390
471
                  <packing>
391
472
                    <property name="expand">False</property>
395
476
                <child>
396
477
                  <object class="GtkToolButton" id="delete_b">
397
478
                    <property name="sensitive">False</property>
 
479
                    <property name="can_focus">False</property>
 
480
                    <property name="use_action_appearance">False</property>
398
481
                    <property name="label" translatable="yes">Delete</property>
399
482
                    <property name="icon_name">edit-delete</property>
400
 
                    <signal name="clicked" handler="on_delete_task"/>
 
483
                    <signal name="clicked" handler="on_delete_task" swapped="no"/>
401
484
                  </object>
402
485
                  <packing>
403
486
                    <property name="expand">False</property>
407
490
                <child>
408
491
                  <object class="GtkSeparatorToolItem" id="separator_7">
409
492
                    <property name="visible">True</property>
 
493
                    <property name="can_focus">False</property>
410
494
                  </object>
411
495
                  <packing>
412
496
                    <property name="expand">False</property>
416
500
                <child>
417
501
                  <object class="GtkToggleToolButton" id="workview_toggle">
418
502
                    <property name="visible">True</property>
 
503
                    <property name="can_focus">False</property>
 
504
                    <property name="use_action_appearance">False</property>
419
505
                    <property name="is_important">True</property>
420
506
                    <property name="label" translatable="yes">Work View</property>
421
507
                    <property name="stock_id">gtk-index</property>
422
 
                    <signal name="toggled" handler="on_workview_toggled"/>
 
508
                    <signal name="toggled" handler="on_workview_toggled" swapped="no"/>
423
509
                  </object>
424
510
                  <packing>
425
511
                    <property name="expand">False</property>
429
515
              </object>
430
516
              <packing>
431
517
                <property name="expand">False</property>
 
518
                <property name="fill">True</property>
432
519
                <property name="position">0</property>
433
520
              </packing>
434
521
            </child>
446
533
            <child>
447
534
              <object class="GtkVBox" id="sidebar_vbox">
448
535
                <property name="width_request">75</property>
 
536
                <property name="can_focus">False</property>
449
537
                <child>
450
538
                  <object class="GtkHBox" id="hbox4">
451
539
                    <property name="visible">True</property>
 
540
                    <property name="can_focus">False</property>
452
541
                    <child>
453
542
                      <object class="GtkImage" id="sidebar_img_icon">
454
543
                        <property name="visible">True</property>
 
544
                        <property name="can_focus">False</property>
455
545
                        <property name="xpad">5</property>
456
546
                        <property name="icon_name">gtg-tag</property>
457
547
                      </object>
458
548
                      <packing>
459
549
                        <property name="expand">False</property>
 
550
                        <property name="fill">True</property>
460
551
                        <property name="position">0</property>
461
552
                      </packing>
462
553
                    </child>
463
554
                    <child>
464
555
                      <object class="GtkLabel" id="tags_label">
465
556
                        <property name="visible">True</property>
 
557
                        <property name="can_focus">False</property>
466
558
                        <property name="xalign">0</property>
467
559
                        <property name="label" translatable="yes">Tags</property>
468
560
                      </object>
469
561
                      <packing>
 
562
                        <property name="expand">True</property>
 
563
                        <property name="fill">True</property>
470
564
                        <property name="position">1</property>
471
565
                      </packing>
472
566
                    </child>
475
569
                        <property name="visible">True</property>
476
570
                        <property name="can_focus">True</property>
477
571
                        <property name="receives_default">True</property>
 
572
                        <property name="use_action_appearance">False</property>
478
573
                        <property name="relief">none</property>
479
 
                        <signal name="clicked" handler="on_view_sidebar_toggled"/>
 
574
                        <signal name="clicked" handler="on_view_sidebar_toggled" swapped="no"/>
480
575
                        <child>
481
576
                          <object class="GtkImage" id="sidebar_img_close">
482
577
                            <property name="visible">True</property>
 
578
                            <property name="can_focus">False</property>
483
579
                            <property name="stock">gtk-close</property>
484
580
                            <property name="icon-size">1</property>
485
581
                          </object>
487
583
                      </object>
488
584
                      <packing>
489
585
                        <property name="expand">False</property>
 
586
                        <property name="fill">True</property>
490
587
                        <property name="position">2</property>
491
588
                      </packing>
492
589
                    </child>
493
590
                  </object>
494
591
                  <packing>
495
592
                    <property name="expand">False</property>
 
593
                    <property name="fill">True</property>
496
594
                    <property name="position">0</property>
497
595
                  </packing>
498
596
                </child>
502
600
                    <property name="can_focus">True</property>
503
601
                    <property name="tab_pos">bottom</property>
504
602
                    <property name="show_tabs">False</property>
505
 
                    <property name="group_id">1</property>
506
603
                    <child>
507
604
                      <object class="GtkScrolledWindow" id="sidebar-scroll">
508
605
                        <property name="visible">True</property>
509
606
                        <property name="can_focus">True</property>
510
607
                        <property name="hscrollbar_policy">never</property>
511
 
                        <property name="vscrollbar_policy">automatic</property>
512
608
                        <property name="shadow_type">in</property>
513
609
                        <child>
514
610
                          <placeholder/>
518
614
                    <child type="tab">
519
615
                      <object class="GtkLabel" id="tags_tree_label">
520
616
                        <property name="visible">True</property>
 
617
                        <property name="can_focus">False</property>
521
618
                        <property name="label" translatable="yes">Tags</property>
522
619
                      </object>
523
620
                      <packing>
526
623
                    </child>
527
624
                  </object>
528
625
                  <packing>
 
626
                    <property name="expand">True</property>
 
627
                    <property name="fill">True</property>
529
628
                    <property name="position">1</property>
530
629
                  </packing>
531
630
                </child>
538
637
            <child>
539
638
              <object class="GtkVBox" id="main_vbox">
540
639
                <property name="visible">True</property>
 
640
                <property name="can_focus">False</property>
541
641
                <child>
542
642
                  <object class="GtkHBox" id="quickadd_pane">
543
643
                    <property name="visible">True</property>
 
644
                    <property name="can_focus">False</property>
544
645
                    <child>
545
646
                      <object class="GtkEntry" id="quickadd_field">
546
647
                        <property name="visible">True</property>
548
649
                        <property name="has_focus">True</property>
549
650
                        <property name="is_focus">True</property>
550
651
                        <property name="can_default">True</property>
551
 
                        <signal name="activate" handler="on_quickadd_field_activate"/>
 
652
                        <!-- FIXME -->
 
653
                        <property name="invisible_char">●</property>
 
654
                        <property name="secondary_icon_stock">gtk-clear</property>
 
655
                        <signal name="changed" handler="on_quickadd_field_changed" swapped="no"/>
 
656
                        <signal name="key-release-event" handler="on_quickadd_key_release" swapped="no"/>
 
657
                        <signal name="activate" handler="on_quickadd_field_activate" swapped="no"/>
 
658
                        <signal name="icon-press" handler="on_quickadd_field_icon_press" swapped="no"/>
 
659
                        <signal name="key-press-event" handler="on_quickadd_key_press" swapped="no"/>
552
660
                      </object>
553
661
                      <packing>
 
662
                        <property name="expand">True</property>
 
663
                        <property name="fill">True</property>
554
664
                        <property name="position">0</property>
555
665
                      </packing>
556
666
                    </child>
557
 
                    <child>
558
 
                      <object class="GtkButton" id="quickadd_b">
559
 
                        <property name="label">gtk-add</property>
560
 
                        <property name="visible">True</property>
561
 
                        <property name="can_focus">True</property>
562
 
                        <property name="receives_default">True</property>
563
 
                        <property name="use_stock">True</property>
564
 
                        <signal name="clicked" handler="on_quickadd_button_activate"/>
565
 
                      </object>
566
 
                      <packing>
567
 
                        <property name="expand">False</property>
568
 
                        <property name="fill">False</property>
569
 
                        <property name="position">1</property>
570
 
                      </packing>
571
 
                    </child>
572
667
                  </object>
573
668
                  <packing>
574
669
                    <property name="expand">False</property>
587
682
                        <property name="can_focus">True</property>
588
683
                        <property name="tab_pos">bottom</property>
589
684
                        <property name="show_tabs">False</property>
590
 
                        <property name="group_id">2</property>
591
685
                        <child>
592
686
                          <object class="GtkScrolledWindow" id="main_pane">
593
687
                            <property name="visible">True</property>
594
688
                            <property name="can_focus">True</property>
595
 
                            <property name="hscrollbar_policy">automatic</property>
596
 
                            <property name="vscrollbar_policy">automatic</property>
597
689
                            <child>
598
690
                              <placeholder/>
599
691
                            </child>
602
694
                        <child type="tab">
603
695
                          <object class="GtkLabel" id="tasks_tab_label">
604
696
                            <property name="visible">True</property>
 
697
                            <property name="can_focus">False</property>
605
698
                            <property name="label" translatable="yes">Tasks</property>
606
699
                          </object>
607
700
                          <packing>
619
712
                        <property name="can_focus">True</property>
620
713
                        <property name="tab_pos">bottom</property>
621
714
                        <property name="show_tabs">False</property>
622
 
                        <property name="group_id">2</property>
623
715
                        <child>
624
716
                          <placeholder/>
625
717
                        </child>
631
723
                    </child>
632
724
                  </object>
633
725
                  <packing>
 
726
                    <property name="expand">True</property>
 
727
                    <property name="fill">True</property>
634
728
                    <property name="position">1</property>
635
729
                  </packing>
636
730
                </child>
642
736
            </child>
643
737
          </object>
644
738
          <packing>
 
739
            <property name="expand">True</property>
 
740
            <property name="fill">True</property>
645
741
            <property name="position">2</property>
646
742
          </packing>
647
743
        </child>
648
744
      </object>
649
745
    </child>
650
746
  </object>
651
 
  <object class="GtkMenu" id="tag_context_menu">
652
 
    <property name="visible">True</property>
653
 
    <property name="no_show_all">True</property>
654
 
    <signal name="deactivate" handler="on_tagcontext_deactivate"/>
655
 
    <child>
656
 
      <object class="GtkImageMenuItem" id="colorchooser_mi">
657
 
        <property name="label">gtk-select-color</property>
658
 
        <property name="visible">True</property>
659
 
        <property name="use_underline">True</property>
660
 
        <property name="use_stock">True</property>
661
 
        <property name="accel_group">accelgroup1</property>
662
 
        <signal name="activate" handler="on_colorchooser_activate"/>
663
 
      </object>
664
 
    </child>
665
 
    <child>
666
 
      <object class="GtkImageMenuItem" id="resetcolor_mi">
667
 
        <property name="label" translatable="yes">Reset Color</property>
668
 
        <property name="visible">True</property>
669
 
        <property name="image">image2</property>
670
 
        <property name="use_stock">False</property>
671
 
        <property name="accel_group">accelgroup1</property>
672
 
        <signal name="activate" handler="on_resetcolor_activate"/>
673
 
      </object>
674
 
    </child>
675
 
    <child>
676
 
      <object class="GtkCheckMenuItem" id="nonworkviewtag_mi">
677
 
        <property name="visible">True</property>
678
 
        <property name="use_underline">True</property>
679
 
        <property name="active">True</property>
680
 
        <signal name="toggled" handler="on_nonworkviewtag_toggled"/>
681
 
      </object>
682
 
    </child>
683
 
  </object>
684
747
  <object class="GtkAboutDialog" id="about_dialog">
 
748
    <property name="can_focus">False</property>
685
749
    <property name="border_width">5</property>
686
750
    <property name="title" translatable="yes">About GTG!</property>
687
751
    <property name="resizable">False</property>
688
752
    <property name="window_position">center-on-parent</property>
689
753
    <property name="type_hint">dialog</property>
690
754
    <property name="program_name">Getting Things Gnome!</property>
691
 
    <property name="copyright" translatable="yes">Copyrights&#xA9; 2008, 2009 Lionel Dricot, Bertrand Rousseau</property>
 
755
    <property name="copyright" translatable="yes">Copyrights© 2008, 2009 Lionel Dricot, Bertrand Rousseau</property>
692
756
    <property name="comments" translatable="yes">
693
757
Getting Things Gnome! is an organizer for the GNOME desktop environment.</property>
694
758
    <property name="website_label" translatable="yes">GTG website</property>
701
765
Bertrand Rousseau (bertrand.rousseau@gmail.com)</property>
702
766
    <property name="logo_icon_name">gtg</property>
703
767
    <property name="wrap_license">True</property>
704
 
    <signal name="response" handler="on_about_close"/>
705
 
    <signal name="delete_event" handler="on_about_delete"/>
 
768
    <signal name="delete-event" handler="on_about_delete" swapped="no"/>
 
769
    <signal name="response" handler="on_about_close" swapped="no"/>
706
770
    <child internal-child="vbox">
707
 
      <object class="GtkVBox" id="about_dialog_vbox">
 
771
      <object class="GtkBox" id="about_dialog_vbox">
708
772
        <property name="visible">True</property>
 
773
        <property name="can_focus">False</property>
709
774
        <property name="spacing">2</property>
710
775
        <child internal-child="action_area">
711
 
          <object class="GtkHButtonBox" id="dialog-action_area2">
 
776
          <object class="GtkButtonBox" id="dialog-action_area2">
712
777
            <property name="visible">True</property>
 
778
            <property name="can_focus">False</property>
713
779
            <property name="layout_style">end</property>
714
780
          </object>
715
781
          <packing>
716
782
            <property name="expand">False</property>
 
783
            <property name="fill">True</property>
717
784
            <property name="pack_type">end</property>
718
785
            <property name="position">0</property>
719
786
          </packing>
721
788
      </object>
722
789
    </child>
723
790
  </object>
724
 
  <object class="GtkMenu" id="task_context_menu">
725
 
    <property name="visible">True</property>
726
 
    <child>
727
 
      <object class="GtkImageMenuItem" id="tcm_add_subtask">
728
 
        <property name="label" translatable="yes">Add a subtask</property>
729
 
        <property name="visible">True</property>
730
 
        <property name="use_underline">True</property>
731
 
        <property name="image">tcm_img_add_subtask</property>
732
 
        <property name="use_stock">False</property>
733
 
        <property name="always_show_image">True</property>
734
 
        <signal name="activate" handler="on_add_subtask"/>
735
 
      </object>
736
 
    </child>
737
 
    <child>
738
 
      <object class="GtkImageMenuItem" id="tcm_edit">
739
 
        <property name="label">gtk-edit</property>
740
 
        <property name="visible">True</property>
741
 
        <property name="use_underline">True</property>
742
 
        <property name="use_stock">True</property>
743
 
        <property name="accel_group">accelgroup1</property>
744
 
        <signal name="activate" handler="on_edit_active_task"/>
745
 
      </object>
746
 
    </child>
747
 
    <child>
748
 
      <object class="GtkSeparatorMenuItem" id="separator_8">
749
 
        <property name="visible">True</property>
750
 
      </object>
751
 
    </child>
752
 
    <child>
753
 
      <object class="GtkImageMenuItem" id="tcm_mark_as_done">
754
 
        <property name="label" translatable="yes">Mark as _Done</property>
755
 
        <property name="visible">True</property>
756
 
        <property name="use_underline">True</property>
757
 
        <property name="image">tcm_img_mark_done</property>
758
 
        <property name="use_stock">False</property>
759
 
        <property name="always_show_image">True</property>
760
 
        <signal name="activate" handler="on_mark_as_done"/>
761
 
      </object>
762
 
    </child>
763
 
    <child>
764
 
      <object class="GtkImageMenuItem" id="tcm_dismiss">
765
 
        <property name="label" translatable="yes">D_ismiss</property>
766
 
        <property name="visible">True</property>
767
 
        <property name="use_underline">True</property>
768
 
        <property name="image">tcm_img_dismiss</property>
769
 
        <property name="use_stock">False</property>
770
 
        <property name="always_show_image">True</property>
771
 
        <signal name="activate" handler="on_dismiss_task"/>
772
 
      </object>
773
 
    </child>
774
 
    <child>
775
 
      <object class="GtkImageMenuItem" id="tcm_delete">
776
 
        <property name="label">gtk-delete</property>
777
 
        <property name="visible">True</property>
778
 
        <property name="use_underline">True</property>
779
 
        <property name="use_stock">True</property>
780
 
        <property name="accel_group">accelgroup1</property>
781
 
        <signal name="activate" handler="on_delete_task"/>
782
 
      </object>
783
 
    </child>
784
 
    <child>
785
 
      <object class="GtkSeparatorMenuItem" id="separator_9">
786
 
        <property name="visible">True</property>
787
 
      </object>
788
 
    </child>
789
 
    <child>
790
 
      <object class="GtkImageMenuItem" id="tcm_start_menu">
791
 
        <property name="label" translatable="yes">_Set start date</property>
792
 
        <property name="submenu">start_for_context_menu</property>
793
 
        <property name="visible">True</property>
794
 
        <property name="use_underline">True</property>
795
 
        <property name="use_stock">False</property>
796
 
      </object>
797
 
    </child>
798
 
    <child>
799
 
      <object class="GtkImageMenuItem" id="tcm_due_menu">
800
 
        <property name="label" translatable="yes">Set due date</property>
801
 
        <property name="submenu">due_context_menu</property>
802
 
        <property name="visible">True</property>
803
 
        <property name="use_underline">True</property>
804
 
        <property name="use_stock">False</property>
805
 
      </object>
806
 
    </child>
807
 
    <child>
808
 
      <object class="GtkSeparatorMenuItem" id="separatormenuitem6">
809
 
        <property name="visible">True</property>
810
 
      </object>
811
 
    </child>
812
 
    <child>
813
 
      <object class="GtkImageMenuItem" id="tcm_addtag">
814
 
        <property name="label" translatable="yes">Add Tag...</property>
815
 
        <property name="visible">True</property>
816
 
        <property name="image">image3</property>
817
 
        <property name="use_stock">False</property>
818
 
        <signal name="activate" handler="on_add_new_tag"/>
819
 
      </object>
820
 
    </child>
821
 
  </object>
822
 
  <object class="GtkMenu" id="start_for_context_menu">
823
 
    <property name="visible">True</property>
824
 
    <child>
825
 
      <object class="GtkImageMenuItem" id="tcm_mark_as_started">
826
 
        <property name="label" translatable="yes">t_oday</property>
827
 
        <property name="visible">True</property>
828
 
        <property name="use_underline">True</property>
829
 
        <property name="use_stock">False</property>
830
 
        <signal name="activate" handler="on_mark_as_started"/>
831
 
      </object>
832
 
    </child>
833
 
    <child>
834
 
      <object class="GtkImageMenuItem" id="tcm_start_for_tomorrow">
835
 
        <property name="label" translatable="yes">_tomorrow</property>
836
 
        <property name="visible">True</property>
837
 
        <property name="use_underline">True</property>
838
 
        <property name="use_stock">False</property>
839
 
        <signal name="activate" handler="on_start_for_tomorrow"/>
840
 
      </object>
841
 
    </child>
842
 
    <child>
843
 
      <object class="GtkImageMenuItem" id="tcm_start_for_next_week">
844
 
        <property name="label" translatable="yes">next _week</property>
845
 
        <property name="visible">True</property>
846
 
        <property name="use_underline">True</property>
847
 
        <property name="use_stock">False</property>
848
 
        <signal name="activate" handler="on_start_for_next_week"/>
849
 
      </object>
850
 
    </child>
851
 
    <child>
852
 
      <object class="GtkImageMenuItem" id="tcm_start_for_next_month">
853
 
        <property name="label" translatable="yes">next _month</property>
854
 
        <property name="visible">True</property>
855
 
        <property name="use_underline">True</property>
856
 
        <property name="use_stock">False</property>
857
 
        <signal name="activate" handler="on_start_for_next_month"/>
858
 
      </object>
859
 
    </child>
860
 
    <child>
861
 
      <object class="GtkImageMenuItem" id="tcm_start_for_next_year">
862
 
        <property name="label" translatable="yes">next _year</property>
863
 
        <property name="visible">True</property>
864
 
        <property name="use_underline">True</property>
865
 
        <property name="use_stock">False</property>
866
 
        <signal name="activate" handler="on_start_for_next_year"/>
867
 
      </object>
868
 
    </child>
869
 
    <child>
870
 
      <object class="GtkSeparatorMenuItem" id="menuitem1">
871
 
        <property name="visible">True</property>
872
 
      </object>
873
 
    </child>
874
 
    <child>
875
 
      <object class="GtkImageMenuItem" id="tcm_start_clear">
876
 
        <property name="label" translatable="yes">_clear start date</property>
877
 
        <property name="visible">True</property>
878
 
        <property name="use_underline">True</property>
879
 
        <property name="use_stock">False</property>
880
 
        <signal name="activate" handler="on_start_clear"/>
881
 
      </object>
882
 
    </child>
883
 
  </object>
884
 
  <object class="GtkMenu" id="closed_task_context_menu">
885
 
    <property name="visible">True</property>
886
 
    <child>
887
 
      <object class="GtkImageMenuItem" id="ctcm_edit">
888
 
        <property name="label">gtk-edit</property>
889
 
        <property name="visible">True</property>
890
 
        <property name="use_underline">True</property>
891
 
        <property name="use_stock">True</property>
892
 
        <property name="accel_group">accelgroup1</property>
893
 
        <signal name="activate" handler="on_edit_done_task"/>
894
 
      </object>
895
 
    </child>
896
 
    <child>
897
 
      <object class="GtkSeparatorMenuItem" id="separator_10">
898
 
        <property name="visible">True</property>
899
 
      </object>
900
 
    </child>
901
 
    <child>
902
 
      <object class="GtkImageMenuItem" id="ctcm_mark_as_not_done">
903
 
        <property name="label" translatable="yes">Mark as Not Done</property>
904
 
        <property name="visible">True</property>
905
 
        <property name="use_underline">True</property>
906
 
        <property name="image">ctcm_img_mark_not_done</property>
907
 
        <property name="use_stock">False</property>
908
 
        <property name="always_show_image">True</property>
909
 
        <signal name="activate" handler="on_mark_as_done"/>
910
 
      </object>
911
 
    </child>
912
 
    <child>
913
 
      <object class="GtkImageMenuItem" id="ctcm_undismiss">
914
 
        <property name="label" translatable="yes">Und_ismiss</property>
915
 
        <property name="visible">True</property>
916
 
        <property name="use_underline">True</property>
917
 
        <property name="image">tcm_img_undismiss</property>
918
 
        <property name="use_stock">False</property>
919
 
        <property name="always_show_image">True</property>
920
 
        <signal name="activate" handler="on_dismiss_task"/>
921
 
      </object>
922
 
    </child>
923
 
    <child>
924
 
      <object class="GtkImageMenuItem" id="ctcm_delete">
925
 
        <property name="label">gtk-delete</property>
926
 
        <property name="visible">True</property>
927
 
        <property name="use_underline">True</property>
928
 
        <property name="use_stock">True</property>
929
 
        <property name="accel_group">accelgroup1</property>
930
 
        <signal name="activate" handler="on_delete_task"/>
931
 
      </object>
932
 
    </child>
933
 
  </object>
934
 
  <object class="GtkImage" id="bm_img_task">
935
 
    <property name="visible">True</property>
936
 
    <property name="pixel_size">16</property>
937
 
    <property name="icon_name">gtg-task-new</property>
938
 
  </object>
939
 
  <object class="GtkImage" id="bm_img_subtask">
940
 
    <property name="visible">True</property>
941
 
    <property name="pixel_size">16</property>
942
 
    <property name="icon_name">gtg-task-new</property>
943
 
  </object>
944
 
  <object class="GtkImage" id="bm_img_done">
945
 
    <property name="visible">True</property>
946
 
    <property name="pixel_size">16</property>
947
 
    <property name="icon_name">gtg-task-done</property>
948
 
  </object>
949
 
  <object class="GtkImage" id="bm_img_dismiss">
950
 
    <property name="visible">True</property>
951
 
    <property name="pixel_size">16</property>
952
 
    <property name="icon_name">gtg-task-dismiss</property>
953
 
  </object>
954
 
  <object class="GtkImage" id="tcm_img_add_subtask">
955
 
    <property name="visible">True</property>
956
 
    <property name="pixel_size">16</property>
957
 
    <property name="icon_name">gtg-task-new</property>
958
 
  </object>
959
 
  <object class="GtkImage" id="tcm_img_mark_done">
960
 
    <property name="visible">True</property>
961
 
    <property name="yalign">0.49000000953674316</property>
962
 
    <property name="pixel_size">16</property>
963
 
    <property name="icon_name">gtg-task-done</property>
964
 
  </object>
965
 
  <object class="GtkImage" id="tcm_img_dismiss">
966
 
    <property name="visible">True</property>
967
 
    <property name="pixel_size">16</property>
968
 
    <property name="icon_name">gtg-task-dismiss</property>
969
 
  </object>
970
 
  <object class="GtkImage" id="ctcm_img_mark_not_done">
971
 
    <property name="visible">True</property>
972
 
    <property name="pixel_size">16</property>
973
 
    <property name="icon_name">gtg-task-undone</property>
974
 
  </object>
975
 
  <object class="GtkImage" id="tcm_img_undismiss">
976
 
    <property name="visible">True</property>
977
 
    <property name="pixel_size">16</property>
978
 
    <property name="icon_name">gtg-task-undismiss</property>
979
 
  </object>
980
791
  <object class="GtkAccelGroup" id="accelgroup1"/>
981
 
  <object class="GtkImage" id="image1">
982
 
    <property name="visible">True</property>
983
 
    <property name="stock">gtk-save-as</property>
984
 
  </object>
985
 
  <object class="GtkImage" id="image2">
986
 
    <property name="visible">True</property>
987
 
    <property name="xalign">0.44999998807907104</property>
988
 
    <property name="yalign">0.47999998927116394</property>
989
 
    <property name="stock">gtk-revert-to-saved</property>
990
 
  </object>
991
792
  <object class="GtkDialog" id="addtag_dialog">
 
793
    <property name="can_focus">False</property>
992
794
    <property name="border_width">5</property>
993
795
    <property name="title" translatable="yes">Add a Tag...</property>
994
796
    <property name="window_position">center-on-parent</property>
995
797
    <property name="type_hint">dialog</property>
996
 
    <property name="has_separator">False</property>
997
798
    <child internal-child="vbox">
998
 
      <object class="GtkVBox" id="addtag_dialog_vbox">
 
799
      <object class="GtkBox" id="addtag_dialog_vbox">
999
800
        <property name="visible">True</property>
 
801
        <property name="can_focus">False</property>
1000
802
        <property name="spacing">2</property>
 
803
        <child internal-child="action_area">
 
804
          <object class="GtkButtonBox" id="dialog-action_area3">
 
805
            <property name="visible">True</property>
 
806
            <property name="can_focus">False</property>
 
807
            <property name="layout_style">end</property>
 
808
            <child>
 
809
              <object class="GtkButton" id="addtag_ok">
 
810
                <property name="label" translatable="yes">Add Tag</property>
 
811
                <property name="visible">True</property>
 
812
                <property name="can_focus">True</property>
 
813
                <property name="can_default">True</property>
 
814
                <property name="has_default">True</property>
 
815
                <property name="receives_default">False</property>
 
816
                <property name="use_action_appearance">False</property>
 
817
                <signal name="activate" handler="on_addtag_confirm" swapped="no"/>
 
818
                <signal name="clicked" handler="on_addtag_confirm" swapped="no"/>
 
819
              </object>
 
820
              <packing>
 
821
                <property name="expand">False</property>
 
822
                <property name="fill">False</property>
 
823
                <property name="position">0</property>
 
824
              </packing>
 
825
            </child>
 
826
            <child>
 
827
              <object class="GtkButton" id="addtag_cancel">
 
828
                <property name="label" translatable="yes">Cancel</property>
 
829
                <property name="visible">True</property>
 
830
                <property name="can_focus">True</property>
 
831
                <property name="receives_default">False</property>
 
832
                <property name="use_action_appearance">False</property>
 
833
              </object>
 
834
              <packing>
 
835
                <property name="expand">False</property>
 
836
                <property name="fill">False</property>
 
837
                <property name="position">1</property>
 
838
              </packing>
 
839
            </child>
 
840
          </object>
 
841
          <packing>
 
842
            <property name="expand">False</property>
 
843
            <property name="fill">True</property>
 
844
            <property name="pack_type">end</property>
 
845
            <property name="position">0</property>
 
846
          </packing>
 
847
        </child>
1001
848
        <child>
1002
849
          <object class="GtkLabel" id="addtag_label">
1003
850
            <property name="visible">True</property>
 
851
            <property name="can_focus">False</property>
1004
852
            <property name="label" translatable="yes">Enter the name of the tag(s) you wish to add:</property>
1005
853
          </object>
1006
854
          <packing>
 
855
            <property name="expand">False</property>
 
856
            <property name="fill">True</property>
1007
857
            <property name="position">1</property>
1008
858
          </packing>
1009
859
        </child>
1012
862
            <property name="visible">True</property>
1013
863
            <property name="can_focus">True</property>
1014
864
            <property name="is_focus">True</property>
1015
 
            <property name="invisible_char">&#x25CF;</property>
 
865
            <property name="invisible_char">●</property>
1016
866
            <property name="activates_default">True</property>
1017
867
            <property name="text" translatable="yes">TagName</property>
1018
868
            <property name="shadow_type">none</property>
1019
869
          </object>
1020
870
          <packing>
 
871
            <property name="expand">False</property>
 
872
            <property name="fill">True</property>
1021
873
            <property name="position">2</property>
1022
874
          </packing>
1023
875
        </child>
1024
876
        <child>
1025
877
          <object class="GtkLabel" id="hint_label">
1026
878
            <property name="visible">True</property>
 
879
            <property name="can_focus">False</property>
1027
880
            <property name="label" translatable="yes">Hint: you can add several tags by separating them with
1028
881
commas.</property>
1029
882
            <attributes>
1031
884
            </attributes>
1032
885
          </object>
1033
886
          <packing>
 
887
            <property name="expand">False</property>
 
888
            <property name="fill">True</property>
1034
889
            <property name="position">3</property>
1035
890
          </packing>
1036
891
        </child>
1040
895
            <property name="visible">True</property>
1041
896
            <property name="can_focus">True</property>
1042
897
            <property name="receives_default">False</property>
 
898
            <property name="use_action_appearance">False</property>
1043
899
            <property name="draw_indicator">True</property>
1044
900
          </object>
1045
901
          <packing>
 
902
            <property name="expand">False</property>
 
903
            <property name="fill">True</property>
1046
904
            <property name="position">4</property>
1047
905
          </packing>
1048
906
        </child>
1049
 
        <child internal-child="action_area">
1050
 
          <object class="GtkHButtonBox" id="dialog-action_area3">
1051
 
            <property name="visible">True</property>
1052
 
            <property name="layout_style">end</property>
1053
 
            <child>
1054
 
              <object class="GtkButton" id="addtag_ok">
1055
 
                <property name="label" translatable="yes">Add Tag</property>
1056
 
                <property name="visible">True</property>
1057
 
                <property name="can_focus">True</property>
1058
 
                <property name="can_default">True</property>
1059
 
                <property name="has_default">True</property>
1060
 
                <property name="receives_default">False</property>
1061
 
                <signal name="clicked" handler="on_addtag_confirm"/>
1062
 
                <signal name="activate" handler="on_addtag_confirm"/>
1063
 
              </object>
1064
 
              <packing>
1065
 
                <property name="expand">False</property>
1066
 
                <property name="fill">False</property>
1067
 
                <property name="position">0</property>
1068
 
              </packing>
1069
 
            </child>
1070
 
            <child>
1071
 
              <object class="GtkButton" id="addtag_cancel">
1072
 
                <property name="label" translatable="yes">Cancel</property>
1073
 
                <property name="visible">True</property>
1074
 
                <property name="can_focus">True</property>
1075
 
                <property name="receives_default">False</property>
1076
 
              </object>
1077
 
              <packing>
1078
 
                <property name="expand">False</property>
1079
 
                <property name="fill">False</property>
1080
 
                <property name="position">1</property>
1081
 
              </packing>
1082
 
            </child>
1083
 
          </object>
1084
 
          <packing>
1085
 
            <property name="expand">False</property>
1086
 
            <property name="pack_type">end</property>
1087
 
            <property name="position">0</property>
1088
 
          </packing>
1089
 
        </child>
1090
907
      </object>
1091
908
    </child>
1092
909
    <action-widgets>
1094
911
      <action-widget response="0">addtag_cancel</action-widget>
1095
912
    </action-widgets>
1096
913
  </object>
1097
 
  <object class="GtkImage" id="image3">
1098
 
    <property name="visible">True</property>
1099
 
    <property name="pixel_size">16</property>
1100
 
    <property name="icon_name">gtg-tag</property>
1101
 
  </object>
1102
 
  <object class="GtkImage" id="image4">
1103
 
    <property name="visible">True</property>
1104
 
    <property name="stock">gtk-home</property>
 
914
  <object class="GtkImage" id="bm_img_dismiss">
 
915
    <property name="visible">True</property>
 
916
    <property name="can_focus">False</property>
 
917
    <property name="pixel_size">16</property>
 
918
    <property name="icon_name">gtg-task-dismiss</property>
 
919
  </object>
 
920
  <object class="GtkImage" id="bm_img_done">
 
921
    <property name="visible">True</property>
 
922
    <property name="can_focus">False</property>
 
923
    <property name="pixel_size">16</property>
 
924
    <property name="icon_name">gtg-task-done</property>
 
925
  </object>
 
926
  <object class="GtkImage" id="bm_img_subtask">
 
927
    <property name="visible">True</property>
 
928
    <property name="can_focus">False</property>
 
929
    <property name="pixel_size">16</property>
 
930
    <property name="icon_name">gtg-task-new</property>
 
931
  </object>
 
932
  <object class="GtkImage" id="bm_img_task">
 
933
    <property name="visible">True</property>
 
934
    <property name="can_focus">False</property>
 
935
    <property name="pixel_size">16</property>
 
936
    <property name="icon_name">gtg-task-new</property>
 
937
  </object>
 
938
  <object class="GtkMenu" id="closed_task_context_menu">
 
939
    <property name="visible">True</property>
 
940
    <property name="can_focus">False</property>
 
941
    <child>
 
942
      <object class="GtkImageMenuItem" id="ctcm_edit">
 
943
        <property name="label">gtk-edit</property>
 
944
        <property name="visible">True</property>
 
945
        <property name="can_focus">False</property>
 
946
        <property name="use_action_appearance">False</property>
 
947
        <property name="use_underline">True</property>
 
948
        <property name="use_stock">True</property>
 
949
        <property name="accel_group">accelgroup1</property>
 
950
        <signal name="activate" handler="on_edit_done_task" swapped="no"/>
 
951
      </object>
 
952
    </child>
 
953
    <child>
 
954
      <object class="GtkSeparatorMenuItem" id="separator_10">
 
955
        <property name="visible">True</property>
 
956
        <property name="can_focus">False</property>
 
957
      </object>
 
958
    </child>
 
959
    <child>
 
960
      <object class="GtkImageMenuItem" id="ctcm_mark_as_not_done">
 
961
        <property name="label" translatable="yes">Mark as Not Done</property>
 
962
        <property name="visible">True</property>
 
963
        <property name="can_focus">False</property>
 
964
        <property name="use_action_appearance">False</property>
 
965
        <property name="use_underline">True</property>
 
966
        <property name="image">ctcm_img_mark_not_done</property>
 
967
        <property name="use_stock">False</property>
 
968
        <property name="always_show_image">True</property>
 
969
        <signal name="activate" handler="on_mark_as_done" swapped="no"/>
 
970
      </object>
 
971
    </child>
 
972
    <child>
 
973
      <object class="GtkImageMenuItem" id="ctcm_undismiss">
 
974
        <property name="label" translatable="yes">Und_ismiss</property>
 
975
        <property name="visible">True</property>
 
976
        <property name="can_focus">False</property>
 
977
        <property name="use_action_appearance">False</property>
 
978
        <property name="use_underline">True</property>
 
979
        <property name="image">tcm_img_undismiss</property>
 
980
        <property name="use_stock">False</property>
 
981
        <property name="always_show_image">True</property>
 
982
        <signal name="activate" handler="on_dismiss_task" swapped="no"/>
 
983
      </object>
 
984
    </child>
 
985
    <child>
 
986
      <object class="GtkImageMenuItem" id="ctcm_delete">
 
987
        <property name="label">gtk-delete</property>
 
988
        <property name="visible">True</property>
 
989
        <property name="can_focus">False</property>
 
990
        <property name="use_action_appearance">False</property>
 
991
        <property name="use_underline">True</property>
 
992
        <property name="use_stock">True</property>
 
993
        <property name="accel_group">accelgroup1</property>
 
994
        <signal name="activate" handler="on_delete_task" swapped="no"/>
 
995
      </object>
 
996
    </child>
 
997
  </object>
 
998
  <object class="GtkImage" id="ctcm_img_mark_not_done">
 
999
    <property name="visible">True</property>
 
1000
    <property name="can_focus">False</property>
 
1001
    <property name="pixel_size">16</property>
 
1002
    <property name="icon_name">gtg-task-undone</property>
1105
1003
  </object>
1106
1004
  <object class="GtkMenu" id="due_context_menu">
1107
1005
    <property name="visible">True</property>
 
1006
    <property name="can_focus">False</property>
1108
1007
    <child>
1109
1008
      <object class="GtkImageMenuItem" id="tcm_due_today">
1110
1009
        <property name="label" translatable="yes">t_oday</property>
1111
1010
        <property name="visible">True</property>
 
1011
        <property name="can_focus">False</property>
 
1012
        <property name="use_action_appearance">False</property>
1112
1013
        <property name="use_underline">True</property>
1113
1014
        <property name="use_stock">False</property>
1114
 
        <signal name="activate" handler="on_set_due_today"/>
 
1015
        <signal name="activate" handler="on_set_due_today" swapped="no"/>
1115
1016
      </object>
1116
1017
    </child>
1117
1018
    <child>
1118
1019
      <object class="GtkImageMenuItem" id="tcm_due_tomorrow">
1119
1020
        <property name="label" translatable="yes">_tomorrow</property>
1120
1021
        <property name="visible">True</property>
 
1022
        <property name="can_focus">False</property>
 
1023
        <property name="use_action_appearance">False</property>
1121
1024
        <property name="use_underline">True</property>
1122
1025
        <property name="use_stock">False</property>
1123
 
        <signal name="activate" handler="on_set_due_tomorrow"/>
 
1026
        <signal name="activate" handler="on_set_due_tomorrow" swapped="no"/>
1124
1027
      </object>
1125
1028
    </child>
1126
1029
    <child>
1127
1030
      <object class="GtkImageMenuItem" id="tcm_due_next_week">
1128
1031
        <property name="label" translatable="yes">next _week</property>
1129
1032
        <property name="visible">True</property>
 
1033
        <property name="can_focus">False</property>
 
1034
        <property name="use_action_appearance">False</property>
1130
1035
        <property name="use_underline">True</property>
1131
1036
        <property name="use_stock">False</property>
1132
 
        <signal name="activate" handler="on_set_due_next_week"/>
 
1037
        <signal name="activate" handler="on_set_due_next_week" swapped="no"/>
1133
1038
      </object>
1134
1039
    </child>
1135
1040
    <child>
1136
1041
      <object class="GtkImageMenuItem" id="tcm_due_next_month">
1137
1042
        <property name="label" translatable="yes">next _month</property>
1138
1043
        <property name="visible">True</property>
 
1044
        <property name="can_focus">False</property>
 
1045
        <property name="use_action_appearance">False</property>
1139
1046
        <property name="use_underline">True</property>
1140
1047
        <property name="use_stock">False</property>
1141
 
        <signal name="activate" handler="on_set_due_next_month"/>
 
1048
        <signal name="activate" handler="on_set_due_next_month" swapped="no"/>
1142
1049
      </object>
1143
1050
    </child>
1144
1051
    <child>
1145
1052
      <object class="GtkImageMenuItem" id="tcm_due_next_year">
1146
1053
        <property name="label" translatable="yes">next _year</property>
1147
1054
        <property name="visible">True</property>
 
1055
        <property name="can_focus">False</property>
 
1056
        <property name="use_action_appearance">False</property>
1148
1057
        <property name="use_underline">True</property>
1149
1058
        <property name="use_stock">False</property>
1150
 
        <signal name="activate" handler="on_set_due_next_year"/>
 
1059
        <signal name="activate" handler="on_set_due_next_year" swapped="no"/>
1151
1060
      </object>
1152
1061
    </child>
1153
1062
    <child>
1154
1063
      <object class="GtkSeparatorMenuItem" id="menuitem2">
1155
1064
        <property name="visible">True</property>
 
1065
        <property name="can_focus">False</property>
1156
1066
      </object>
1157
1067
    </child>
1158
1068
    <child>
1159
1069
      <object class="GtkImageMenuItem" id="tcm_due_now">
1160
1070
        <property name="label" translatable="yes">_now</property>
1161
1071
        <property name="visible">True</property>
 
1072
        <property name="can_focus">False</property>
 
1073
        <property name="use_action_appearance">False</property>
1162
1074
        <property name="use_underline">True</property>
1163
1075
        <property name="use_stock">False</property>
1164
 
        <signal name="activate" handler="on_set_due_now"/>
 
1076
        <signal name="activate" handler="on_set_due_now" swapped="no"/>
1165
1077
      </object>
1166
1078
    </child>
1167
1079
    <child>
1168
1080
      <object class="GtkImageMenuItem" id="tcm_due_soon">
1169
1081
        <property name="label" translatable="yes">_soon</property>
1170
1082
        <property name="visible">True</property>
 
1083
        <property name="can_focus">False</property>
 
1084
        <property name="use_action_appearance">False</property>
1171
1085
        <property name="use_underline">True</property>
1172
1086
        <property name="use_stock">False</property>
1173
 
        <signal name="activate" handler="on_set_due_soon"/>
 
1087
        <signal name="activate" handler="on_set_due_soon" swapped="no"/>
1174
1088
      </object>
1175
1089
    </child>
1176
1090
    <child>
1177
1091
      <object class="GtkImageMenuItem" id="tcm_due_later">
1178
1092
        <property name="label" translatable="yes">_later</property>
1179
1093
        <property name="visible">True</property>
 
1094
        <property name="can_focus">False</property>
 
1095
        <property name="use_action_appearance">False</property>
1180
1096
        <property name="use_underline">True</property>
1181
1097
        <property name="use_stock">False</property>
1182
 
        <signal name="activate" handler="on_set_due_later"/>
 
1098
        <signal name="activate" handler="on_set_due_later" swapped="no"/>
1183
1099
      </object>
1184
1100
    </child>
1185
1101
    <child>
1186
1102
      <object class="GtkSeparatorMenuItem" id="menuitem3">
1187
1103
        <property name="visible">True</property>
 
1104
        <property name="can_focus">False</property>
1188
1105
      </object>
1189
1106
    </child>
1190
1107
    <child>
1191
1108
      <object class="GtkImageMenuItem" id="tcm_due_clear">
1192
1109
        <property name="label" translatable="yes">_clear due date</property>
1193
1110
        <property name="visible">True</property>
1194
 
        <property name="use_underline">True</property>
1195
 
        <property name="use_stock">False</property>
1196
 
        <signal name="activate" handler="on_set_due_clear"/>
 
1111
        <property name="can_focus">False</property>
 
1112
        <property name="use_action_appearance">False</property>
 
1113
        <property name="use_underline">True</property>
 
1114
        <property name="use_stock">False</property>
 
1115
        <signal name="activate" handler="on_set_due_clear" swapped="no"/>
 
1116
      </object>
 
1117
    </child>
 
1118
  </object>
 
1119
  <object class="GtkImage" id="image1">
 
1120
    <property name="visible">True</property>
 
1121
    <property name="can_focus">False</property>
 
1122
    <property name="stock">gtk-save-as</property>
 
1123
  </object>
 
1124
  <object class="GtkImage" id="image2">
 
1125
    <property name="visible">True</property>
 
1126
    <property name="can_focus">False</property>
 
1127
    <property name="xalign">0.44999998807907104</property>
 
1128
    <property name="yalign">0.47999998927116394</property>
 
1129
    <property name="stock">gtk-revert-to-saved</property>
 
1130
  </object>
 
1131
  <object class="GtkImage" id="image3">
 
1132
    <property name="visible">True</property>
 
1133
    <property name="can_focus">False</property>
 
1134
    <property name="pixel_size">16</property>
 
1135
    <property name="icon_name">gtg-tag</property>
 
1136
  </object>
 
1137
  <object class="GtkImage" id="image4">
 
1138
    <property name="visible">True</property>
 
1139
    <property name="can_focus">False</property>
 
1140
    <property name="stock">gtk-home</property>
 
1141
  </object>
 
1142
  <object class="GtkImage" id="image5">
 
1143
    <property name="visible">True</property>
 
1144
    <property name="can_focus">False</property>
 
1145
    <property name="stock">gtk-delete</property>
 
1146
  </object>
 
1147
  <object class="GtkEntryCompletion" id="quickadd_entrycompletion">
 
1148
    <property name="popup_set_width">False</property>
 
1149
    <signal name="action-activated" handler="on_quickadd_entrycompletion_action_activated" swapped="no"/>
 
1150
  </object>
 
1151
  <object class="GtkMenu" id="start_for_context_menu">
 
1152
    <property name="visible">True</property>
 
1153
    <property name="can_focus">False</property>
 
1154
    <child>
 
1155
      <object class="GtkImageMenuItem" id="tcm_mark_as_started">
 
1156
        <property name="label" translatable="yes">t_oday</property>
 
1157
        <property name="visible">True</property>
 
1158
        <property name="can_focus">False</property>
 
1159
        <property name="use_action_appearance">False</property>
 
1160
        <property name="use_underline">True</property>
 
1161
        <property name="use_stock">False</property>
 
1162
        <signal name="activate" handler="on_mark_as_started" swapped="no"/>
 
1163
      </object>
 
1164
    </child>
 
1165
    <child>
 
1166
      <object class="GtkImageMenuItem" id="tcm_start_for_tomorrow">
 
1167
        <property name="label" translatable="yes">_tomorrow</property>
 
1168
        <property name="visible">True</property>
 
1169
        <property name="can_focus">False</property>
 
1170
        <property name="use_action_appearance">False</property>
 
1171
        <property name="use_underline">True</property>
 
1172
        <property name="use_stock">False</property>
 
1173
        <signal name="activate" handler="on_start_for_tomorrow" swapped="no"/>
 
1174
      </object>
 
1175
    </child>
 
1176
    <child>
 
1177
      <object class="GtkImageMenuItem" id="tcm_start_for_next_week">
 
1178
        <property name="label" translatable="yes">next _week</property>
 
1179
        <property name="visible">True</property>
 
1180
        <property name="can_focus">False</property>
 
1181
        <property name="use_action_appearance">False</property>
 
1182
        <property name="use_underline">True</property>
 
1183
        <property name="use_stock">False</property>
 
1184
        <signal name="activate" handler="on_start_for_next_week" swapped="no"/>
 
1185
      </object>
 
1186
    </child>
 
1187
    <child>
 
1188
      <object class="GtkImageMenuItem" id="tcm_start_for_next_month">
 
1189
        <property name="label" translatable="yes">next _month</property>
 
1190
        <property name="visible">True</property>
 
1191
        <property name="can_focus">False</property>
 
1192
        <property name="use_action_appearance">False</property>
 
1193
        <property name="use_underline">True</property>
 
1194
        <property name="use_stock">False</property>
 
1195
        <signal name="activate" handler="on_start_for_next_month" swapped="no"/>
 
1196
      </object>
 
1197
    </child>
 
1198
    <child>
 
1199
      <object class="GtkImageMenuItem" id="tcm_start_for_next_year">
 
1200
        <property name="label" translatable="yes">next _year</property>
 
1201
        <property name="visible">True</property>
 
1202
        <property name="can_focus">False</property>
 
1203
        <property name="use_action_appearance">False</property>
 
1204
        <property name="use_underline">True</property>
 
1205
        <property name="use_stock">False</property>
 
1206
        <signal name="activate" handler="on_start_for_next_year" swapped="no"/>
 
1207
      </object>
 
1208
    </child>
 
1209
    <child>
 
1210
      <object class="GtkSeparatorMenuItem" id="menuitem1">
 
1211
        <property name="visible">True</property>
 
1212
        <property name="can_focus">False</property>
 
1213
      </object>
 
1214
    </child>
 
1215
    <child>
 
1216
      <object class="GtkImageMenuItem" id="tcm_start_clear">
 
1217
        <property name="label" translatable="yes">_clear start date</property>
 
1218
        <property name="visible">True</property>
 
1219
        <property name="can_focus">False</property>
 
1220
        <property name="use_action_appearance">False</property>
 
1221
        <property name="use_underline">True</property>
 
1222
        <property name="use_stock">False</property>
 
1223
        <signal name="activate" handler="on_start_clear" swapped="no"/>
 
1224
      </object>
 
1225
    </child>
 
1226
  </object>
 
1227
  <object class="GtkMenu" id="tag_context_menu">
 
1228
    <property name="visible">True</property>
 
1229
    <property name="can_focus">False</property>
 
1230
    <property name="no_show_all">True</property>
 
1231
    <signal name="deactivate" handler="on_tagcontext_deactivate" swapped="no"/>
 
1232
    <child>
 
1233
      <object class="GtkImageMenuItem" id="colorchooser_mi">
 
1234
        <property name="label">gtk-select-color</property>
 
1235
        <property name="visible">True</property>
 
1236
        <property name="can_focus">False</property>
 
1237
        <property name="use_action_appearance">False</property>
 
1238
        <property name="use_underline">True</property>
 
1239
        <property name="use_stock">True</property>
 
1240
        <property name="accel_group">accelgroup1</property>
 
1241
        <signal name="activate" handler="on_colorchooser_activate" swapped="no"/>
 
1242
      </object>
 
1243
    </child>
 
1244
    <child>
 
1245
      <object class="GtkImageMenuItem" id="resetcolor_mi">
 
1246
        <property name="label" translatable="yes">Reset Color</property>
 
1247
        <property name="visible">True</property>
 
1248
        <property name="can_focus">False</property>
 
1249
        <property name="use_action_appearance">False</property>
 
1250
        <property name="image">image2</property>
 
1251
        <property name="use_stock">False</property>
 
1252
        <property name="accel_group">accelgroup1</property>
 
1253
        <signal name="activate" handler="on_resetcolor_activate" swapped="no"/>
 
1254
      </object>
 
1255
    </child>
 
1256
    <child>
 
1257
      <object class="GtkCheckMenuItem" id="nonworkviewtag_mi">
 
1258
        <property name="visible">True</property>
 
1259
        <property name="can_focus">False</property>
 
1260
        <property name="use_action_appearance">False</property>
 
1261
        <property name="use_underline">True</property>
 
1262
        <property name="active">True</property>
 
1263
        <signal name="toggled" handler="on_nonworkviewtag_toggled" swapped="no"/>
 
1264
      </object>
 
1265
    </child>
 
1266
  </object>
 
1267
  <object class="GtkMenu" id="task_context_menu">
 
1268
    <property name="visible">True</property>
 
1269
    <property name="can_focus">False</property>
 
1270
    <child>
 
1271
      <object class="GtkImageMenuItem" id="tcm_add_subtask">
 
1272
        <property name="label" translatable="yes">Add a subtask</property>
 
1273
        <property name="visible">True</property>
 
1274
        <property name="can_focus">False</property>
 
1275
        <property name="use_action_appearance">False</property>
 
1276
        <property name="use_underline">True</property>
 
1277
        <property name="image">tcm_img_add_subtask</property>
 
1278
        <property name="use_stock">False</property>
 
1279
        <property name="always_show_image">True</property>
 
1280
        <signal name="activate" handler="on_add_subtask" swapped="no"/>
 
1281
      </object>
 
1282
    </child>
 
1283
    <child>
 
1284
      <object class="GtkImageMenuItem" id="tcm_edit">
 
1285
        <property name="label">gtk-edit</property>
 
1286
        <property name="visible">True</property>
 
1287
        <property name="can_focus">False</property>
 
1288
        <property name="use_action_appearance">False</property>
 
1289
        <property name="use_underline">True</property>
 
1290
        <property name="use_stock">True</property>
 
1291
        <property name="accel_group">accelgroup1</property>
 
1292
        <signal name="activate" handler="on_edit_active_task" swapped="no"/>
 
1293
      </object>
 
1294
    </child>
 
1295
    <child>
 
1296
      <object class="GtkSeparatorMenuItem" id="separator_8">
 
1297
        <property name="visible">True</property>
 
1298
        <property name="can_focus">False</property>
 
1299
      </object>
 
1300
    </child>
 
1301
    <child>
 
1302
      <object class="GtkImageMenuItem" id="tcm_mark_as_done">
 
1303
        <property name="label" translatable="yes">Mark as _Done</property>
 
1304
        <property name="visible">True</property>
 
1305
        <property name="can_focus">False</property>
 
1306
        <property name="use_action_appearance">False</property>
 
1307
        <property name="use_underline">True</property>
 
1308
        <property name="image">tcm_img_mark_done</property>
 
1309
        <property name="use_stock">False</property>
 
1310
        <property name="always_show_image">True</property>
 
1311
        <signal name="activate" handler="on_mark_as_done" swapped="no"/>
 
1312
      </object>
 
1313
    </child>
 
1314
    <child>
 
1315
      <object class="GtkImageMenuItem" id="tcm_dismiss">
 
1316
        <property name="label" translatable="yes">D_ismiss</property>
 
1317
        <property name="visible">True</property>
 
1318
        <property name="can_focus">False</property>
 
1319
        <property name="use_action_appearance">False</property>
 
1320
        <property name="use_underline">True</property>
 
1321
        <property name="image">tcm_img_dismiss</property>
 
1322
        <property name="use_stock">False</property>
 
1323
        <property name="always_show_image">True</property>
 
1324
        <signal name="activate" handler="on_dismiss_task" swapped="no"/>
 
1325
      </object>
 
1326
    </child>
 
1327
    <child>
 
1328
      <object class="GtkImageMenuItem" id="tcm_delete">
 
1329
        <property name="label">gtk-delete</property>
 
1330
        <property name="visible">True</property>
 
1331
        <property name="can_focus">False</property>
 
1332
        <property name="use_action_appearance">False</property>
 
1333
        <property name="use_underline">True</property>
 
1334
        <property name="use_stock">True</property>
 
1335
        <property name="accel_group">accelgroup1</property>
 
1336
        <signal name="activate" handler="on_delete_task" swapped="no"/>
 
1337
      </object>
 
1338
    </child>
 
1339
    <child>
 
1340
      <object class="GtkSeparatorMenuItem" id="separator_9">
 
1341
        <property name="visible">True</property>
 
1342
        <property name="can_focus">False</property>
 
1343
      </object>
 
1344
    </child>
 
1345
    <child>
 
1346
      <object class="GtkImageMenuItem" id="tcm_start_menu">
 
1347
        <property name="label" translatable="yes">_Set start date</property>
 
1348
        <property name="visible">True</property>
 
1349
        <property name="can_focus">False</property>
 
1350
        <property name="use_action_appearance">False</property>
 
1351
        <property name="use_underline">True</property>
 
1352
        <property name="use_stock">False</property>
 
1353
      </object>
 
1354
    </child>
 
1355
    <child>
 
1356
      <object class="GtkImageMenuItem" id="tcm_due_menu">
 
1357
        <property name="label" translatable="yes">Set due date</property>
 
1358
        <property name="visible">True</property>
 
1359
        <property name="can_focus">False</property>
 
1360
        <property name="use_action_appearance">False</property>
 
1361
        <property name="use_underline">True</property>
 
1362
        <property name="use_stock">False</property>
 
1363
      </object>
 
1364
    </child>
 
1365
    <child>
 
1366
      <object class="GtkSeparatorMenuItem" id="separatormenuitem6">
 
1367
        <property name="visible">True</property>
 
1368
        <property name="can_focus">False</property>
 
1369
      </object>
 
1370
    </child>
 
1371
    <child>
 
1372
      <object class="GtkImageMenuItem" id="tcm_addtag">
 
1373
        <property name="label" translatable="yes">Add Tag...</property>
 
1374
        <property name="visible">True</property>
 
1375
        <property name="can_focus">False</property>
 
1376
        <property name="use_action_appearance">False</property>
 
1377
        <property name="image">image3</property>
 
1378
        <property name="use_stock">False</property>
 
1379
        <signal name="activate" handler="on_add_new_tag" swapped="no"/>
 
1380
      </object>
 
1381
    </child>
 
1382
  </object>
 
1383
  <object class="GtkImage" id="tcm_img_add_subtask">
 
1384
    <property name="visible">True</property>
 
1385
    <property name="can_focus">False</property>
 
1386
    <property name="pixel_size">16</property>
 
1387
    <property name="icon_name">gtg-task-new</property>
 
1388
  </object>
 
1389
  <object class="GtkImage" id="tcm_img_dismiss">
 
1390
    <property name="visible">True</property>
 
1391
    <property name="can_focus">False</property>
 
1392
    <property name="pixel_size">16</property>
 
1393
    <property name="icon_name">gtg-task-dismiss</property>
 
1394
  </object>
 
1395
  <object class="GtkImage" id="tcm_img_mark_done">
 
1396
    <property name="visible">True</property>
 
1397
    <property name="can_focus">False</property>
 
1398
    <property name="yalign">0.49000000953674316</property>
 
1399
    <property name="pixel_size">16</property>
 
1400
    <property name="icon_name">gtg-task-done</property>
 
1401
  </object>
 
1402
  <object class="GtkImage" id="tcm_img_undismiss">
 
1403
    <property name="visible">True</property>
 
1404
    <property name="can_focus">False</property>
 
1405
    <property name="pixel_size">16</property>
 
1406
    <property name="icon_name">gtg-task-undismiss</property>
 
1407
  </object>
 
1408
  <object class="GtkMenu" id="view_context_menu">
 
1409
    <property name="visible">True</property>
 
1410
    <property name="can_focus">False</property>
 
1411
    <child>
 
1412
      <object class="GtkImageMenuItem" id="view_delete">
 
1413
        <property name="label">Delete</property>
 
1414
        <property name="visible">True</property>
 
1415
        <property name="can_focus">False</property>
 
1416
        <property name="use_action_appearance">False</property>
 
1417
        <property name="use_underline">True</property>
 
1418
        <property name="image">image5</property>
 
1419
        <property name="use_stock">False</property>
 
1420
        <property name="accel_group">accelgroup1</property>
 
1421
        <property name="always_show_image">True</property>
 
1422
        <signal name="activate" handler="on_view_delete_activate" swapped="no"/>
1197
1423
      </object>
1198
1424
    </child>
1199
1425
  </object>