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