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