Removing useless doctest since its dependent on non-existent stuff
[doneit] / src / doneit.glade
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3 <!--Generated with glade3 3.4.5 on Fri Apr 10 14:52:59 2009 -->
4 <glade-interface>
5   <widget class="GtkWindow" id="mainWindow">
6     <property name="default_width">800</property>
7     <property name="default_height">480</property>
8     <child>
9       <widget class="GtkVBox" id="windowParts">
10         <property name="visible">True</property>
11         <child>
12           <widget class="GtkMenuBar" id="mainMenubar">
13             <property name="visible">True</property>
14             <child>
15               <widget class="GtkMenuItem" id="fileMenuItem">
16                 <property name="visible">True</property>
17                 <property name="label" translatable="yes">_File</property>
18                 <property name="use_underline">True</property>
19                 <child>
20                   <widget class="GtkMenu" id="fileMenu">
21                     <property name="visible">True</property>
22                     <child>
23                       <widget class="GtkImageMenuItem" id="connectMenuItem">
24                         <property name="visible">True</property>
25                         <property name="label" translatable="yes">gtk-connect</property>
26                         <property name="use_underline">True</property>
27                         <property name="use_stock">True</property>
28                       </widget>
29                     </child>
30                     <child>
31                       <widget class="GtkImageMenuItem" id="quitMenuItem">
32                         <property name="visible">True</property>
33                         <property name="label" translatable="yes">gtk-quit</property>
34                         <property name="use_underline">True</property>
35                         <property name="use_stock">True</property>
36                         <signal name="activate" handler="on_doneit_quit"/>
37                       </widget>
38                     </child>
39                   </widget>
40                 </child>
41               </widget>
42             </child>
43             <child>
44               <widget class="GtkMenuItem" id="editMenuItem">
45                 <property name="visible">True</property>
46                 <property name="label" translatable="yes">_Edit</property>
47                 <property name="use_underline">True</property>
48                 <child>
49                   <widget class="GtkMenu" id="editMenu">
50                     <property name="visible">True</property>
51                     <child>
52                       <widget class="GtkImageMenuItem" id="pasteMenuItem">
53                         <property name="visible">True</property>
54                         <property name="label" translatable="yes">gtk-paste</property>
55                         <property name="use_underline">True</property>
56                         <property name="use_stock">True</property>
57                         <signal name="activate" handler="on_paste"/>
58                       </widget>
59                     </child>
60                     <child>
61                       <widget class="GtkImageMenuItem" id="deleteMenuItem">
62                         <property name="visible">True</property>
63                         <property name="label" translatable="yes">gtk-delete</property>
64                         <property name="use_underline">True</property>
65                         <property name="use_stock">True</property>
66                       </widget>
67                     </child>
68                   </widget>
69                 </child>
70               </widget>
71             </child>
72             <child>
73               <widget class="GtkMenuItem" id="viewMenuItem">
74                 <property name="visible">True</property>
75                 <property name="label" translatable="yes">_View</property>
76                 <property name="use_underline">True</property>
77               </widget>
78             </child>
79             <child>
80               <widget class="GtkMenuItem" id="helpMenuItem">
81                 <property name="visible">True</property>
82                 <property name="label" translatable="yes">_Help</property>
83                 <property name="use_underline">True</property>
84                 <child>
85                   <widget class="GtkMenu" id="helpMenu">
86                     <property name="visible">True</property>
87                     <child>
88                       <widget class="GtkImageMenuItem" id="aboutMenuItem">
89                         <property name="visible">True</property>
90                         <property name="label" translatable="yes">gtk-about</property>
91                         <property name="use_underline">True</property>
92                         <property name="use_stock">True</property>
93                         <signal name="activate" handler="on_about"/>
94                       </widget>
95                     </child>
96                   </widget>
97                 </child>
98               </widget>
99             </child>
100           </widget>
101           <packing>
102             <property name="expand">False</property>
103           </packing>
104         </child>
105         <child>
106           <widget class="GtkEventBox" id="errorEventBox">
107             <property name="visible">True</property>
108             <property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_STRUCTURE_MASK</property>
109             <child>
110               <widget class="GtkHBox" id="errorBox">
111                 <property name="visible">True</property>
112                 <child>
113                   <widget class="GtkImage" id="errorImage">
114                     <property name="visible">True</property>
115                     <property name="stock">gtk-dialog-error</property>
116                   </widget>
117                   <packing>
118                     <property name="expand">False</property>
119                     <property name="fill">False</property>
120                   </packing>
121                 </child>
122                 <child>
123                   <widget class="GtkLabel" id="errorDescription">
124                     <property name="visible">True</property>
125                     <property name="use_markup">True</property>
126                   </widget>
127                   <packing>
128                     <property name="position">1</property>
129                   </packing>
130                 </child>
131                 <child>
132                   <widget class="GtkImage" id="errorClose">
133                     <property name="visible">True</property>
134                     <property name="stock">gtk-close</property>
135                   </widget>
136                   <packing>
137                     <property name="expand">False</property>
138                     <property name="fill">False</property>
139                     <property name="position">2</property>
140                   </packing>
141                 </child>
142               </widget>
143             </child>
144           </widget>
145           <packing>
146             <property name="expand">False</property>
147             <property name="fill">False</property>
148             <property name="position">1</property>
149           </packing>
150         </child>
151         <child>
152           <widget class="GtkVBox" id="todoBox">
153             <property name="visible">True</property>
154             <child>
155               <widget class="GtkComboBox" id="projectsCombo">
156                 <property name="visible">True</property>
157               </widget>
158               <packing>
159                 <property name="expand">False</property>
160                 <property name="fill">False</property>
161               </packing>
162             </child>
163             <child>
164               <widget class="GtkScrolledWindow" id="todoItemScroll">
165                 <property name="visible">True</property>
166                 <property name="can_focus">True</property>
167                 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
168                 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
169                 <child>
170                   <widget class="GtkTreeView" id="todoItemTree">
171                     <property name="visible">True</property>
172                     <property name="can_focus">True</property>
173                   </widget>
174                 </child>
175               </widget>
176               <packing>
177                 <property name="position">1</property>
178               </packing>
179             </child>
180             <child>
181               <widget class="GtkHBox" id="add-hbox">
182                 <property name="visible">True</property>
183                 <child>
184                   <widget class="GtkHButtonBox" id="add-add-hbox">
185                     <property name="visible">True</property>
186                     <child>
187                       <widget class="GtkButton" id="add-addTaskButton">
188                         <property name="visible">True</property>
189                         <property name="can_focus">True</property>
190                         <property name="receives_default">True</property>
191                         <property name="label" translatable="yes">gtk-add</property>
192                         <property name="use_stock">True</property>
193                         <property name="response_id">0</property>
194                       </widget>
195                     </child>
196                   </widget>
197                   <packing>
198                     <property name="expand">False</property>
199                     <property name="fill">False</property>
200                   </packing>
201                 </child>
202                 <child>
203                   <widget class="GtkEntry" id="add-taskNameEntry">
204                     <property name="visible">True</property>
205                     <property name="can_focus">True</property>
206                     <property name="has_focus">True</property>
207                     <property name="is_focus">True</property>
208                     <property name="can_default">True</property>
209                     <property name="has_default">True</property>
210                     <property name="receives_default">True</property>
211                   </widget>
212                   <packing>
213                     <property name="position">1</property>
214                   </packing>
215                 </child>
216                 <child>
217                   <widget class="GtkHButtonBox" id="add-edit-hbox">
218                     <property name="visible">True</property>
219                     <child>
220                       <widget class="GtkButton" id="add-pasteTaskNameButton">
221                         <property name="visible">True</property>
222                         <property name="can_focus">True</property>
223                         <property name="receives_default">True</property>
224                         <property name="label" translatable="yes">gtk-paste</property>
225                         <property name="use_stock">True</property>
226                         <property name="response_id">0</property>
227                       </widget>
228                     </child>
229                     <child>
230                       <widget class="GtkButton" id="add-clearTaskNameButton">
231                         <property name="visible">True</property>
232                         <property name="can_focus">True</property>
233                         <property name="receives_default">True</property>
234                         <property name="label" translatable="yes">gtk-clear</property>
235                         <property name="use_stock">True</property>
236                         <property name="response_id">0</property>
237                       </widget>
238                       <packing>
239                         <property name="position">1</property>
240                       </packing>
241                     </child>
242                   </widget>
243                   <packing>
244                     <property name="expand">False</property>
245                     <property name="fill">False</property>
246                     <property name="position">2</property>
247                   </packing>
248                 </child>
249               </widget>
250               <packing>
251                 <property name="expand">False</property>
252                 <property name="fill">False</property>
253                 <property name="position">2</property>
254               </packing>
255             </child>
256           </widget>
257           <packing>
258             <property name="position">2</property>
259           </packing>
260         </child>
261       </widget>
262     </child>
263   </widget>
264   <widget class="GtkDialog" id="loginDialog">
265     <property name="border_width">5</property>
266     <property name="title" translatable="yes">Login</property>
267     <property name="resizable">False</property>
268     <property name="modal">True</property>
269     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
270     <property name="destroy_with_parent">True</property>
271     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
272     <property name="skip_taskbar_hint">True</property>
273     <property name="skip_pager_hint">True</property>
274     <property name="deletable">False</property>
275     <property name="transient_for">mainWindow</property>
276     <property name="has_separator">False</property>
277     <child internal-child="vbox">
278       <widget class="GtkVBox" id="dialog-vbox1">
279         <property name="visible">True</property>
280         <property name="spacing">2</property>
281         <child>
282           <widget class="GtkComboBox" id="serviceCombo">
283             <property name="visible">True</property>
284           </widget>
285           <packing>
286             <property name="expand">False</property>
287             <property name="fill">False</property>
288             <property name="position">1</property>
289           </packing>
290         </child>
291         <child>
292           <widget class="GtkTable" id="table1">
293             <property name="visible">True</property>
294             <property name="n_rows">2</property>
295             <property name="n_columns">2</property>
296             <child>
297               <widget class="GtkLabel" id="username_label">
298                 <property name="visible">True</property>
299                 <property name="label" translatable="yes">Username</property>
300               </widget>
301             </child>
302             <child>
303               <widget class="GtkLabel" id="password_label">
304                 <property name="visible">True</property>
305                 <property name="label" translatable="yes">Password</property>
306               </widget>
307               <packing>
308                 <property name="top_attach">1</property>
309                 <property name="bottom_attach">2</property>
310               </packing>
311             </child>
312             <child>
313               <widget class="GtkEntry" id="usernameentry">
314                 <property name="visible">True</property>
315                 <property name="can_focus">True</property>
316               </widget>
317               <packing>
318                 <property name="left_attach">1</property>
319                 <property name="right_attach">2</property>
320               </packing>
321             </child>
322             <child>
323               <widget class="GtkEntry" id="passwordentry">
324                 <property name="visible">True</property>
325                 <property name="can_focus">True</property>
326                 <property name="visibility">False</property>
327               </widget>
328               <packing>
329                 <property name="left_attach">1</property>
330                 <property name="right_attach">2</property>
331                 <property name="top_attach">1</property>
332                 <property name="bottom_attach">2</property>
333               </packing>
334             </child>
335           </widget>
336           <packing>
337             <property name="position">1</property>
338           </packing>
339         </child>
340         <child internal-child="action_area">
341           <widget class="GtkHButtonBox" id="dialog-action_area1">
342             <property name="visible">True</property>
343             <property name="layout_style">GTK_BUTTONBOX_END</property>
344             <child>
345               <widget class="GtkButton" id="logins_close_button">
346                 <property name="visible">True</property>
347                 <property name="can_focus">True</property>
348                 <property name="receives_default">True</property>
349                 <property name="label" translatable="yes">gtk-close</property>
350                 <property name="use_stock">True</property>
351                 <property name="response_id">0</property>
352                 <signal name="clicked" handler="on_loginclose_clicked"/>
353               </widget>
354             </child>
355             <child>
356               <widget class="GtkButton" id="loginbutton">
357                 <property name="visible">True</property>
358                 <property name="can_focus">True</property>
359                 <property name="can_default">True</property>
360                 <property name="has_default">True</property>
361                 <property name="receives_default">True</property>
362                 <property name="label" translatable="yes">gtk-ok</property>
363                 <property name="use_stock">True</property>
364                 <property name="response_id">0</property>
365                 <signal name="clicked" handler="on_loginbutton_clicked"/>
366               </widget>
367               <packing>
368                 <property name="position">1</property>
369               </packing>
370             </child>
371           </widget>
372           <packing>
373             <property name="expand">False</property>
374             <property name="pack_type">GTK_PACK_END</property>
375           </packing>
376         </child>
377       </widget>
378     </child>
379   </widget>
380   <widget class="GtkDialog" id="editTaskDialog">
381     <property name="border_width">5</property>
382     <property name="title" translatable="yes">Add Task</property>
383     <property name="resizable">False</property>
384     <property name="modal">True</property>
385     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
386     <property name="destroy_with_parent">True</property>
387     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
388     <property name="skip_taskbar_hint">True</property>
389     <property name="skip_pager_hint">True</property>
390     <property name="deletable">False</property>
391     <property name="transient_for">mainWindow</property>
392     <property name="has_separator">False</property>
393     <child internal-child="vbox">
394       <widget class="GtkVBox" id="edit-dialog-vbox2">
395         <property name="visible">True</property>
396         <property name="spacing">2</property>
397         <child>
398           <widget class="GtkVBox" id="editTaskDialogCoreBox">
399             <property name="visible">True</property>
400             <child>
401               <widget class="GtkComboBox" id="edit-targetProjectCombo">
402                 <property name="visible">True</property>
403                 <property name="can_focus">True</property>
404               </widget>
405               <packing>
406                 <property name="expand">False</property>
407                 <property name="fill">False</property>
408               </packing>
409             </child>
410             <child>
411               <widget class="GtkTable" id="edit-coreDetailsGrid">
412                 <property name="visible">True</property>
413                 <property name="n_rows">3</property>
414                 <property name="n_columns">2</property>
415                 <child>
416                   <widget class="GtkHBox" id="edit-hbox2">
417                     <property name="visible">True</property>
418                     <child>
419                       <widget class="GtkEntry" id="edit-taskNameEntry">
420                         <property name="visible">True</property>
421                         <property name="can_focus">True</property>
422                         <property name="has_focus">True</property>
423                         <property name="is_focus">True</property>
424                         <property name="can_default">True</property>
425                         <property name="has_default">True</property>
426                         <property name="receives_default">True</property>
427                       </widget>
428                     </child>
429                     <child>
430                       <widget class="GtkHButtonBox" id="edit-hbuttonbox2">
431                         <property name="visible">True</property>
432                         <child>
433                           <widget class="GtkButton" id="edit-pasteTaskNameButton">
434                             <property name="visible">True</property>
435                             <property name="can_focus">True</property>
436                             <property name="receives_default">True</property>
437                             <property name="label" translatable="yes">gtk-paste</property>
438                             <property name="use_stock">True</property>
439                             <property name="response_id">0</property>
440                           </widget>
441                         </child>
442                       </widget>
443                       <packing>
444                         <property name="expand">False</property>
445                         <property name="fill">False</property>
446                         <property name="position">1</property>
447                       </packing>
448                     </child>
449                   </widget>
450                   <packing>
451                     <property name="left_attach">1</property>
452                     <property name="right_attach">2</property>
453                   </packing>
454                 </child>
455                 <child>
456                   <widget class="GtkHBox" id="edit-dueDateDisplayControlBox">
457                     <property name="visible">True</property>
458                     <child>
459                       <widget class="GtkEntry" id="edit-dueDateDisplay">
460                         <property name="visible">True</property>
461                         <property name="editable">False</property>
462                       </widget>
463                     </child>
464                     <child>
465                       <widget class="GtkHButtonBox" id="edit-dueDateActionBox">
466                         <property name="visible">True</property>
467                         <child>
468                           <widget class="GtkButton" id="edit-dueDateProperties">
469                             <property name="visible">True</property>
470                             <property name="can_focus">True</property>
471                             <property name="receives_default">True</property>
472                             <property name="label" translatable="yes">gtk-properties</property>
473                             <property name="use_stock">True</property>
474                             <property name="response_id">0</property>
475                           </widget>
476                         </child>
477                         <child>
478                           <widget class="GtkButton" id="edit-clearDueDate">
479                             <property name="visible">True</property>
480                             <property name="can_focus">True</property>
481                             <property name="receives_default">True</property>
482                             <property name="label" translatable="yes">gtk-clear</property>
483                             <property name="use_stock">True</property>
484                             <property name="response_id">0</property>
485                           </widget>
486                           <packing>
487                             <property name="position">1</property>
488                           </packing>
489                         </child>
490                       </widget>
491                       <packing>
492                         <property name="position">1</property>
493                       </packing>
494                     </child>
495                   </widget>
496                   <packing>
497                     <property name="left_attach">1</property>
498                     <property name="right_attach">2</property>
499                     <property name="top_attach">2</property>
500                     <property name="bottom_attach">3</property>
501                   </packing>
502                 </child>
503                 <child>
504                   <widget class="GtkComboBox" id="edit-priorityChoiceCombo">
505                     <property name="visible">True</property>
506                     <property name="can_focus">True</property>
507                     <property name="items" translatable="yes">None
508 1
509 2
510 3</property>
511                   </widget>
512                   <packing>
513                     <property name="left_attach">1</property>
514                     <property name="right_attach">2</property>
515                     <property name="top_attach">1</property>
516                     <property name="bottom_attach">2</property>
517                     <property name="y_options"></property>
518                   </packing>
519                 </child>
520                 <child>
521                   <widget class="GtkLabel" id="edit-dueDateLabel">
522                     <property name="visible">True</property>
523                     <property name="label" translatable="yes">Due Date</property>
524                   </widget>
525                   <packing>
526                     <property name="top_attach">2</property>
527                     <property name="bottom_attach">3</property>
528                   </packing>
529                 </child>
530                 <child>
531                   <widget class="GtkLabel" id="edit-priorityLabel">
532                     <property name="visible">True</property>
533                     <property name="label" translatable="yes">Priority</property>
534                   </widget>
535                   <packing>
536                     <property name="top_attach">1</property>
537                     <property name="bottom_attach">2</property>
538                   </packing>
539                 </child>
540                 <child>
541                   <widget class="GtkLabel" id="edit-nameLabel">
542                     <property name="visible">True</property>
543                     <property name="label" translatable="yes">Name</property>
544                   </widget>
545                 </child>
546               </widget>
547               <packing>
548                 <property name="position">1</property>
549               </packing>
550             </child>
551           </widget>
552           <packing>
553             <property name="position">1</property>
554           </packing>
555         </child>
556         <child internal-child="action_area">
557           <widget class="GtkHButtonBox" id="edit-dialog-action_area2">
558             <property name="visible">True</property>
559             <property name="layout_style">GTK_BUTTONBOX_END</property>
560             <child>
561               <widget class="GtkButton" id="edit-cancelEditTaskButton">
562                 <property name="visible">True</property>
563                 <property name="can_focus">True</property>
564                 <property name="receives_default">True</property>
565                 <property name="label" translatable="yes">gtk-cancel</property>
566                 <property name="use_stock">True</property>
567                 <property name="response_id">0</property>
568               </widget>
569             </child>
570             <child>
571               <widget class="GtkButton" id="edit-commitEditTaskButton">
572                 <property name="visible">True</property>
573                 <property name="can_focus">True</property>
574                 <property name="receives_default">True</property>
575                 <property name="label" translatable="yes">gtk-save</property>
576                 <property name="use_stock">True</property>
577                 <property name="response_id">0</property>
578               </widget>
579               <packing>
580                 <property name="position">1</property>
581               </packing>
582             </child>
583           </widget>
584           <packing>
585             <property name="expand">False</property>
586             <property name="pack_type">GTK_PACK_END</property>
587           </packing>
588         </child>
589       </widget>
590     </child>
591   </widget>
592 </glade-interface>