/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: Szilveszter Farkas (Phanatic)
  • Date: 2006-07-18 15:33:52 UTC
  • mto: (0.14.1 main) (93.1.1 win32.bialix)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: Szilveszter.Farkas@gmail.com-20060718153352-2f5f03d4b618d41a
2006-07-18  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>

    * olive/backend/init.py: added NotBranchError handling to branch()
    * olive/frontend/gtk/__init__.py: added OliveCommunication class
    * olive/frontend/gtk/branch.py: finished implementation of Branch window

Show diffs side-by-side

added added

removed removed

Lines of Context:
645
645
</widget>
646
646
 
647
647
<widget class="GtkWindow" id="window_branch">
 
648
  <property name="width_request">350</property>
648
649
  <property name="title" translatable="yes">Olive - Branch</property>
649
650
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
650
651
  <property name="window_position">GTK_WIN_POS_NONE</property>
669
670
      <child>
670
671
        <widget class="GtkTable" id="table_branch">
671
672
          <property name="visible">True</property>
672
 
          <property name="n_rows">6</property>
 
673
          <property name="n_rows">5</property>
673
674
          <property name="n_columns">2</property>
674
675
          <property name="homogeneous">False</property>
675
676
          <property name="row_spacing">3</property>
772
773
          </child>
773
774
 
774
775
          <child>
775
 
            <widget class="GtkCheckButton" id="checkbutton_branch_lightweight">
776
 
              <property name="visible">True</property>
777
 
              <property name="can_focus">True</property>
778
 
              <property name="label" translatable="yes">Lightweight checkout</property>
779
 
              <property name="use_underline">True</property>
780
 
              <property name="relief">GTK_RELIEF_NORMAL</property>
781
 
              <property name="focus_on_click">True</property>
782
 
              <property name="active">False</property>
783
 
              <property name="inconsistent">False</property>
784
 
              <property name="draw_indicator">True</property>
785
 
            </widget>
786
 
            <packing>
787
 
              <property name="left_attach">1</property>
788
 
              <property name="right_attach">2</property>
789
 
              <property name="top_attach">5</property>
790
 
              <property name="bottom_attach">6</property>
791
 
              <property name="x_options">fill</property>
792
 
              <property name="y_options"></property>
793
 
            </packing>
794
 
          </child>
795
 
 
796
 
          <child>
797
 
            <widget class="GtkCheckButton" id="checkbutton_branch_checkout">
798
 
              <property name="visible">True</property>
799
 
              <property name="can_focus">True</property>
800
 
              <property name="label" translatable="yes">Checkout</property>
801
 
              <property name="use_underline">True</property>
802
 
              <property name="relief">GTK_RELIEF_NORMAL</property>
803
 
              <property name="focus_on_click">True</property>
804
 
              <property name="active">False</property>
805
 
              <property name="inconsistent">False</property>
806
 
              <property name="draw_indicator">True</property>
807
 
            </widget>
808
 
            <packing>
809
 
              <property name="left_attach">1</property>
810
 
              <property name="right_attach">2</property>
811
 
              <property name="top_attach">4</property>
812
 
              <property name="bottom_attach">5</property>
813
 
              <property name="x_options">fill</property>
814
 
              <property name="y_options"></property>
815
 
            </packing>
816
 
          </child>
817
 
 
818
 
          <child>
819
776
            <widget class="GtkLabel" id="label_branch_revno">
820
777
              <property name="visible">True</property>
821
778
              <property name="label" translatable="yes">Revision number:</property>
836
793
            <packing>
837
794
              <property name="left_attach">0</property>
838
795
              <property name="right_attach">1</property>
839
 
              <property name="top_attach">3</property>
840
 
              <property name="bottom_attach">4</property>
841
 
              <property name="x_options">fill</property>
842
 
              <property name="y_options"></property>
843
 
            </packing>
844
 
          </child>
845
 
 
846
 
          <child>
847
 
            <widget class="GtkLabel" id="label_branch_localnick">
848
 
              <property name="visible">True</property>
849
 
              <property name="label" translatable="yes">Local nick:</property>
850
 
              <property name="use_underline">False</property>
851
 
              <property name="use_markup">False</property>
852
 
              <property name="justify">GTK_JUSTIFY_LEFT</property>
853
 
              <property name="wrap">False</property>
854
 
              <property name="selectable">False</property>
855
 
              <property name="xalign">0</property>
856
 
              <property name="yalign">0.5</property>
857
 
              <property name="xpad">0</property>
858
 
              <property name="ypad">0</property>
859
 
              <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
860
 
              <property name="width_chars">-1</property>
861
 
              <property name="single_line_mode">False</property>
862
 
              <property name="angle">0</property>
863
 
            </widget>
864
 
            <packing>
865
 
              <property name="left_attach">0</property>
866
 
              <property name="right_attach">1</property>
867
 
              <property name="top_attach">2</property>
868
 
              <property name="bottom_attach">3</property>
869
 
              <property name="x_options">fill</property>
870
 
              <property name="y_options"></property>
871
 
            </packing>
872
 
          </child>
873
 
 
874
 
          <child>
875
 
            <widget class="GtkEntry" id="entry_branch_localnick">
876
 
              <property name="visible">True</property>
877
 
              <property name="can_focus">True</property>
878
 
              <property name="editable">True</property>
879
 
              <property name="visibility">True</property>
880
 
              <property name="max_length">0</property>
881
 
              <property name="text" translatable="yes"></property>
882
 
              <property name="has_frame">True</property>
883
 
              <property name="invisible_char">●</property>
884
 
              <property name="activates_default">False</property>
885
 
            </widget>
886
 
            <packing>
887
 
              <property name="left_attach">1</property>
888
 
              <property name="right_attach">2</property>
889
 
              <property name="top_attach">2</property>
890
 
              <property name="bottom_attach">3</property>
 
796
              <property name="top_attach">2</property>
 
797
              <property name="bottom_attach">3</property>
 
798
              <property name="x_options">fill</property>
891
799
              <property name="y_options"></property>
892
800
            </packing>
893
801
          </child>
907
815
            <packing>
908
816
              <property name="left_attach">1</property>
909
817
              <property name="right_attach">2</property>
 
818
              <property name="top_attach">2</property>
 
819
              <property name="bottom_attach">3</property>
 
820
              <property name="y_options"></property>
 
821
            </packing>
 
822
          </child>
 
823
 
 
824
          <child>
 
825
            <widget class="GtkCheckButton" id="checkbutton_branch_checkout">
 
826
              <property name="visible">True</property>
 
827
              <property name="can_focus">True</property>
 
828
              <property name="label" translatable="yes">Checkout</property>
 
829
              <property name="use_underline">True</property>
 
830
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
831
              <property name="focus_on_click">True</property>
 
832
              <property name="active">False</property>
 
833
              <property name="inconsistent">False</property>
 
834
              <property name="draw_indicator">True</property>
 
835
            </widget>
 
836
            <packing>
 
837
              <property name="left_attach">1</property>
 
838
              <property name="right_attach">2</property>
910
839
              <property name="top_attach">3</property>
911
840
              <property name="bottom_attach">4</property>
 
841
              <property name="x_options">fill</property>
 
842
              <property name="y_options"></property>
 
843
            </packing>
 
844
          </child>
 
845
 
 
846
          <child>
 
847
            <widget class="GtkCheckButton" id="checkbutton_branch_lightweight">
 
848
              <property name="visible">True</property>
 
849
              <property name="can_focus">True</property>
 
850
              <property name="label" translatable="yes">Lightweight checkout</property>
 
851
              <property name="use_underline">True</property>
 
852
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
853
              <property name="focus_on_click">True</property>
 
854
              <property name="active">False</property>
 
855
              <property name="inconsistent">False</property>
 
856
              <property name="draw_indicator">True</property>
 
857
            </widget>
 
858
            <packing>
 
859
              <property name="left_attach">1</property>
 
860
              <property name="right_attach">2</property>
 
861
              <property name="top_attach">4</property>
 
862
              <property name="bottom_attach">5</property>
 
863
              <property name="x_options">fill</property>
912
864
              <property name="y_options"></property>
913
865
            </packing>
914
866
          </child>