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