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