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