[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: ChangeLog



  User: werner  
  Date: 06/11/24 17:48:24

  Modified:    .        ChangeLog autonumber.glade
  Log:
  	* autonumber.glade: replaced the sort order ratio buttons 
  
  	  with a combo box widget. Added gettext macros
  
  
  
  
  Revision  Changes    Path
  1.2       +5 -0      eda/geda/glade/autonumber/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/glade/autonumber/ChangeLog,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- ChangeLog	24 Nov 2006 18:39:10 -0000	1.1
  +++ ChangeLog	24 Nov 2006 22:48:24 -0000	1.2
  @@ -1,5 +1,10 @@
   2006-11-24 Werner Hoch  <werner.ho@xxxxxx>
   
  +	* autonumber.glade: replaced the sort order ratio buttons 
  +	  with a combo box widget. Added gettext macros
  +	
  +2006-11-24 Werner Hoch  <werner.ho@xxxxxx>
  +
   	* autonumber.glade: added file from the SF tracker [1589430]
   	  created by Tomaz Solc 
   	
  \ No newline at end of file
  
  
  
  1.2       +61 -304   eda/geda/glade/autonumber/autonumber.glade
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: autonumber.glade
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/glade/autonumber/autonumber.glade,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- autonumber.glade	24 Nov 2006 18:39:10 -0000	1.1
  +++ autonumber.glade	24 Nov 2006 22:48:24 -0000	1.2
  @@ -261,14 +261,14 @@
         </child>
   
         <child>
  -	<widget class="GtkFrame" id="frame2">
  +	<widget class="GtkFrame" id="frame3">
   	  <property name="visible">True</property>
   	  <property name="label_xalign">0</property>
   	  <property name="label_yalign">0.5</property>
   	  <property name="shadow_type">GTK_SHADOW_NONE</property>
   
   	  <child>
  -	    <widget class="GtkAlignment" id="alignment2">
  +	    <widget class="GtkAlignment" id="alignment3">
   	      <property name="visible">True</property>
   	      <property name="xalign">0.5</property>
   	      <property name="yalign">0.5</property>
  @@ -280,258 +280,30 @@
   	      <property name="right_padding">0</property>
   
   	      <child>
  -		<widget class="GtkTable" id="table2">
  +		<widget class="GtkVBox" id="vbox4">
   		  <property name="visible">True</property>
  -		  <property name="n_rows">4</property>
  -		  <property name="n_columns">4</property>
   		  <property name="homogeneous">False</property>
  -		  <property name="row_spacing">3</property>
  -		  <property name="column_spacing">12</property>
  -
  -		  <child>
  -		    <widget class="GtkRadioButton" id="order_file">
  -		      <property name="visible">True</property>
  -		      <property name="can_focus">True</property>
  -		      <property name="label" translatable="yes">File order</property>
  -		      <property name="use_underline">True</property>
  -		      <property name="relief">GTK_RELIEF_NORMAL</property>
  -		      <property name="focus_on_click">True</property>
  -		      <property name="active">False</property>
  -		      <property name="inconsistent">False</property>
  -		      <property name="draw_indicator">True</property>
  -		    </widget>
  -		    <packing>
  -		      <property name="left_attach">0</property>
  -		      <property name="right_attach">1</property>
  -		      <property name="top_attach">1</property>
  -		      <property name="bottom_attach">2</property>
  -		      <property name="x_options">fill</property>
  -		      <property name="y_options"></property>
  -		    </packing>
  -		  </child>
  -
  -		  <child>
  -		    <widget class="GtkRadioButton" id="order_top2bottom">
  -		      <property name="visible">True</property>
  -		      <property name="can_focus">True</property>
  -		      <property name="label" translatable="yes">Top to bottom</property>
  -		      <property name="use_underline">True</property>
  -		      <property name="relief">GTK_RELIEF_NORMAL</property>
  -		      <property name="focus_on_click">True</property>
  -		      <property name="active">False</property>
  -		      <property name="inconsistent">False</property>
  -		      <property name="draw_indicator">True</property>
  -		      <property name="group">order_file</property>
  -		    </widget>
  -		    <packing>
  -		      <property name="left_attach">1</property>
  -		      <property name="right_attach">2</property>
  -		      <property name="top_attach">1</property>
  -		      <property name="bottom_attach">2</property>
  -		      <property name="x_options">fill</property>
  -		      <property name="y_options"></property>
  -		    </packing>
  -		  </child>
  -
  -		  <child>
  -		    <widget class="GtkRadioButton" id="order_left2right">
  -		      <property name="visible">True</property>
  -		      <property name="can_focus">True</property>
  -		      <property name="label" translatable="yes">Left to right</property>
  -		      <property name="use_underline">True</property>
  -		      <property name="relief">GTK_RELIEF_NORMAL</property>
  -		      <property name="focus_on_click">True</property>
  -		      <property name="active">False</property>
  -		      <property name="inconsistent">False</property>
  -		      <property name="draw_indicator">True</property>
  -		      <property name="group">order_file</property>
  -		    </widget>
  -		    <packing>
  -		      <property name="left_attach">2</property>
  -		      <property name="right_attach">3</property>
  -		      <property name="top_attach">1</property>
  -		      <property name="bottom_attach">2</property>
  -		      <property name="x_options">fill</property>
  -		      <property name="y_options"></property>
  -		    </packing>
  -		  </child>
  -
  -		  <child>
  -		    <widget class="GtkRadioButton" id="order_diagonal">
  -		      <property name="visible">True</property>
  -		      <property name="can_focus">True</property>
  -		      <property name="label" translatable="yes">Diagonal</property>
  -		      <property name="use_underline">True</property>
  -		      <property name="relief">GTK_RELIEF_NORMAL</property>
  -		      <property name="focus_on_click">True</property>
  -		      <property name="active">False</property>
  -		      <property name="inconsistent">False</property>
  -		      <property name="draw_indicator">True</property>
  -		      <property name="group">order_file</property>
  -		    </widget>
  -		    <packing>
  -		      <property name="left_attach">3</property>
  -		      <property name="right_attach">4</property>
  -		      <property name="top_attach">1</property>
  -		      <property name="bottom_attach">2</property>
  -		      <property name="x_options">fill</property>
  -		      <property name="y_options"></property>
  -		    </packing>
  -		  </child>
  -
  -		  <child>
  -		    <widget class="GtkImage" id="image2">
  -		      <property name="visible">True</property>
  -		      <property name="pixbuf">left2right.png</property>
  -		      <property name="xalign">0.5</property>
  -		      <property name="yalign">0.5</property>
  -		      <property name="xpad">0</property>
  -		      <property name="ypad">0</property>
  -		    </widget>
  -		    <packing>
  -		      <property name="left_attach">2</property>
  -		      <property name="right_attach">3</property>
  -		      <property name="top_attach">0</property>
  -		      <property name="bottom_attach">1</property>
  -		      <property name="x_options">fill</property>
  -		      <property name="y_options">fill</property>
  -		    </packing>
  -		  </child>
  -
  -		  <child>
  -		    <widget class="GtkImage" id="image3">
  -		      <property name="visible">True</property>
  -		      <property name="pixbuf">diagonal.png</property>
  -		      <property name="xalign">0.5</property>
  -		      <property name="yalign">0.5</property>
  -		      <property name="xpad">0</property>
  -		      <property name="ypad">0</property>
  -		    </widget>
  -		    <packing>
  -		      <property name="left_attach">3</property>
  -		      <property name="right_attach">4</property>
  -		      <property name="top_attach">0</property>
  -		      <property name="bottom_attach">1</property>
  -		      <property name="x_options">fill</property>
  -		      <property name="y_options">fill</property>
  -		    </packing>
  -		  </child>
  -
  -		  <child>
  -		    <widget class="GtkImage" id="image1">
  -		      <property name="visible">True</property>
  -		      <property name="pixbuf">top2bottom.png</property>
  -		      <property name="xalign">0.5</property>
  -		      <property name="yalign">0.5</property>
  -		      <property name="xpad">0</property>
  -		      <property name="ypad">0</property>
  -		    </widget>
  -		    <packing>
  -		      <property name="left_attach">1</property>
  -		      <property name="right_attach">2</property>
  -		      <property name="top_attach">0</property>
  -		      <property name="bottom_attach">1</property>
  -		      <property name="x_options">fill</property>
  -		    </packing>
  -		  </child>
  -
  -		  <child>
  -		    <widget class="GtkImage" id="image4">
  -		      <property name="visible">True</property>
  -		      <property name="pixbuf">bottom2top.png</property>
  -		      <property name="xalign">0.5</property>
  -		      <property name="yalign">0.5</property>
  -		      <property name="xpad">0</property>
  -		      <property name="ypad">0</property>
  -		    </widget>
  -		    <packing>
  -		      <property name="left_attach">1</property>
  -		      <property name="right_attach">2</property>
  -		      <property name="top_attach">2</property>
  -		      <property name="bottom_attach">3</property>
  -		      <property name="x_options">fill</property>
  -		    </packing>
  -		  </child>
  -
  -		  <child>
  -		    <widget class="GtkImage" id="image5">
  -		      <property name="visible">True</property>
  -		      <property name="pixbuf">right2left.png</property>
  -		      <property name="xalign">0.5</property>
  -		      <property name="yalign">0.5</property>
  -		      <property name="xpad">0</property>
  -		      <property name="ypad">0</property>
  -		    </widget>
  -		    <packing>
  -		      <property name="left_attach">2</property>
  -		      <property name="right_attach">3</property>
  -		      <property name="top_attach">2</property>
  -		      <property name="bottom_attach">3</property>
  -		      <property name="x_options">fill</property>
  -		      <property name="y_options">fill</property>
  -		    </packing>
  -		  </child>
  -
  -		  <child>
  -		    <widget class="GtkRadioButton" id="order_bottom2top">
  -		      <property name="visible">True</property>
  -		      <property name="can_focus">True</property>
  -		      <property name="label" translatable="yes">Bottom to top</property>
  -		      <property name="use_underline">True</property>
  -		      <property name="relief">GTK_RELIEF_NORMAL</property>
  -		      <property name="focus_on_click">True</property>
  -		      <property name="active">False</property>
  -		      <property name="inconsistent">False</property>
  -		      <property name="draw_indicator">True</property>
  -		      <property name="group">order_file</property>
  -		    </widget>
  -		    <packing>
  -		      <property name="left_attach">1</property>
  -		      <property name="right_attach">2</property>
  -		      <property name="top_attach">3</property>
  -		      <property name="bottom_attach">4</property>
  -		      <property name="x_options">fill</property>
  -		      <property name="y_options"></property>
  -		    </packing>
  -		  </child>
  +		  <property name="spacing">3</property>
   
   		  <child>
  -		    <widget class="GtkRadioButton" id="order_right2left">
  +		    <widget class="GtkTable" id="table3">
   		      <property name="visible">True</property>
  -		      <property name="can_focus">True</property>
  -		      <property name="label" translatable="yes">Right to left</property>
  -		      <property name="use_underline">True</property>
  -		      <property name="relief">GTK_RELIEF_NORMAL</property>
  -		      <property name="focus_on_click">True</property>
  -		      <property name="active">False</property>
  -		      <property name="inconsistent">False</property>
  -		      <property name="draw_indicator">True</property>
  -		      <property name="group">order_file</property>
  -		    </widget>
  -		    <packing>
  -		      <property name="left_attach">2</property>
  -		      <property name="right_attach">3</property>
  -		      <property name="top_attach">3</property>
  -		      <property name="bottom_attach">4</property>
  -		      <property name="x_options">fill</property>
  -		      <property name="y_options"></property>
  -		    </packing>
  -		  </child>
  -		</widget>
  -	      </child>
  -	    </widget>
  -	  </child>
  +		      <property name="n_rows">2</property>
  +		      <property name="n_columns">2</property>
  +		      <property name="homogeneous">False</property>
  +		      <property name="row_spacing">3</property>
  +		      <property name="column_spacing">12</property>
   
   	  <child>
  -	    <widget class="GtkLabel" id="label2">
  +			<widget class="GtkLabel" id="label12">
   	      <property name="visible">True</property>
  -	      <property name="label" translatable="yes">&lt;b&gt;Sort order&lt;/b&gt;</property>
  +			  <property name="label" translatable="yes">Starting number:</property>
   	      <property name="use_underline">False</property>
  -	      <property name="use_markup">True</property>
  +			  <property name="use_markup">False</property>
   	      <property name="justify">GTK_JUSTIFY_LEFT</property>
   	      <property name="wrap">False</property>
   	      <property name="selectable">False</property>
  -	      <property name="xalign">0.5</property>
  +			  <property name="xalign">0</property>
   	      <property name="yalign">0.5</property>
   	      <property name="xpad">0</property>
   	      <property name="ypad">0</property>
  @@ -541,71 +313,40 @@
   	      <property name="angle">0</property>
   	    </widget>
   	    <packing>
  -	      <property name="type">label_item</property>
  -	    </packing>
  -	  </child>
  -	</widget>
  -	<packing>
  -	  <property name="padding">0</property>
  -	  <property name="expand">True</property>
  -	  <property name="fill">True</property>
  +			  <property name="left_attach">0</property>
  +			  <property name="right_attach">1</property>
  +			  <property name="top_attach">0</property>
  +			  <property name="bottom_attach">1</property>
  +			  <property name="x_options">fill</property>
  +			  <property name="y_options"></property>
   	</packing>
         </child>
   
         <child>
  -	<widget class="GtkFrame" id="frame3">
  -	  <property name="visible">True</property>
  -	  <property name="label_xalign">0</property>
  -	  <property name="label_yalign">0.5</property>
  -	  <property name="shadow_type">GTK_SHADOW_NONE</property>
  -
  -	  <child>
  -	    <widget class="GtkAlignment" id="alignment3">
  +			<widget class="GtkLabel" id="label13">
   	      <property name="visible">True</property>
  -	      <property name="xalign">0.5</property>
  -	      <property name="yalign">0.5</property>
  -	      <property name="xscale">1</property>
  -	      <property name="yscale">1</property>
  -	      <property name="top_padding">0</property>
  -	      <property name="bottom_padding">0</property>
  -	      <property name="left_padding">24</property>
  -	      <property name="right_padding">0</property>
  -
  -	      <child>
  -		<widget class="GtkVBox" id="vbox4">
  -		  <property name="visible">True</property>
  -		  <property name="homogeneous">False</property>
  -		  <property name="spacing">3</property>
  -
  -		  <child>
  -		    <widget class="GtkHBox" id="hbox1">
  -		      <property name="visible">True</property>
  -		      <property name="homogeneous">False</property>
  -		      <property name="spacing">12</property>
  -
  -		      <child>
  -			<widget class="GtkLabel" id="label12">
  -			  <property name="visible">True</property>
  -			  <property name="label" translatable="yes">Starting number:</property>
  +			  <property name="label" translatable="yes">Sort order:</property>
   			  <property name="use_underline">False</property>
   			  <property name="use_markup">False</property>
   			  <property name="justify">GTK_JUSTIFY_LEFT</property>
   			  <property name="wrap">False</property>
   			  <property name="selectable">False</property>
  -			  <property name="xalign">0.5</property>
  +			  <property name="xalign">0</property>
   			  <property name="yalign">0.5</property>
   			  <property name="xpad">0</property>
   			  <property name="ypad">0</property>
  -			  <property name="mnemonic_widget">opt_startnum</property>
   			  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
   			  <property name="width_chars">-1</property>
   			  <property name="single_line_mode">False</property>
   			  <property name="angle">0</property>
   			</widget>
   			<packing>
  -			  <property name="padding">0</property>
  -			  <property name="expand">False</property>
  -			  <property name="fill">False</property>
  +			  <property name="left_attach">0</property>
  +			  <property name="right_attach">1</property>
  +			  <property name="top_attach">1</property>
  +			  <property name="bottom_attach">2</property>
  +			  <property name="x_options">fill</property>
  +			  <property name="y_options"></property>
   			</packing>
   		      </child>
   
  @@ -622,9 +363,27 @@
   			  <property name="adjustment">1 0 10000 1 10 10</property>
   			</widget>
   			<packing>
  -			  <property name="padding">0</property>
  -			  <property name="expand">False</property>
  -			  <property name="fill">False</property>
  +			  <property name="left_attach">1</property>
  +			  <property name="right_attach">2</property>
  +			  <property name="top_attach">0</property>
  +			  <property name="bottom_attach">1</property>
  +			  <property name="y_options"></property>
  +			</packing>
  +		      </child>
  +
  +		      <child>
  +			<widget class="GtkComboBox" id="sort_order">
  +			  <property name="visible">True</property>
  +			  <property name="add_tearoffs">False</property>
  +			  <property name="focus_on_click">True</property>
  +			</widget>
  +			<packing>
  +			  <property name="left_attach">1</property>
  +			  <property name="right_attach">2</property>
  +			  <property name="top_attach">1</property>
  +			  <property name="bottom_attach">2</property>
  +			  <property name="x_options">fill</property>
  +			  <property name="y_options">fill</property>
   			</packing>
   		      </child>
   		    </widget>
  @@ -749,5 +508,3 @@
   </widget>
   
   </glade-interface>
  -
  - 	  	 
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs