[Gnucash-changes] r11944 - gnucash/trunk - Remove extraneous carriage return.

David Hampton hampton at cvs.gnucash.org
Tue Nov 15 01:21:39 EST 2005


Author: hampton
Date: 2005-11-15 01:21:38 -0500 (Tue, 15 Nov 2005)
New Revision: 11944
Trac: http://svn.gnucash.org/trac/changeset/11944

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/GNOME2_STATUS
   gnucash/trunk/src/gnome/glade/print.glade
Log:
Remove extraneous carriage return.

Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2005-11-15 05:07:13 UTC (rev 11943)
+++ gnucash/trunk/ChangeLog	2005-11-15 06:21:38 UTC (rev 11944)
@@ -1,5 +1,7 @@
 2005-11-14    <david at hampton-pc.rainbolthampton.net>
 
+	* src/gnome/glade/print.glade: Remove extraneous carriage return.
+
 	* src/gnome-utils/gnc-file.c: Pass the action variable to
 	gtk_file_chooser_dialog_new() to get the right style of
 	dialog (open, save. etc.).

Modified: gnucash/trunk/GNOME2_STATUS
===================================================================
--- gnucash/trunk/GNOME2_STATUS	2005-11-15 05:07:13 UTC (rev 11943)
+++ gnucash/trunk/GNOME2_STATUS	2005-11-15 06:21:38 UTC (rev 11944)
@@ -55,7 +55,9 @@
 
   - Printing
 
-    - Tested? Reporting?  Accounts?
+    - Printing cheks works.
+    - Printing text reports works.
+    - Printing pie/bar charts fails.
 
   - Startup CRITICAL errors...
 
@@ -71,16 +73,9 @@
     (gnucash:7823): GLib-GObject-CRITICAL **: file gvalue.c: line 149 (g_value_unset): assertion `G_IS_VALUE (value)' failed
     Use of deprecated SAXv1 function getLineNumber
 
-  - Window size/position not being saved or used.
-
-    - Dialog window positions are now saved.  Saving position of the
-      main window is in progress.  Please annotate this file with any
-      windows whose positions are not saved but you think they should be.
-
-    - The main windows do not yet support saving position/size
-      information.  (On my list - DRH)
-
   - Open pages are no longer open after reopening file.
+    - Account tree, register and report pages are restored.
+    - Budget and busines pages are not restored.
 
   - Weird pango_layout_set_text "string not UTF-8" issues reported by Neil Williams:
     
@@ -90,23 +85,8 @@
 
 - Register Core - mostly functional
 
-  - mouse wheel up/down events only work if mouse-focused on scroll bar / are
-    not passed from the sheet to the scroll.
-
-  - (fixed, notes) Completion has problems.  It does complete when a
-    character is typed but it fails to select the inserted text.  This means
-    that the next character typed is inserted instead of continuing to test
-    for completion
-
-    - This is better, but by hacking around GTK... it appears that both
-      2.4(.14) and 2.6(.8) disallow the editable's selection to be set in the
-      char-insert callback/handler.  Instead, we register a one-shot
-      immediate callback for the idle loop to do the selection.
-
   - doesn't remember custom check formats.
 
-  - duplicate-transaction dialog is not initialized with transaction number
-
 - Reconcile
 
   - Crash after initial value-prompting dialog:
@@ -127,11 +107,6 @@
 
 - Reporting / Graphing [mostly functional]
 
-  - Menus added in reverse order.
-
-     - Probably a detail of gtk-ui-manager merging; should be controllable in
-       gnc-menu-extensions.c.
-
   - Graphing working, with some known issue; see top
     of src/gnome-utils/gnc-html-graph-gog.c for more detail.
 
@@ -151,17 +126,6 @@
     to a GTK_TREE_VIEW.  Currently working as a GtkClist. 
 
 
-- Notebook tabs
-
-  - When opening multiple report tabs, all reports get tab title of
-    first report. [FIXED]
-
-  - Account Tree tab title is unaffected by "Name of Account View" option.
-
-  - Also, changing that option doesn't affect dirty status of options
-    dialog. [ FIXED ]
-
-
 - Budgeting
 
   - Budget Report
@@ -281,11 +245,6 @@
     or the account name, but not being able to re-parent the account.  (Maybe
     add DND support for this in long-term?)
 
-- File Menu
-
-  - Rename "New Account Tree" to "Display Account Tree" as "New" gives the
-    impression that a creation of something will occur.  PJK
-
 - Find
 
   - There's no way to edit/refine a search.

Modified: gnucash/trunk/src/gnome/glade/print.glade
===================================================================
--- gnucash/trunk/src/gnome/glade/print.glade	2005-11-15 05:07:13 UTC (rev 11943)
+++ gnucash/trunk/src/gnome/glade/print.glade	2005-11-15 06:21:38 UTC (rev 11944)
@@ -255,8 +255,7 @@
 		      <child>
 			<widget class="GtkMenuItem" id="buyand2">
 			  <property name="visible">True</property>
-			  <property name="label" translatable="yes">Quicken(tm) Wallet Checks w/ side stub
-</property>
+			  <property name="label" translatable="yes">Quicken(tm) Wallet Checks w/ side stub</property>
 			  <property name="use_underline">True</property>
 			</widget>
 		      </child>



More information about the gnucash-changes mailing list