[Gnucash-changes] Update status.

David Hampton hampton at cvs.gnucash.org
Sun Apr 24 19:55:19 EDT 2005


Log Message:
-----------
Update status.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash:
        ChangeLog
        GNOME2_STATUS

Revision Data
-------------
Index: ChangeLog
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/ChangeLog,v
retrieving revision 1.1487.2.194
retrieving revision 1.1487.2.195
diff -LChangeLog -LChangeLog -u -r1.1487.2.194 -r1.1487.2.195
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,47 @@
+2005-04-24  David Hampton  <hampton at employees.org>
+
+	* gnucash/src/core-utils/gnc-gconf-utils.[ch]:
+	* gnucash/src/gnome-utils/gnc-gconf-utils.[ch]: Moved files from
+	the gnome-utils directory to the core-utils directory. Clean up
+	the usage of these functions.  Document the functions with
+	doxygen.
+
+	* various: Changes for the move/cleanup of gnc-gconf.
+
+	* gnucash/src/gnome/schemas/apps_gnucash_dialog_commodities.schemas:
+	* gnucash/src/gnome/schemas/apps_gnucash_dialog_prices.schemas:
+	* gnucash/src/gnome-utils/gnc-tree-view-account.c:
+	* gnucash/src/gnome-utils/gnc-tree-view-commodity.c:
+	* gnucash/src/gnome-utils/gnc-tree-view-price.c: Remove old
+	references to the GtkTreeView "rules_hint" property.  This
+	property is now controlled via the .gtkrc file (where it should
+	be).
+
+	* gnucash/src/gnome/gnc-plugin.[ch]: Add infrastructure for
+	plugins to easily request notification of changes to gconf for a
+	specific section of gnucash variables.
+
+	* configure.in:
+	* gnucash/src/app-file/Makefile.am:
+	* gnucash/src/app-file/gnc-file-history.[ch]:
+	* gnucash/src/app-file/gnc-file-p.h:
+	* gnucash/src/app-file/gw-app-file-spec.scm:
+	* gnucash/src/gnome/gnc-plugin-file-history.[ch]:
+	* gnucash/src/gnome/ui/gnc-plugin-file-history-ui.xml:
+	* gnucash/src/app-file/schemas/Makefile.am:
+	* gnucash/src/app-file/schemas/apps_gnucash_history.schemas: Hook
+	the file history list into gconf.
+
+	* gnucash/src/gnome/gnc-main-window.c:
+	* gnucash/src/gnome/gnc-plugin-page-account-tree.c:
+	* gnucash/src/gnome/gnc-plugin-page.[ch]:
+	* gnucash/src/gnome/window-main-summarybar.c: Move the summary bar
+	to the body of the page, just below the account tree.  Implement
+	support for changing the summary bar when the page is changed,
+	since the register page has a different summary bar. Hook the main
+	window in to use standard desktop gconf key to decide if the
+	toolbar is show as text/icons/both.
+
 2005-04-23  Derek Atkins <derek at ihtfp.com>
 
 	* Merge gog-integ branch into g2 branch.
Index: GNOME2_STATUS
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/Attic/GNOME2_STATUS,v
retrieving revision 1.1.2.46
retrieving revision 1.1.2.47
diff -LGNOME2_STATUS -LGNOME2_STATUS -u -r1.1.2.46 -r1.1.2.47
--- GNOME2_STATUS
+++ GNOME2_STATUS
@@ -85,14 +85,8 @@
   - Summary Bar
 
     - Summarybar restored into GncMainWindow UI; summary-select list does not
-      respond to button-pressing.
-
-    - View > Summary Bar (toggle) menu option has no effect.
-
-  - File Menu
-
-    - The "Open Recent" menu only has the first entry; the rest of the lines
-      appear blank.
+      respond to button-pressing.  The problem is that the widget
+      never sees the button_press_event.
 
   - [low-priority] New registers should open in new top-level windows.
 
@@ -112,6 +106,8 @@
     (gnucash:26380): GLib-GObject-WARNING **: gsignal.c:989: no emission of
     signal "key-press-event" to stop for instance `0x855a240'
 
+  - doesn't remember custom check formats.
+
 - Reconcile
 
   - Crash after initial value-prompting dialog:
@@ -135,12 +131,6 @@
 
   - There's no way to edit/refine a search.
 
-- Transfer
-
-  - Top 5 fields and don't expand width-wise.
-
-  - Bottom 2 fields [Currency Transfer] don't expand width-wise.
-
 - View Lots
 
   - Dialog opens too small [whole bottom panel is invisible]


More information about the gnucash-changes mailing list