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