use stock buttons
[ptask.git] / src / glade / ptask.glade
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.18.3 -->
3 <interface>
4   <requires lib="gtk+" version="3.0"/>
5   <object class="GtkDialog" id="diag_preferences">
6     <property name="can_focus">False</property>
7     <property name="border_width">5</property>
8     <property name="type_hint">dialog</property>
9     <child internal-child="vbox">
10       <object class="GtkBox" id="dialog-vbox2">
11         <property name="can_focus">False</property>
12         <property name="orientation">vertical</property>
13         <property name="spacing">2</property>
14         <child internal-child="action_area">
15           <object class="GtkButtonBox" id="dialog-action_area2">
16             <property name="can_focus">False</property>
17             <property name="layout_style">end</property>
18             <child>
19               <object class="GtkButton" id="button3">
20                 <property name="label">gtk-ok</property>
21                 <property name="visible">True</property>
22                 <property name="can_focus">False</property>
23                 <property name="receives_default">True</property>
24                 <property name="use_stock">True</property>
25               </object>
26               <packing>
27                 <property name="expand">False</property>
28                 <property name="fill">True</property>
29                 <property name="position">0</property>
30               </packing>
31             </child>
32             <child>
33               <object class="GtkButton" id="button4">
34                 <property name="label">gtk-cancel</property>
35                 <property name="visible">True</property>
36                 <property name="can_focus">False</property>
37                 <property name="receives_default">True</property>
38                 <property name="use_stock">True</property>
39               </object>
40               <packing>
41                 <property name="expand">False</property>
42                 <property name="fill">True</property>
43                 <property name="position">1</property>
44               </packing>
45             </child>
46           </object>
47           <packing>
48             <property name="expand">False</property>
49             <property name="fill">True</property>
50             <property name="pack_type">end</property>
51             <property name="position">0</property>
52           </packing>
53         </child>
54         <child>
55           <object class="GtkGrid" id="grid1">
56             <property name="visible">True</property>
57             <property name="can_focus">False</property>
58             <child>
59               <object class="GtkLabel" id="label9">
60                 <property name="visible">True</property>
61                 <property name="can_focus">False</property>
62                 <property name="label" translatable="yes">Notes directory: </property>
63               </object>
64               <packing>
65                 <property name="left_attach">0</property>
66                 <property name="top_attach">0</property>
67               </packing>
68             </child>
69             <child>
70               <object class="GtkFileChooserButton" id="dir_chooser">
71                 <property name="visible">True</property>
72                 <property name="can_focus">False</property>
73                 <property name="hexpand">True</property>
74                 <property name="action">select-folder</property>
75                 <property name="title" translatable="yes">Select a directory</property>
76               </object>
77               <packing>
78                 <property name="left_attach">1</property>
79                 <property name="top_attach">0</property>
80               </packing>
81             </child>
82           </object>
83           <packing>
84             <property name="expand">False</property>
85             <property name="fill">True</property>
86             <property name="position">1</property>
87           </packing>
88         </child>
89       </object>
90     </child>
91     <action-widgets>
92       <action-widget response="1">button3</action-widget>
93       <action-widget response="0">button4</action-widget>
94     </action-widgets>
95   </object>
96   <object class="GtkListStore" id="prioritystore">
97     <columns>
98       <!-- column-name priority -->
99       <column type="gchararray"/>
100     </columns>
101     <data>
102       <row>
103         <col id="0" translatable="yes">None</col>
104       </row>
105       <row>
106         <col id="0" translatable="yes">Low</col>
107       </row>
108       <row>
109         <col id="0" translatable="yes">Medium</col>
110       </row>
111       <row>
112         <col id="0" translatable="yes">High</col>
113       </row>
114     </data>
115   </object>
116   <object class="GtkDialog" id="diag_tasknew">
117     <property name="can_focus">False</property>
118     <property name="border_width">5</property>
119     <property name="title" translatable="yes">New Task</property>
120     <property name="type_hint">dialog</property>
121     <child internal-child="vbox">
122       <object class="GtkBox" id="dialog-vbox1">
123         <property name="can_focus">False</property>
124         <property name="orientation">vertical</property>
125         <property name="spacing">2</property>
126         <child internal-child="action_area">
127           <object class="GtkButtonBox" id="dialog-action_area1">
128             <property name="can_focus">False</property>
129             <property name="layout_style">end</property>
130             <child>
131               <object class="GtkButton" id="button1">
132                 <property name="label">gtk-ok</property>
133                 <property name="visible">True</property>
134                 <property name="can_focus">True</property>
135                 <property name="receives_default">True</property>
136                 <property name="use_stock">True</property>
137               </object>
138               <packing>
139                 <property name="expand">False</property>
140                 <property name="fill">True</property>
141                 <property name="position">0</property>
142               </packing>
143             </child>
144             <child>
145               <object class="GtkButton" id="button2">
146                 <property name="label">gtk-cancel</property>
147                 <property name="visible">True</property>
148                 <property name="can_focus">True</property>
149                 <property name="receives_default">True</property>
150                 <property name="use_stock">True</property>
151               </object>
152               <packing>
153                 <property name="expand">False</property>
154                 <property name="fill">True</property>
155                 <property name="position">1</property>
156               </packing>
157             </child>
158           </object>
159           <packing>
160             <property name="expand">False</property>
161             <property name="fill">True</property>
162             <property name="pack_type">end</property>
163             <property name="position">0</property>
164           </packing>
165         </child>
166         <child>
167           <object class="GtkGrid" id="grid3">
168             <property name="visible">True</property>
169             <property name="can_focus">False</property>
170             <child>
171               <object class="GtkLabel" id="label5">
172                 <property name="visible">True</property>
173                 <property name="can_focus">False</property>
174                 <property name="margin_left">4</property>
175                 <property name="margin_right">4</property>
176                 <property name="margin_top">4</property>
177                 <property name="margin_bottom">4</property>
178                 <property name="label" translatable="yes">Description:</property>
179               </object>
180               <packing>
181                 <property name="left_attach">0</property>
182                 <property name="top_attach">0</property>
183               </packing>
184             </child>
185             <child>
186               <object class="GtkEntry" id="diag_tasknew_description">
187                 <property name="visible">True</property>
188                 <property name="can_focus">True</property>
189                 <property name="margin_left">4</property>
190                 <property name="margin_right">4</property>
191                 <property name="margin_top">4</property>
192                 <property name="margin_bottom">4</property>
193                 <property name="invisible_char">•</property>
194                 <property name="width_chars">60</property>
195               </object>
196               <packing>
197                 <property name="left_attach">1</property>
198                 <property name="top_attach">0</property>
199               </packing>
200             </child>
201             <child>
202               <object class="GtkLabel" id="label7">
203                 <property name="visible">True</property>
204                 <property name="can_focus">False</property>
205                 <property name="halign">start</property>
206                 <property name="margin_left">4</property>
207                 <property name="margin_right">4</property>
208                 <property name="margin_top">4</property>
209                 <property name="margin_bottom">4</property>
210                 <property name="label" translatable="yes">Project:</property>
211               </object>
212               <packing>
213                 <property name="left_attach">0</property>
214                 <property name="top_attach">1</property>
215               </packing>
216             </child>
217             <child>
218               <object class="GtkLabel" id="label8">
219                 <property name="visible">True</property>
220                 <property name="can_focus">False</property>
221                 <property name="halign">start</property>
222                 <property name="margin_left">4</property>
223                 <property name="margin_right">4</property>
224                 <property name="margin_top">4</property>
225                 <property name="margin_bottom">4</property>
226                 <property name="label" translatable="yes">Priority:</property>
227               </object>
228               <packing>
229                 <property name="left_attach">0</property>
230                 <property name="top_attach">2</property>
231               </packing>
232             </child>
233             <child>
234               <object class="GtkComboBox" id="diag_tasknew_priority">
235                 <property name="visible">True</property>
236                 <property name="can_focus">False</property>
237                 <property name="halign">start</property>
238                 <property name="margin_left">4</property>
239                 <property name="margin_right">4</property>
240                 <property name="margin_top">4</property>
241                 <property name="margin_bottom">4</property>
242                 <property name="model">prioritystore</property>
243                 <property name="active">2</property>
244                 <child>
245                   <object class="GtkCellRendererText" id="cellrenderertext1"/>
246                   <attributes>
247                     <attribute name="text">0</attribute>
248                   </attributes>
249                 </child>
250               </object>
251               <packing>
252                 <property name="left_attach">1</property>
253                 <property name="top_attach">2</property>
254               </packing>
255             </child>
256             <child>
257               <object class="GtkComboBoxText" id="diag_tasknew_project">
258                 <property name="visible">True</property>
259                 <property name="can_focus">False</property>
260                 <property name="halign">start</property>
261                 <property name="margin_left">4</property>
262                 <property name="margin_right">4</property>
263                 <property name="margin_top">4</property>
264                 <property name="margin_bottom">4</property>
265                 <property name="has_entry">True</property>
266                 <child internal-child="entry">
267                   <object class="GtkEntry" id="comboboxtext-entry">
268                     <property name="can_focus">True</property>
269                   </object>
270                 </child>
271               </object>
272               <packing>
273                 <property name="left_attach">1</property>
274                 <property name="top_attach">1</property>
275               </packing>
276             </child>
277           </object>
278           <packing>
279             <property name="expand">False</property>
280             <property name="fill">True</property>
281             <property name="position">1</property>
282           </packing>
283         </child>
284       </object>
285     </child>
286     <action-widgets>
287       <action-widget response="-3">button1</action-widget>
288       <action-widget response="0">button2</action-widget>
289     </action-widgets>
290   </object>
291   <object class="GtkListStore" id="projectstore">
292     <columns>
293       <!-- column-name gchararray1 -->
294       <column type="gchararray"/>
295       <!-- column-name gint1 -->
296       <column type="gint"/>
297     </columns>
298   </object>
299   <object class="GtkListStore" id="statusstore">
300     <columns>
301       <!-- column-name gchararray1 -->
302       <column type="gchararray"/>
303     </columns>
304     <data>
305       <row>
306         <col id="0" translatable="yes">pending</col>
307       </row>
308       <row>
309         <col id="0" translatable="yes">completed</col>
310       </row>
311       <row>
312         <col id="0" translatable="yes">deleted</col>
313       </row>
314     </data>
315   </object>
316   <object class="GtkListStore" id="taskstore">
317     <columns>
318       <!-- column-name id -->
319       <column type="gint"/>
320       <!-- column-name description -->
321       <column type="gchararray"/>
322       <!-- column-name project -->
323       <column type="gchararray"/>
324       <!-- column-name uuid -->
325       <column type="gchararray"/>
326       <!-- column-name priority -->
327       <column type="gchararray"/>
328       <!-- column-name urgency -->
329       <column type="gchararray"/>
330       <!-- column-name creation -->
331       <column type="gchararray"/>
332       <!-- column-name due -->
333       <column type="gchararray"/>
334       <!-- column-name start -->
335       <column type="gchararray"/>
336     </columns>
337   </object>
338   <object class="GtkWindow" id="window">
339     <property name="can_focus">False</property>
340     <property name="title" translatable="yes">ptask</property>
341     <property name="default_width">640</property>
342     <property name="default_height">480</property>
343     <child>
344       <object class="GtkBox" id="box2">
345         <property name="visible">True</property>
346         <property name="can_focus">False</property>
347         <property name="margin_left">4</property>
348         <property name="margin_right">4</property>
349         <property name="margin_top">4</property>
350         <property name="margin_bottom">4</property>
351         <property name="orientation">vertical</property>
352         <child>
353           <object class="GtkMenuBar" id="menubar1">
354             <property name="visible">True</property>
355             <property name="can_focus">False</property>
356             <child>
357               <object class="GtkMenuItem" id="menuitem1">
358                 <property name="visible">True</property>
359                 <property name="can_focus">False</property>
360                 <property name="label" translatable="yes">ptask</property>
361                 <property name="use_underline">True</property>
362                 <child type="submenu">
363                   <object class="GtkMenu" id="menu1">
364                     <property name="visible">True</property>
365                     <property name="can_focus">False</property>
366                     <child>
367                       <object class="GtkImageMenuItem" id="menuitem2">
368                         <property name="label">gtk-preferences</property>
369                         <property name="visible">True</property>
370                         <property name="can_focus">False</property>
371                         <property name="use_underline">True</property>
372                         <property name="use_stock">True</property>
373                         <signal name="activate" handler="preferences_activate_cbk" swapped="no"/>
374                       </object>
375                     </child>
376                     <child>
377                       <object class="GtkSeparatorMenuItem" id="menuitem3">
378                         <property name="visible">True</property>
379                         <property name="can_focus">False</property>
380                       </object>
381                     </child>
382                     <child>
383                       <object class="GtkImageMenuItem" id="imagemenuitem5">
384                         <property name="label">gtk-quit</property>
385                         <property name="visible">True</property>
386                         <property name="can_focus">False</property>
387                         <property name="use_underline">True</property>
388                         <property name="use_stock">True</property>
389                         <signal name="activate" handler="quit_activate_cbk" swapped="no"/>
390                       </object>
391                     </child>
392                   </object>
393                 </child>
394               </object>
395             </child>
396             <child>
397               <object class="GtkMenuItem" id="menuitem4">
398                 <property name="visible">True</property>
399                 <property name="can_focus">False</property>
400                 <property name="label" translatable="yes">_Help</property>
401                 <property name="use_underline">True</property>
402                 <child type="submenu">
403                   <object class="GtkMenu" id="menu3">
404                     <property name="visible">True</property>
405                     <property name="can_focus">False</property>
406                     <child>
407                       <object class="GtkImageMenuItem" id="imagemenuitem10">
408                         <property name="label">gtk-about</property>
409                         <property name="visible">True</property>
410                         <property name="can_focus">False</property>
411                         <property name="use_underline">True</property>
412                         <property name="use_stock">True</property>
413                         <signal name="activate" handler="about_activate_cbk" swapped="no"/>
414                       </object>
415                     </child>
416                   </object>
417                 </child>
418               </object>
419             </child>
420           </object>
421           <packing>
422             <property name="expand">False</property>
423             <property name="fill">True</property>
424             <property name="position">0</property>
425           </packing>
426         </child>
427         <child>
428           <object class="GtkBox" id="box4">
429             <property name="visible">True</property>
430             <property name="can_focus">False</property>
431             <child>
432               <object class="GtkButtonBox" id="buttonbox1">
433                 <property name="visible">True</property>
434                 <property name="can_focus">False</property>
435                 <property name="layout_style">start</property>
436                 <child>
437                   <object class="GtkButton" id="refresh">
438                     <property name="label">gtk-refresh</property>
439                     <property name="visible">True</property>
440                     <property name="can_focus">True</property>
441                     <property name="receives_default">True</property>
442                     <property name="use_stock">True</property>
443                     <signal name="clicked" handler="refresh_clicked_cbk" swapped="no"/>
444                     <accelerator key="r" signal="activate" modifiers="GDK_CONTROL_MASK"/>
445                   </object>
446                   <packing>
447                     <property name="expand">False</property>
448                     <property name="fill">False</property>
449                     <property name="position">0</property>
450                   </packing>
451                 </child>
452                 <child>
453                   <object class="GtkButton" id="newtask">
454                     <property name="label">gtk-new</property>
455                     <property name="visible">True</property>
456                     <property name="can_focus">True</property>
457                     <property name="receives_default">True</property>
458                     <property name="use_stock">True</property>
459                     <signal name="clicked" handler="newtask_clicked_cbk" swapped="no"/>
460                     <accelerator key="n" signal="activate" modifiers="GDK_CONTROL_MASK"/>
461                   </object>
462                   <packing>
463                     <property name="expand">False</property>
464                     <property name="fill">False</property>
465                     <property name="position">1</property>
466                   </packing>
467                 </child>
468               </object>
469               <packing>
470                 <property name="expand">False</property>
471                 <property name="fill">True</property>
472                 <property name="position">0</property>
473               </packing>
474             </child>
475             <child>
476               <object class="GtkBox" id="box5">
477                 <property name="visible">True</property>
478                 <property name="can_focus">False</property>
479                 <child>
480                   <object class="GtkLabel" id="label4">
481                     <property name="visible">True</property>
482                     <property name="can_focus">False</property>
483                     <property name="margin_left">4</property>
484                     <property name="margin_right">4</property>
485                     <property name="label" translatable="yes">Status:</property>
486                   </object>
487                   <packing>
488                     <property name="expand">False</property>
489                     <property name="fill">False</property>
490                     <property name="position">0</property>
491                   </packing>
492                 </child>
493                 <child>
494                   <object class="GtkComboBox" id="status">
495                     <property name="visible">True</property>
496                     <property name="can_focus">False</property>
497                     <property name="model">statusstore</property>
498                     <property name="active">0</property>
499                     <property name="id_column">0</property>
500                     <child>
501                       <object class="GtkCellRendererText" id="cellrenderertext4"/>
502                       <attributes>
503                         <attribute name="text">0</attribute>
504                       </attributes>
505                     </child>
506                   </object>
507                   <packing>
508                     <property name="expand">False</property>
509                     <property name="fill">False</property>
510                     <property name="position">1</property>
511                   </packing>
512                 </child>
513               </object>
514               <packing>
515                 <property name="expand">False</property>
516                 <property name="fill">False</property>
517                 <property name="position">1</property>
518               </packing>
519             </child>
520             <child>
521               <object class="GtkEntry" id="tasktree_search">
522                 <property name="visible">True</property>
523                 <property name="can_focus">True</property>
524                 <property name="primary_icon_stock">gtk-find</property>
525                 <property name="secondary_icon_activatable">False</property>
526                 <property name="secondary_icon_sensitive">False</property>
527                 <signal name="changed" handler="ui_tasktree_search_changed_cbk" swapped="no"/>
528                 <accelerator key="f" signal="grab-focus" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK"/>
529               </object>
530               <packing>
531                 <property name="expand">False</property>
532                 <property name="fill">True</property>
533                 <property name="pack_type">end</property>
534                 <property name="position">2</property>
535               </packing>
536             </child>
537           </object>
538           <packing>
539             <property name="expand">False</property>
540             <property name="fill">True</property>
541             <property name="position">1</property>
542           </packing>
543         </child>
544         <child>
545           <object class="GtkPaned" id="vpaned">
546             <property name="visible">True</property>
547             <property name="can_focus">False</property>
548             <child>
549               <object class="GtkScrolledWindow" id="scrolledwindow3">
550                 <property name="visible">True</property>
551                 <property name="can_focus">False</property>
552                 <property name="shadow_type">in</property>
553                 <child>
554                   <object class="GtkTreeView" id="projecttree">
555                     <property name="visible">True</property>
556                     <property name="can_focus">True</property>
557                     <property name="model">projectstore</property>
558                     <child internal-child="selection">
559                       <object class="GtkTreeSelection" id="treeview-selection2"/>
560                     </child>
561                     <child>
562                       <object class="GtkTreeViewColumn" id="treeviewcolumn1">
563                         <property name="title" translatable="yes">Project</property>
564                         <child>
565                           <object class="GtkCellRendererText" id="cellrenderertext7"/>
566                           <attributes>
567                             <attribute name="text">0</attribute>
568                           </attributes>
569                         </child>
570                       </object>
571                     </child>
572                     <child>
573                       <object class="GtkTreeViewColumn" id="treeviewcolumn2">
574                         <property name="title" translatable="yes">Count</property>
575                         <child>
576                           <object class="GtkCellRendererText" id="cellrenderertext8"/>
577                           <attributes>
578                             <attribute name="text">1</attribute>
579                           </attributes>
580                         </child>
581                       </object>
582                     </child>
583                   </object>
584                 </child>
585               </object>
586               <packing>
587                 <property name="resize">False</property>
588                 <property name="shrink">True</property>
589               </packing>
590             </child>
591             <child>
592               <object class="GtkPaned" id="hpaned">
593                 <property name="visible">True</property>
594                 <property name="can_focus">True</property>
595                 <property name="orientation">vertical</property>
596                 <property name="position">200</property>
597                 <property name="position_set">True</property>
598                 <child>
599                   <object class="GtkScrolledWindow" id="scrolledwindow2">
600                     <property name="visible">True</property>
601                     <property name="can_focus">True</property>
602                     <property name="margin_bottom">4</property>
603                     <property name="shadow_type">in</property>
604                     <child>
605                       <object class="GtkTreeView" id="tasktree">
606                         <property name="visible">True</property>
607                         <property name="can_focus">True</property>
608                         <property name="margin_left">4</property>
609                         <property name="margin_right">4</property>
610                         <property name="margin_top">4</property>
611                         <property name="margin_bottom">4</property>
612                         <property name="model">taskstore</property>
613                         <property name="search_column">1</property>
614                         <property name="enable_grid_lines">both</property>
615                         <property name="enable_tree_lines">True</property>
616                         <signal name="button-press-event" handler="tasktree_button_press_event_cbk" swapped="no"/>
617                         <signal name="cursor-changed" handler="tasktree_cursor_changed_cbk" swapped="no"/>
618                         <child internal-child="selection">
619                           <object class="GtkTreeSelection" id="treeview-selection3"/>
620                         </child>
621                         <child>
622                           <object class="GtkTreeViewColumn" id="col_priority">
623                             <property name="title" translatable="yes">Priority</property>
624                             <property name="clickable">True</property>
625                             <property name="sort_column_id">4</property>
626                             <child>
627                               <object class="GtkCellRendererText" id="cellrenderertext5"/>
628                               <attributes>
629                                 <attribute name="text">4</attribute>
630                               </attributes>
631                             </child>
632                           </object>
633                         </child>
634                         <child>
635                           <object class="GtkTreeViewColumn" id="col_project">
636                             <property name="min_width">10</property>
637                             <property name="title" translatable="yes">Project</property>
638                             <property name="clickable">True</property>
639                             <property name="reorderable">True</property>
640                             <property name="sort_indicator">True</property>
641                             <property name="sort_column_id">2</property>
642                             <child>
643                               <object class="GtkCellRendererText" id="cellrenderertext3"/>
644                               <attributes>
645                                 <attribute name="text">2</attribute>
646                               </attributes>
647                             </child>
648                           </object>
649                         </child>
650                         <child>
651                           <object class="GtkTreeViewColumn" id="col_urgency">
652                             <property name="title" translatable="yes">Urgency</property>
653                             <property name="sort_column_id">5</property>
654                             <child>
655                               <object class="GtkCellRendererText" id="cellrenderertext9"/>
656                               <attributes>
657                                 <attribute name="text">5</attribute>
658                               </attributes>
659                             </child>
660                           </object>
661                         </child>
662                         <child>
663                           <object class="GtkTreeViewColumn" id="col_creation_date">
664                             <property name="title" translatable="yes">Creation date</property>
665                             <property name="sort_column_id">6</property>
666                             <child>
667                               <object class="GtkCellRendererText" id="cellrenderertext10"/>
668                               <attributes>
669                                 <attribute name="text">6</attribute>
670                               </attributes>
671                             </child>
672                           </object>
673                         </child>
674                         <child>
675                           <object class="GtkTreeViewColumn" id="col_due">
676                             <property name="title" translatable="yes">Due</property>
677                             <property name="sort_column_id">7</property>
678                             <child>
679                               <object class="GtkCellRendererText" id="cellrenderertext11"/>
680                               <attributes>
681                                 <attribute name="text">7</attribute>
682                               </attributes>
683                             </child>
684                           </object>
685                         </child>
686                         <child>
687                           <object class="GtkTreeViewColumn" id="col_start">
688                             <property name="title" translatable="yes">Start date</property>
689                             <property name="sort_column_id">8</property>
690                             <child>
691                               <object class="GtkCellRendererText" id="cellrenderertext12"/>
692                               <attributes>
693                                 <attribute name="text">8</attribute>
694                               </attributes>
695                             </child>
696                           </object>
697                         </child>
698                         <child>
699                           <object class="GtkTreeViewColumn" id="col_description">
700                             <property name="fixed_width">10</property>
701                             <property name="min_width">30</property>
702                             <property name="title" translatable="yes">Description</property>
703                             <property name="expand">True</property>
704                             <property name="clickable">True</property>
705                             <property name="reorderable">True</property>
706                             <property name="sort_indicator">True</property>
707                             <property name="sort_column_id">1</property>
708                             <child>
709                               <object class="GtkCellRendererText" id="cellrenderertext2"/>
710                               <attributes>
711                                 <attribute name="text">1</attribute>
712                               </attributes>
713                             </child>
714                           </object>
715                         </child>
716                         <child>
717                           <object class="GtkTreeViewColumn" id="col_id">
718                             <property name="title" translatable="yes">Id</property>
719                             <child>
720                               <object class="GtkCellRendererText" id="cellrenderertext13"/>
721                               <attributes>
722                                 <attribute name="text">0</attribute>
723                               </attributes>
724                             </child>
725                           </object>
726                         </child>
727                         <child>
728                           <object class="GtkTreeViewColumn" id="col_uuid">
729                             <property name="title" translatable="yes">UUID</property>
730                             <child>
731                               <object class="GtkCellRendererText" id="cellrenderertext14"/>
732                               <attributes>
733                                 <attribute name="text">3</attribute>
734                               </attributes>
735                             </child>
736                           </object>
737                         </child>
738                       </object>
739                     </child>
740                   </object>
741                   <packing>
742                     <property name="resize">False</property>
743                     <property name="shrink">True</property>
744                   </packing>
745                 </child>
746                 <child>
747                   <object class="GtkBox" id="box3">
748                     <property name="visible">True</property>
749                     <property name="can_focus">False</property>
750                     <property name="orientation">vertical</property>
751                     <child>
752                       <object class="GtkGrid" id="grid2">
753                         <property name="visible">True</property>
754                         <property name="can_focus">False</property>
755                         <property name="margin_left">4</property>
756                         <property name="margin_right">4</property>
757                         <property name="margin_top">4</property>
758                         <property name="margin_bottom">4</property>
759                         <child>
760                           <object class="GtkLabel" id="label1">
761                             <property name="visible">True</property>
762                             <property name="can_focus">False</property>
763                             <property name="margin_left">4</property>
764                             <property name="margin_right">4</property>
765                             <property name="margin_top">4</property>
766                             <property name="margin_bottom">4</property>
767                             <property name="label" translatable="yes">Description:</property>
768                           </object>
769                           <packing>
770                             <property name="left_attach">0</property>
771                             <property name="top_attach">1</property>
772                           </packing>
773                         </child>
774                         <child>
775                           <object class="GtkLabel" id="label2">
776                             <property name="visible">True</property>
777                             <property name="can_focus">False</property>
778                             <property name="halign">start</property>
779                             <property name="valign">center</property>
780                             <property name="margin_left">4</property>
781                             <property name="margin_right">4</property>
782                             <property name="margin_top">4</property>
783                             <property name="label" translatable="yes">Note:</property>
784                           </object>
785                           <packing>
786                             <property name="left_attach">0</property>
787                             <property name="top_attach">5</property>
788                           </packing>
789                         </child>
790                         <child>
791                           <object class="GtkScrolledWindow" id="scrolledwindow1">
792                             <property name="visible">True</property>
793                             <property name="can_focus">True</property>
794                             <property name="margin_left">4</property>
795                             <property name="margin_right">4</property>
796                             <property name="margin_top">4</property>
797                             <property name="hexpand">True</property>
798                             <property name="vexpand">True</property>
799                             <property name="shadow_type">in</property>
800                             <child>
801                               <object class="GtkTextView" id="tasknote">
802                                 <property name="visible">True</property>
803                                 <property name="can_focus">True</property>
804                               </object>
805                             </child>
806                           </object>
807                           <packing>
808                             <property name="left_attach">1</property>
809                             <property name="top_attach">5</property>
810                           </packing>
811                         </child>
812                         <child>
813                           <object class="GtkEntry" id="taskdescription">
814                             <property name="visible">True</property>
815                             <property name="can_focus">True</property>
816                             <property name="margin_left">4</property>
817                             <property name="margin_right">4</property>
818                             <property name="margin_top">4</property>
819                             <property name="margin_bottom">4</property>
820                             <property name="invisible_char">•</property>
821                           </object>
822                           <packing>
823                             <property name="left_attach">1</property>
824                             <property name="top_attach">1</property>
825                           </packing>
826                         </child>
827                         <child>
828                           <object class="GtkLabel" id="label3">
829                             <property name="visible">True</property>
830                             <property name="can_focus">False</property>
831                             <property name="halign">start</property>
832                             <property name="margin_left">4</property>
833                             <property name="margin_right">4</property>
834                             <property name="margin_top">4</property>
835                             <property name="margin_bottom">4</property>
836                             <property name="label" translatable="yes">Project:</property>
837                           </object>
838                           <packing>
839                             <property name="left_attach">0</property>
840                             <property name="top_attach">3</property>
841                           </packing>
842                         </child>
843                         <child>
844                           <object class="GtkEntry" id="taskproject">
845                             <property name="visible">True</property>
846                             <property name="can_focus">True</property>
847                             <property name="margin_left">4</property>
848                             <property name="margin_right">4</property>
849                             <property name="margin_top">4</property>
850                             <property name="invisible_char">•</property>
851                           </object>
852                           <packing>
853                             <property name="left_attach">1</property>
854                             <property name="top_attach">3</property>
855                           </packing>
856                         </child>
857                         <child>
858                           <object class="GtkLabel" id="label6">
859                             <property name="visible">True</property>
860                             <property name="can_focus">False</property>
861                             <property name="halign">start</property>
862                             <property name="margin_left">4</property>
863                             <property name="margin_right">4</property>
864                             <property name="margin_top">4</property>
865                             <property name="margin_bottom">4</property>
866                             <property name="label" translatable="yes">Priority:</property>
867                           </object>
868                           <packing>
869                             <property name="left_attach">0</property>
870                             <property name="top_attach">2</property>
871                           </packing>
872                         </child>
873                         <child>
874                           <object class="GtkComboBox" id="taskpriority">
875                             <property name="visible">True</property>
876                             <property name="can_focus">False</property>
877                             <property name="halign">start</property>
878                             <property name="margin_left">4</property>
879                             <property name="margin_right">4</property>
880                             <property name="margin_top">4</property>
881                             <property name="margin_bottom">4</property>
882                             <property name="model">prioritystore</property>
883                             <property name="active">0</property>
884                             <child>
885                               <object class="GtkCellRendererText" id="cellrenderertext6"/>
886                               <attributes>
887                                 <attribute name="text">0</attribute>
888                               </attributes>
889                             </child>
890                           </object>
891                           <packing>
892                             <property name="left_attach">1</property>
893                             <property name="top_attach">2</property>
894                           </packing>
895                         </child>
896                         <child>
897                           <object class="GtkButtonBox" id="buttonbox2">
898                             <property name="visible">True</property>
899                             <property name="can_focus">False</property>
900                             <property name="layout_style">start</property>
901                             <child>
902                               <object class="GtkButton" id="tasksave">
903                                 <property name="label">gtk-save</property>
904                                 <property name="visible">True</property>
905                                 <property name="can_focus">True</property>
906                                 <property name="receives_default">True</property>
907                                 <property name="use_stock">True</property>
908                                 <property name="image_position">top</property>
909                               </object>
910                               <packing>
911                                 <property name="expand">False</property>
912                                 <property name="fill">True</property>
913                                 <property name="position">0</property>
914                               </packing>
915                             </child>
916                             <child>
917                               <object class="GtkButton" id="taskcancel">
918                                 <property name="label">gtk-cancel</property>
919                                 <property name="visible">True</property>
920                                 <property name="can_focus">True</property>
921                                 <property name="receives_default">True</property>
922                                 <property name="use_stock">True</property>
923                                 <signal name="clicked" handler="taskpanel_cancel_clicked_cbk" swapped="no"/>
924                               </object>
925                               <packing>
926                                 <property name="expand">False</property>
927                                 <property name="fill">True</property>
928                                 <property name="position">1</property>
929                               </packing>
930                             </child>
931                             <child>
932                               <object class="GtkButton" id="taskdone">
933                                 <property name="label" translatable="yes">Mark Done</property>
934                                 <property name="visible">True</property>
935                                 <property name="can_focus">True</property>
936                                 <property name="receives_default">True</property>
937                                 <signal name="clicked" handler="taskdone_clicked_cbk" swapped="no"/>
938                               </object>
939                               <packing>
940                                 <property name="expand">False</property>
941                                 <property name="fill">True</property>
942                                 <property name="position">2</property>
943                               </packing>
944                             </child>
945                             <child>
946                               <object class="GtkButton" id="taskremove">
947                                 <property name="label">gtk-remove</property>
948                                 <property name="visible">True</property>
949                                 <property name="can_focus">False</property>
950                                 <property name="receives_default">True</property>
951                                 <property name="use_stock">True</property>
952                                 <signal name="clicked" handler="taskremove_clicked_cbk" swapped="no"/>
953                               </object>
954                               <packing>
955                                 <property name="expand">False</property>
956                                 <property name="fill">True</property>
957                                 <property name="position">3</property>
958                               </packing>
959                             </child>
960                           </object>
961                           <packing>
962                             <property name="left_attach">0</property>
963                             <property name="top_attach">0</property>
964                             <property name="width">2</property>
965                           </packing>
966                         </child>
967                         <child>
968                           <object class="GtkLabel" id="label10">
969                             <property name="visible">True</property>
970                             <property name="can_focus">False</property>
971                             <property name="halign">start</property>
972                             <property name="margin_left">4</property>
973                             <property name="margin_right">4</property>
974                             <property name="margin_top">4</property>
975                             <property name="margin_bottom">4</property>
976                             <property name="label" translatable="yes">Tags:</property>
977                           </object>
978                           <packing>
979                             <property name="left_attach">0</property>
980                             <property name="top_attach">4</property>
981                           </packing>
982                         </child>
983                         <child>
984                           <object class="GtkLabel" id="tasktags">
985                             <property name="visible">True</property>
986                             <property name="can_focus">False</property>
987                             <property name="halign">start</property>
988                             <property name="margin_left">4</property>
989                             <property name="margin_right">4</property>
990                             <property name="margin_top">4</property>
991                             <property name="margin_bottom">4</property>
992                             <property name="label" translatable="yes">label</property>
993                           </object>
994                           <packing>
995                             <property name="left_attach">1</property>
996                             <property name="top_attach">4</property>
997                           </packing>
998                         </child>
999                       </object>
1000                       <packing>
1001                         <property name="expand">True</property>
1002                         <property name="fill">True</property>
1003                         <property name="position">1</property>
1004                       </packing>
1005                     </child>
1006                     <child>
1007                       <placeholder/>
1008                     </child>
1009                   </object>
1010                   <packing>
1011                     <property name="resize">True</property>
1012                     <property name="shrink">True</property>
1013                   </packing>
1014                 </child>
1015               </object>
1016               <packing>
1017                 <property name="resize">False</property>
1018                 <property name="shrink">True</property>
1019               </packing>
1020             </child>
1021           </object>
1022           <packing>
1023             <property name="expand">True</property>
1024             <property name="fill">True</property>
1025             <property name="position">2</property>
1026           </packing>
1027         </child>
1028       </object>
1029     </child>
1030   </object>
1031   <object class="GtkAction" id="tasktree_creation_date_visible">
1032     <signal name="activate" handler="tasktree_visible_activate_cbk" swapped="no"/>
1033   </object>
1034   <object class="GtkAction" id="tasktree_description_visible">
1035     <signal name="activate" handler="tasktree_visible_activate_cbk" swapped="no"/>
1036   </object>
1037   <object class="GtkAction" id="tasktree_done">
1038     <property name="label" translatable="yes">Done</property>
1039     <signal name="activate" handler="tasktree_done_activate_cbk" swapped="no"/>
1040   </object>
1041   <object class="GtkAction" id="tasktree_due_visible">
1042     <signal name="activate" handler="tasktree_visible_activate_cbk" swapped="no"/>
1043   </object>
1044   <object class="GtkAction" id="tasktree_id_visible">
1045     <signal name="activate" handler="tasktree_visible_activate_cbk" swapped="no"/>
1046   </object>
1047   <object class="GtkAction" id="tasktree_priority_visible">
1048     <signal name="activate" handler="tasktree_visible_activate_cbk" swapped="no"/>
1049   </object>
1050   <object class="GtkAction" id="tasktree_project_visible">
1051     <signal name="activate" handler="tasktree_visible_activate_cbk" swapped="no"/>
1052   </object>
1053   <object class="GtkAction" id="tasktree_start">
1054     <property name="label" translatable="yes">Start</property>
1055     <signal name="activate" handler="tasktree_start_activate_cbk" swapped="no"/>
1056   </object>
1057   <object class="GtkAction" id="tasktree_start_visible">
1058     <signal name="activate" handler="tasktree_visible_activate_cbk" swapped="no"/>
1059   </object>
1060   <object class="GtkAction" id="tasktree_stop">
1061     <property name="label" translatable="yes">Stop</property>
1062     <signal name="activate" handler="tasktree_stop_activate_cbk" swapped="no"/>
1063   </object>
1064   <object class="GtkAction" id="tasktree_urgency_visible">
1065     <signal name="activate" handler="tasktree_visible_activate_cbk" swapped="no"/>
1066   </object>
1067   <object class="GtkAction" id="tasktree_uuid_visible">
1068     <signal name="activate" handler="tasktree_visible_activate_cbk" swapped="no"/>
1069   </object>
1070   <object class="GtkMenu" id="tasktree_menu">
1071     <property name="visible">True</property>
1072     <property name="can_focus">False</property>
1073     <child>
1074       <object class="GtkMenuItem" id="menu_start">
1075         <property name="related_action">tasktree_start</property>
1076         <property name="visible">True</property>
1077         <property name="can_focus">False</property>
1078       </object>
1079     </child>
1080     <child>
1081       <object class="GtkMenuItem" id="menu_stop">
1082         <property name="related_action">tasktree_stop</property>
1083         <property name="visible">True</property>
1084         <property name="can_focus">False</property>
1085       </object>
1086     </child>
1087     <child>
1088       <object class="GtkMenuItem" id="menu_done">
1089         <property name="related_action">tasktree_done</property>
1090         <property name="visible">True</property>
1091         <property name="can_focus">False</property>
1092       </object>
1093     </child>
1094     <child>
1095       <object class="GtkSeparatorMenuItem" id="menuitem5">
1096         <property name="visible">True</property>
1097         <property name="can_focus">False</property>
1098       </object>
1099     </child>
1100     <child>
1101       <object class="GtkCheckMenuItem" id="menu_id_visible">
1102         <property name="use_action_appearance">False</property>
1103         <property name="related_action">tasktree_id_visible</property>
1104         <property name="visible">True</property>
1105         <property name="can_focus">False</property>
1106         <property name="label" translatable="yes">Id</property>
1107         <property name="use_underline">True</property>
1108       </object>
1109     </child>
1110     <child>
1111       <object class="GtkCheckMenuItem" id="menu_project_visible">
1112         <property name="use_action_appearance">False</property>
1113         <property name="related_action">tasktree_project_visible</property>
1114         <property name="visible">True</property>
1115         <property name="can_focus">False</property>
1116         <property name="label" translatable="yes">Project</property>
1117         <property name="use_underline">True</property>
1118       </object>
1119     </child>
1120     <child>
1121       <object class="GtkCheckMenuItem" id="menu_uuid_visible">
1122         <property name="use_action_appearance">False</property>
1123         <property name="related_action">tasktree_uuid_visible</property>
1124         <property name="visible">True</property>
1125         <property name="can_focus">False</property>
1126         <property name="label" translatable="yes">UUID</property>
1127         <property name="use_underline">True</property>
1128       </object>
1129     </child>
1130     <child>
1131       <object class="GtkCheckMenuItem" id="menu_priority_visible">
1132         <property name="use_action_appearance">False</property>
1133         <property name="related_action">tasktree_priority_visible</property>
1134         <property name="visible">True</property>
1135         <property name="can_focus">False</property>
1136         <property name="label" translatable="yes">Priority</property>
1137         <property name="use_underline">True</property>
1138       </object>
1139     </child>
1140     <child>
1141       <object class="GtkCheckMenuItem" id="menu_urgency_visible">
1142         <property name="use_action_appearance">False</property>
1143         <property name="related_action">tasktree_urgency_visible</property>
1144         <property name="visible">True</property>
1145         <property name="can_focus">False</property>
1146         <property name="label" translatable="yes">Urgency</property>
1147         <property name="use_underline">True</property>
1148       </object>
1149     </child>
1150     <child>
1151       <object class="GtkCheckMenuItem" id="menu_creation_date_visible">
1152         <property name="use_action_appearance">False</property>
1153         <property name="related_action">tasktree_creation_date_visible</property>
1154         <property name="visible">True</property>
1155         <property name="can_focus">False</property>
1156         <property name="label" translatable="yes">Creation date</property>
1157         <property name="use_underline">True</property>
1158       </object>
1159     </child>
1160     <child>
1161       <object class="GtkCheckMenuItem" id="menu_due_visible">
1162         <property name="use_action_appearance">False</property>
1163         <property name="related_action">tasktree_due_visible</property>
1164         <property name="visible">True</property>
1165         <property name="can_focus">False</property>
1166         <property name="label" translatable="yes">Due</property>
1167         <property name="use_underline">True</property>
1168       </object>
1169     </child>
1170     <child>
1171       <object class="GtkCheckMenuItem" id="menu_start_visible">
1172         <property name="use_action_appearance">False</property>
1173         <property name="related_action">tasktree_start_visible</property>
1174         <property name="visible">True</property>
1175         <property name="can_focus">False</property>
1176         <property name="label" translatable="yes">Start date</property>
1177         <property name="use_underline">True</property>
1178       </object>
1179     </child>
1180     <child>
1181       <object class="GtkCheckMenuItem" id="menu_description_visible">
1182         <property name="use_action_appearance">False</property>
1183         <property name="related_action">tasktree_description_visible</property>
1184         <property name="visible">True</property>
1185         <property name="can_focus">False</property>
1186         <property name="label" translatable="yes">Description</property>
1187         <property name="use_underline">True</property>
1188       </object>
1189     </child>
1190   </object>
1191 </interface>