Re: Webkit

2010-03-03 Thread John Ralls
On Mar 3, 2010, at 5:18 PM, Phil Longstaff wrote: > On Wed, 2010-03-03 at 16:56 -0800, John Ralls wrote: >> On Mar 3, 2010, at 7:02 AM, Derek Atkins wrote: >> >>> John Ralls writes: >>> You might recall that I filed a bug against WebKitGtk on this last summer, and got the rather tart

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

2010-03-03 Thread Phil Longstaff
On Wed, 2010-03-03 at 16:56 -0800, John Ralls wrote: > On Mar 3, 2010, at 7:02 AM, Derek Atkins wrote: > > > John Ralls writes: > > > >> You might recall that I filed a bug against WebKitGtk on this last > >> summer, and got the rather tart reply that "we don't support Quartz > >> for plugins" a

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

2010-03-03 Thread John Ralls
On Mar 3, 2010, at 7:02 AM, Derek Atkins wrote: > John Ralls writes: > >> You might recall that I filed a bug against WebKitGtk on this last >> summer, and got the rather tart reply that "we don't support Quartz >> for plugins" and a changeset that removed the distinction between >> MacOSX and

Re: Problem with pkg-config with Windows/MinGW

2010-03-03 Thread Christian Stimming
Am Mittwoch, 3. März 2010 schrieb Derek Atkins: > >> >> The first problem I encountered was that some of the URLs in defined > >> >> in the default.sh file are no longer updated, > >> > >> I wonder if we should keep copies of our dependencies available > >> somewhere on our own server so that peopl

Re: make dist fails on trunk [FIXED]

2010-03-03 Thread John Ralls
On Mar 3, 2010, at 2:07 AM, Geert Janssens wrote: >> > This bug is apparently introduced in r18765 Redo of the dot-gnucash fix (so > that GNC_DOT_DIR actually works) fixing … > > This changeset introduces test-resolve-url as test target, but there's no > test-resolve-url.c file in that directo

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

2010-03-03 Thread Jeff Kletsky
On 3/3/2010 7:06 AM, Derek Atkins wrote: Christian Stimming writes: I wonder if there's some way we could get the subversion server to make white space indentation changes when changesets are committed? Then we'd have a single place where all white space is controlled (namely, on the server).

Re: GtkHTML vs WebKit on Windows for GnuCash 2.4.0

2010-03-03 Thread Frank H. Ellenberger
Hi, just FYI: Am Mittwoch, 3. März 2010 um 14:15:11 schrieb Phil Longstaff: > On Wed, 2010-03-03 at 19:23 +0900, Yasuaki Taniguchi/谷口康明 wrote: : > > My environment is Ubuntu 9.04, and the version of webkit seems to be > > 1.0.1 provided by Ubuntu. > > http://packages.ubuntu.com/search?searchon=na

Re: r18723 - gnucash/trunk/packaging/win32 - Update documentation references to Active Perl (5.8->5.10)

2010-03-03 Thread Derek Atkins
Geert Janssens writes: > -IconComment_InstallFQ=Install the necessary perl module Finance-Quote for > online retrieval of prices. Requires ActivePerl 5.8 > +IconComment_InstallFQ=Install the necessary perl module Finance-Quote for > online retrieval of prices. Requires ActivePerl 5.10 Techni

Re: RFC: Renaming of typedef GUID into GncGUID

2010-03-03 Thread Derek Atkins
Christian Stimming writes: > Hence, I would like to rename our typedef GUID into GncGUID. As you > can see, the new name would fit into our existing type names very > well, and it also doesn't terribly confuse its meaning. It is just a > little bit longer than before. > > Comments? Objections? N

Re: make dist fails on trunk [FIXED]

2010-03-03 Thread Geert Janssens
On Wednesday 3 March 2010, John Ralls wrote: > On Mar 3, 2010, at 2:07 AM, Geert Janssens wrote: > > This bug is apparently introduced in r18765 Redo of the dot-gnucash fix > > (so that GNC_DOT_DIR actually works) fixing … > > > > This changeset introduces test-resolve-url as test target, but there

Re: Problem with pkg-config with Windows/MinGW

2010-03-03 Thread Derek Atkins
Christian Stimming writes: > Am Dienstag, 2. März 2010 schrieb Derek Atkins: >> >> The first problem I encountered was that some of the URLs in defined >> >> in the default.sh file are no longer updated, >> > >> > That's true until a week ago, when we updated most of the URLs to >> > their curren

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

2010-03-03 Thread Derek Atkins
Christian Stimming writes: >> I wonder if there's some way we could get the subversion server to >> make white space indentation changes when changesets are committed? >> Then we'd have a single place where all white space is controlled >> (namely, on the server). > > I don't think this is a good

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

2010-03-03 Thread Derek Atkins
John Ralls writes: > You might recall that I filed a bug against WebKitGtk on this last > summer, and got the rather tart reply that "we don't support Quartz > for plugins" and a changeset that removed the distinction between > MacOSX and other Unices in the file that caused trouble. I managed to

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

2010-03-03 Thread Derek Atkins
John Ralls writes: >> I think it's PROBABLY safe to remove these now. >> > > Hmm. That means that it would need to be thoroughly tested. Do the > current tests provide sufficient coverage to make sure that without is > OK? Alternatively, if I do a build against Guile-1.6.0 and the gnucash > srfi

RE: Persian translation

2010-03-03 Thread Christian Stimming
For Windows, here's how you can test your translation fa.po: * Download the gettext-tools zip file: ftp://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/gettext-tools-0.17.zip * Unzip this to somewhere. You only need the executable bin/msgfmt.exe As you've finished translation work, conv

Re: GtkHTML vs WebKit on Windows for GnuCash 2.4.0

2010-03-03 Thread Phil Longstaff
On Wed, 2010-03-03 at 19:23 +0900, Yasuaki Taniguchi/谷口康明 wrote: > Hello, > > 2010/3/3 Derek Atkins : > > I believe the hope is to get Webkit for 2.4 on all platforms. > > I see, but when I start compiling GnuCash on Linux with > --with-html-engine=webkit, > an linker error occurs. > > My enviro

RFC: Renaming of typedef GUID into GncGUID

2010-03-03 Thread Christian Stimming
Dear all, finally I've encountered the issue with the type name GUID on windows as well: On windows, the system headers define and use heavily a type named GUID. However, this will inevitably lead to the declaration conflict with our type with this name in src/libqof/qof/guid.h. There is

Re: GtkHTML vs WebKit on Windows for GnuCash 2.4.0

2010-03-03 Thread Yasuaki Taniguchi/谷口康明
Hello, 2010/3/3 Derek Atkins : > I believe the hope is to get Webkit for 2.4 on all platforms. I see, but when I start compiling GnuCash on Linux with --with-html-engine=webkit, an linker error occurs. My environment is Ubuntu 9.04, and the version of webkit seems to be 1.0.1 provided by Ubuntu.

Re: make dist fails on trunk [FIXED]

2010-03-03 Thread Geert Janssens
On Tuesday 2 March 2010, Geert Janssens wrote: > Hi, > > I can't successfully run make dist in the current trunk. It halts with this > error: > make[2]: Entering directory `/aragorn/janssege/Development/gnucash- > clean/src/engine' > /usr/bin/swig -guile -Linkage module \ > -I../../src/li

PATCH: Typo fixes, as found by doxygen.log

2010-03-03 Thread Jesse Weinstein
The log of warnings from doxygen, doxygen.log, is actually quite useful. Here's a patch fixing various typos I found by looking through those warnings. There are lots more to do... Hopefully they should all be obvious once seen, but if not, I'll be glad to explain any of them in more detail. Jes

Re: GtkHTML vs WebKit on Windows for GnuCash 2.4.0

2010-03-03 Thread Yasuaki Taniguchi/谷口康明
Hello, > I believe the current plan is to use Webkit although both will remain > available in the source. I see, I'll continue to work on Webkit. >> Many Japanese people say on their blog that they give up using GnuCash >> because of Bug#60582 and Bug#611579. > It suppose 60582 is a typo ? That's

PATCH: Doxygen config changes

2010-03-03 Thread Jesse Weinstein
This patch proposes some changes to the doxygen configuration. The first two changes add directories to the file lists, which is a good idea, as gnucash uses quite a detailed set of directories to organize things, and it was a hassle to switch between the doxygen documentation and the actual sou