9973d362b5ff23e037f5579a00887b7a9c43de0c
[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 Thu Apr 23 22:50:12 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="mainLayout">
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                     <child>
77                       <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
78                         <property name="visible">True</property>
79                       </widget>
80                     </child>
81                     <child>
82                       <widget class="GtkImageMenuItem" id="preferencesMenuItem">
83                         <property name="visible">True</property>
84                         <property name="label" translatable="yes">gtk-preferences</property>
85                         <property name="use_underline">True</property>
86                         <property name="use_stock">True</property>
87                       </widget>
88                     </child>
89                   </widget>
90                 </child>
91               </widget>
92             </child>
93             <child>
94               <widget class="GtkMenuItem" id="viewMenuItem">
95                 <property name="visible">True</property>
96                 <property name="label" translatable="yes">_View</property>
97                 <property name="use_underline">True</property>
98                 <child>
99                   <widget class="GtkMenu" id="menu1">
100                     <property name="visible">True</property>
101                     <child>
102                       <widget class="GtkMenuItem" id="projectMenuItem">
103                         <property name="visible">True</property>
104                         <property name="label" translatable="yes">Projects</property>
105                         <property name="use_underline">True</property>
106                       </widget>
107                     </child>
108                   </widget>
109                 </child>
110               </widget>
111             </child>
112             <child>
113               <widget class="GtkMenuItem" id="helpMenuItem">
114                 <property name="visible">True</property>
115                 <property name="label" translatable="yes">_Help</property>
116                 <property name="use_underline">True</property>
117                 <child>
118                   <widget class="GtkMenu" id="helpMenu">
119                     <property name="visible">True</property>
120                     <child>
121                       <widget class="GtkImageMenuItem" id="aboutMenuItem">
122                         <property name="visible">True</property>
123                         <property name="label" translatable="yes">gtk-about</property>
124                         <property name="use_underline">True</property>
125                         <property name="use_stock">True</property>
126                         <signal name="activate" handler="on_about"/>
127                       </widget>
128                     </child>
129                   </widget>
130                 </child>
131               </widget>
132             </child>
133           </widget>
134           <packing>
135             <property name="expand">False</property>
136           </packing>
137         </child>
138         <child>
139           <widget class="GtkEventBox" id="errorEventBox">
140             <property name="visible">True</property>
141             <property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_STRUCTURE_MASK</property>
142             <child>
143               <widget class="GtkHBox" id="errorBox">
144                 <property name="visible">True</property>
145                 <child>
146                   <widget class="GtkImage" id="errorImage">
147                     <property name="visible">True</property>
148                     <property name="stock">gtk-dialog-error</property>
149                   </widget>
150                   <packing>
151                     <property name="expand">False</property>
152                     <property name="fill">False</property>
153                   </packing>
154                 </child>
155                 <child>
156                   <widget class="GtkLabel" id="errorDescription">
157                     <property name="visible">True</property>
158                     <property name="use_markup">True</property>
159                     <property name="ellipsize">PANGO_ELLIPSIZE_END</property>
160                     <property name="single_line_mode">True</property>
161                   </widget>
162                   <packing>
163                     <property name="position">1</property>
164                   </packing>
165                 </child>
166                 <child>
167                   <widget class="GtkImage" id="errorClose">
168                     <property name="visible">True</property>
169                     <property name="stock">gtk-close</property>
170                   </widget>
171                   <packing>
172                     <property name="expand">False</property>
173                     <property name="fill">False</property>
174                     <property name="position">2</property>
175                   </packing>
176                 </child>
177               </widget>
178             </child>
179           </widget>
180           <packing>
181             <property name="expand">False</property>
182             <property name="fill">False</property>
183             <property name="position">1</property>
184           </packing>
185         </child>
186         <child>
187           <widget class="GtkVBox" id="todoBox">
188             <property name="visible">True</property>
189             <child>
190               <widget class="GtkComboBox" id="projectsCombo">
191                 <property name="visible">True</property>
192               </widget>
193               <packing>
194                 <property name="expand">False</property>
195                 <property name="fill">False</property>
196               </packing>
197             </child>
198             <child>
199               <placeholder/>
200             </child>
201             <child>
202               <widget class="GtkHBox" id="add-hbox">
203                 <property name="visible">True</property>
204                 <child>
205                   <widget class="GtkHButtonBox" id="add-add-hbox">
206                     <property name="visible">True</property>
207                     <child>
208                       <widget class="GtkButton" id="add-addButton">
209                         <property name="visible">True</property>
210                         <property name="can_focus">True</property>
211                         <property name="receives_default">True</property>
212                         <property name="label" translatable="yes">gtk-add</property>
213                         <property name="use_stock">True</property>
214                         <property name="response_id">0</property>
215                       </widget>
216                     </child>
217                   </widget>
218                   <packing>
219                     <property name="expand">False</property>
220                     <property name="fill">False</property>
221                   </packing>
222                 </child>
223                 <child>
224                   <widget class="GtkEntry" id="add-nameEntry">
225                     <property name="visible">True</property>
226                     <property name="can_focus">True</property>
227                     <property name="has_focus">True</property>
228                     <property name="is_focus">True</property>
229                     <property name="can_default">True</property>
230                     <property name="has_default">True</property>
231                     <property name="receives_default">True</property>
232                   </widget>
233                   <packing>
234                     <property name="position">1</property>
235                   </packing>
236                 </child>
237                 <child>
238                   <widget class="GtkHButtonBox" id="add-edit-hbox">
239                     <property name="visible">True</property>
240                     <child>
241                       <widget class="GtkButton" id="add-pasteNameButton">
242                         <property name="visible">True</property>
243                         <property name="can_focus">True</property>
244                         <property name="receives_default">True</property>
245                         <property name="label" translatable="yes">gtk-paste</property>
246                         <property name="use_stock">True</property>
247                         <property name="response_id">0</property>
248                       </widget>
249                     </child>
250                     <child>
251                       <widget class="GtkButton" id="add-clearNameButton">
252                         <property name="visible">True</property>
253                         <property name="can_focus">True</property>
254                         <property name="receives_default">True</property>
255                         <property name="label" translatable="yes">gtk-clear</property>
256                         <property name="use_stock">True</property>
257                         <property name="response_id">0</property>
258                       </widget>
259                       <packing>
260                         <property name="position">1</property>
261                       </packing>
262                     </child>
263                   </widget>
264                   <packing>
265                     <property name="expand">False</property>
266                     <property name="fill">False</property>
267                     <property name="position">2</property>
268                   </packing>
269                 </child>
270               </widget>
271               <packing>
272                 <property name="expand">False</property>
273                 <property name="fill">False</property>
274                 <property name="pack_type">GTK_PACK_END</property>
275                 <property name="position">2</property>
276               </packing>
277             </child>
278           </widget>
279           <packing>
280             <property name="position">2</property>
281           </packing>
282         </child>
283       </widget>
284     </child>
285   </widget>
286   <widget class="GtkDialog" id="loginDialog">
287     <property name="border_width">5</property>
288     <property name="title" translatable="yes">Login</property>
289     <property name="resizable">False</property>
290     <property name="modal">True</property>
291     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
292     <property name="destroy_with_parent">True</property>
293     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
294     <property name="skip_taskbar_hint">True</property>
295     <property name="skip_pager_hint">True</property>
296     <property name="deletable">False</property>
297     <property name="transient_for">mainWindow</property>
298     <property name="has_separator">False</property>
299     <child internal-child="vbox">
300       <widget class="GtkVBox" id="dialog-vbox1">
301         <property name="visible">True</property>
302         <property name="spacing">2</property>
303         <child>
304           <widget class="GtkComboBox" id="serviceCombo">
305             <property name="visible">True</property>
306           </widget>
307           <packing>
308             <property name="expand">False</property>
309             <property name="fill">False</property>
310             <property name="position">1</property>
311           </packing>
312         </child>
313         <child>
314           <widget class="GtkTable" id="table1">
315             <property name="visible">True</property>
316             <property name="n_rows">2</property>
317             <property name="n_columns">2</property>
318             <child>
319               <widget class="GtkLabel" id="username_label">
320                 <property name="visible">True</property>
321                 <property name="label" translatable="yes">Username</property>
322               </widget>
323             </child>
324             <child>
325               <widget class="GtkLabel" id="password_label">
326                 <property name="visible">True</property>
327                 <property name="label" translatable="yes">Password</property>
328               </widget>
329               <packing>
330                 <property name="top_attach">1</property>
331                 <property name="bottom_attach">2</property>
332               </packing>
333             </child>
334             <child>
335               <widget class="GtkEntry" id="usernameentry">
336                 <property name="visible">True</property>
337                 <property name="can_focus">True</property>
338               </widget>
339               <packing>
340                 <property name="left_attach">1</property>
341                 <property name="right_attach">2</property>
342               </packing>
343             </child>
344             <child>
345               <widget class="GtkEntry" id="passwordentry">
346                 <property name="visible">True</property>
347                 <property name="can_focus">True</property>
348                 <property name="visibility">False</property>
349               </widget>
350               <packing>
351                 <property name="left_attach">1</property>
352                 <property name="right_attach">2</property>
353                 <property name="top_attach">1</property>
354                 <property name="bottom_attach">2</property>
355               </packing>
356             </child>
357           </widget>
358           <packing>
359             <property name="position">1</property>
360           </packing>
361         </child>
362         <child internal-child="action_area">
363           <widget class="GtkHButtonBox" id="dialog-action_area1">
364             <property name="visible">True</property>
365             <property name="layout_style">GTK_BUTTONBOX_END</property>
366             <child>
367               <widget class="GtkButton" id="logins_close_button">
368                 <property name="visible">True</property>
369                 <property name="can_focus">True</property>
370                 <property name="receives_default">True</property>
371                 <property name="label" translatable="yes">gtk-close</property>
372                 <property name="use_stock">True</property>
373                 <property name="response_id">0</property>
374                 <signal name="clicked" handler="on_loginclose_clicked"/>
375               </widget>
376             </child>
377             <child>
378               <widget class="GtkButton" id="loginbutton">
379                 <property name="visible">True</property>
380                 <property name="can_focus">True</property>
381                 <property name="can_default">True</property>
382                 <property name="has_default">True</property>
383                 <property name="receives_default">True</property>
384                 <property name="label" translatable="yes">gtk-ok</property>
385                 <property name="use_stock">True</property>
386                 <property name="response_id">0</property>
387                 <signal name="clicked" handler="on_loginbutton_clicked"/>
388               </widget>
389               <packing>
390                 <property name="position">1</property>
391               </packing>
392             </child>
393           </widget>
394           <packing>
395             <property name="expand">False</property>
396             <property name="pack_type">GTK_PACK_END</property>
397           </packing>
398         </child>
399       </widget>
400     </child>
401   </widget>
402   <widget class="GtkDialog" id="editTaskDialog">
403     <property name="border_width">5</property>
404     <property name="title" translatable="yes">Add Task</property>
405     <property name="resizable">False</property>
406     <property name="modal">True</property>
407     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
408     <property name="destroy_with_parent">True</property>
409     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
410     <property name="skip_taskbar_hint">True</property>
411     <property name="skip_pager_hint">True</property>
412     <property name="deletable">False</property>
413     <property name="transient_for">mainWindow</property>
414     <property name="has_separator">False</property>
415     <child internal-child="vbox">
416       <widget class="GtkVBox" id="edit-dialog-vbox2">
417         <property name="visible">True</property>
418         <property name="spacing">2</property>
419         <child>
420           <widget class="GtkVBox" id="editTaskDialogCoreBox">
421             <property name="visible">True</property>
422             <child>
423               <widget class="GtkComboBox" id="edit-targetProjectCombo">
424                 <property name="visible">True</property>
425                 <property name="can_focus">True</property>
426               </widget>
427               <packing>
428                 <property name="expand">False</property>
429                 <property name="fill">False</property>
430               </packing>
431             </child>
432             <child>
433               <widget class="GtkTable" id="edit-coreDetailsGrid">
434                 <property name="visible">True</property>
435                 <property name="n_rows">2</property>
436                 <property name="n_columns">2</property>
437                 <child>
438                   <widget class="GtkHBox" id="edit-dueDateDisplayControlBox">
439                     <property name="visible">True</property>
440                     <child>
441                       <widget class="GtkCalendar" id="edit-dueDateCalendar">
442                         <property name="visible">True</property>
443                         <property name="can_focus">True</property>
444                         <property name="year">2009</property>
445                         <property name="month">3</property>
446                         <property name="day">16</property>
447                         <property name="show_details">False</property>
448                       </widget>
449                     </child>
450                     <child>
451                       <widget class="GtkHButtonBox" id="edit-dueDateActionBox">
452                         <property name="visible">True</property>
453                         <child>
454                           <widget class="GtkButton" id="edit-clearDueDate">
455                             <property name="visible">True</property>
456                             <property name="can_focus">True</property>
457                             <property name="receives_default">True</property>
458                             <property name="label" translatable="yes">gtk-clear</property>
459                             <property name="use_stock">True</property>
460                             <property name="response_id">0</property>
461                           </widget>
462                         </child>
463                       </widget>
464                       <packing>
465                         <property name="expand">False</property>
466                         <property name="position">1</property>
467                       </packing>
468                     </child>
469                   </widget>
470                   <packing>
471                     <property name="left_attach">1</property>
472                     <property name="right_attach">2</property>
473                     <property name="top_attach">1</property>
474                     <property name="bottom_attach">2</property>
475                   </packing>
476                 </child>
477                 <child>
478                   <widget class="GtkLabel" id="edit-dueDateLabel">
479                     <property name="visible">True</property>
480                   </widget>
481                   <packing>
482                     <property name="top_attach">1</property>
483                     <property name="bottom_attach">2</property>
484                   </packing>
485                 </child>
486                 <child>
487                   <widget class="GtkComboBox" id="edit-priorityChoiceCombo">
488                     <property name="visible">True</property>
489                     <property name="can_focus">True</property>
490                     <property name="items" translatable="yes">None
491 1
492 2
493 3</property>
494                   </widget>
495                   <packing>
496                     <property name="y_options"></property>
497                   </packing>
498                 </child>
499                 <child>
500                   <widget class="GtkHBox" id="edit-hbox2">
501                     <property name="visible">True</property>
502                     <child>
503                       <widget class="GtkEntry" id="edit-taskNameEntry">
504                         <property name="visible">True</property>
505                         <property name="can_focus">True</property>
506                         <property name="has_focus">True</property>
507                         <property name="is_focus">True</property>
508                         <property name="can_default">True</property>
509                         <property name="has_default">True</property>
510                         <property name="receives_default">True</property>
511                       </widget>
512                     </child>
513                     <child>
514                       <widget class="GtkHButtonBox" id="edit-hbuttonbox2">
515                         <property name="visible">True</property>
516                         <child>
517                           <widget class="GtkButton" id="edit-pasteTaskNameButton">
518                             <property name="visible">True</property>
519                             <property name="can_focus">True</property>
520                             <property name="receives_default">True</property>
521                             <property name="label" translatable="yes">gtk-paste</property>
522                             <property name="use_stock">True</property>
523                             <property name="response_id">0</property>
524                           </widget>
525                         </child>
526                       </widget>
527                       <packing>
528                         <property name="expand">False</property>
529                         <property name="fill">False</property>
530                         <property name="position">1</property>
531                       </packing>
532                     </child>
533                   </widget>
534                   <packing>
535                     <property name="left_attach">1</property>
536                     <property name="right_attach">2</property>
537                   </packing>
538                 </child>
539               </widget>
540               <packing>
541                 <property name="position">1</property>
542               </packing>
543             </child>
544           </widget>
545           <packing>
546             <property name="position">1</property>
547           </packing>
548         </child>
549         <child internal-child="action_area">
550           <widget class="GtkHButtonBox" id="edit-dialog-action_area2">
551             <property name="visible">True</property>
552             <property name="layout_style">GTK_BUTTONBOX_END</property>
553             <child>
554               <widget class="GtkButton" id="edit-cancelEditTaskButton">
555                 <property name="visible">True</property>
556                 <property name="can_focus">True</property>
557                 <property name="receives_default">True</property>
558                 <property name="label" translatable="yes">gtk-cancel</property>
559                 <property name="use_stock">True</property>
560                 <property name="response_id">0</property>
561               </widget>
562             </child>
563             <child>
564               <widget class="GtkButton" id="edit-commitEditTaskButton">
565                 <property name="visible">True</property>
566                 <property name="can_focus">True</property>
567                 <property name="receives_default">True</property>
568                 <property name="label" translatable="yes">gtk-save</property>
569                 <property name="use_stock">True</property>
570                 <property name="response_id">0</property>
571               </widget>
572               <packing>
573                 <property name="position">1</property>
574               </packing>
575             </child>
576           </widget>
577           <packing>
578             <property name="expand">False</property>
579             <property name="pack_type">GTK_PACK_END</property>
580           </packing>
581         </child>
582       </widget>
583     </child>
584   </widget>
585   <widget class="GtkDialog" id="notesDialog">
586     <property name="border_width">5</property>
587     <property name="title" translatable="yes">Notes</property>
588     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
589     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
590     <property name="transient_for">mainWindow</property>
591     <property name="has_separator">False</property>
592     <child internal-child="vbox">
593       <widget class="GtkVBox" id="dialog-vbox3">
594         <property name="visible">True</property>
595         <property name="spacing">2</property>
596         <child>
597           <widget class="GtkScrolledWindow" id="scrolledwindow1">
598             <property name="visible">True</property>
599             <property name="can_focus">True</property>
600             <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
601             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
602             <child>
603               <widget class="GtkViewport" id="viewport1">
604                 <property name="visible">True</property>
605                 <property name="resize_mode">GTK_RESIZE_QUEUE</property>
606                 <child>
607                   <widget class="GtkVBox" id="notes-notesBox">
608                     <property name="visible">True</property>
609                     <property name="spacing">10</property>
610                     <child>
611                       <widget class="GtkHButtonBox" id="hbuttonbox1">
612                         <property name="visible">True</property>
613                         <property name="layout_style">GTK_BUTTONBOX_CENTER</property>
614                         <child>
615                           <widget class="GtkButton" id="notes-addButton">
616                             <property name="visible">True</property>
617                             <property name="can_focus">True</property>
618                             <property name="receives_default">True</property>
619                             <property name="label" translatable="yes">gtk-add</property>
620                             <property name="use_stock">True</property>
621                             <property name="response_id">0</property>
622                           </widget>
623                         </child>
624                       </widget>
625                       <packing>
626                         <property name="expand">False</property>
627                         <property name="pack_type">GTK_PACK_END</property>
628                       </packing>
629                     </child>
630                   </widget>
631                 </child>
632               </widget>
633             </child>
634           </widget>
635           <packing>
636             <property name="position">1</property>
637           </packing>
638         </child>
639         <child internal-child="action_area">
640           <widget class="GtkHButtonBox" id="dialog-action_area3">
641             <property name="visible">True</property>
642             <property name="layout_style">GTK_BUTTONBOX_END</property>
643             <child>
644               <widget class="GtkButton" id="notes-saveButton">
645                 <property name="visible">True</property>
646                 <property name="can_focus">True</property>
647                 <property name="receives_default">True</property>
648                 <property name="label" translatable="yes">gtk-save</property>
649                 <property name="use_stock">True</property>
650                 <property name="response_id">0</property>
651               </widget>
652               <packing>
653                 <property name="pack_type">GTK_PACK_END</property>
654                 <property name="position">1</property>
655               </packing>
656             </child>
657             <child>
658               <widget class="GtkButton" id="notes-cancelButton">
659                 <property name="visible">True</property>
660                 <property name="can_focus">True</property>
661                 <property name="receives_default">True</property>
662                 <property name="label" translatable="yes">gtk-cancel</property>
663                 <property name="use_stock">True</property>
664                 <property name="response_id">0</property>
665               </widget>
666               <packing>
667                 <property name="pack_type">GTK_PACK_END</property>
668               </packing>
669             </child>
670           </widget>
671           <packing>
672             <property name="expand">False</property>
673             <property name="pack_type">GTK_PACK_END</property>
674           </packing>
675         </child>
676       </widget>
677     </child>
678   </widget>
679   <widget class="GtkDialog" id="preferencesDialog">
680     <property name="border_width">5</property>
681     <property name="title" translatable="yes">Preferences</property>
682     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
683     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
684     <property name="has_separator">False</property>
685     <child internal-child="vbox">
686       <widget class="GtkVBox" id="dialog-vbox4">
687         <property name="visible">True</property>
688         <property name="spacing">2</property>
689         <child>
690           <widget class="GtkNotebook" id="notebook1">
691             <property name="visible">True</property>
692             <property name="can_focus">True</property>
693             <child>
694               <widget class="GtkVBox" id="prefsBackendLayout">
695                 <property name="visible">True</property>
696                 <child>
697                   <widget class="GtkComboBox" id="prefsBackendSelector">
698                     <property name="visible">True</property>
699                   </widget>
700                   <packing>
701                     <property name="expand">False</property>
702                     <property name="fill">False</property>
703                   </packing>
704                 </child>
705               </widget>
706             </child>
707             <child>
708               <widget class="GtkLabel" id="prefsBackendTabLabel">
709                 <property name="visible">True</property>
710                 <property name="label" translatable="yes">Backend</property>
711               </widget>
712               <packing>
713                 <property name="type">tab</property>
714                 <property name="tab_fill">False</property>
715               </packing>
716             </child>
717           </widget>
718           <packing>
719             <property name="position">1</property>
720           </packing>
721         </child>
722         <child internal-child="action_area">
723           <widget class="GtkHButtonBox" id="dialog-action_area4">
724             <property name="visible">True</property>
725             <property name="layout_style">GTK_BUTTONBOX_END</property>
726             <child>
727               <widget class="GtkButton" id="cancelPrefsButton">
728                 <property name="visible">True</property>
729                 <property name="can_focus">True</property>
730                 <property name="receives_default">True</property>
731                 <property name="label" translatable="yes">gtk-cancel</property>
732                 <property name="use_stock">True</property>
733                 <property name="response_id">0</property>
734               </widget>
735             </child>
736             <child>
737               <widget class="GtkButton" id="applyPrefsButton">
738                 <property name="visible">True</property>
739                 <property name="can_focus">True</property>
740                 <property name="receives_default">True</property>
741                 <property name="label" translatable="yes">gtk-apply</property>
742                 <property name="use_stock">True</property>
743                 <property name="response_id">0</property>
744               </widget>
745               <packing>
746                 <property name="position">1</property>
747               </packing>
748             </child>
749           </widget>
750           <packing>
751             <property name="expand">False</property>
752             <property name="pack_type">GTK_PACK_END</property>
753           </packing>
754         </child>
755       </widget>
756     </child>
757   </widget>
758   <widget class="GtkWindow" id="projectsDialog">
759     <property name="title" translatable="yes">Projects</property>
760     <property name="modal">True</property>
761     <property name="destroy_with_parent">True</property>
762     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
763     <property name="skip_taskbar_hint">True</property>
764     <property name="skip_pager_hint">True</property>
765     <property name="transient_for">mainWindow</property>
766     <child>
767       <widget class="GtkVBox" id="vbox1">
768         <property name="visible">True</property>
769         <child>
770           <widget class="GtkScrolledWindow" id="scrolledwindow2">
771             <property name="visible">True</property>
772             <property name="can_focus">True</property>
773             <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
774             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
775             <child>
776               <widget class="GtkTreeView" id="proj-projectView">
777                 <property name="visible">True</property>
778                 <property name="can_focus">True</property>
779               </widget>
780             </child>
781           </widget>
782         </child>
783         <child>
784           <widget class="GtkHBox" id="addProj-hbox">
785             <property name="visible">True</property>
786             <child>
787               <widget class="GtkHButtonBox" id="addProj-add-hbox">
788                 <property name="visible">True</property>
789                 <child>
790                   <widget class="GtkButton" id="proj-addButton">
791                     <property name="visible">True</property>
792                     <property name="can_focus">True</property>
793                     <property name="receives_default">True</property>
794                     <property name="label" translatable="yes">gtk-add</property>
795                     <property name="use_stock">True</property>
796                     <property name="response_id">0</property>
797                   </widget>
798                 </child>
799               </widget>
800               <packing>
801                 <property name="expand">False</property>
802                 <property name="fill">False</property>
803               </packing>
804             </child>
805             <child>
806               <widget class="GtkEntry" id="proj-nameEntry">
807                 <property name="visible">True</property>
808                 <property name="can_focus">True</property>
809                 <property name="has_focus">True</property>
810                 <property name="is_focus">True</property>
811                 <property name="can_default">True</property>
812                 <property name="has_default">True</property>
813                 <property name="receives_default">True</property>
814               </widget>
815               <packing>
816                 <property name="position">1</property>
817               </packing>
818             </child>
819             <child>
820               <widget class="GtkHButtonBox" id="addProj-edit-hbox">
821                 <property name="visible">True</property>
822                 <child>
823                   <widget class="GtkButton" id="proj-pasteNameButton">
824                     <property name="visible">True</property>
825                     <property name="can_focus">True</property>
826                     <property name="receives_default">True</property>
827                     <property name="label" translatable="yes">gtk-paste</property>
828                     <property name="use_stock">True</property>
829                     <property name="response_id">0</property>
830                   </widget>
831                 </child>
832                 <child>
833                   <widget class="GtkButton" id="proj-clearNameButton">
834                     <property name="visible">True</property>
835                     <property name="can_focus">True</property>
836                     <property name="receives_default">True</property>
837                     <property name="label" translatable="yes">gtk-clear</property>
838                     <property name="use_stock">True</property>
839                     <property name="response_id">0</property>
840                   </widget>
841                   <packing>
842                     <property name="position">1</property>
843                   </packing>
844                 </child>
845               </widget>
846               <packing>
847                 <property name="expand">False</property>
848                 <property name="fill">False</property>
849                 <property name="position">2</property>
850               </packing>
851             </child>
852           </widget>
853           <packing>
854             <property name="expand">False</property>
855             <property name="fill">False</property>
856             <property name="pack_type">GTK_PACK_END</property>
857             <property name="position">1</property>
858           </packing>
859         </child>
860       </widget>
861     </child>
862   </widget>
863 </glade-interface>