~nmu-sscheel/gtg/rework-task-editor

« back to all changes in this revision

Viewing changes to GTG/gtk/browser/taskbrowser.glade

  • Committer: Bertrand Rousseau
  • Date: 2012-05-09 22:33:25 UTC
  • mfrom: (1178 trunk)
  • mto: This revision was merged to the branch mainline in revision 1179.
  • Revision ID: bertrand.rousseau@gmail.com-20120509223325-a53d8nwo0x9g93bc
Merge nimit branch and trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<interface>
3
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-naming-policy toplevel-contextual -->
4
5
  <object class="GtkWindow" id="MainWindow">
5
6
    <property name="can_focus">False</property>
6
7
    <property name="title" translatable="yes">Getting Things Gnome!</property>
190
191
                        <property name="visible">True</property>
191
192
                        <property name="can_focus">False</property>
192
193
                        <property name="use_action_appearance">False</property>
193
 
                        <property name="label">Backends</property>
 
194
                        <property name="label">Setup Sync. Services</property>
194
195
                        <signal name="activate" handler="on_edit_backends_activate" swapped="no"/>
195
196
                      </object>
196
197
                    </child>
226
227
                      </object>
227
228
                    </child>
228
229
                    <child>
229
 
                      <object class="GtkCheckMenuItem" id="bgcol_enable">
230
 
                        <property name="visible">True</property>
231
 
                        <property name="can_focus">False</property>
232
 
                        <property name="use_action_appearance">False</property>
233
 
                        <property name="label" translatable="yes">_Background Colors</property>
234
 
                        <property name="use_underline">True</property>
235
 
                        <property name="active">True</property>
236
 
                        <signal name="toggled" handler="on_bg_color_toggled" swapped="no"/>
237
 
                      </object>
238
 
                    </child>
239
 
                    <child>
240
 
                      <object class="GtkSeparatorMenuItem" id="separator_5">
241
 
                        <property name="visible">True</property>
242
 
                        <property name="can_focus">False</property>
243
 
                      </object>
244
 
                    </child>
245
 
                    <child>
246
230
                      <object class="GtkCheckMenuItem" id="view_sidebar">
247
231
                        <property name="visible">True</property>
248
232
                        <property name="can_focus">False</property>
312
296
                    <property name="visible">True</property>
313
297
                    <property name="can_focus">False</property>
314
298
                    <child>
315
 
                      <object class="GtkImageMenuItem" id="gtk_help_mi">
316
 
                        <property name="label">gtk-help</property>
 
299
                      <object class="GtkImageMenuItem" id="online_help">
 
300
                        <property name="label">Get _Help Online</property>
317
301
                        <property name="visible">True</property>
318
302
                        <property name="can_focus">False</property>
319
303
                        <property name="tooltip_text" translatable="yes">Open GTG documentation in your web browser</property>
325
309
                      </object>
326
310
                    </child>
327
311
                    <child>
 
312
                      <object class="GtkSeparatorMenuItem" id="separator_11">
 
313
                        <property name="visible">True</property>
 
314
                        <property name="can_focus">False</property>
 
315
                      </object>
 
316
                    </child>
 
317
                    <child>
 
318
                      <object class="GtkImageMenuItem" id="launchpad_translate">
 
319
                        <property name="label">_Translate GTG</property>
 
320
                        <property name="visible">True</property>
 
321
                        <property name="can_focus">False</property>
 
322
                        <property name="tooltip_text" translatable="yes">Help to translate GTG into your language</property>
 
323
                        <property name="use_action_appearance">False</property>
 
324
                        <property name="use_underline">True</property>
 
325
                        <property name="use_stock">True</property>
 
326
                        <property name="accel_group">accelgroup1</property>
 
327
                        <signal name="activate" handler="on_translate_clicked" swapped="no"/>
 
328
                      </object>
 
329
                    </child>
 
330
                    <child>
 
331
                      <object class="GtkImageMenuItem" id="launchpad_report_bug">
 
332
                        <property name="label">_Report a Problem</property>
 
333
                        <property name="visible">True</property>
 
334
                        <property name="can_focus">False</property>
 
335
                        <property name="tooltip_text" translatable="yes">Report a problem to GTG developers</property>
 
336
                        <property name="use_action_appearance">False</property>
 
337
                        <property name="use_underline">True</property>
 
338
                        <property name="use_stock">True</property>
 
339
                        <property name="accel_group">accelgroup1</property>
 
340
                        <signal name="activate" handler="on_report_bug_clicked" swapped="no"/>
 
341
                      </object>
 
342
                    </child>
 
343
                    <child>
 
344
                      <object class="GtkSeparatorMenuItem" id="separator_12">
 
345
                        <property name="visible">True</property>
 
346
                        <property name="can_focus">False</property>
 
347
                      </object>
 
348
                    </child>
 
349
                    <child>
328
350
                      <object class="GtkImageMenuItem" id="gtk_about_mi">
329
351
                        <property name="label">gtk-about</property>
330
352
                        <property name="visible">True</property>
605
627
                        <property name="visible">True</property>
606
628
                        <property name="can_focus">True</property>
607
629
                        <property name="hscrollbar_policy">never</property>
608
 
                        <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
630
                        <property name="vscrollbar_policy">automatic</property>
609
631
                        <property name="shadow_type">in</property>
610
632
                        <child>
611
633
                          <placeholder/>
652
674
                        <property name="can_default">True</property>
653
675
                        <property name="invisible_char">●</property>
654
676
                        <property name="secondary_icon_stock">gtk-clear</property>
 
677
                        <property name="primary_icon_activatable">False</property>
 
678
                        <property name="secondary_icon_activatable">False</property>
 
679
                        <property name="primary_icon_sensitive">True</property>
 
680
                        <property name="secondary_icon_sensitive">True</property>
655
681
                        <signal name="changed" handler="on_quickadd_field_changed" swapped="no"/>
656
682
                        <signal name="activate" handler="on_quickadd_field_activate" swapped="no"/>
657
683
                        <signal name="icon-press" handler="on_quickadd_field_icon_press" swapped="no"/>
685
711
                            <property name="visible">True</property>
686
712
                            <property name="can_focus">True</property>
687
713
                            <property name="hscrollbar_policy">never</property>
688
 
                            <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
714
                            <property name="vscrollbar_policy">automatic</property>
689
715
                            <child>
690
716
                              <placeholder/>
691
717
                            </child>
752
778
    <property name="window_position">center-on-parent</property>
753
779
    <property name="type_hint">dialog</property>
754
780
    <property name="program_name">Getting Things Gnome!</property>
755
 
    <property name="copyright" translatable="yes">Copyrights© 2008, 2009 Lionel Dricot, Bertrand Rousseau</property>
 
781
    <property name="copyright" translatable="yes">Copyright © 2008-2012 Lionel Dricot, Bertrand Rousseau</property>
756
782
    <property name="comments" translatable="yes">
757
783
Getting Things Gnome! is an organizer for the GNOME desktop environment.</property>
758
784
    <property name="website_label" translatable="yes">GTG website</property>
768
794
    <signal name="delete-event" handler="on_about_delete" swapped="no"/>
769
795
    <signal name="response" handler="on_about_close" swapped="no"/>
770
796
    <child internal-child="vbox">
771
 
      <object class="GtkBox" id="about_dialog_vbox">
 
797
      <object class="GtkVBox" id="about_dialog_vbox">
772
798
        <property name="visible">True</property>
773
799
        <property name="can_focus">False</property>
774
800
        <property name="spacing">2</property>
775
801
        <child internal-child="action_area">
776
 
          <object class="GtkButtonBox" id="dialog-action_area2">
 
802
          <object class="GtkHButtonBox" id="dialog-action_area2">
777
803
            <property name="visible">True</property>
778
804
            <property name="can_focus">False</property>
779
805
            <property name="layout_style">end</property>
789
815
    </child>
790
816
  </object>
791
817
  <object class="GtkAccelGroup" id="accelgroup1"/>
792
 
  <object class="GtkDialog" id="addtag_dialog">
793
 
    <property name="can_focus">False</property>
794
 
    <property name="border_width">5</property>
795
 
    <property name="title" translatable="yes">Add a Tag...</property>
796
 
    <property name="window_position">center-on-parent</property>
797
 
    <property name="type_hint">dialog</property>
798
 
    <child internal-child="vbox">
799
 
      <object class="GtkBox" id="addtag_dialog_vbox">
800
 
        <property name="visible">True</property>
801
 
        <property name="can_focus">False</property>
802
 
        <property name="spacing">2</property>
803
 
        <child internal-child="action_area">
804
 
          <object class="GtkButtonBox" id="dialog-action_area3">
805
 
            <property name="visible">True</property>
806
 
            <property name="can_focus">False</property>
807
 
            <property name="layout_style">end</property>
808
 
            <child>
809
 
              <object class="GtkButton" id="addtag_ok">
810
 
                <property name="label" translatable="yes">Add Tag</property>
811
 
                <property name="visible">True</property>
812
 
                <property name="can_focus">True</property>
813
 
                <property name="can_default">True</property>
814
 
                <property name="has_default">True</property>
815
 
                <property name="receives_default">False</property>
816
 
                <property name="use_action_appearance">False</property>
817
 
                <signal name="activate" handler="on_addtag_confirm" swapped="no"/>
818
 
                <signal name="clicked" handler="on_addtag_confirm" swapped="no"/>
819
 
              </object>
820
 
              <packing>
821
 
                <property name="expand">False</property>
822
 
                <property name="fill">False</property>
823
 
                <property name="position">0</property>
824
 
              </packing>
825
 
            </child>
826
 
            <child>
827
 
              <object class="GtkButton" id="addtag_cancel">
828
 
                <property name="label" translatable="yes">Cancel</property>
829
 
                <property name="visible">True</property>
830
 
                <property name="can_focus">True</property>
831
 
                <property name="receives_default">False</property>
832
 
                <property name="use_action_appearance">False</property>
833
 
              </object>
834
 
              <packing>
835
 
                <property name="expand">False</property>
836
 
                <property name="fill">False</property>
837
 
                <property name="position">1</property>
838
 
              </packing>
839
 
            </child>
840
 
          </object>
841
 
          <packing>
842
 
            <property name="expand">False</property>
843
 
            <property name="fill">True</property>
844
 
            <property name="pack_type">end</property>
845
 
            <property name="position">0</property>
846
 
          </packing>
847
 
        </child>
848
 
        <child>
849
 
          <object class="GtkLabel" id="addtag_label">
850
 
            <property name="visible">True</property>
851
 
            <property name="can_focus">False</property>
852
 
            <property name="label" translatable="yes">Enter the name of the tag(s) you wish to add:</property>
853
 
          </object>
854
 
          <packing>
855
 
            <property name="expand">False</property>
856
 
            <property name="fill">True</property>
857
 
            <property name="position">1</property>
858
 
          </packing>
859
 
        </child>
860
 
        <child>
861
 
          <object class="GtkEntry" id="tag_entry">
862
 
            <property name="visible">True</property>
863
 
            <property name="can_focus">True</property>
864
 
            <property name="is_focus">True</property>
865
 
            <property name="invisible_char">●</property>
866
 
            <property name="activates_default">True</property>
867
 
            <property name="text" translatable="yes">TagName</property>
868
 
            <property name="shadow_type">none</property>
869
 
          </object>
870
 
          <packing>
871
 
            <property name="expand">False</property>
872
 
            <property name="fill">True</property>
873
 
            <property name="position">2</property>
874
 
          </packing>
875
 
        </child>
876
 
        <child>
877
 
          <object class="GtkLabel" id="hint_label">
878
 
            <property name="visible">True</property>
879
 
            <property name="can_focus">False</property>
880
 
            <property name="label" translatable="yes">Hint: you can add several tags by separating them with
881
 
commas.</property>
882
 
            <attributes>
883
 
              <attribute name="foreground" value="#77bd77bd77bd"/>
884
 
            </attributes>
885
 
          </object>
886
 
          <packing>
887
 
            <property name="expand">False</property>
888
 
            <property name="fill">True</property>
889
 
            <property name="position">3</property>
890
 
          </packing>
891
 
        </child>
892
 
        <child>
893
 
          <object class="GtkCheckButton" id="apply_to_subtasks">
894
 
            <property name="label" translatable="yes">Apply to subtasks</property>
895
 
            <property name="visible">True</property>
896
 
            <property name="can_focus">True</property>
897
 
            <property name="receives_default">False</property>
898
 
            <property name="use_action_appearance">False</property>
899
 
            <property name="draw_indicator">True</property>
900
 
          </object>
901
 
          <packing>
902
 
            <property name="expand">False</property>
903
 
            <property name="fill">True</property>
904
 
            <property name="position">4</property>
905
 
          </packing>
906
 
        </child>
907
 
      </object>
908
 
    </child>
909
 
    <action-widgets>
910
 
      <action-widget response="0">addtag_ok</action-widget>
911
 
      <action-widget response="0">addtag_cancel</action-widget>
912
 
    </action-widgets>
913
 
  </object>
914
818
  <object class="GtkImage" id="bm_img_dismiss">
915
819
    <property name="visible">True</property>
916
820
    <property name="can_focus">False</property>
1144
1048
    <property name="can_focus">False</property>
1145
1049
    <property name="stock">gtk-delete</property>
1146
1050
  </object>
 
1051
  <object class="GtkImage" id="image6">
 
1052
    <property name="visible">True</property>
 
1053
    <property name="can_focus">False</property>
 
1054
    <property name="stock">gtk-edit</property>
 
1055
    <property name="icon-size">1</property>
 
1056
  </object>
1147
1057
  <object class="GtkEntryCompletion" id="quickadd_entrycompletion">
1148
1058
    <property name="popup_set_width">False</property>
1149
1059
    <signal name="action-activated" handler="on_quickadd_entrycompletion_action_activated" swapped="no"/>
1150
1060
  </object>
 
1061
  <object class="GtkMenu" id="search_context_menu">
 
1062
    <property name="visible">True</property>
 
1063
    <property name="can_focus">False</property>
 
1064
    <child>
 
1065
      <object class="GtkImageMenuItem" id="search_delete">
 
1066
        <property name="label">Delete</property>
 
1067
        <property name="visible">True</property>
 
1068
        <property name="can_focus">False</property>
 
1069
        <property name="use_action_appearance">False</property>
 
1070
        <property name="use_underline">True</property>
 
1071
        <property name="image">image5</property>
 
1072
        <property name="use_stock">False</property>
 
1073
        <property name="accel_group">accelgroup1</property>
 
1074
        <property name="always_show_image">True</property>
 
1075
        <signal name="activate" handler="on_search_delete_activate" swapped="no"/>
 
1076
      </object>
 
1077
    </child>
 
1078
  </object>
1151
1079
  <object class="GtkMenu" id="start_for_context_menu">
1152
1080
    <property name="visible">True</property>
1153
1081
    <property name="can_focus">False</property>
1224
1152
      </object>
1225
1153
    </child>
1226
1154
  </object>
1227
 
  <object class="GtkMenu" id="tag_context_menu">
1228
 
    <property name="visible">True</property>
1229
 
    <property name="can_focus">False</property>
1230
 
    <property name="no_show_all">True</property>
1231
 
    <signal name="deactivate" handler="on_tagcontext_deactivate" swapped="no"/>
1232
 
    <child>
1233
 
      <object class="GtkImageMenuItem" id="colorchooser_mi">
1234
 
        <property name="label">gtk-select-color</property>
1235
 
        <property name="visible">True</property>
1236
 
        <property name="can_focus">False</property>
1237
 
        <property name="use_action_appearance">False</property>
1238
 
        <property name="use_underline">True</property>
1239
 
        <property name="use_stock">True</property>
1240
 
        <property name="accel_group">accelgroup1</property>
1241
 
        <signal name="activate" handler="on_colorchooser_activate" swapped="no"/>
1242
 
      </object>
1243
 
    </child>
1244
 
    <child>
1245
 
      <object class="GtkImageMenuItem" id="resetcolor_mi">
1246
 
        <property name="label" translatable="yes">Reset Color</property>
1247
 
        <property name="visible">True</property>
1248
 
        <property name="can_focus">False</property>
1249
 
        <property name="use_action_appearance">False</property>
1250
 
        <property name="image">image2</property>
1251
 
        <property name="use_stock">False</property>
1252
 
        <property name="accel_group">accelgroup1</property>
1253
 
        <signal name="activate" handler="on_resetcolor_activate" swapped="no"/>
1254
 
      </object>
1255
 
    </child>
1256
 
    <child>
1257
 
      <object class="GtkCheckMenuItem" id="nonworkviewtag_mi">
1258
 
        <property name="visible">True</property>
1259
 
        <property name="can_focus">False</property>
1260
 
        <property name="use_action_appearance">False</property>
1261
 
        <property name="use_underline">True</property>
1262
 
        <property name="active">True</property>
1263
 
        <signal name="toggled" handler="on_nonworkviewtag_toggled" swapped="no"/>
1264
 
      </object>
1265
 
    </child>
1266
 
  </object>
1267
1155
  <object class="GtkMenu" id="task_context_menu">
1268
1156
    <property name="visible">True</property>
1269
1157
    <property name="can_focus">False</property>
1371
1259
      </object>
1372
1260
    </child>
1373
1261
    <child>
1374
 
      <object class="GtkImageMenuItem" id="tcm_addtag">
1375
 
        <property name="label" translatable="yes">Add Tag...</property>
 
1262
      <object class="GtkImageMenuItem" id="tcm_modifytags">
 
1263
        <property name="label" translatable="yes">Modify Tags...</property>
1376
1264
        <property name="visible">True</property>
1377
1265
        <property name="can_focus">False</property>
1378
1266
        <property name="use_action_appearance">False</property>
1379
1267
        <property name="image">image3</property>
1380
1268
        <property name="use_stock">False</property>
1381
 
        <signal name="activate" handler="on_add_new_tag" swapped="no"/>
 
1269
        <signal name="activate" handler="on_modify_tags" swapped="no"/>
1382
1270
      </object>
1383
1271
    </child>
1384
1272
  </object>
1407
1295
    <property name="pixel_size">16</property>
1408
1296
    <property name="icon_name">gtg-task-undismiss</property>
1409
1297
  </object>
1410
 
  <object class="GtkMenu" id="search_context_menu">
1411
 
    <property name="visible">True</property>
1412
 
    <property name="can_focus">False</property>
1413
 
    <child>
1414
 
      <object class="GtkImageMenuItem" id="search_delete">
1415
 
        <property name="label">Delete</property>
1416
 
        <property name="visible">True</property>
1417
 
        <property name="can_focus">False</property>
1418
 
        <property name="use_action_appearance">False</property>
1419
 
        <property name="use_underline">True</property>
1420
 
        <property name="image">image5</property>
1421
 
        <property name="use_stock">False</property>
1422
 
        <property name="accel_group">accelgroup1</property>
1423
 
        <property name="always_show_image">True</property>
1424
 
        <signal name="activate" handler="on_search_delete_activate" swapped="no"/>
1425
 
      </object>
1426
 
    </child>
1427
 
  </object>
1428
1298
</interface>