/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to olive.glade

  • Committer: Jelmer Vernooij
  • Date: 2008-03-14 02:13:27 UTC
  • mto: (452.2.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 453.
  • Revision ID: jelmer@samba.org-20080314021327-q1pabtpneeasz8qv
Fix support for default value in BranchSelectionDialog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    <property name="width_request">700</property>
7
7
    <property name="height_request">400</property>
8
8
    <property name="title" translatable="yes">Olive - Bazaar GUI</property>
9
 
    <property name="icon">oliveicon2.png</property>
 
9
    <property name="icon">icons/oliveicon2.png</property>
10
10
    <signal name="destroy" handler="on_window_main_destroy"/>
11
11
    <signal name="delete_event" handler="on_window_main_delete_event"/>
12
12
    <child>
129
129
                      </widget>
130
130
                    </child>
131
131
                    <child>
 
132
                      <widget class="GtkCheckMenuItem" id="menuitem_view_show_ignored_files">
 
133
                        <property name="visible">True</property>
 
134
                        <property name="label" translatable="yes">Show _ignored files</property>
 
135
                        <property name="use_underline">True</property>
 
136
                        <signal name="activate" handler="on_menuitem_view_show_ignored_files_activate"/>
 
137
                      </widget>
 
138
                    </child>
 
139
                    <child>
132
140
                      <widget class="GtkSeparatorMenuItem" id="separator_view1">
133
141
                        <property name="visible">True</property>
134
142
                      </widget>
190
198
                        <child internal-child="image">
191
199
                          <widget class="GtkImage" id="image243">
192
200
                            <property name="visible">True</property>
193
 
                            <property name="pixbuf">pull16.png</property>
 
201
                            <property name="pixbuf">icons/pull16.png</property>
194
202
                          </widget>
195
203
                        </child>
196
204
                      </widget>
204
212
                        <child internal-child="image">
205
213
                          <widget class="GtkImage" id="image244">
206
214
                            <property name="visible">True</property>
207
 
                            <property name="pixbuf">push16.png</property>
 
215
                            <property name="pixbuf">icons/push16.png</property>
208
216
                          </widget>
209
217
                        </child>
210
218
                      </widget>
211
219
                    </child>
212
220
                    <child>
 
221
                      <widget class="GtkMenuItem" id="menuitem_branch_update">
 
222
                        <property name="visible">True</property>
 
223
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
224
                        <property name="label" translatable="yes">Update</property>
 
225
                        <property name="use_underline">True</property>
 
226
                        <signal name="activate" handler="on_menuitem_branch_update_activate"/>
 
227
                      </widget>
 
228
                    </child>
 
229
                    <child>
213
230
                      <widget class="GtkSeparatorMenuItem" id="separator_branch2">
214
231
                        <property name="visible">True</property>
215
232
                      </widget>
239
256
                        <child internal-child="image">
240
257
                          <widget class="GtkImage" id="image245">
241
258
                            <property name="visible">True</property>
242
 
                            <property name="pixbuf">commit16.png</property>
 
259
                            <property name="pixbuf">icons/commit16.png</property>
243
260
                          </widget>
244
261
                        </child>
245
262
                      </widget>
301
318
                        <child internal-child="image">
302
319
                          <widget class="GtkImage" id="image246">
303
320
                            <property name="visible">True</property>
304
 
                            <property name="pixbuf">diff16.png</property>
 
321
                            <property name="pixbuf">icons/diff16.png</property>
305
322
                          </widget>
306
323
                        </child>
307
324
                      </widget>
315
332
                        <child internal-child="image">
316
333
                          <widget class="GtkImage" id="image247">
317
334
                            <property name="visible">True</property>
318
 
                            <property name="pixbuf">log16.png</property>
 
335
                            <property name="pixbuf">icons/log16.png</property>
319
336
                          </widget>
320
337
                        </child>
321
338
                      </widget>
361
378
        <child>
362
379
          <widget class="GtkToolbar" id="toolbar">
363
380
            <property name="visible">True</property>
364
 
            <property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
365
381
            <child>
366
382
              <widget class="GtkToolButton" id="toolbutton_refresh">
367
383
                <property name="visible">True</property>
368
384
                <property name="label">Refresh</property>
369
385
                <property name="use_underline">True</property>
370
 
                <property name="icon">refresh.png</property>
 
386
                <property name="icon">icons/refresh.png</property>
371
387
                <signal name="clicked" handler="on_toolbutton_refresh_clicked"/>
372
388
              </widget>
373
389
              <packing>
379
395
                <property name="visible">True</property>
380
396
                <property name="label">Diff</property>
381
397
                <property name="use_underline">True</property>
382
 
                <property name="icon">diff.png</property>
 
398
                <property name="icon">icons/diff.png</property>
383
399
                <signal name="clicked" handler="on_toolbutton_diff_clicked"/>
384
400
              </widget>
385
401
              <packing>
391
407
                <property name="visible">True</property>
392
408
                <property name="label">Log</property>
393
409
                <property name="use_underline">True</property>
394
 
                <property name="icon">log.png</property>
 
410
                <property name="icon">icons/log.png</property>
395
411
                <signal name="clicked" handler="on_toolbutton_log_clicked"/>
396
412
              </widget>
397
413
              <packing>
410
426
            <child>
411
427
              <widget class="GtkToolButton" id="toolbutton_commit">
412
428
                <property name="visible">True</property>
 
429
                <property name="is_important">True</property>
413
430
                <property name="label">Commit</property>
414
431
                <property name="use_underline">True</property>
415
 
                <property name="icon">commit.png</property>
 
432
                <property name="icon">icons/commit.png</property>
416
433
                <signal name="clicked" handler="on_toolbutton_commit_clicked"/>
417
434
              </widget>
418
435
              <packing>
431
448
            <child>
432
449
              <widget class="GtkToolButton" id="toolbutton_pull">
433
450
                <property name="visible">True</property>
 
451
                <property name="is_important">True</property>
434
452
                <property name="label">Pull</property>
435
453
                <property name="use_underline">True</property>
436
 
                <property name="icon">pull.png</property>
 
454
                <property name="icon">icons/pull.png</property>
437
455
                <signal name="clicked" handler="on_toolbutton_pull_clicked"/>
438
456
              </widget>
439
457
              <packing>
443
461
            <child>
444
462
              <widget class="GtkToolButton" id="toolbutton_push">
445
463
                <property name="visible">True</property>
 
464
                <property name="is_important">True</property>
446
465
                <property name="label">Push</property>
447
466
                <property name="use_underline">True</property>
448
 
                <property name="icon">push.png</property>
 
467
                <property name="icon">icons/push.png</property>
449
468
                <signal name="clicked" handler="on_toolbutton_push_clicked"/>
450
469
              </widget>
451
470
              <packing>
452
471
                <property name="expand">False</property>
453
472
              </packing>
454
473
            </child>
 
474
            <child>
 
475
              <widget class="GtkToolButton" id="toolbutton_update">
 
476
                <property name="visible">True</property>
 
477
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
478
                <property name="label" translatable="yes">Update</property>
 
479
                <property name="icon">icons/pull.png</property>
 
480
                <signal name="clicked" handler="on_toolbutton_update_clicked"/>
 
481
              </widget>
 
482
              <packing>
 
483
                <property name="expand">False</property>
 
484
              </packing>
 
485
            </child>
455
486
          </widget>
456
487
          <packing>
457
488
            <property name="expand">False</property>
482
513
              </widget>
483
514
              <packing>
484
515
                <property name="resize">False</property>
 
516
                <property name="shrink">True</property>
485
517
              </packing>
486
518
            </child>
487
519
            <child>
500
532
                        <property name="receives_default">True</property>
501
533
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
502
534
                        <property name="relief">GTK_RELIEF_NONE</property>
 
535
                        <property name="response_id">0</property>
503
536
                        <signal name="clicked" handler="on_button_location_up_clicked"/>
504
537
                        <child>
505
538
                          <widget class="GtkImage" id="image_location_up">
548
581
                        <property name="label" translatable="yes">gtk-jump-to</property>
549
582
                        <property name="relief">GTK_RELIEF_NONE</property>
550
583
                        <property name="use_stock">True</property>
 
584
                        <property name="response_id">0</property>
551
585
                        <signal name="clicked" handler="on_button_location_jump_clicked"/>
552
586
                      </widget>
553
587
                      <packing>
574
608
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
575
609
                        <property name="label" translatable="yes">H_istory Mode</property>
576
610
                        <property name="use_underline">True</property>
 
611
                        <property name="response_id">0</property>
577
612
                        <property name="draw_indicator">True</property>
578
613
                        <signal name="toggled" handler="on_checkbutton_history_toggled"/>
579
614
                      </widget>
605
640
                        <property name="can_focus">True</property>
606
641
                        <property name="receives_default">True</property>
607
642
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
643
                        <property name="response_id">0</property>
608
644
                        <signal name="clicked" handler="on_button_history_browse_clicked"/>
609
645
                        <child>
610
646
                          <widget class="GtkImage" id="image_history_browse">
647
683
                  </packing>
648
684
                </child>
649
685
              </widget>
 
686
              <packing>
 
687
                <property name="resize">True</property>
 
688
                <property name="shrink">True</property>
 
689
              </packing>
650
690
            </child>
651
691
          </widget>
652
692
          <packing>
675
715
    <property name="website_label" translatable="yes">https://launchpad.net/products/olive</property>
676
716
    <property name="authors">Szilveszter Farkas (Phanatic) &lt;szilveszter.farkas@gmail.com&gt;</property>
677
717
    <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property>
678
 
    <property name="logo">oliveicon2.png</property>
 
718
    <property name="logo">icons/oliveicon2.png</property>
679
719
    <child internal-child="vbox">
680
720
      <widget class="GtkVBox" id="dialog-vbox1">
681
721
        <child internal-child="action_area">
693
733
    <property name="visible">True</property>
694
734
    <property name="title" translatable="yes">Olive - Add file(s)</property>
695
735
    <property name="resizable">False</property>
696
 
    <property name="icon">oliveicon2.png</property>
 
736
    <property name="icon">icons/oliveicon2.png</property>
697
737
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
698
738
    <child internal-child="vbox">
699
739
      <widget class="GtkVBox" id="vbox_add">
716
756
            <property name="can_focus">True</property>
717
757
            <property name="label" translatable="yes">Selected only</property>
718
758
            <property name="use_underline">True</property>
 
759
            <property name="response_id">0</property>
719
760
            <property name="draw_indicator">True</property>
720
761
          </widget>
721
762
          <packing>
730
771
            <property name="can_focus">True</property>
731
772
            <property name="label" translatable="yes">All unknowns recursively</property>
732
773
            <property name="use_underline">True</property>
 
774
            <property name="response_id">0</property>
733
775
            <property name="draw_indicator">True</property>
734
776
            <property name="group">radiobutton_add_selected</property>
735
777
          </widget>
750
792
                <property name="can_default">True</property>
751
793
                <property name="label">gtk-cancel</property>
752
794
                <property name="use_stock">True</property>
 
795
                <property name="response_id">0</property>
753
796
                <signal name="clicked" handler="on_button_add_cancel_clicked"/>
754
797
              </widget>
755
798
            </child>
759
802
                <property name="can_focus">True</property>
760
803
                <property name="can_default">True</property>
761
804
                <property name="has_default">True</property>
 
805
                <property name="response_id">0</property>
762
806
                <signal name="clicked" handler="on_button_add_add_clicked"/>
763
807
                <child>
764
808
                  <widget class="GtkAlignment" id="alignment3">
813
857
    <property name="visible">True</property>
814
858
    <property name="title" translatable="yes">Olive - Remove file(s)</property>
815
859
    <property name="resizable">False</property>
816
 
    <property name="icon">oliveicon2.png</property>
 
860
    <property name="icon">icons/oliveicon2.png</property>
817
861
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
818
862
    <child internal-child="vbox">
819
863
      <widget class="GtkVBox" id="vbox_remove">
836
880
            <property name="can_focus">True</property>
837
881
            <property name="label" translatable="yes">Selected only</property>
838
882
            <property name="use_underline">True</property>
 
883
            <property name="response_id">0</property>
839
884
            <property name="draw_indicator">True</property>
840
885
          </widget>
841
886
          <packing>
850
895
            <property name="can_focus">True</property>
851
896
            <property name="label" translatable="yes">All files with status 'added'</property>
852
897
            <property name="use_underline">True</property>
 
898
            <property name="response_id">0</property>
853
899
            <property name="draw_indicator">True</property>
854
900
            <property name="group">radiobutton_remove_selected</property>
855
901
          </widget>
870
916
                <property name="can_default">True</property>
871
917
                <property name="label">gtk-cancel</property>
872
918
                <property name="use_stock">True</property>
 
919
                <property name="response_id">0</property>
873
920
                <signal name="clicked" handler="on_button_remove_cancel_clicked"/>
874
921
              </widget>
875
922
            </child>
879
926
                <property name="can_focus">True</property>
880
927
                <property name="can_default">True</property>
881
928
                <property name="has_default">True</property>
 
929
                <property name="response_id">0</property>
882
930
                <signal name="clicked" handler="on_button_remove_remove_clicked"/>
883
931
                <child>
884
932
                  <widget class="GtkAlignment" id="alignment4">
932
980
  <widget class="GtkDialog" id="window_mkdir">
933
981
    <property name="visible">True</property>
934
982
    <property name="title" translatable="yes">Olive - Make directory</property>
935
 
    <property name="icon">oliveicon2.png</property>
 
983
    <property name="icon">icons/oliveicon2.png</property>
936
984
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
937
985
    <child internal-child="vbox">
938
986
      <widget class="GtkVBox" id="vbox_mkdir">
956
1004
            <property name="can_focus">True</property>
957
1005
            <property name="label" translatable="yes">_Versioned directory</property>
958
1006
            <property name="use_underline">True</property>
 
1007
            <property name="response_id">0</property>
959
1008
            <property name="active">True</property>
960
1009
            <property name="draw_indicator">True</property>
961
1010
          </widget>
976
1025
                <property name="can_default">True</property>
977
1026
                <property name="label">gtk-cancel</property>
978
1027
                <property name="use_stock">True</property>
 
1028
                <property name="response_id">0</property>
979
1029
                <signal name="clicked" handler="on_button_mkdir_cancel_clicked"/>
980
1030
              </widget>
981
1031
            </child>
985
1035
                <property name="can_focus">True</property>
986
1036
                <property name="can_default">True</property>
987
1037
                <property name="has_default">True</property>
 
1038
                <property name="response_id">0</property>
988
1039
                <signal name="clicked" handler="on_button_mkdir_mkdir_clicked"/>
989
1040
                <child>
990
1041
                  <widget class="GtkAlignment" id="alignment8">
1039
1090
  <widget class="GtkDialog" id="window_move">
1040
1091
    <property name="width_request">250</property>
1041
1092
    <property name="title" translatable="yes">Olive - Move</property>
1042
 
    <property name="icon">oliveicon2.png</property>
 
1093
    <property name="icon">icons/oliveicon2.png</property>
1043
1094
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1044
1095
    <child internal-child="vbox">
1045
1096
      <widget class="GtkVBox" id="vbox_move">
1085
1136
                <property name="can_default">True</property>
1086
1137
                <property name="label">gtk-cancel</property>
1087
1138
                <property name="use_stock">True</property>
 
1139
                <property name="response_id">0</property>
1088
1140
                <signal name="clicked" handler="on_button_move_cancel_clicked"/>
1089
1141
              </widget>
1090
1142
            </child>
1094
1146
                <property name="can_focus">True</property>
1095
1147
                <property name="can_default">True</property>
1096
1148
                <property name="has_default">True</property>
 
1149
                <property name="response_id">0</property>
1097
1150
                <signal name="clicked" handler="on_button_move_move_clicked"/>
1098
1151
                <child>
1099
1152
                  <widget class="GtkAlignment" id="alignment9">
1146
1199
  </widget>
1147
1200
  <widget class="GtkDialog" id="window_rename">
1148
1201
    <property name="title" translatable="yes">Olive - Rename</property>
1149
 
    <property name="icon">oliveicon2.png</property>
 
1202
    <property name="icon">icons/oliveicon2.png</property>
1150
1203
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1151
1204
    <child internal-child="vbox">
1152
1205
      <widget class="GtkVBox" id="vbox_rename">
1192
1245
                <property name="can_default">True</property>
1193
1246
                <property name="label">gtk-cancel</property>
1194
1247
                <property name="use_stock">True</property>
 
1248
                <property name="response_id">0</property>
1195
1249
                <signal name="clicked" handler="on_button_rename_cancel_clicked"/>
1196
1250
              </widget>
1197
1251
            </child>
1201
1255
                <property name="can_focus">True</property>
1202
1256
                <property name="can_default">True</property>
1203
1257
                <property name="has_default">True</property>
 
1258
                <property name="response_id">0</property>
1204
1259
                <signal name="clicked" handler="on_button_rename_rename_clicked"/>
1205
1260
                <child>
1206
1261
                  <widget class="GtkAlignment" id="alignment10">
1253
1308
  </widget>
1254
1309
  <widget class="GtkDialog" id="window_info">
1255
1310
    <property name="title" translatable="yes">Olive - Information</property>
1256
 
    <property name="icon">oliveicon2.png</property>
 
1311
    <property name="icon">icons/oliveicon2.png</property>
1257
1312
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
1258
1313
    <child internal-child="vbox">
1259
1314
      <widget class="GtkVBox" id="vbox_info">
2338
2393
                <property name="has_default">True</property>
2339
2394
                <property name="label">gtk-close</property>
2340
2395
                <property name="use_stock">True</property>
 
2396
                <property name="response_id">0</property>
2341
2397
                <signal name="clicked" handler="on_button_info_close_clicked"/>
2342
2398
              </widget>
2343
2399
            </child>
2354
2410
  <widget class="GtkDialog" id="window_merge">
2355
2411
    <property name="visible">True</property>
2356
2412
    <property name="title" translatable="yes">Merge - Olive</property>
2357
 
    <property name="icon">oliveicon2.png</property>
 
2413
    <property name="icon">icons/oliveicon2.png</property>
2358
2414
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2359
2415
    <child internal-child="vbox">
2360
2416
      <widget class="GtkVBox" id="vbox_merge">
2387
2443
              <widget class="GtkButton" id="button_merge_open">
2388
2444
                <property name="visible">True</property>
2389
2445
                <property name="can_focus">True</property>
 
2446
                <property name="response_id">0</property>
2390
2447
                <signal name="clicked" handler="on_button_merge_open_clicked"/>
2391
2448
                <child>
2392
2449
                  <widget class="GtkImage" id="image240">
2419
2476
                <property name="can_default">True</property>
2420
2477
                <property name="label">gtk-cancel</property>
2421
2478
                <property name="use_stock">True</property>
 
2479
                <property name="response_id">0</property>
2422
2480
                <signal name="clicked" handler="on_button_merge_cancel_clicked"/>
2423
2481
              </widget>
2424
2482
            </child>
2428
2486
                <property name="can_focus">True</property>
2429
2487
                <property name="can_default">True</property>
2430
2488
                <property name="has_default">True</property>
 
2489
                <property name="response_id">0</property>
2431
2490
                <signal name="clicked" handler="on_button_merge_merge_clicked"/>
2432
2491
                <child>
2433
2492
                  <widget class="GtkAlignment" id="alignment19">