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