/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: 2007-07-15 15:13:34 UTC
  • Revision ID: jelmer@samba.org-20070715151334-2t0g8fmpgj6vnqa7
Add icon for Bazaar preferences.

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