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