/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: 2006-09-27 20:30:59 UTC
  • mto: (0.12.2 olive)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: jelmer@samba.org-20060927203059-85792ae0a81db524
Bunch of small fixes, cleanups and simplifications.

Show diffs side-by-side

added added

removed removed

Lines of Context:
664
664
  <property name="width_request">400</property>
665
665
  <property name="height_request">400</property>
666
666
  <property name="title" translatable="yes">Olive - Commit</property>
667
 
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
667
  <property name="type">GTK_WINDOW_POPUP</property>
668
668
  <property name="window_position">GTK_WIN_POS_NONE</property>
669
669
  <property name="modal">False</property>
670
670
  <property name="resizable">True</property>
679
679
  <property name="urgency_hint">False</property>
680
680
  <property name="has_separator">True</property>
681
681
 
682
 
  <child internal-child="vbox">
 
682
  <child>
683
683
    <widget class="GtkVBox" id="vbox_commit">
684
684
      <property name="visible">True</property>
685
685
      <property name="homogeneous">False</property>
894
894
        </packing>
895
895
      </child>
896
896
 
897
 
      <child internal-child="action_area">
 
897
      <child>
898
898
        <widget class="GtkHButtonBox" id="hbuttonbox_commit">
899
899
          <property name="visible">True</property>
900
900
          <property name="layout_style">GTK_BUTTONBOX_END</property>
1002
1002
<widget class="GtkDialog" id="window_branch">
1003
1003
  <property name="width_request">350</property>
1004
1004
  <property name="title" translatable="yes">Olive - Branch</property>
1005
 
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
1005
  <property name="type">GTK_WINDOW_POPUP</property>
1006
1006
  <property name="window_position">GTK_WIN_POS_NONE</property>
1007
1007
  <property name="modal">False</property>
1008
1008
  <property name="resizable">True</property>
1017
1017
  <property name="urgency_hint">False</property>
1018
1018
  <property name="has_separator">True</property>
1019
1019
 
1020
 
  <child internal-child="vbox">
 
1020
  <child>
1021
1021
    <widget class="GtkVBox" id="vbox_branch">
1022
1022
      <property name="visible">True</property>
1023
1023
      <property name="homogeneous">False</property>
1184
1184
        </packing>
1185
1185
      </child>
1186
1186
 
1187
 
      <child internal-child="action_area">
 
1187
      <child>
1188
1188
        <widget class="GtkHButtonBox" id="hbuttonbox_branch">
1189
1189
          <property name="visible">True</property>
1190
1190
          <property name="layout_style">GTK_BUTTONBOX_END</property>
1320
1320
  <property name="urgency_hint">False</property>
1321
1321
  <property name="has_separator">True</property>
1322
1322
 
1323
 
  <child internal-child="vbox">
 
1323
  <child>
1324
1324
    <widget class="GtkVBox" id="vbox_add">
1325
1325
      <property name="visible">True</property>
1326
1326
      <property name="homogeneous">False</property>
1390
1390
        </packing>
1391
1391
      </child>
1392
1392
 
1393
 
      <child internal-child="action_area">
 
1393
      <child>
1394
1394
        <widget class="GtkHButtonBox" id="hbuttonbox_add">
1395
1395
          <property name="visible">True</property>
1396
1396
          <property name="layout_style">GTK_BUTTONBOX_END</property>
1513
1513
  <property name="urgency_hint">False</property>
1514
1514
  <property name="has_separator">True</property>
1515
1515
 
1516
 
  <child internal-child="vbox">
 
1516
  <child>
1517
1517
    <widget class="GtkVBox" id="vbox_remove">
1518
1518
      <property name="visible">True</property>
1519
1519
      <property name="homogeneous">False</property>
1583
1583
        </packing>
1584
1584
      </child>
1585
1585
 
1586
 
      <child internal-child="action_area">
 
1586
      <child>
1587
1587
        <widget class="GtkHButtonBox" id="hbuttonbox_remove">
1588
1588
          <property name="visible">True</property>
1589
1589
          <property name="layout_style">GTK_BUTTONBOX_END</property>
1691
1691
<widget class="GtkDialog" id="window_push">
1692
1692
  <property name="width_request">320</property>
1693
1693
  <property name="title" translatable="yes">Olive - Push</property>
1694
 
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
1694
  <property name="type">GTK_WINDOW_POPUP</property>
1695
1695
  <property name="window_position">GTK_WIN_POS_NONE</property>
1696
1696
  <property name="modal">False</property>
1697
1697
  <property name="resizable">True</property>
1706
1706
  <property name="urgency_hint">False</property>
1707
1707
  <property name="has_separator">True</property>
1708
1708
 
1709
 
  <child internal-child="vbox">
 
1709
  <child>
1710
1710
    <widget class="GtkVBox" id="vbox_push">
1711
1711
      <property name="visible">True</property>
1712
1712
      <property name="homogeneous">False</property>
1905
1905
        </packing>
1906
1906
      </child>
1907
1907
 
1908
 
      <child internal-child="action_area">
 
1908
      <child>
1909
1909
        <widget class="GtkHButtonBox" id="hbuttonbox_push">
1910
1910
          <property name="visible">True</property>
1911
1911
          <property name="layout_style">GTK_BUTTONBOX_END</property>
2026
2026
<widget class="GtkDialog" id="window_checkout">
2027
2027
  <property name="width_request">350</property>
2028
2028
  <property name="title" translatable="yes">Olive - Checkout</property>
2029
 
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
2029
  <property name="type">GTK_WINDOW_POPUP</property>
2030
2030
  <property name="window_position">GTK_WIN_POS_NONE</property>
2031
2031
  <property name="modal">False</property>
2032
2032
  <property name="resizable">True</property>
2041
2041
  <property name="urgency_hint">False</property>
2042
2042
  <property name="has_separator">True</property>
2043
2043
 
2044
 
  <child internal-child="vbox">
 
2044
  <child>
2045
2045
    <widget class="GtkVBox" id="vbox_checkout">
2046
2046
      <property name="visible">True</property>
2047
2047
      <property name="homogeneous">False</property>
2230
2230
        </packing>
2231
2231
      </child>
2232
2232
 
2233
 
      <child internal-child="action_area">
 
2233
      <child>
2234
2234
        <widget class="GtkHButtonBox" id="hbuttonbox_checkout">
2235
2235
          <property name="visible">True</property>
2236
2236
          <property name="layout_style">GTK_BUTTONBOX_END</property>
2339
2339
  <property name="width_request">400</property>
2340
2340
  <property name="height_request">300</property>
2341
2341
  <property name="title" translatable="yes">Olive - Status</property>
2342
 
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
2342
  <property name="type">GTK_WINDOW_POPUP</property>
2343
2343
  <property name="window_position">GTK_WIN_POS_NONE</property>
2344
2344
  <property name="modal">False</property>
2345
2345
  <property name="resizable">True</property>
2354
2354
  <property name="urgency_hint">False</property>
2355
2355
  <property name="has_separator">True</property>
2356
2356
 
2357
 
  <child internal-child="vbox">
 
2357
  <child>
2358
2358
    <widget class="GtkVBox" id="vbox_status">
2359
2359
      <property name="visible">True</property>
2360
2360
      <property name="homogeneous">False</property>
2390
2390
        </packing>
2391
2391
      </child>
2392
2392
 
2393
 
      <child internal-child="action_area">
 
2393
      <child>
2394
2394
        <widget class="GtkHButtonBox" id="hbuttonbox_status">
2395
2395
          <property name="visible">True</property>
2396
2396
          <property name="layout_style">GTK_BUTTONBOX_END</property>
2438
2438
  <property name="urgency_hint">False</property>
2439
2439
  <property name="has_separator">True</property>
2440
2440
 
2441
 
  <child internal-child="vbox">
 
2441
  <child>
2442
2442
    <widget class="GtkVBox" id="vbox_mkdir">
2443
2443
      <property name="visible">True</property>
2444
2444
      <property name="homogeneous">False</property>
2483
2483
        </packing>
2484
2484
      </child>
2485
2485
 
2486
 
      <child internal-child="action_area">
 
2486
      <child>
2487
2487
        <widget class="GtkHButtonBox" id="hbuttonbox_mkdir">
2488
2488
          <property name="visible">True</property>
2489
2489
          <property name="layout_style">GTK_BUTTONBOX_END</property>
2606
2606
  <property name="urgency_hint">False</property>
2607
2607
  <property name="has_separator">True</property>
2608
2608
 
2609
 
  <child internal-child="vbox">
 
2609
  <child>
2610
2610
    <widget class="GtkVBox" id="vbox_move">
2611
2611
      <property name="visible">True</property>
2612
2612
      <property name="homogeneous">False</property>
2789
2789
  <property name="urgency_hint">False</property>
2790
2790
  <property name="has_separator">True</property>
2791
2791
 
2792
 
  <child internal-child="vbox">
 
2792
  <child>
2793
2793
    <widget class="GtkVBox" id="vbox_rename">
2794
2794
      <property name="visible">True</property>
2795
2795
      <property name="homogeneous">False</property>
2975
2975
  <property name="urgency_hint">False</property>
2976
2976
  <property name="has_separator">True</property>
2977
2977
 
2978
 
  <child internal-child="vbox">
 
2978
  <child>
2979
2979
    <widget class="GtkVBox" id="vbox_info">
2980
2980
      <property name="visible">True</property>
2981
2981
      <property name="homogeneous">False</property>
5226
5226
        </packing>
5227
5227
      </child>
5228
5228
 
5229
 
      <child internal-child="action_area">
 
5229
      <child>
5230
5230
        <widget class="GtkHButtonBox" id="hbuttonbox_info">
5231
5231
          <property name="visible">True</property>
5232
5232
          <property name="can_default">True</property>
5276
5276
  <property name="urgency_hint">False</property>
5277
5277
  <property name="has_separator">True</property>
5278
5278
 
5279
 
  <child internal-child="vbox">
 
5279
  <child>
5280
5280
    <widget class="GtkVBox" id="vbox_bookmark">
5281
5281
      <property name="visible">True</property>
5282
5282
      <property name="homogeneous">False</property>
5397
5397
        </packing>
5398
5398
      </child>
5399
5399
 
5400
 
      <child internal-child="action_area">
 
5400
      <child>
5401
5401
        <widget class="GtkHButtonBox" id="hbuttonbox_bookmark">
5402
5402
          <property name="visible">True</property>
5403
5403
          <property name="layout_style">GTK_BUTTONBOX_END</property>
5439
5439
    </widget>
5440
5440
  </child>
5441
5441
</widget>
 
5442
 
5442
5443
</glade-interface>