Re: [PATCH] GNOME 2: HIGify welcome dialog.

2004-05-03 Thread David Hampton
On Sun, 2004-05-02 at 07:31, Christian Neumair wrote: > The attached patch aims to HIGify the welcome/new user dialog. What version of glade are you using to edit these files? There are a bunch of properties there that my version of glade (2.0.1) doesn't know about. David signature.asc Descri

Re: [PATCH] GNOME 2: Don't crash find dialog in date mode

2004-05-03 Thread David Hampton
On Sun, 2004-05-02 at 02:15, Christian Neumair wrote: > After applying this patch, the find dialog doesn't crash after switching > from date mode into another one. Committed. Thanks for finding this one. David signature.asc Description: This is a digitally signed message part

Re: [PATCH] GNOME 2: Fix trivial memleak

2004-05-03 Thread David Hampton
On Sun, 2004-05-02 at 02:06, Christian Neumair wrote: > This is really a very trivial patch that fixes dozens of memleaks that > occur in the treeview. Somebody copied a tree model path for no obvious > reason. The allocated memory is neither freed nor used. Committed. David signature.asc Desc

Re: [PATCH] GNOME 2: More memleak fixing

2004-05-03 Thread David Hampton
On Sun, 2004-05-02 at 03:04, Christian Neumair wrote: > gnc_ui_account_get_print_balance returns a newly allocated string. > Nobody uses it so we should free it. Committed. David signature.asc Description: This is a digitally signed message part ___

Re: [PATCH] GNOME 2: Make register popup menu work

2004-05-03 Thread David Hampton
On Sun, 2004-05-02 at 08:43, Christian Neumair wrote: > The attached patch makes the register popup menu work again. The problem > with the old implementation was that the callback returned TRUE for > button 3 under particular circumstances which means that the emission is > stopped. After applying

Re: QOF help!

2004-05-03 Thread Neil Williams
On Monday 03 May 2004 7:44, Neil Williams wrote: > On Sunday 02 May 2004 10:08, Derek Atkins wrote: > > > I'm trying to understand QOF using the sourceforge example: > > > http://qof.sourceforge.net/my-obj-example.c.html > > > To find the invoices you either need to iterate > > (using qof_collectio

Re: Require libglade 2.4?

2004-05-03 Thread Christian Neumair
On Sun, 2004-05-02 at 17:23 -0400, Derek Atkins wrote: > David Hampton <[EMAIL PROTECTED]> writes: > > > Six months ago the consensus was that RH9 would be the target platform. > > Given that we've probably got at least six months to go, and RH9 is > > officially unsupported as of yesterday, is i

Re: QOF help!

2004-05-03 Thread Derek Atkins
Neil Williams <[EMAIL PROTECTED]> writes: > I can't get this clear and I can't find any documentation on exactly how to > iterate over the existing, registered, GnuCash objects. At the moment, QOF > isn't make a whole lot of sense. Do I have to create and register yet another > object to query

Re: unable to make from CVS head

2004-05-03 Thread Derek Atkins
This error usually implies you have multiple versions of guile installed, and the version you get from "guile> (version)" does not match the version of the development headers you're building against. Based on the package list you have installed, I suspect this is the problem. "guile" is probably

Re: QOF help!

2004-05-03 Thread Linas Vepstas
Hi, FYI, there are now two example progs on the web: http://qof.sourceforge.net/my-obj-example.c.html http://qof.sourceforge.net/gobj-example.c.html Although neither directly adress your question. On Mon, May 03, 2004 at 10:33:32AM +0100, Neil Williams was heard to remark: > > I can't get this

Re: QOF (was QoF)

2004-05-03 Thread Linas Vepstas
Oh, Hi, I'm now reading the earlier mail ... On Mon, May 03, 2004 at 07:44:46AM +0100, Neil Williams was heard to remark: > On Sunday 02 May 2004 10:08, Derek Atkins wrote: > > > I'm trying to understand QOF using the sourceforge example: > > > http://qof.sourceforge.net/my-obj-example.c.html >

Re: QOF help!

2004-05-03 Thread Derek Atkins
Neil Williams <[EMAIL PROTECTED]> writes: > On Monday 03 May 2004 4:07, you wrote: >> > Where's the documentation for using QOF and Gnucash together? >> >> In theory, the docs should auto build with doxygen >> I think you need to >> configure --enable-doxygen or --enable-dot >> >> These docs ma

Re: QOF help!

2004-05-03 Thread Neil Williams
On Monday 03 May 2004 4:07, you wrote: > > Where's the documentation for using QOF and Gnucash together? > > In theory, the docs should auto build with doxygen > I think you need to > configure --enable-doxygen or --enable-dot > > These docs may be, um minimal. After updating from CVS HEAD, rer