Re: [GSoC 2012 Ideas] GnuCash Android application

2012-03-08 Thread John Ralls
that developers are interested in, see the Wish List [1] and the Road Map [2]. Regards, John Ralls [1] http://wiki.gnucash.org/wiki/WishList [2] http://wiki.gnucash.org/wiki/RoadMap ___ gnucash-devel mailing list gnucash-devel@gnucash.org https

Re: GNUCash Android Application - GSoC

2012-03-17 Thread John Ralls
to) use this list and the user's list to bang out ideas about interfacing with Gnucash, UI, functionality, etc. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Simple GnuCash web interface

2012-03-19 Thread John Ralls
the case if the split is part of a lot or a business operation (paying a bill, for example) because the data isn't normalized -- the account reference may be duplicated somewhere. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org

Re: python binding error on macports

2012-03-24 Thread John Ralls
when building gnucash but those went away once I ran export DYLD_FALLBACK_LIBRARY_PATH=/opt/x11/lib: Anyone? I'd really like to try python on my mac. It's a macports problem, not a Gnucash problem. Go bug them. Regards, John Ralls ___ gnucash

Re: example library calls

2012-03-24 Thread John Ralls
predecessors did with QOF. Just don't expect us to support your users or to constrain our future development (even to the point of deprecating instead of removing functions or even whole classes) on your behalf. Regards, John Ralls [1] http://svn.gnucash.org/docs/HEAD

Re: example library calls

2012-03-27 Thread John Ralls
the advantage of working with other accounting programs. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

GSoC 2012

2012-03-28 Thread John Ralls
I'm happy to report that Gnome.org has agreed to serve as an umbrella organization for us. That means that our mentors and students will apply to them [1] and that the student projects will compete with everyone else applying to Gnome for however many slots they get. Regards, John Ralls

Python Business Test Failure

2012-04-03 Thread John Ralls
(). Does anyone have time to write a new test? Otherwise it's going to wait until I get to the business functions in unit testing engine. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman

GSoC Android proposal

2012-04-05 Thread John Ralls
, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: GSoC Android proposal

2012-04-06 Thread John Ralls
to the dark corners of your flash drive? Again, why would I need fancy widget on the desktop if my application doesn't do the most important task. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org

Re: Finance::Quote options (again)

2012-04-06 Thread John Ralls
-- someone would have to step up to do the work, the current devs are focussed on other things. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: GSoC Android proposal

2012-04-06 Thread John Ralls
On Apr 6, 2012, at 8:12 AM, Wm Tarr wrote: On 2012-04-06 15:49, John Ralls wrote: There's no requirement that the contribution be related to the student's proposal -- but Ngewi, if you don't know C or Scheme well enough to fix a bug, we need to figure out something else that you can do

Re: GnuCash for Symbian

2012-04-06 Thread John Ralls
right now already. Hence, please try to use OFX' data format as your exchange data format for transactions, if possible. Christian, Doesn't this apply to Ngewi's app as well? In fact, aren't these essentially the same project implemented on two different mobile OSes? Regards, John Ralls

Re: GSoC Android proposal

2012-04-07 Thread John Ralls
. The sooner we start that the better. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: GSoC Android proposal

2012-04-10 Thread John Ralls
proposal! Thanks a lot. Christian, I took the liberty of copying the first paragraph to a comment on Ngewi's proposal for the benefit of the Gnome folks. I hope you don't mind. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel

Re: Uncaught critical error in the python bindings without apparent cause

2012-04-10 Thread John Ralls
*/ ... gncInvoiceCommitEdit (invoice); I don't know if that works in the python bindings. It's certainly not pythonic. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman

Re: Increasing trunk libgtk dependency to 2.22.0?

2012-04-13 Thread John Ralls
GLib) using the recently-added Mac defaults backend, finally freeing us from the dbus mess. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Error during make install

2012-04-16 Thread John Ralls
. It wasn't my intention, and it behaves correctly in my build environment with automake 1.11.1, but it fails with automake 1.11.3. I've fixed it by making the library explicitly noinst_LTLIBRARY, r22149. Regards, John Ralls ___ gnucash-devel mailing list

Re: Scam site selling GNUCash

2012-04-17 Thread John Ralls
the code to record your bank account numbers and credentials and report them back, or to install malware. After all, the website does say that it includes bonus software. Remember that the installer has presumably run with admin privilege and advise your friend accordingly. Regards, John Ralls

Re: GSoC Android proposal

2012-04-23 Thread John Ralls
to working with you, too. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Git on Windows

2012-04-28 Thread John Ralls
works fine even if you don't use git svn, I suggest that you write the script to retrieve it from github (helps to make sure that one always has the latest version) and use it to update gnucash-git. It will be simple enough to change to pure git when we're ready. Regards, John Ralls

Re: Git on Windows

2012-04-30 Thread John Ralls
On Apr 30, 2012, at 11:26 AM, Wm Tarr wrote: On 2012-04-28 18:01, John Ralls wrote: On Apr 28, 2012, at 9:35 AM, Geert Janssens wrote: I have just committed a couple of patches that should allow the Windows build to use a git repository as its source. I started from Christian's original

Re: Scheduled transaction issue

2012-04-30 Thread John Ralls
On Apr 30, 2012, at 12:55 PM, Donald Allen wrote: I should probably have sent this to -devel rather than -user, so here it is. No, it really does belong in user. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https

Re: Gnucash Mobile Planing

2012-05-05 Thread John Ralls
to gnucash desktop, it also be an option to consider IMHO. Uh, that's exactly what Ngewi is proposing. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Question about Platform Support

2012-05-11 Thread John Ralls
proposal at https://docs.google.com/document/d/1BGRBPlT7Iq-_UmncmLO9vSsnNrGj2g7Xjo1qazDggWg/edit Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Question about Platform Support

2012-05-12 Thread John Ralls
On May 12, 2012, at 1:56 AM, Liz wrote: On Fri, 11 May 2012 17:50:59 -0400 John Ralls jra...@ceridwen.us wrote: On May 11, 2012, at 12:02 PM, Jacquelyn Sykes wrote: I looked all over your web site and this is the only e-mail address I found. I've been using your program for both

Re: Running unit tests under valgrind

2012-05-21 Thread John Ralls
at all. (Some of the make check tests are another matter entirely.) As for uninitialized variables, the compiler will find those if you build with -Wall -Werror. No need to take Valgrind's performance hit for that. Regards, John Ralls ___ gnucash

Re: Running unit tests under valgrind

2012-05-21 Thread John Ralls
On May 21, 2012, at 1:42 PM, Christian Stimming wrote: Am Montag, 21. Mai 2012, 13:30:11 schrieb John Ralls: On May 21, 2012, at 11:36 AM, Phil Longstaff wrote: I already found one memory leak and one uninitialized variable when running the libqof/qof unit tests under valgrind. Can we set

Re: Running unit tests under valgrind

2012-05-21 Thread John Ralls
and not yet enough tests to be sure of exercising even a significant percentage of the program. We'll get that sorted eventually. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo

Re: Running unit tests under valgrind

2012-05-22 Thread John Ralls
On May 21, 2012, at 8:23 PM, Donald Allen wrote: On Mon, May 21, 2012 at 11:10 PM, John Ralls jra...@ceridwen.us wrote: On May 21, 2012, at 3:41 PM, Donald Allen wrote: On Mon, May 21, 2012 at 6:22 PM, Phil Longstaff phil.longst...@yahoo.ca wrote: Yes. A lot of the leaks

Re: Running unit tests under valgrind

2012-05-22 Thread John Ralls
, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Running unit tests under valgrind

2012-05-22 Thread John Ralls
On May 21, 2012, at 1:30 PM, John Ralls wrote: As for uninitialized variables, the compiler will find those if you build with -Wall -Werror. No need to take Valgrind's performance hit for that. There's a little bug in Swig [1] that prevents this from working cleanly, but it's easily enough

Re: Running unit tests under valgrind

2012-05-23 Thread John Ralls
On May 21, 2012, at 1:30 PM, John Ralls wrote: As for uninitialized variables, the compiler will find those if you build with -Wall -Werror. No need to take Valgrind's performance hit for that. There's a little bug in Swig [1] that prevents this from working cleanly, but it's easily enough

Re: r22195 - gnucash/branches/2.4/packaging/win32 - Add EXTRA_CFLAGS to inst_gnucash compile line so that cflags can be added by custom.sh

2012-05-24 Thread John Ralls
On May 24, 2012, at 7:23 AM, Derek Atkins wrote: John Ralls jra...@code.gnucash.org writes: Author: jralls Date: 2012-05-21 17:18:33 -0400 (Mon, 21 May 2012) New Revision: 22195 Trac: http://svn.gnucash.org/trac/changeset/22195 Modified: gnucash/branches/2.4/packaging/win32/install

Re: r22195 - gnucash/branches/2.4/packaging/win32 - Add EXTRA_CFLAGS to inst_gnucash compile line so that cflags can be added by custom.sh

2012-05-25 Thread John Ralls
On May 25, 2012, at 5:31 AM, Derek Atkins wrote: John Ralls jra...@ceridwen.fremont.ca.us writes: On May 24, 2012, at 7:23 AM, Derek Atkins wrote: John Ralls jra...@code.gnucash.org writes: Author: jralls Date: 2012-05-21 17:18:33 -0400 (Mon, 21 May 2012) New Revision: 22195 Trac

Re: Compile Warning (Error) in trunk

2012-06-08 Thread John Ralls
/gnucash$ That's interesting. What compiler are you building with? Can you change the declarations at lines 166, 167, and 168 from int to gint64 and see if that makes the first warning go away? Regards, John Ralls ___ gnucash-devel mailing list gnucash

Re: Compile Warning (Error) in trunk

2012-06-09 Thread John Ralls
On Jun 9, 2012, at 6:14 AM, Casey Cichon wrote: On Fri, Jun 08, 2012 at 07:29:58AM +0100, John Ralls wrote: That's interesting. What compiler are you building with? casey@wizkid2:~/Downloads/gnucash$ gcc --version gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1 Copyright (C) 2011 Free

Re: Compile Warning (Error) in trunk

2012-06-10 Thread John Ralls
On Jun 10, 2012, at 8:32 PM, Christian Stimming wrote: Am Samstag, 9. Juni 2012, 15:57:08 schrieb John Ralls: casey@wizkid2:~/Downloads/gnucash$ gcc --version gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1 Can you change the declarations at lines 166, 167, and 168 from int to gint64 and see

Re: Backport or not ?

2012-06-21 Thread John Ralls
fix the bug. I suppose we could do something with KVP where 2.4.11 writes (and reads) the weekend_adjust value to KVP and trunk knows to look there, but it would be an ugly, complex hack. Regards, John Ralls Regards, John Ralls ___ gnucash-devel

Re: Backport or not ?

2012-06-22 Thread John Ralls
. That's Geert's point. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Backport or not ?

2012-06-22 Thread John Ralls
On Jun 22, 2012, at 9:41 AM, Geert Janssens janssens-ge...@telenet.be wrote: Thanks all for the feedback. On 22-06-12 09:46, John Ralls wrote: On Jun 22, 2012, at 8:09 AM, David Carlsoncarlson...@sbcglobal.net wrote: Gentlemen, What would Releases 2.4.10 and previous do

Re: Backport or not ?

2012-06-22 Thread John Ralls
there will be someone entering that combination of conditions. :) Any Save as in 2.4.10 from a 2.4.11 database, regardless of backend, will drop the weekly_adjust value stored in the 2.4.11 database -- and of course the weekly_adjust won't work in 2.4.10, either, because it wasn't read. Regards, John

Re: Announce: GnuCash goes social

2012-06-22 Thread John Ralls
will gain more users and even contributors. My plan is to regularly post in these pages news and tips about GnuCash along with new releases announcements. If someone is interested in helping administrate these pages, please drop a line. Great idea! Thanks! Regards, John Ralls

Re: New developer introduction

2012-06-23 Thread John Ralls
existing customers. Since Intuit seems to somehow be in the loop between your bank and your computer (Intuit can shut communications down), I do not trust them at all. /FLAME Welcome! We look forward to seeing your patch. Regards, John Ralls

Re: Compile Warning (Error) in trunk

2012-06-25 Thread John Ralls
? No need. I know what's going on and I'll re-enable the tests and start working on fixing the problem that they're intended to expose (the 32-bit time_t year 2038 rollover) when I get back from vacation in a couple of weeks. Regards, John Ralls ___ gnucash

r22240 - gnucash/branches/2.4/src/app-utils - Fix a double free crash when the required features dialog is shown

2012-06-26 Thread John Ralls
. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: r22240 - gnucash/branches/2.4/src/app-utils - Fix a double free crash when the required features dialog is shown

2012-06-26 Thread John Ralls
On Jun 26, 2012, at 10:00 PM, Geert Janssens wrote: On 26-06-12 19:28, John Ralls wrote: From: Geert Janssensgjanss...@code.gnucash.org To: gnucash-patc...@gnucash.org Subject: r22240 - gnucash/branches/2.4/src/app-utils - Fix a double free crash when the required features dialog

Re: Releasing 2.4.11 ?

2012-06-29 Thread John Ralls
in the near future. What do others think ? Yes, if for no other reason than to support your fixes to recurrences and the parsing error. I'll be back from vacation the 11th, so we could do it the following weekend. Regards, John Ralls ___ gnucash-devel

Re: Build failure

2012-07-01 Thread John Ralls
return value of 'fread', declared with attribute warn_unused_result This points back to r22203, if I replace lines 1760 and 1779 all is OK again. Thanks. I've put back chars_read, qualified with G_GNUC_UNUSED to shut up the unused-variable warning. Regards, John Ralls

Re: Gnucash Mobile alpha release

2012-07-10 Thread John Ralls
/codinguser/GnucashMobile/issuesof the Github repo. Thanks. Cool! Good work! I'll give it a spin this weekend. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Releasing 2.4.11 ?

2012-07-10 Thread John Ralls
On Jul 9, 2012, at 3:11 PM, Geert Janssens wrote: On 29-06-12 18:05, John Ralls wrote: On Jun 29, 2012, at 4:26 PM, Geert Janssens wrote: GnuCash 2.4.10 was released in February, now almost 5 months ago. There have been several commits since then on the 2.4 branch, consisting

Re: Releasing 2.4.11 ?

2012-07-10 Thread John Ralls
On Jul 10, 2012, at 1:58 PM, Geert Janssens wrote: On 10-07-12 10:23, John Ralls wrote: OK. Has anyone run distcheck to make sure that we have a clean tree? I'm not presently in a position to do that, but I will be on Friday (the 13th ;-) ). If everything's clean on Friday we'll have

Re: GnucashMobile for Android License

2012-07-12 Thread John Ralls
for the patent-poisoning provisions (which are also present in APL2). It would be good for Gnucash to do likewise, but because every contributor ever retains copyright to his work, we'd have to get permission from every one of them to re-license. That's way too hard. Regards, John Ralls

Re: Releasing 2.4.11 ?

2012-07-13 Thread John Ralls
On Jul 13, 2012, at 8:47 AM, Bill Nottingham wrote: John Ralls (jra...@ceridwen.us) said: On Jul 10, 2012, at 1:58 PM, Geert Janssens wrote: On 10-07-12 10:23, John Ralls wrote: OK. Has anyone run distcheck to make sure that we have a clean tree? I'm not presently in a position to do

Re: Gnucash Mobile alpha release

2012-07-14 Thread John Ralls
On Jul 10, 2012, at 1:25 AM, John Ralls wrote: On Jul 9, 2012, at 11:44 AM, Ngewi Fet wrote: Hello everyone, It's about mid-term in the Google Summer of Code program and I would like to share what I've been working on. The Gnucash for Android app is now ready for a small alpha release

Re: Releasing 2.4.11 ?

2012-07-14 Thread John Ralls
Derek tagged the release yesterday morning, but instead of building a Win32 release 2.4.11, the stupid buildbot made 2.4.99-22663 (r22663 being the revision which made the tag). Huh? Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel

Re: Gnucash Mobile alpha release

2012-07-14 Thread John Ralls
On Jul 14, 2012, at 10:24 AM, Ngewi Fet wrote: Hi John, Thanks for the feedback. On Sat, Jul 14, 2012 at 6:43 PM, John Ralls jra...@ceridwen.us wrote: On Jul 10, 2012, at 1:25 AM, John Ralls wrote: I've installed it on my wife's Samsung tablet with Android 3.2. I created

GnuCash 2.4.11 released

2012-07-15 Thread John Ralls
The GnuCash development team proudly announces GnuCash 2.4.11, the ninth bug fix release in a series of stable of the GnuCash Free Accounting Software. With this release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft

Re: Releasing 2.4.11 ?

2012-07-15 Thread John Ralls
On Jul 15, 2012, at 3:43 PM, David Carlson wrote: On 7/14/2012 5:34 PM, John Ralls wrote: Derek tagged the release yesterday morning, but instead of building a Win32 release 2.4.11, the stupid buildbot made 2.4.99-22663 (r22663 being the revision which made the tag). Huh? Murphy's

Re: Compiling GnuCash on Windows 7 to debug MySQL crashes

2012-07-16 Thread John Ralls
compilable with M$ tools), I don't know if any of Gnucash's dependencies are buildable with M$ tools. It would be a big project. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo

Re: install.sh fails HTML Help Workshop with Cannot export ?pHtmlHelpW@@3P6GPAUHWND__@@PAU1@PBGIK@ZA: symbol not found

2012-07-20 Thread John Ralls
just a reference with no corresponding object. That always kicks me in the butt, too. I just comment out that bit in install.sh. As long as it work on the buildbot for making the distro, it's good. ;-) Regards, John Ralls ___ gnucash-devel mailing

Re: svn - git sync stopped working ?

2012-08-03 Thread John Ralls
can't push my most recent patches via git svn dcommit. Can anybody with the proper access to the sync infrastructure check what's going on ? I believe John Ralls runs that... Hopefully he'll take a look. He's looking ;-) I ran the update manually a few minutes ago, so your change from

Re: svn - git sync stopped working ?

2012-08-07 Thread John Ralls
it from a regular shell it works. BTW, your mailer is sending everything twice from different upstream accounts. The ids from your last message: Message-Id: 50212a46.4090...@kobaltwit.be Message-Id: 50212bee.8070...@telenet.be Regards, John Ralls

Re: svn - git sync stopped working ?

2012-08-07 Thread John Ralls
On 07/08/2012, at 9:28 AM, Derek Atkins wrote: Have the script do printenv /tmp/script.env.$$ and then compare the environments? -derek On Tue, August 7, 2012 11:57 am, John Ralls wrote: On Aug 7, 2012, at 7:53 AM, Geert Janssens wrote: At least I'm giving you plenty of opportunity

Re: svn - git sync stopped working ?

2012-08-07 Thread John Ralls
On 07/08/2012, at 10:29 AM, Geert Janssens wrote: On 07-08-12 17:57, John Ralls wrote: BTW, your mailer is sending everything twice from different upstream accounts. The ids from your last message: Message-Id: 50212a46.4090...@kobaltwit.be Message-Id: 50212bee.8070

Re: Scripting

2012-08-10 Thread John Ralls
better to open bugs and attach your patches to them rather than to post them here. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Scripting

2012-08-10 Thread John Ralls
On Aug 10, 2012, at 8:34 AM, Geert Janssens janssens-ge...@telenet.be wrote: On 10-08-12 15:54, John Ralls wrote: On Aug 10, 2012, at 5:22 AM, reubano reub...@gmail.com wrote: So according to the wiki[1] should we follow directions for Non-Committers or Committers? I would think the best

Re: Git Migration: github with svn access

2012-08-11 Thread John Ralls
that even after we migrate to git we'll continue with the same submission practice. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Automated win32 build scripts and UPDATE_SOURCES, packaging dir, ...

2012-08-11 Thread John Ralls
has committed into the main repo. See https://live.gnome.org/Windows/MingwNativeBuild. But more generally, yes, UPDATE_SOURCES gets in the way of an active developer, so it should probably be off by default anyway. Regards, John Ralls ___ gnucash

Re: Git Migration: github with svn access

2012-08-11 Thread John Ralls
it in the repository would make an enormous mess for everyone who's cloned it. Sorry. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

String Cache

2012-08-11 Thread John Ralls
of memory. Comments? Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: First git based automated build

2012-08-12 Thread John Ralls
to any repo. I guess the theory is that anything stupid or malicious can be quickly reverted, and repeat offenders can be ejected. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo

Make Check in Windows

2012-08-19 Thread John Ralls
I've been spinning my wheels for a couple of days trying to get this to work… does it? If so, what's the recipe? Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Make Check in Windows

2012-08-19 Thread John Ralls
to be a lot more specific. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: r22335 - gnucash-docs/trunk/guide/C - Move chapter on importing bills and invoices.

2012-08-21 Thread John Ralls
\ appendixc.xml \ I believe this change broke the docs build last night. Are you sure the file isn't named import_business_data? A bigger problem would be the lack of a \ at the end of the line. Regards, John Ralls ___ gnucash-devel mailing list gnucash

Re: Non-commiter github workflow

2012-08-21 Thread John Ralls
On Aug 21, 2012, at 10:43 AM, Yawar Amin yawar.a...@gmail.com wrote: Hi John, On 2012-08-21, at 12:41, John Ralls jra...@ceridwen.us wrote: I'm not sure that we want to encourage people to publish their forks on Github, or anywhere else. I don't see the harm, as long as the website

Re: GSoC 2012 final evaluation passed

2012-08-30 Thread John Ralls
, but I can see that there are only English strings. You'll need to provide whatever template file works for Java/Android, and to appeal for translators to contribute. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https

Re: Credit notes

2012-08-30 Thread John Ralls
? Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Credit notes

2012-08-31 Thread John Ralls
On Aug 31, 2012, at 6:20 AM, Derek Atkins warl...@mit.edu wrote: John Ralls jra...@ceridwen.us writes: If you look in an English thesaurus, you'll find that invoice and bill are synonyms. Using one for Customer transactions and the other for Vendor transactions isn't even necessary since

Re: Dropping libgnome

2012-09-10 Thread John Ralls
- libgnome - libgnomeui - popt You can check if your build scripts still depend on these. The should be safely removable since r22381. Yay! Good work! As for libgnomecanvas, it's replaced with Cairo. That will take some rewriting, but it's necessary to move to Gtk3. Regards, John Ralls

Re: gnucash-patches r22398

2012-09-17 Thread John Ralls
On Sep 17, 2012, at 3:23 PM, Mike Alexander m...@umich.edu wrote: --On September 17, 2012 9:50:19 AM -0700 John Ralls jra...@ceridwen.fremont.ca.us wrote: Date: Sun, 16 Sep 2012 21:10:00 -0400 From: Mike Alexander m...@code.gnucash.org To: gnucash-patc...@gnucash.org Subject: r22398

Re: r22398 - gnucash/trunk/src/bin - Parse arguments before initializing GTK so --add-price-quotes works

2012-09-18 Thread John Ralls
systems. Which begs the question of why Microsoft isn't using Unicode to handle Hangul, but that's not something that we can fix in Gtk or Gnucash. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org

Re: Simultaneous release of gnucash and gnucash-docs ?

2012-10-05 Thread John Ralls
the links. The distro packagers can modify the Makefile if they need to. That's a trivial change compared to some of their hacks. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash

Re: Simultaneous release of gnucash and gnucash-docs ?

2012-10-06 Thread John Ralls
with the possible exception of adding the new dependency in gnc-fq-update. Everything else seems to be pretty minor bug fixes. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Possible Documentation Need?

2012-10-15 Thread John Ralls
, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: r22465 - gnucash/trunk/src/engine - Allow SchedXaction to safely handle having g_object_property_set called on

2012-10-28 Thread John Ralls
On Oct 28, 2012, at 11:51 AM, Phil Longstaff phil.longst...@yahoo.ca wrote: How about an else clause in case the value is invalid? If it's invalid, it does nothing. What would you like it to do? Regards, John Ralls From: John Ralls jra

Re: r22464 - gnucash/trunk/src/backend/dbi/test - Enable and correct all store-and-reload basic tests

2012-10-28 Thread John Ralls
is 2.4. Which one are you testing? What failed? Regards, John Ralls On Sat, Oct 27, 2012 at 4:30 PM, John Ralls jra...@code.gnucash.org wrote: Author: jralls Date: 2012-10-27 19:30:40 -0400 (Sat, 27 Oct 2012) New Revision: 22464 Trac: http://svn.gnucash.org/trac/changeset/22464 Modified

Re: r22465 - gnucash/trunk/src/engine - Allow SchedXaction to safely handle having g_object_property_set called on

2012-10-28 Thread John Ralls
is in gnc_schedxaction_get_property(). Regards, John Ralls From: John Ralls jra...@ceridwen.us To: Phil Longstaff phil.longst...@yahoo.ca Cc: gnucash-devel@gnucash.org devel gnucash-devel@gnucash.org Sent: Sunday, October 28, 2012 7:02:53 PM Subject: Re: r22465 - gnucash/trunk/src/engine - Allow SchedXaction

Re: r22464 - gnucash/trunk/src/backend/dbi/test - Enable and correct all store-and-reload basic tests

2012-10-28 Thread John Ralls
On Oct 28, 2012, at 5:05 PM, Alex Aycinena alex.aycin...@gmail.com wrote: On Sun, Oct 28, 2012 at 4:57 PM, John Ralls jra...@ceridwen.fremont.ca.us wrote: On Oct 28, 2012, at 4:39 PM, Alex Aycinena alex.aycin...@gmail.com wrote: John, Is 'make check' working for you? It is failing

Re: GnuCash and win8

2012-10-30 Thread John Ralls
, but if you are willing to test and get back to us that would be great. ( The build server is still XP ) I checked out Gnucash on the Win8 preview that M$ released last spring and it seemed to work. Regards, John Ralls ___ gnucash-devel mailing list

Re: r22464 - gnucash/trunk/src/backend/dbi/test - Enable and correct all store-and-reload basic tests

2012-10-30 Thread John Ralls
On Oct 30, 2012, at 1:58 PM, Geert Janssens janssens-ge...@telenet.be wrote: On 30-10-12 20:24, Alex Aycinena wrote: John, On Sun, Oct 28, 2012 at 5:43 PM, John Ralls jra...@ceridwen.us wrote: And what is check-local? check-local is not what I entered but what was played back on my

Re: Git migration - github vs code.gnucash.org

2012-10-31 Thread John Ralls
. Then work out the details. So any issues with this proposal ? (If so, please use bugzilla, not the github issue tracker ;p ). Or if you agree, please state so as well, so we can get an idea if we can pursue this proposal or not. Sounds good to me. Regards, John Ralls

Re: Software Requirements Gnucash

2012-11-01 Thread John Ralls
there isn't any way to get back to her unless she reappears on one of the lists or tries again with a valid email address. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash

Re: GnuCash XML spec

2012-11-01 Thread John Ralls
or correct is another matter. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: GnuCash XML spec

2012-11-01 Thread John Ralls
On Nov 1, 2012, at 8:23 AM, Ngewi Fet nge...@gmail.com wrote: On Thu, Nov 1, 2012 at 4:12 PM, Derek Atkins warl...@mit.edu wrote: John Ralls jra...@ceridwen.us writes: Ngewi, You can use Trang (http://www.thaiopensource.com/relaxng/trang.html) to convert an RNG schema to XSD

Re: GnuCash XML spec

2012-11-01 Thread John Ralls
bindings. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: r22464 - gnucash/trunk/src/backend/dbi/test - Enable and correct all store-and-reload basic tests

2012-11-02 Thread John Ralls
On Oct 31, 2012, at 6:50 AM, Derek Atkins warl...@mit.edu wrote: John Ralls jra...@ceridwen.us writes: So in order to make sure there wasn't something bad in my build tree, I made new 'gnucash-clean' and 'gnucash-clean-build' directories, checked-out a fresh set of sources and rebuilt

Re: r22464 - gnucash/trunk/src/backend/dbi/test - Enable and correct all store-and-reload basic tests

2012-11-02 Thread John Ralls
: ../../../../libtool --mode=execute gdb test-backend-dbi You could save some thinking and typing by export LT=`pwd`/libtool from your top build directory and then you can do $LT --mode=execute gdb test-backend-dbi after cd-ing to the test directory. Regards, John Ralls

Re: UI update for Mac OS X

2012-11-02 Thread John Ralls
at all. Geert is hard at work getting us ready to convert to Gtk3. What else do you want? Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Git migration - github vs code.gnucash.org

2012-11-03 Thread John Ralls
for feature branches (which I rebase from time to time, be warned!), giving me an offsite backup and anyone interested a look at what I'm up to. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org

<    4   5   6   7   8   9   10   11   12   13   >