r15626 - gnucash/trunk/src - Remove unused SLR dialog split pane; configure scrollbars to auto-appear.

Josh Sled jsled at cvs.gnucash.org
Mon Feb 19 14:08:23 EST 2007


Author: jsled
Date: 2007-02-19 14:08:23 -0500 (Mon, 19 Feb 2007)
New Revision: 15626
Trac: http://svn.gnucash.org/trac/changeset/15626

Modified:
   gnucash/trunk/src/doc/sx.rst
   gnucash/trunk/src/gnome/dialog-sx-since-last-run.c
   gnucash/trunk/src/gnome/glade/sched-xact.glade
Log:
Remove unused SLR dialog split pane; configure scrollbars to auto-appear.

Modified: gnucash/trunk/src/doc/sx.rst
===================================================================
--- gnucash/trunk/src/doc/sx.rst	2007-02-19 19:01:47 UTC (rev 15625)
+++ gnucash/trunk/src/doc/sx.rst	2007-02-19 19:08:23 UTC (rev 15626)
@@ -86,7 +86,7 @@
 ! - [x] save/restore state
 
 - sx editor
-  - [ ] clean up source formatting
+  - [/] clean up source formatting
   - [ ] re-layout dialog
     - tabs: "overview", "frequency", "template transaction" [, "estimation"]
   - [ ] model-ize
@@ -132,7 +132,7 @@
       - [x] remove daily [m-f] (-> weekly)
       - [x] remove biweekly page (-> weekly)
       - [x] remove > monthly pages (-> monthly)
-    - [ ] clean up, reformat source
+    - [x] clean up, reformat source
   - dialog-sx-editor
     - [ ] gnc_sxed_check_changed
     - [ ] gnc_sxed_check_consistent
@@ -146,8 +146,8 @@
 ! - [ ] save/restore dialog window size
   - [ ] "reminder" instances show number of days until due
   - [ ] "Find unfinished" button; count; sensitize Ok as function of unfinished.
-  - [ ] remove split pane
-  - [ ] "auto" scrollbars
+  - [x] remove split pane
+  - [x] "auto" scrollbars
 ! - [x] rewrite adapter (re-)population logic
   - [x] move "effect_change" up to app-utils/, test.
   - [x] move state-change up to app-utils

Modified: gnucash/trunk/src/gnome/dialog-sx-since-last-run.c
===================================================================
--- gnucash/trunk/src/gnome/dialog-sx-since-last-run.c	2007-02-19 19:01:47 UTC (rev 15625)
+++ gnucash/trunk/src/gnome/dialog-sx-since-last-run.c	2007-02-19 19:08:23 UTC (rev 15626)
@@ -935,13 +935,6 @@
     // gobject-2.10: g_object_ref_sink(G_OBJECT(dialog->editing_model));
     g_object_ref(G_OBJECT(dialog->editing_model));
      
-    {
-        GtkPaned *paned;
-
-        paned = GTK_PANED(glade_xml_get_widget(glade, "paned"));
-        gtk_paned_set_position(paned, 240);
-    }
-
     dialog->review_created_txns_toggle = GTK_TOGGLE_BUTTON(glade_xml_get_widget(glade, "review_txn_toggle"));
      
     {

Modified: gnucash/trunk/src/gnome/glade/sched-xact.glade
===================================================================
--- gnucash/trunk/src/gnome/glade/sched-xact.glade	2007-02-19 19:01:47 UTC (rev 15625)
+++ gnucash/trunk/src/gnome/glade/sched-xact.glade	2007-02-19 19:08:23 UTC (rev 15626)
@@ -5783,41 +5783,25 @@
 	  <property name="spacing">0</property>
 
 	  <child>
-	    <widget class="GtkVPaned" id="paned">
+	    <widget class="GtkScrolledWindow" id="scrolledwindow21">
 	      <property name="visible">True</property>
 	      <property name="can_focus">True</property>
-	      <property name="position">240</property>
+	      <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
+	      <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
+	      <property name="shadow_type">GTK_SHADOW_IN</property>
+	      <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
 	      <child>
-		<widget class="GtkScrolledWindow" id="scrolledwindow21">
+		<widget class="GtkTreeView" id="instance_view">
 		  <property name="visible">True</property>
 		  <property name="can_focus">True</property>
-		  <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
-		  <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
-		  <property name="shadow_type">GTK_SHADOW_IN</property>
-		  <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
-
-		  <child>
-		    <widget class="GtkTreeView" id="instance_view">
-		      <property name="visible">True</property>
-		      <property name="can_focus">True</property>
-		      <property name="has_focus">True</property>
-		      <property name="headers_visible">True</property>
-		      <property name="rules_hint">False</property>
-		      <property name="reorderable">False</property>
-		      <property name="enable_search">True</property>
-		    </widget>
-		  </child>
+		  <property name="has_focus">True</property>
+		  <property name="headers_visible">True</property>
+		  <property name="rules_hint">False</property>
+		  <property name="reorderable">False</property>
+		  <property name="enable_search">True</property>
 		</widget>
-		<packing>
-		  <property name="shrink">True</property>
-		  <property name="resize">False</property>
-		</packing>
 	      </child>
-
-	      <child>
-		<placeholder/>
-	      </child>
 	    </widget>
 	    <packing>
 	      <property name="padding">0</property>



More information about the gnucash-changes mailing list