Coupling of preferences internal references and UI rendering

2010-02-26 Thread Jeff Kletsky
When I look at the code for setting preferences, such as in src/business/business-utils/business-prefs.scm it appears to me that there is a "hard link" between the access to the preference and the UI rendering (define (book-options-generator options) (define (reg-option new-option) (gnc:r

Re: r18699 - gnucash/trunk - Ensure that GNC_DOT_PATH and other gnc_dotgnucash_dir() logic is

2010-02-26 Thread Phil Longstaff
On Sat, 2010-02-20 at 17:01 -0500, John Ralls wrote: > Author: jralls > Date: 2010-02-20 17:01:05 -0500 (Sat, 20 Feb 2010) > New Revision: 18699 > Trac: http://svn.gnucash.org/trac/changeset/18699 > > Modified: >gnucash/trunk/AUTHORS >gnucash/trunk/src/bin/gnucash-setup-env-osx.in >gnu

Re: Build dependencies (was: Re: Request: require glib2 >= 2.12)

2010-02-26 Thread John Ralls
On Feb 20, 2010, at 5:05 PM, John Ralls wrote: > > On Feb 20, 2010, at 10:32 AM, John Ralls wrote: > >> >> >> I too am using Guile 1.6 with OSX, because when I set up the builds in late >> 2008 Gnucash had problems with 1.8 and I haven't tried again since. I'll do >> so today or tomorrow an

Re: Build dependencies (was: Re: Request: require glib2 >= 2.12)

2010-02-26 Thread John Ralls
On Feb 20, 2010, at 10:32 AM, John Ralls wrote: > > WebKitGTK is another dependency that we need to assess, I think. They don't > actually have a declared "stable" release yet, though they have a > quasi-stable 1.15 branch. Their announced plan was to have a stable 1.2 out > this summer, but

Re: r18711 - gnucash/trunk - Bug #610348: Add compiling our own binary of libbonoboui because the ftp.gnome.org binary still depends on the obsolete libxml2.dll.

2010-02-26 Thread Phil Longstaff
On Tue, 2010-02-23 at 15:10 -0500, Christian Stimming wrote: > Author: cstim > Date: 2010-02-23 15:10:31 -0500 (Tue, 23 Feb 2010) > New Revision: 18711 > Trac: http://svn.gnucash.org/trac/changeset/18711 > > Added: >gnucash/trunk/packaging/win32/libbonoboui-2.24.2.patch > Modified: >gnucas

Re: Recent problem: typing separator char ignored

2010-02-26 Thread Phil Longstaff
On Fri, 2010-02-26 at 20:21 +0900, Yasuaki Taniguchi/谷口康明 wrote: > Hello, > > 1) when entering an account name, the account separator would no longer accept > at the current level > of the account tree and move to the next level > 2) + and - in a date field would not change the field by 1 week. >

Re: Recent problem: typing separator char ignored

2010-02-26 Thread Yasuaki Taniguchi/谷口康明
Hello, I made a workaround patch for these problems. Would you try to test it? issue: https://bugzilla.gnome.org/show_bug.cgi?id=605802 patch: https://bugzilla.gnome.org/attachment.cgi?id=154755 Thanks in advance, Yasuaki ___ gnucash-devel mailing list

Re: Recent problem: typing separator char ignored

2010-02-26 Thread Yasuaki Taniguchi/谷口康明
Hello, 1) when entering an account name, the account separator would no longer accept at the current level of the account tree and move to the next level 2) + and - in a date field would not change the field by 1 week. I confirmed both of them. Thank you for your pointing them out. 1) is easy t