[Gnucash-changes] updates

Joshua Sled jsled at cvs.gnucash.org
Sat Oct 8 14:48:35 EDT 2005


Log Message:
-----------
updates

Tags:
----
gnucash-gnome2-dev

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

Revision Data
-------------
Index: GNOME2_STATUS
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/Attic/GNOME2_STATUS,v
retrieving revision 1.1.2.72
retrieving revision 1.1.2.73
diff -LGNOME2_STATUS -LGNOME2_STATUS -u -r1.1.2.72 -r1.1.2.73
--- GNOME2_STATUS
+++ GNOME2_STATUS
@@ -88,6 +88,9 @@
 
 - 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
@@ -99,19 +102,22 @@
       immediate callback for the idle loop to do the selection.
 
   - The first time it is used, the combocell popups (account-list,
-    split-action) immediately closes (before user notices).  After that it
-    functions normally.
+    split-action) immediately closes (before the user notices).  After that,
+    it functions normally.
     
     - (jsled) This is due to the "changed" signal on the tree-view-selection
       getting fired, causing the popup to naturally close.  I *believe*
       "changed" is emitted because the popup window gets
-      gtk_widget_grab_focus()ed, but I'm not 100% sure.
+      gtk_widget_grab_focus()ed, but I'm not 100% sure.  This doesn't explain
+      why it would only occur the first time.
 
   - selection events on the combo-cells aren't working.
 
     (gnucash:26380): GLib-GObject-WARNING **: gsignal.c:989: no emission of
     signal "key-press-event" to stop for instance `0x855a240'
 
+    - (jsled) cannot reproduce, 08 Oct 2005
+
   - selection of the date for the datecell seems to also select the
     transaction underneath the calendar, leading to the "this transaction has
     changed, do you want to save" dialog.
@@ -120,6 +126,8 @@
 
   - doesn't remember custom check formats.
 
+  - duplicate-transaction dialog cannot be Ok- or Cancel-ed.
+
 - Reconcile
 
   - Crash after initial value-prompting dialog:
@@ -138,7 +146,7 @@
         #11 0x40327076 in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
         #12 0x40326047 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
 
-- Reporting [somewhat functional]
+- Reporting [mostly functional]
 
   - Graphing still unsupported; [jsled] in periodic contact with Jody
     Goldberg of Gnumeric regarding Gnome Office Graphing [GOG] to be factored


More information about the gnucash-changes mailing list