1dc609861463aa278c397b73d3c1c0249075f88b
[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="primary_icon_stock">gtk-find</property>
523                 <property name="secondary_icon_activatable">False</property>
524                 <property name="secondary_icon_sensitive">False</property>
525                 <signal name="changed" handler="ui_tasktree_search_changed_cbk" swapped="no"/>
526                 <accelerator key="g" signal="grab-focus" modifiers="GDK_CONTROL_MASK"/>
527               </object>
528               <packing>
529                 <property name="expand">False</property>
530                 <property name="fill">True</property>
531                 <property name="pack_type">end</property>
532                 <property name="position">2</property>
533               </packing>
534             </child>
535           </object>
536           <packing>
537             <property name="expand">False</property>
538             <property name="fill">True</property>
539             <property name="position">1</property>
540           </packing>
541         </child>
542         <child>
543           <object class="GtkPaned" id="vpaned">
544             <property name="visible">True</property>
545             <property name="can_focus">False</property>
546             <child>
547               <object class="GtkScrolledWindow" id="scrolledwindow3">
548                 <property name="visible">True</property>
549                 <property name="can_focus">False</property>
550                 <property name="shadow_type">in</property>
551                 <child>
552                   <object class="GtkTreeView" id="projecttree">
553                     <property name="visible">True</property>
554                     <property name="can_focus">True</property>
555                     <property name="model">projectstore</property>
556                     <child internal-child="selection">
557                       <object class="GtkTreeSelection" id="treeview-selection2"/>
558                     </child>
559                     <child>
560                       <object class="GtkTreeViewColumn" id="treeviewcolumn1">
561                         <property name="title" translatable="yes">Project</property>
562                         <child>
563                           <object class="GtkCellRendererText" id="cellrenderertext7"/>
564                           <attributes>
565                             <attribute name="text">0</attribute>
566                           </attributes>
567                         </child>
568                       </object>
569                     </child>
570                     <child>
571                       <object class="GtkTreeViewColumn" id="treeviewcolumn2">
572                         <property name="title" translatable="yes">Count</property>
573                         <child>
574                           <object class="GtkCellRendererText" id="cellrenderertext8"/>
575                           <attributes>
576                             <attribute name="text">1</attribute>
577                           </attributes>
578                         </child>
579                       </object>
580                     </child>
581                   </object>
582                 </child>
583               </object>
584               <packing>
585                 <property name="resize">False</property>
586                 <property name="shrink">True</property>
587               </packing>
588             </child>
589             <child>
590               <object class="GtkPaned" id="hpaned">
591                 <property name="visible">True</property>
592                 <property name="can_focus">True</property>
593                 <property name="orientation">vertical</property>
594                 <property name="position">200</property>
595                 <property name="position_set">True</property>
596                 <child>
597                   <object class="GtkScrolledWindow" id="scrolledwindow2">
598                     <property name="visible">True</property>
599                     <property name="can_focus">True</property>
600                     <property name="margin_bottom">4</property>
601                     <property name="shadow_type">in</property>
602                     <child>
603                       <object class="GtkTreeView" id="tasktree">
604                         <property name="visible">True</property>
605                         <property name="can_focus">True</property>
606                         <property name="margin_left">4</property>
607                         <property name="margin_right">4</property>
608                         <property name="margin_top">4</property>
609                         <property name="margin_bottom">4</property>
610                         <property name="model">taskstore</property>
611                         <property name="search_column">1</property>
612                         <property name="enable_grid_lines">both</property>
613                         <property name="enable_tree_lines">True</property>
614                         <signal name="button-press-event" handler="tasktree_button_press_event_cbk" swapped="no"/>
615                         <signal name="cursor-changed" handler="tasktree_cursor_changed_cbk" swapped="no"/>
616                         <child internal-child="selection">
617                           <object class="GtkTreeSelection" id="treeview-selection3"/>
618                         </child>
619                         <child>
620                           <object class="GtkTreeViewColumn" id="col_priority">
621                             <property name="title" translatable="yes">Priority</property>
622                             <property name="clickable">True</property>
623                             <property name="sort_column_id">4</property>
624                             <child>
625                               <object class="GtkCellRendererText" id="cellrenderertext5"/>
626                               <attributes>
627                                 <attribute name="text">4</attribute>
628                               </attributes>
629                             </child>
630                           </object>
631                         </child>
632                         <child>
633                           <object class="GtkTreeViewColumn" id="col_project">
634                             <property name="min_width">10</property>
635                             <property name="title" translatable="yes">Project</property>
636                             <property name="clickable">True</property>
637                             <property name="reorderable">True</property>
638                             <property name="sort_indicator">True</property>
639                             <property name="sort_column_id">2</property>
640                             <child>
641                               <object class="GtkCellRendererText" id="cellrenderertext3"/>
642                               <attributes>
643                                 <attribute name="text">2</attribute>
644                               </attributes>
645                             </child>
646                           </object>
647                         </child>
648                         <child>
649                           <object class="GtkTreeViewColumn" id="col_urgency">
650                             <property name="title" translatable="yes">Urgency</property>
651                             <property name="sort_column_id">5</property>
652                             <child>
653                               <object class="GtkCellRendererText" id="cellrenderertext9"/>
654                               <attributes>
655                                 <attribute name="text">5</attribute>
656                               </attributes>
657                             </child>
658                           </object>
659                         </child>
660                         <child>
661                           <object class="GtkTreeViewColumn" id="col_creation_date">
662                             <property name="title" translatable="yes">Creation date</property>
663                             <property name="sort_column_id">6</property>
664                             <child>
665                               <object class="GtkCellRendererText" id="cellrenderertext10"/>
666                               <attributes>
667                                 <attribute name="text">6</attribute>
668                               </attributes>
669                             </child>
670                           </object>
671                         </child>
672                         <child>
673                           <object class="GtkTreeViewColumn" id="col_due">
674                             <property name="title" translatable="yes">Due</property>
675                             <property name="sort_column_id">7</property>
676                             <child>
677                               <object class="GtkCellRendererText" id="cellrenderertext11"/>
678                               <attributes>
679                                 <attribute name="text">7</attribute>
680                               </attributes>
681                             </child>
682                           </object>
683                         </child>
684                         <child>
685                           <object class="GtkTreeViewColumn" id="col_start">
686                             <property name="title" translatable="yes">Start date</property>
687                             <property name="sort_column_id">8</property>
688                             <child>
689                               <object class="GtkCellRendererText" id="cellrenderertext12"/>
690                               <attributes>
691                                 <attribute name="text">8</attribute>
692                               </attributes>
693                             </child>
694                           </object>
695                         </child>
696                         <child>
697                           <object class="GtkTreeViewColumn" id="col_description">
698                             <property name="fixed_width">10</property>
699                             <property name="min_width">30</property>
700                             <property name="title" translatable="yes">Description</property>
701                             <property name="expand">True</property>
702                             <property name="clickable">True</property>
703                             <property name="reorderable">True</property>
704                             <property name="sort_indicator">True</property>
705                             <property name="sort_column_id">1</property>
706                             <child>
707                               <object class="GtkCellRendererText" id="cellrenderertext2"/>
708                               <attributes>
709                                 <attribute name="text">1</attribute>
710                               </attributes>
711                             </child>
712                           </object>
713                         </child>
714                         <child>
715                           <object class="GtkTreeViewColumn" id="col_id">
716                             <property name="title" translatable="yes">Id</property>
717                             <child>
718                               <object class="GtkCellRendererText" id="cellrenderertext13"/>
719                               <attributes>
720                                 <attribute name="text">0</attribute>
721                               </attributes>
722                             </child>
723                           </object>
724                         </child>
725                         <child>
726                           <object class="GtkTreeViewColumn" id="col_uuid">
727                             <property name="title" translatable="yes">UUID</property>
728                             <child>
729                               <object class="GtkCellRendererText" id="cellrenderertext14"/>
730                               <attributes>
731                                 <attribute name="text">3</attribute>
732                               </attributes>
733                             </child>
734                           </object>
735                         </child>
736                       </object>
737                     </child>
738                   </object>
739                   <packing>
740                     <property name="resize">False</property>
741                     <property name="shrink">True</property>
742                   </packing>
743                 </child>
744                 <child>
745                   <object class="GtkBox" id="box3">
746                     <property name="visible">True</property>
747                     <property name="can_focus">False</property>
748                     <property name="orientation">vertical</property>
749                     <child>
750                       <object class="GtkGrid" id="grid2">
751                         <property name="visible">True</property>
752                         <property name="can_focus">False</property>
753                         <property name="margin_left">4</property>
754                         <property name="margin_right">4</property>
755                         <property name="margin_top">4</property>
756                         <property name="margin_bottom">4</property>
757                         <child>
758                           <object class="GtkLabel" id="label1">
759                             <property name="visible">True</property>
760                             <property name="can_focus">False</property>
761                             <property name="margin_left">4</property>
762                             <property name="margin_right">4</property>
763                             <property name="margin_top">4</property>
764                             <property name="margin_bottom">4</property>
765                             <property name="label" translatable="yes">Description:</property>
766                           </object>
767                           <packing>
768                             <property name="left_attach">0</property>
769                             <property name="top_attach">1</property>
770                           </packing>
771                         </child>
772                         <child>
773                           <object class="GtkLabel" id="label2">
774                             <property name="visible">True</property>
775                             <property name="can_focus">False</property>
776                             <property name="halign">start</property>
777                             <property name="valign">center</property>
778                             <property name="margin_left">4</property>
779                             <property name="margin_right">4</property>
780                             <property name="margin_top">4</property>
781                             <property name="label" translatable="yes">Note:</property>
782                           </object>
783                           <packing>
784                             <property name="left_attach">0</property>
785                             <property name="top_attach">5</property>
786                           </packing>
787                         </child>
788                         <child>
789                           <object class="GtkScrolledWindow" id="scrolledwindow1">
790                             <property name="visible">True</property>
791                             <property name="can_focus">True</property>
792                             <property name="margin_left">4</property>
793                             <property name="margin_right">4</property>
794                             <property name="margin_top">4</property>
795                             <property name="hexpand">True</property>
796                             <property name="vexpand">True</property>
797                             <property name="shadow_type">in</property>
798                             <child>
799                               <object class="GtkTextView" id="tasknote">
800                                 <property name="visible">True</property>
801                                 <property name="can_focus">True</property>
802                               </object>
803                             </child>
804                           </object>
805                           <packing>
806                             <property name="left_attach">1</property>
807                             <property name="top_attach">5</property>
808                           </packing>
809                         </child>
810                         <child>
811                           <object class="GtkEntry" id="taskdescription">
812                             <property name="visible">True</property>
813                             <property name="can_focus">True</property>
814                             <property name="margin_left">4</property>
815                             <property name="margin_right">4</property>
816                             <property name="margin_top">4</property>
817                             <property name="margin_bottom">4</property>
818                             <property name="invisible_char">•</property>
819                           </object>
820                           <packing>
821                             <property name="left_attach">1</property>
822                             <property name="top_attach">1</property>
823                           </packing>
824                         </child>
825                         <child>
826                           <object class="GtkLabel" id="label3">
827                             <property name="visible">True</property>
828                             <property name="can_focus">False</property>
829                             <property name="halign">start</property>
830                             <property name="margin_left">4</property>
831                             <property name="margin_right">4</property>
832                             <property name="margin_top">4</property>
833                             <property name="margin_bottom">4</property>
834                             <property name="label" translatable="yes">Project:</property>
835                           </object>
836                           <packing>
837                             <property name="left_attach">0</property>
838                             <property name="top_attach">3</property>
839                           </packing>
840                         </child>
841                         <child>
842                           <object class="GtkEntry" id="taskproject">
843                             <property name="visible">True</property>
844                             <property name="can_focus">True</property>
845                             <property name="margin_left">4</property>
846                             <property name="margin_right">4</property>
847                             <property name="margin_top">4</property>
848                             <property name="invisible_char">•</property>
849                           </object>
850                           <packing>
851                             <property name="left_attach">1</property>
852                             <property name="top_attach">3</property>
853                           </packing>
854                         </child>
855                         <child>
856                           <object class="GtkLabel" id="label6">
857                             <property name="visible">True</property>
858                             <property name="can_focus">False</property>
859                             <property name="halign">start</property>
860                             <property name="margin_left">4</property>
861                             <property name="margin_right">4</property>
862                             <property name="margin_top">4</property>
863                             <property name="margin_bottom">4</property>
864                             <property name="label" translatable="yes">Priority:</property>
865                           </object>
866                           <packing>
867                             <property name="left_attach">0</property>
868                             <property name="top_attach">2</property>
869                           </packing>
870                         </child>
871                         <child>
872                           <object class="GtkComboBox" id="taskpriority">
873                             <property name="visible">True</property>
874                             <property name="can_focus">False</property>
875                             <property name="halign">start</property>
876                             <property name="margin_left">4</property>
877                             <property name="margin_right">4</property>
878                             <property name="margin_top">4</property>
879                             <property name="margin_bottom">4</property>
880                             <property name="model">prioritystore</property>
881                             <property name="active">0</property>
882                             <child>
883                               <object class="GtkCellRendererText" id="cellrenderertext6"/>
884                               <attributes>
885                                 <attribute name="text">0</attribute>
886                               </attributes>
887                             </child>
888                           </object>
889                           <packing>
890                             <property name="left_attach">1</property>
891                             <property name="top_attach">2</property>
892                           </packing>
893                         </child>
894                         <child>
895                           <object class="GtkButtonBox" id="buttonbox2">
896                             <property name="visible">True</property>
897                             <property name="can_focus">False</property>
898                             <property name="layout_style">start</property>
899                             <child>
900                               <object class="GtkButton" id="tasksave">
901                                 <property name="label" translatable="yes">Save</property>
902                                 <property name="visible">True</property>
903                                 <property name="can_focus">True</property>
904                                 <property name="receives_default">True</property>
905                                 <property name="image_position">top</property>
906                               </object>
907                               <packing>
908                                 <property name="expand">False</property>
909                                 <property name="fill">True</property>
910                                 <property name="position">0</property>
911                               </packing>
912                             </child>
913                             <child>
914                               <object class="GtkButton" id="taskcancel">
915                                 <property name="label" translatable="yes">Cancel</property>
916                                 <property name="visible">True</property>
917                                 <property name="can_focus">True</property>
918                                 <property name="receives_default">True</property>
919                                 <signal name="clicked" handler="taskpanel_cancel_clicked_cbk" swapped="no"/>
920                               </object>
921                               <packing>
922                                 <property name="expand">False</property>
923                                 <property name="fill">True</property>
924                                 <property name="position">1</property>
925                               </packing>
926                             </child>
927                             <child>
928                               <object class="GtkButton" id="taskdone">
929                                 <property name="label" translatable="yes">Mark Done</property>
930                                 <property name="visible">True</property>
931                                 <property name="can_focus">True</property>
932                                 <property name="receives_default">True</property>
933                                 <signal name="clicked" handler="taskdone_clicked_cbk" swapped="no"/>
934                               </object>
935                               <packing>
936                                 <property name="expand">False</property>
937                                 <property name="fill">True</property>
938                                 <property name="position">2</property>
939                               </packing>
940                             </child>
941                             <child>
942                               <object class="GtkButton" id="taskremove">
943                                 <property name="label" translatable="yes">Remove</property>
944                                 <property name="visible">True</property>
945                                 <property name="can_focus">False</property>
946                                 <property name="receives_default">True</property>
947                                 <signal name="clicked" handler="taskremove_clicked_cbk" swapped="no"/>
948                               </object>
949                               <packing>
950                                 <property name="expand">False</property>
951                                 <property name="fill">True</property>
952                                 <property name="position">3</property>
953                               </packing>
954                             </child>
955                           </object>
956                           <packing>
957                             <property name="left_attach">0</property>
958                             <property name="top_attach">0</property>
959                             <property name="width">2</property>
960                           </packing>
961                         </child>
962                         <child>
963                           <object class="GtkLabel" id="label10">
964                             <property name="visible">True</property>
965                             <property name="can_focus">False</property>
966                             <property name="halign">start</property>
967                             <property name="margin_left">4</property>
968                             <property name="margin_right">4</property>
969                             <property name="margin_top">4</property>
970                             <property name="margin_bottom">4</property>
971                             <property name="label" translatable="yes">Tags:</property>
972                           </object>
973                           <packing>
974                             <property name="left_attach">0</property>
975                             <property name="top_attach">4</property>
976                           </packing>
977                         </child>
978                         <child>
979                           <object class="GtkLabel" id="tasktags">
980                             <property name="visible">True</property>
981                             <property name="can_focus">False</property>
982                             <property name="halign">start</property>
983                             <property name="margin_left">4</property>
984                             <property name="margin_right">4</property>
985                             <property name="margin_top">4</property>
986                             <property name="margin_bottom">4</property>
987                             <property name="label" translatable="yes">label</property>
988                           </object>
989                           <packing>
990                             <property name="left_attach">1</property>
991                             <property name="top_attach">4</property>
992                           </packing>
993                         </child>
994                       </object>
995                       <packing>
996                         <property name="expand">True</property>
997                         <property name="fill">True</property>
998                         <property name="position">1</property>
999                       </packing>
1000                     </child>
1001                     <child>
1002                       <placeholder/>
1003                     </child>
1004                   </object>
1005                   <packing>
1006                     <property name="resize">True</property>
1007                     <property name="shrink">True</property>
1008                   </packing>
1009                 </child>
1010               </object>
1011               <packing>
1012                 <property name="resize">False</property>
1013                 <property name="shrink">True</property>
1014               </packing>
1015             </child>
1016           </object>
1017           <packing>
1018             <property name="expand">True</property>
1019             <property name="fill">True</property>
1020             <property name="position">2</property>
1021           </packing>
1022         </child>
1023       </object>
1024     </child>
1025   </object>
1026   <object class="GtkAction" id="tasktree_creation_date_visible">
1027     <signal name="activate" handler="tasktree_visible_activate_cbk" swapped="no"/>
1028   </object>
1029   <object class="GtkAction" id="tasktree_description_visible">
1030     <signal name="activate" handler="tasktree_visible_activate_cbk" swapped="no"/>
1031   </object>
1032   <object class="GtkAction" id="tasktree_done">
1033     <property name="label" translatable="yes">Done</property>
1034     <signal name="activate" handler="tasktree_done_activate_cbk" swapped="no"/>
1035   </object>
1036   <object class="GtkAction" id="tasktree_due_visible">
1037     <signal name="activate" handler="tasktree_visible_activate_cbk" swapped="no"/>
1038   </object>
1039   <object class="GtkAction" id="tasktree_id_visible">
1040     <signal name="activate" handler="tasktree_visible_activate_cbk" swapped="no"/>
1041   </object>
1042   <object class="GtkAction" id="tasktree_priority_visible">
1043     <signal name="activate" handler="tasktree_visible_activate_cbk" swapped="no"/>
1044   </object>
1045   <object class="GtkAction" id="tasktree_project_visible">
1046     <signal name="activate" handler="tasktree_visible_activate_cbk" swapped="no"/>
1047   </object>
1048   <object class="GtkAction" id="tasktree_start">
1049     <property name="label" translatable="yes">Start</property>
1050     <signal name="activate" handler="tasktree_start_activate_cbk" swapped="no"/>
1051   </object>
1052   <object class="GtkAction" id="tasktree_start_visible">
1053     <signal name="activate" handler="tasktree_visible_activate_cbk" swapped="no"/>
1054   </object>
1055   <object class="GtkAction" id="tasktree_stop">
1056     <property name="label" translatable="yes">Stop</property>
1057     <signal name="activate" handler="tasktree_stop_activate_cbk" swapped="no"/>
1058   </object>
1059   <object class="GtkAction" id="tasktree_urgency_visible">
1060     <signal name="activate" handler="tasktree_visible_activate_cbk" swapped="no"/>
1061   </object>
1062   <object class="GtkAction" id="tasktree_uuid_visible">
1063     <signal name="activate" handler="tasktree_visible_activate_cbk" swapped="no"/>
1064   </object>
1065   <object class="GtkMenu" id="tasktree_menu">
1066     <property name="visible">True</property>
1067     <property name="can_focus">False</property>
1068     <child>
1069       <object class="GtkMenuItem" id="menu_start">
1070         <property name="related_action">tasktree_start</property>
1071         <property name="visible">True</property>
1072         <property name="can_focus">False</property>
1073       </object>
1074     </child>
1075     <child>
1076       <object class="GtkMenuItem" id="menu_stop">
1077         <property name="related_action">tasktree_stop</property>
1078         <property name="visible">True</property>
1079         <property name="can_focus">False</property>
1080       </object>
1081     </child>
1082     <child>
1083       <object class="GtkMenuItem" id="menu_done">
1084         <property name="related_action">tasktree_done</property>
1085         <property name="visible">True</property>
1086         <property name="can_focus">False</property>
1087       </object>
1088     </child>
1089     <child>
1090       <object class="GtkSeparatorMenuItem" id="menuitem5">
1091         <property name="visible">True</property>
1092         <property name="can_focus">False</property>
1093       </object>
1094     </child>
1095     <child>
1096       <object class="GtkCheckMenuItem" id="menu_id_visible">
1097         <property name="use_action_appearance">False</property>
1098         <property name="related_action">tasktree_id_visible</property>
1099         <property name="visible">True</property>
1100         <property name="can_focus">False</property>
1101         <property name="label" translatable="yes">Id</property>
1102         <property name="use_underline">True</property>
1103       </object>
1104     </child>
1105     <child>
1106       <object class="GtkCheckMenuItem" id="menu_project_visible">
1107         <property name="use_action_appearance">False</property>
1108         <property name="related_action">tasktree_project_visible</property>
1109         <property name="visible">True</property>
1110         <property name="can_focus">False</property>
1111         <property name="label" translatable="yes">Project</property>
1112         <property name="use_underline">True</property>
1113       </object>
1114     </child>
1115     <child>
1116       <object class="GtkCheckMenuItem" id="menu_uuid_visible">
1117         <property name="use_action_appearance">False</property>
1118         <property name="related_action">tasktree_uuid_visible</property>
1119         <property name="visible">True</property>
1120         <property name="can_focus">False</property>
1121         <property name="label" translatable="yes">UUID</property>
1122         <property name="use_underline">True</property>
1123       </object>
1124     </child>
1125     <child>
1126       <object class="GtkCheckMenuItem" id="menu_priority_visible">
1127         <property name="use_action_appearance">False</property>
1128         <property name="related_action">tasktree_priority_visible</property>
1129         <property name="visible">True</property>
1130         <property name="can_focus">False</property>
1131         <property name="label" translatable="yes">Priority</property>
1132         <property name="use_underline">True</property>
1133       </object>
1134     </child>
1135     <child>
1136       <object class="GtkCheckMenuItem" id="menu_urgency_visible">
1137         <property name="use_action_appearance">False</property>
1138         <property name="related_action">tasktree_urgency_visible</property>
1139         <property name="visible">True</property>
1140         <property name="can_focus">False</property>
1141         <property name="label" translatable="yes">Urgency</property>
1142         <property name="use_underline">True</property>
1143       </object>
1144     </child>
1145     <child>
1146       <object class="GtkCheckMenuItem" id="menu_creation_date_visible">
1147         <property name="use_action_appearance">False</property>
1148         <property name="related_action">tasktree_creation_date_visible</property>
1149         <property name="visible">True</property>
1150         <property name="can_focus">False</property>
1151         <property name="label" translatable="yes">Creation date</property>
1152         <property name="use_underline">True</property>
1153       </object>
1154     </child>
1155     <child>
1156       <object class="GtkCheckMenuItem" id="menu_due_visible">
1157         <property name="use_action_appearance">False</property>
1158         <property name="related_action">tasktree_due_visible</property>
1159         <property name="visible">True</property>
1160         <property name="can_focus">False</property>
1161         <property name="label" translatable="yes">Due</property>
1162         <property name="use_underline">True</property>
1163       </object>
1164     </child>
1165     <child>
1166       <object class="GtkCheckMenuItem" id="menu_start_visible">
1167         <property name="use_action_appearance">False</property>
1168         <property name="related_action">tasktree_start_visible</property>
1169         <property name="visible">True</property>
1170         <property name="can_focus">False</property>
1171         <property name="label" translatable="yes">Start date</property>
1172         <property name="use_underline">True</property>
1173       </object>
1174     </child>
1175     <child>
1176       <object class="GtkCheckMenuItem" id="menu_description_visible">
1177         <property name="use_action_appearance">False</property>
1178         <property name="related_action">tasktree_description_visible</property>
1179         <property name="visible">True</property>
1180         <property name="can_focus">False</property>
1181         <property name="label" translatable="yes">Description</property>
1182         <property name="use_underline">True</property>
1183       </object>
1184     </child>
1185   </object>
1186 </interface>