anjuta r4695 - in trunk: . plugins/build-basic-autotools plugins/cvs-plugin plugins/document-manager plugins/language-support-cpp-java plugins/message-view plugins/scintilla plugins/search plugins/sourceview



Author: jhs
Date: Wed Feb  4 10:02:23 2009
New Revision: 4695
URL: http://svn.gnome.org/viewvc/anjuta?rev=4695&view=rev

Log:
2009-02-04  Johannes Schmid  <jhs gnome org>

	* plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
	.glade:
	* plugins/cvs-plugin/anjuta-cvs-plugin.glade:
	* plugins/document-manager/anjuta-document-manager.glade:
	* plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
	* plugins/message-view/anjuta-message-manager-plugin.glade:
	* plugins/scintilla/anjuta-editor-scintilla.glade:
	* plugins/search/anjuta-search.glade:
	* plugins/sourceview/anjuta-editor-sourceview.glade:
	#567100 â opening Find dialog causes GtkSpinButton warning

Modified:
   trunk/ChangeLog
   trunk/plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade
   trunk/plugins/cvs-plugin/anjuta-cvs-plugin.glade
   trunk/plugins/document-manager/anjuta-document-manager.glade
   trunk/plugins/language-support-cpp-java/anjuta-language-cpp-java.glade
   trunk/plugins/message-view/anjuta-message-manager-plugin.glade
   trunk/plugins/scintilla/anjuta-editor-scintilla.glade
   trunk/plugins/search/anjuta-search.glade
   trunk/plugins/sourceview/anjuta-editor-sourceview.glade

Modified: trunk/plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade
==============================================================================
--- trunk/plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade	(original)
+++ trunk/plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade	Wed Feb  4 10:02:23 2009
@@ -185,7 +185,7 @@
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="xalign">1</property>
-                            <property name="adjustment">4 1 30 1 10 10</property>
+                            <property name="adjustment">4 1 30 1 10 0</property>
                             <property name="snap_to_ticks">True</property>
                             <property name="numeric">True</property>
                             <property name="wrap">True</property>

Modified: trunk/plugins/cvs-plugin/anjuta-cvs-plugin.glade
==============================================================================
--- trunk/plugins/cvs-plugin/anjuta-cvs-plugin.glade	(original)
+++ trunk/plugins/cvs-plugin/anjuta-cvs-plugin.glade	Wed Feb  4 10:02:23 2009
@@ -101,7 +101,7 @@
                   <widget class="GtkSpinButton" id="preferences_spin:int:3:0:cvs.compression">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
-                    <property name="adjustment">1 0 10 1 10 10</property>
+                    <property name="adjustment">1 0 10 1 10 0</property>
                     <property name="climb_rate">1</property>
                     <property name="numeric">True</property>
                   </widget>

Modified: trunk/plugins/document-manager/anjuta-document-manager.glade
==============================================================================
--- trunk/plugins/document-manager/anjuta-document-manager.glade	(original)
+++ trunk/plugins/document-manager/anjuta-document-manager.glade	Wed Feb  4 10:02:23 2009
@@ -75,7 +75,7 @@
                           <widget class="GtkSpinButton" id="preferences_spin:int:10:0:autosave.timer">
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
-                            <property name="adjustment">10 1 1000 1 10 10</property>
+                            <property name="adjustment">10 1 1000 1 10 0</property>
                             <property name="climb_rate">1</property>
                             <property name="numeric">True</property>
                           </widget>
@@ -87,7 +87,7 @@
                         <child>
                           <widget class="GtkSpinButton" id="preferences_spin:int:10:0:save.session.timer">
                             <property name="can_focus">True</property>
-                            <property name="adjustment">10 0 1000 1 10 10</property>
+                            <property name="adjustment">10 0 1000 1 10 0</property>
                             <property name="climb_rate">1</property>
                             <property name="numeric">True</property>
                           </widget>

Modified: trunk/plugins/language-support-cpp-java/anjuta-language-cpp-java.glade
==============================================================================
--- trunk/plugins/language-support-cpp-java/anjuta-language-cpp-java.glade	(original)
+++ trunk/plugins/language-support-cpp-java/anjuta-language-cpp-java.glade	Wed Feb  4 10:02:23 2009
@@ -98,7 +98,7 @@
                               <widget class="GtkSpinButton" id="preferences_spin:int:0:1:language.cpp.indent.brace.size">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">0 0 100 1 10 10</property>
+                                <property name="adjustment">0 0 100 1 10 0</property>
                                 <property name="climb_rate">1</property>
                                 <property name="numeric">True</property>
                               </widget>
@@ -115,7 +115,7 @@
                               <widget class="GtkSpinButton" id="preferences_spin:int:4:1:language.cpp.indent.statement.size">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">4 0 100 1 10 10</property>
+                                <property name="adjustment">4 0 100 1 10 0</property>
                                 <property name="climb_rate">1</property>
                                 <property name="numeric">True</property>
                               </widget>
@@ -218,7 +218,7 @@
                           <widget class="GtkSpinButton" id="preferences_spin:int:10:0:language.cpp.code.completion.choices">
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
-                            <property name="adjustment">10 0 50 1 10 10</property>
+                            <property name="adjustment">10 0 50 1 10 0</property>
                             <property name="climb_rate">1</property>
                             <property name="numeric">True</property>
                           </widget>

Modified: trunk/plugins/message-view/anjuta-message-manager-plugin.glade
==============================================================================
--- trunk/plugins/message-view/anjuta-message-manager-plugin.glade	(original)
+++ trunk/plugins/message-view/anjuta-message-manager-plugin.glade	Wed Feb  4 10:02:23 2009
@@ -40,7 +40,7 @@
                 <child>
                   <widget class="GtkSpinButton" id="preferences_spin:int:50:0:truncat.mesg.first">
                     <property name="can_focus">True</property>
-                    <property name="adjustment">50 1 1000 1 10 10</property>
+                    <property name="adjustment">50 1 1000 1 10 0</property>
                     <property name="climb_rate">1</property>
                     <property name="numeric">True</property>
                   </widget>
@@ -56,7 +56,7 @@
                 <child>
                   <widget class="GtkSpinButton" id="preferences_spin:int:50:0:truncat.mesg.last">
                     <property name="can_focus">True</property>
-                    <property name="adjustment">50 1 1000 1 10 10</property>
+                    <property name="adjustment">50 1 1000 1 10 0</property>
                     <property name="climb_rate">1</property>
                     <property name="numeric">True</property>
                   </widget>

Modified: trunk/plugins/scintilla/anjuta-editor-scintilla.glade
==============================================================================
--- trunk/plugins/scintilla/anjuta-editor-scintilla.glade	(original)
+++ trunk/plugins/scintilla/anjuta-editor-scintilla.glade	Wed Feb  4 10:02:23 2009
@@ -67,7 +67,7 @@
                               <widget class="GtkSpinButton" id="preferences_spin:int:3:0:autocompleteword.automatic">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">3 0 50 1 10 10</property>
+                                <property name="adjustment">3 0 50 1 10 0</property>
                                 <property name="climb_rate">1</property>
                                 <property name="numeric">True</property>
                               </widget>
@@ -387,7 +387,7 @@
                               <widget class="GtkSpinButton" id="preferences_spin:int:80:0:edge.column">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">80 0 500 1 10 10</property>
+                                <property name="adjustment">80 0 500 1 10 0</property>
                                 <property name="climb_rate">1</property>
                               </widget>
                               <packing>
@@ -400,7 +400,7 @@
                             <child>
                               <widget class="GtkSpinButton" id="preferences_spin:int:350:0:caret.period">
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">212 100 10000 10 10 10</property>
+                                <property name="adjustment">212 100 10000 10 10 0</property>
                                 <property name="climb_rate">10</property>
                                 <property name="numeric">True</property>
                               </widget>
@@ -414,7 +414,7 @@
                             <child>
                               <widget class="GtkSpinButton" id="preferences_spin:int:2:0:caret.width">
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">1 1 3 1 10 10</property>
+                                <property name="adjustment">1 1 3 1 10 0</property>
                                 <property name="climb_rate">1</property>
                                 <property name="numeric">True</property>
                               </widget>
@@ -471,7 +471,7 @@
                             <child>
                               <widget class="GtkSpinButton" id="preferences_spin:int:40:0:margin.linenumber.width">
                                 <property name="can_focus">True</property>
-                                <property name="adjustment">40 10 200 1 10 10</property>
+                                <property name="adjustment">40 10 200 1 10 0</property>
                                 <property name="climb_rate">1</property>
                                 <property name="numeric">True</property>
                               </widget>
@@ -695,7 +695,7 @@
                       <widget class="GtkSpinButton" id="preferences_spin:int:4:1:indent.size">
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
-                        <property name="adjustment">4 1 100 1 10 10</property>
+                        <property name="adjustment">4 1 100 1 10 0</property>
                         <property name="climb_rate">1</property>
                         <property name="numeric">True</property>
                       </widget>
@@ -712,7 +712,7 @@
                       <widget class="GtkSpinButton" id="preferences_spin:int:4:1:tabsize">
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
-                        <property name="adjustment">4 1 100 1 10 10</property>
+                        <property name="adjustment">4 1 100 1 10 0</property>
                         <property name="climb_rate">1</property>
                         <property name="numeric">True</property>
                       </widget>
@@ -961,7 +961,7 @@
                   <widget class="GtkSpinButton" id="preferences_spin:int:1:0:print.linenumber.count">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
-                    <property name="adjustment">1 0 1000 1 10 10</property>
+                    <property name="adjustment">1 0 1000 1 10 0</property>
                     <property name="climb_rate">1</property>
                     <property name="numeric">True</property>
                   </widget>

Modified: trunk/plugins/search/anjuta-search.glade
==============================================================================
--- trunk/plugins/search/anjuta-search.glade	(original)
+++ trunk/plugins/search/anjuta-search.glade	Wed Feb  4 10:02:23 2009
@@ -487,7 +487,7 @@
                                           <widget class="GtkSpinButton" id="actions.max">
                                             <property name="visible">True</property>
                                             <property name="can_focus">True</property>
-                                            <property name="adjustment">100 1 400 1 10 10</property>
+                                            <property name="adjustment">100 1 400 1 10 0</property>
                                             <property name="climb_rate">1</property>
                                           </widget>
                                           <packing>

Modified: trunk/plugins/sourceview/anjuta-editor-sourceview.glade
==============================================================================
--- trunk/plugins/sourceview/anjuta-editor-sourceview.glade	(original)
+++ trunk/plugins/sourceview/anjuta-editor-sourceview.glade	Wed Feb  4 10:02:23 2009
@@ -50,7 +50,7 @@
                           <widget class="GtkSpinButton" id="preferences_spin:int:4:1:indent.size">
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
-                            <property name="adjustment">4 1 100 1 10 10</property>
+                            <property name="adjustment">4 1 100 1 10 0</property>
                             <property name="climb_rate">1</property>
                             <property name="numeric">True</property>
                           </widget>
@@ -67,7 +67,7 @@
                           <widget class="GtkSpinButton" id="preferences_spin:int:4:1:tabsize">
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
-                            <property name="adjustment">4 1 100 1 10 10</property>
+                            <property name="adjustment">4 1 100 1 10 0</property>
                             <property name="climb_rate">1</property>
                             <property name="numeric">True</property>
                           </widget>
@@ -355,7 +355,7 @@
                                   <widget class="GtkSpinButton" id="preferences_spin:int:80:0:sourceview.rightmargin.position">
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
-                                    <property name="adjustment">80 0 200 1 10 10</property>
+                                    <property name="adjustment">80 0 200 1 10 0</property>
                                     <property name="climb_rate">1</property>
                                     <property name="numeric">True</property>
                                   </widget>



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