Re: Editing GnuCash source with Eclipse

2010-02-25 Thread Geert Janssens
On Thursday 25 February 2010, z33...@gmail.com wrote: > On Thu, Feb 25, 2010 at 9:21 AM, Tom Van Braeckel > > wrote: > > On Thu, Feb 25, 2010 at 4:59 PM, Tommy Trussell > > > >wrote: > > > > > > > > > I haven't even started looking at the C sources... I also haven't > > > played with the svn inte

Re: Editing GnuCash source with Eclipse

2010-02-25 Thread z33b0b
On Thu, Feb 25, 2010 at 9:21 AM, Tom Van Braeckel wrote: > On Thu, Feb 25, 2010 at 4:59 PM, Tommy Trussell >wrote: > > > > > I haven't even started looking at the C sources... I also haven't > > played with the svn integration... > > > > I don't see a reason why SVN wouldn't just work. > It's b

Editing GnuCash source with Eclipse

2010-02-25 Thread Tommy Trussell
I chatted a few nights ago with someone (Geert?) on irc about recommended environments for tinkering with GnuCash source, specifically the scheme report code and some things I want to experiment with regarding menus. Geert recommended trying Eclipse but I had some trouble (as a very casual program

Re: astyle options [Was: Scaheme formatting with astyle]

2010-02-25 Thread Thomas Troesch
On Thu, Feb 25, 2010 at 12:22 AM, Christian Stimming wrote: > Zitat von Thomas Troesch : > > http://lists.gnucash.org/pipermail/gnucash-devel/2009-August/026121.htmland my commit r18675 recently. which links to previous >>> >>> As a one-liner: >>> $ astyle --indent=spa

Re: Code formatting Re: SQL backend performance

2010-02-25 Thread Phil Longstaff
On Thu, 2010-02-25 at 09:49 +0100, Christian Stimming wrote: > Zitat von Phil Longstaff : > >> http://lists.gnucash.org/pipermail/gnucash-devel/2009-August/026121.html > >> and > >> my commit r18675 recently. I didn't apply this to the full source > >> tree so far > >> in order not to destroy so

Re: Recent problem: typing separator char ignored

2010-02-25 Thread Phil Longstaff
On Thu, 2010-02-25 at 09:15 +0100, Christian Stimming wrote: > Zitat von Phil Longstaff : > > > Has anyone else noticed this problem recently with trunk when entering > > the account for a split? I enter "A" "s" and it shows "ASsets:current > > assets" (capital letter show current match and then

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-25 Thread Geert Janssens
On Thursday 25 February 2010, you wrote: > Zitat von Geert Janssens : > >> 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 > > > > ... > > Christian, > > > > With your fix for libbonoboui on Window

Re: cmake discussion (was: r18717 - gnucash/trunk/src - Add some experimental CMakeLists.txt)

2010-02-25 Thread Christian Stimming
Zitat von Martin Preuss : [...] Off-topic: Why I think cmake is better than autotools: [...] There are two points which prevented me from switching my own projects to cmake a few years ago: - no cross-compile support - no support for convenience libraries The most important point was the latt

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-25 Thread Christian Stimming
Zitat von Geert Janssens : 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 ... Christian, With your fix for libbonoboui on Windows, I see you patch its config.ac file to remove all the popt tests. On the ot

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-25 Thread Geert Janssens
On Tuesday 23 February 2010, 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 >

Re: r18717 - gnucash/trunk/src - Add some experimental CMakeLists.txt

2010-02-25 Thread Martin Preuss
Hi, On Donnerstag 25 Februar 2010, Christian Stimming wrote: [...] > Off-topic: Why I think cmake is better than autotools: [...] There are two points which prevented me from switching my own projects to cmake a few years ago: - no cross-compile support - no support for convenience libraries Th

Re: r18717 - gnucash/trunk/src - Add some experimental CMakeLists.txt

2010-02-25 Thread Christian Stimming
Zitat von John Ralls : I don't have any experience with cmake though, so at this stage I won't be of much help. But I wanted to let you know I'm interested anyway :) I recommend Bakefile (http://www.bakefile.org), which has the major advantage of preparing build scripts for the native buil

Re: Code formatting Re: SQL backend performance

2010-02-25 Thread Christian Stimming
Zitat von Phil Longstaff : http://lists.gnucash.org/pipermail/gnucash-devel/2009-August/026121.html and my commit r18675 recently. I didn't apply this to the full source tree so far in order not to destroy some people's diffs which are still waiting to be applied... I think the directory you'r

PATCH: Turn on documentation for static functions, and use AUTOBRIEF

2010-02-25 Thread Jesse Weinstein
There are two Doxygen options which are currently off, that probably ought to be on. The first is EXTRACT_STATIC, which causes Doxygen to actually show all the static functions we've so carefully documented. Currently, the documentation for them is simply invisible (at least from the Doxygen vi

Re: astyle options [Was: Scaheme formatting with astyle]

2010-02-25 Thread Christian Stimming
Zitat von Thomas Troesch : http://lists.gnucash.org/pipermail/gnucash-devel/2009-August/026121.html and my commit r18675 recently. which links to previous As a one-liner: $ astyle --indent=spaces=4 --brackets=break --pad-oper *.[hc] its --pad=oper so $ astyle --indent=spaces=4 -

Re: Recent problem: typing separator char ignored

2010-02-25 Thread Christian Stimming
Zitat von Phil Longstaff : Has anyone else noticed this problem recently with trunk when entering the account for a split? I enter "A" "s" and it shows "ASsets:current assets" (capital letter show current match and then lower case show potential typeahead). Before a few days ago, ":" "C" would