Another gnucash git question

2011-04-30 Thread Geert Janssens
Dear John, Christian's recent mail reminded me I'm not using the github master repository yet for my git based gnucash work. So far I have been working in a repository created with git svn clone, independently from your github clone. I'd like to switch this to the setup based on the github

Re: Another gnucash git question

2011-04-30 Thread Geert Janssens
On zaterdag 30 april 2011, John Ralls wrote: Geert, The first line of git-update is the perl form of `git pull --rebase origin`, and it tacks whatever additional arguments on to it. If you're not checked out in a branch that also exists on github, then git doesn't know where to pull from.

Re: Another gnucash git question

2011-04-30 Thread Geert Janssens
On zaterdag 30 april 2011, John Ralls wrote: Don't add branches to refs/remotes anything. Hang your working branches off of your local mirror-branches (trunk and 2.4 if you have one; only trunk is made automatically) Can you help me understand why this is not done ? If I look with gitk, I now

Re: Another gnucash git question

2011-04-30 Thread Geert Janssens
On zaterdag 30 april 2011, John Ralls wrote: You want to track refs/remotes/origin/2.4. The other ones are git-svn artifacts. Regards, John Ralls Ok thanks. I think I'm almost through now. There is one artifact still in my converted repo from how I originally imported the svn repo: I have

Re: Another gnucash git question

2011-05-08 Thread Geert Janssens
On zaterdag 7 mei 2011, John Ralls wrote: Geert, It seems to be saying that git-svn expects to find a ref called gnucash/branches/sx-fixes, but it's finding gnucash/gnucash/branches/sx-fixes instead. I imagine that this is an artifact of your previous git svn init, so it might take a little

Re: GnuCash Tutorial and Help Manuals

2011-05-11 Thread Geert Janssens
On woensdag 11 mei 2011, Cale Benton Yates III wrote: Gentlemen, I am having difficulty downloading the GnuCash Tutorial and Help manuals from the GnuCash website. About a week ago, I was able to do so just fine. Am I doing something wrong? Cale Yates What problem are you experiencing ?

Re: r20616-20630 (GncOwner)

2011-05-12 Thread Geert Janssens
On donderdag 12 mei 2011, John Ralls wrote: Geert, Where are you trying to get to with these changes? Regards, John Ralls My larger goal is to get better integration of the business functions in the GnuCash UI and logic. In my experience it just takes way too many clicks and context

Re: r20616-20630 (GncOwner)

2011-05-12 Thread Geert Janssens
On donderdag 12 mei 2011, John Ralls wrote: On May 12, 2011, at 6:22 AM, Geert Janssens wrote: On donderdag 12 mei 2011, John Ralls wrote: Geert, Where are you trying to get to with these changes? Regards, John Ralls My larger goal is to get better integration of the business

Re: Another gnucash git question

2011-05-12 Thread Geert Janssens
On zondag 8 mei 2011, John Ralls wrote: You're welcome, and that does sound like a good idea. You might rebase the branches from your old repo to branches newly created to descend from the appropriate revisions on the freshly cloned repo. That has the best odds of preserving your history.

gnucash svn-github sync frequency

2011-05-12 Thread Geert Janssens
John, You may have mentioned this before, but I don't recall it: how frequently does your github gnucash master sync with svn ? Geert ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Roadmap for 2.6, 2.8

2011-05-17 Thread Geert Janssens
The recent discussion regarding the core refactoring of GnuCash is very encouraging for the future of GnuCash. It will be a lot of work, but at the same time will open up new opportunities for the project as well. While playing with all those ideas in my mind, I also came across a very

Re: win32 build: guile files expected in c:\soft\guile (was: win32 trunk daily build runs again)

2011-05-18 Thread Geert Janssens
On woensdag 18 mei 2011, Robert Fewell wrote: Just installed the latest build on my XP test VM and this does not start if c:\soft\guile... is not around. Looking back at R20597, there was a guile 1.6 entry left in packaging/win32/gnucash.iss.in on line 322. Had another look at this file

Re: Gnucash with Guile 2

2011-05-20 Thread Geert Janssens
On vrijdag 20 mei 2011, Mike Alexander wrote: --On May 18, 2011 7:23:38 PM +0200 Geert Janssens janssens-ge...@telenet.be wrote: On vrijdag 6 mei 2011, John Ralls wrote: On May 6, 2011, at 9:47 AM, Daniel Kraft wrote: Hi all, I'm not able to build Gnucash 2.4.5 with Guile 2

Re: git svn dcommit error ?

2011-05-21 Thread Geert Janssens
/gnome-utils/assistant-utils.c commit b0d4b0c75fcb7f91ad60e68a1939c844e8333602 Author: Geert Janssens janssens-ge...@telenet.be Date: Fri May 20 16:31:42 2011 + Replace obsolete gnome include with gtk include git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20665 57a11ea4

Re: git svn dcommit error ?

2011-05-21 Thread Geert Janssens
On zaterdag 21 mei 2011, John Ralls wrote: On May 21, 2011, at 8:29 AM, Geert Janssens wrote: On zaterdag 21 mei 2011, John Ralls wrote: Take a look at `git log --full-history A'..B src/gnome-utils/assistant-utils.c` (filling in the actual commit short hashes for A' and B, of course

Re: git svn dcommit error ?

2011-05-21 Thread Geert Janssens
On zaterdag 21 mei 2011, John Ralls wrote: On May 21, 2011, at 10:14 AM, Geert Janssens wrote: On zaterdag 21 mei 2011, John Ralls wrote: On May 21, 2011, at 8:29 AM, Geert Janssens wrote: On zaterdag 21 mei 2011, John Ralls wrote: Take a look at `git log --full-history A'..B src/gnome

Re: git svn dcommit error ?

2011-05-21 Thread Geert Janssens
On zaterdag 21 mei 2011, Geert Janssens wrote: On zaterdag 21 mei 2011, John Ralls wrote: On May 21, 2011, at 10:14 AM, Geert Janssens wrote: On zaterdag 21 mei 2011, John Ralls wrote: On May 21, 2011, at 8:29 AM, Geert Janssens wrote: On zaterdag 21 mei 2011, John Ralls wrote: Take

Re: git-svn and local feature branch (git svn dcommit error ?)

2011-05-24 Thread Geert Janssens
On maandag 23 mei 2011, John Ralls wrote: On May 22, 2011, at 12:54 PM, Christian Stimming wrote: Am Sonntag, 22. Mai 2011 schrieb John Ralls: The procedure in the Wiki page is what I think is correct (and what I've done). It's perfectly normal in git to get part of a complicated

Re: r20676 - gnucash/trunk/src/gnome/glade - Fix makefile after file removal in r20669

2011-05-24 Thread Geert Janssens
On maandag 23 mei 2011, Christian Stimming wrote: Author: cstim Date: 2011-05-23 15:15:44 -0400 (Mon, 23 May 2011) New Revision: 20676 Trac: http://svn.gnucash.org/trac/changeset/20676 Modified: gnucash/trunk/src/gnome/glade/Makefile.am Log: Fix makefile after file removal in r20669

Re: GSoC 2011: Data model unit testing

2011-05-25 Thread Geert Janssens
Hi Muslim, Welcome to the GnuCash community. You have chosen a very nice project for this summer. Completing it successfully will create a powerful base for future refactorings we are planning and it will benifit both GnuCash and Cutecash. I intend to check out your private branch from time to

Re: Accounting software help

2011-05-26 Thread Geert Janssens
On woensdag 25 mei 2011, dennis jantzen wrote: My computer broke, yet the hard drive was fine, so I replaced the computer and had the hard drive copied and placed on my new hard drive. I tried to use your accounting software. However the files are missing. How do I retrieve the accounting

Re: Gnucash Crashing

2011-05-28 Thread Geert Janssens
John, Is this something that will also affect the pending 2.4.6 release ? Geert On zaterdag 28 mei 2011, John Ralls wrote: On May 27, 2011, at 1:36 PM, J. Alex Aycinena wrote: John, I build gnucash on Fedora 14 and the last revision I have been able to build and run without crashing

Re: Win32 build: Weird 2.4.6 build error

2011-05-28 Thread Geert Janssens
On zaterdag 28 mei 2011, Christian Stimming wrote: Hi Geert, did you already see this morning's weird build error concerning the 2.4.6 tag? I've copied the complete (very short) log below. I wonder what was changed between 2.4.5 and 2.4.6... because all your build script changes have been

Re: Gnucash Crashing

2011-05-28 Thread Geert Janssens
On zaterdag 28 mei 2011, John Ralls wrote: On May 28, 2011, at 12:39 AM, Geert Janssens wrote: John, Is this something that will also affect the pending 2.4.6 release ? No, because (a) it's in trunk only and (b) it's fixed. Regards, John Ralls Great, thanks. Geert

Github sync

2011-05-28 Thread Geert Janssens
John, It appears the github repo is no longer synchronizing. I dcommitted some changes this morning (about 6 hours ago), but they don't show up on github. Can you check this ? Thanks, Geert ___ gnucash-devel mailing list gnucash-devel@gnucash.org

2.4.6 release tag not appearing on github ?

2011-05-31 Thread Geert Janssens
John, It seems the new release tag is not appearing on github. Can you check this ? Thanks, Geert ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Gtk warnings since r20708

2011-06-01 Thread Geert Janssens
Hi, As of r20708 (Fix naming error from r20690. Thanks to Alex Aycinena for pointing it out) I get the following gtk warnings in /tmp/gnucash.trace on Fedora linux: * 14:30:45 WARN Gtk Refusing to add non-unique action 'Window0Action' to action group 'MainWindowActions' * 14:30:45 WARN Gtk

Re: svn rev 20730 make fails

2011-06-01 Thread Geert Janssens
On woensdag 1 juni 2011, Christoph Holtermann wrote: Hello ! I just checked out a fresh Rev 20730 and ./autogen.sh fails with configure.ac:1195: required file `src/gnome/glade/Makefile.in' not found That's my mistake. I accidentally removed a Makefile.am instead of one entry in it. I have

Re: RFC: Adding some management structure, particularly for decisions about our donation account

2011-06-04 Thread Geert Janssens
On maandag 30 mei 2011, Christian Stimming wrote: IMHO this means we can probably leave the account as-is, but start to work out a new and durable decision structure for the management of the gnucash donation account. I am thinking of something like a charter with a similar structure as a

Re: RFC: Adding some management structure, particularly for decisions about our donation account

2011-06-09 Thread Geert Janssens
On donderdag 9 juni 2011, Christian Stimming wrote: You propose a charter and a committee. Would this also have legal implications for the GnuCash project ? As far as I know a non-profit is required to keep books and report income and pay taxes. If we form a committee will that also imply

Re: RFC: Adding some management structure, particularly for decisions about our donation account

2011-06-09 Thread Geert Janssens
On donderdag 9 juni 2011, Christian Stimming wrote: Am Montag, 30. Mai 2011 schrieb Christian Stimming: Derek replied: I agree completely that we need more structure in how to handle money flowing into the project. I'm still willing to maintain the paypal account, and I promise to

Re: Bugzilla down, Bug #583520 comment

2011-06-10 Thread Geert Janssens
On donderdag 9 juni 2011, Tim M wrote: At the moment it appears that bugzilla is down or under maintenance as I can access the defects but it is timing out when I try to commit comments. So for reference I will post to the ML until bugzilla is back up and then add my comments to the

Re: r20745 - gnucash/trunk/accounts - Replace deprecated xml tag in chart of accounts templates

2011-06-10 Thread Geert Janssens
On vrijdag 10 juni 2011, Geert Janssens wrote: Author: gjanssens Date: 2011-06-10 08:46:28 -0400 (Fri, 10 Jun 2011) New Revision: 20745 Trac: http://svn.gnucash.org/trac/changeset/20745 Modified: gnucash/trunk/accounts/cs/acctchrt_brokerage.gnucash-xea ...snip gnucash/trunk/accounts

Re: comma at end of enumerator list error due to macros in libqof

2011-06-10 Thread Geert Janssens
On woensdag 8 juni 2011, Tim M wrote: Since all roads lead to nowhere, I will just leave it alone. Next time I have time, I'll disable iso-c and see if I can find more important issues to address :) Thanks, -Tim Out of curiosity, why were you attempting to generate C89 compatible code ?

Re: r20745 - gnucash/trunk/accounts - Replace deprecated xml tag in chart of accounts templates

2011-06-10 Thread Geert Janssens
On vrijdag 10 juni 2011, John Ralls wrote: On Jun 10, 2011, at 6:26 AM, Geert Janssens wrote: There's nothing critical in it, but I discovered this problem when tracing another bug on 2.4.6. So backport it. It's OK to change your mind. Regards, John Ralls Ok, done. Geert

Libofx version for GnuCash on OS X

2011-06-11 Thread Geert Janssens
John, I'm reviewing some open gnucash bugs at the moment. There's https://bugzilla.gnome.org/show_bug.cgi?id=576163 regarding a bug in the external libofx library that has been fixed in libofx 0.9.3. According to the gnucash-on-osx git repo, GnuCash on OS X is still using 0.9.1. Can you bump

Re: Libofx version for GnuCash on OS X

2011-06-12 Thread Geert Janssens
On zondag 12 juni 2011, John Ralls wrote: On Jun 11, 2011, at 3:18 AM, Geert Janssens wrote: John, I'm reviewing some open gnucash bugs at the moment. There's https://bugzilla.gnome.org/show_bug.cgi?id=576163 regarding a bug in the external libofx library that has been fixed in libofx

Re: Github sync

2011-06-25 Thread Geert Janssens
Ralls wrote: On May 28, 2011, at 8:13 AM, Geert Janssens wrote: John, It appears the github repo is no longer synchronizing. I dcommitted some changes this morning (about 6 hours ago), but they don't show up on github. Can you check this ? Rats. I thought that I had figured it out

Re: Github sync

2011-06-25 Thread Geert Janssens
On zaterdag 25 juni 2011, Derek Atkins wrote: It is waiting on me. I'll try to work on the integration on the airplane this afternoon and then commit it when I get home tonight (or tomorrow). I'm sorry it's taken so long. -derek No problem, I was just wondering. Thanks for taking it up.

Re: Next Release

2011-06-27 Thread Geert Janssens
On maandag 27 juni 2011, John Ralls wrote: On Jun 26, 2011, at 11:31 PM, Christian Stimming wrote: Good idea! I think we should try to go for a release this week, as we already collected a nice bunch of bugfixes in the 2.4 branch. Does r20801 (2.4-branch) build on Mac OSX? I can go ahead

Re: Next Release - and Documentation release ?

2011-06-28 Thread Geert Janssens
On maandag 27 juni 2011, John Ralls wrote: Yup, false alarm, I forgot to run make distcheck to clear out the swig files so I had business-core.c from trunk which imported a symbol that isn't in 2.4. Everything passes now, and the fix for 653056 is checked in. If no one else has anything else

Re: Bounty for a bugfix: Have register window Filter-By settings be saved and restored

2011-06-28 Thread Geert Janssens
On dinsdag 28 juni 2011, Christian Stimming wrote: Am Dienstag, 28. Juni 2011 schrieb Matthijs Kooijman: Hey Christian, Also, I wouldn't expect that someone browses NextSprocket and then decides to work on the gnucash bounty. Instead, I would expect some readers of gnucash- devel

GnuCash OSX/Quartz build: svn moduleset fails on gwenhywfar

2011-06-28 Thread Geert Janssens
It's been a while since I last attempted to build the Quartz build of OSX. I followed the guidelines from the wiki page and the build started running happily until it came to gwenhywfar. The script attempts to download gwenhywfar 4.0.9 from John's download area on github, but that results in a

Re: GnuCash OSX/Quartz build: svn moduleset fails on gwenhywfar

2011-06-28 Thread Geert Janssens
On dinsdag 28 juni 2011, John Ralls wrote: On Jun 28, 2011, at 3:38 AM, Geert Janssens wrote: It's been a while since I last attempted to build the Quartz build of OSX. I followed the guidelines from the wiki page and the build started running happily until it came to gwenhywfar

Re: GnuCash OSX/Quartz build: svn moduleset fails on gwenhywfar

2011-06-29 Thread Geert Janssens
On dinsdag 28 juni 2011, John Ralls wrote: On Jun 28, 2011, at 2:07 PM, Geert Janssens wrote: On dinsdag 28 juni 2011, John Ralls wrote: On Jun 28, 2011, at 3:38 AM, Geert Janssens wrote: It's been a while since I last attempted to build the Quartz build of OSX. I followed

Re: Github sync

2011-06-30 Thread Geert Janssens
On donderdag 30 juni 2011, John Ralls wrote: On Jun 25, 2011, at 11:33 AM, Geert Janssens wrote: On zaterdag 25 juni 2011, Derek Atkins wrote: It is waiting on me. I'll try to work on the integration on the airplane this afternoon and then commit it when I get home tonight (or tomorrow

Re: Next Release - and Documentation release ?

2011-07-01 Thread Geert Janssens
On vrijdag 1 juli 2011, John Ralls wrote: Are we waiting on something to do this release (or releases, if all the doc changes are in svn and ready for release)? Not as far as I'm concerned, no. Geert, you're an admin on the sourceforge project, so while you already have release and shell

Re: Docs build failure -- java failure building PDF?

2011-07-01 Thread Geert Janssens
On vrijdag 1 juli 2011, Derek Atkins wrote: On Fri, July 1, 2011 12:45 pm, Geert Janssens wrote: On vrijdag 1 juli 2011, Derek Atkins wrote: Caused by: java.lang.ClassNotFoundException: org.apache.avalon.framework.configuration.ConfigurationException Your installation seems to have

Re: Docs build failure -- java failure building PDF?

2011-07-01 Thread Geert Janssens
On vrijdag 1 juli 2011, Derek Atkins wrote: avalon-framework-4.3-3.fc15.noarch Geert -derek Ok, a quick search with google shows that fop is broken on F15. fop-0.95 doesn't work with avalon-framework-4.3.3 [1]. Fop 1.x has been fixed in the meantime to work with avalon-framework, but it

Re: Next Release - and Documentation release ?

2011-07-02 Thread Geert Janssens
On zaterdag 2 juli 2011, John Ralls wrote: On Jul 1, 2011, at 9:26 AM, Geert Janssens wrote: Ok for me. Once the tags are in, I'll try to come up with a news article for the two documentation releases, and put the documentation on our website. I've committed the version change

Re: Next Release - and Documentation release ?

2011-07-02 Thread Geert Janssens
On vrijdag 1 juli 2011, Geert Janssens wrote: On vrijdag 1 juli 2011, John Ralls wrote: Are we waiting on something to do this release (or releases, if all the doc changes are in svn and ready for release)? Not as far as I'm concerned, no. Geert, you're an admin on the sourceforge

.sig files on SF ?

2011-07-02 Thread Geert Janssens
I notice that older documentation uploads are accompanied by a .sig file. How is that generated, and should I generate one also ? Geert ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Release of GnuCash Documentation v2.2.2

2011-07-02 Thread Geert Janssens
GnuCash Documentation 2.2.2 released The GnuCash documentation team proudly announces release 2.2.2 of the GnuCash help manual and concepts guide. This documentation is intended for the 2.2 series of GnuCash. Note that this will be the last documentation release for the 2.2 series. All future

Release of GnuCash Documentation 2.4.1

2011-07-02 Thread Geert Janssens
GnuCash Documentation 2.4.1 released The GnuCash documentation team proudly announces release 2.4.1 of the GnuCash help manual and concepts guide. This documentation is intended for the 2.4 series of GnuCash. Note: version 2.4.0 of the GnuCash Documentation was only partially released and had

Re: .sig files on SF ?

2011-07-02 Thread Geert Janssens
On zaterdag 2 juli 2011, John Ralls wrote: On Jul 2, 2011, at 9:22 AM, Derek Atkins wrote: On Sat, July 2, 2011 11:50 am, Geert Janssens wrote: I notice that older documentation uploads are accompanied by a .sig file. How is that generated, and should I generate one also ? My guess

Re: Next Release - and Documentation release ?

2011-07-02 Thread Geert Janssens
On zaterdag 2 juli 2011, Geert Janssens wrote: I'll try to come up with some release notes/announcement for the documentation releases. And in the process, I'll attempt to write down how I did it for future releases. The release manager notes for documentation I created along the way can

Commit hooks for gnucash-docs

2011-07-02 Thread Geert Janssens
I have committed a small update to gnucash-docs trunk about an hour and a half ago. http://svn.gnucash.org/trac/log/gnucash-docs?rev=20823 But until now this commit doesn't show up on github. Is the git update hook for gnucash-docs not working properly ? Geert

Re: GnuCash WIKI Restored from backup -- recent changes lost

2011-07-05 Thread Geert Janssens
On zondag 3 juli 2011, John Ralls wrote: Great, thanks. Fortunately I'd only done one successful edit this week and the history was still in my browser. Hope that's true of everyone else. Perhaps a deeper backup strategy is in order: Save one daily/week for a month, and one weekly/month for

Re: GnuCash WIKI Restored from backup -- recent changes lost

2011-07-05 Thread Geert Janssens
On dinsdag 5 juli 2011, John Ralls wrote: On Jul 5, 2011, at 4:00 AM, Geert Janssens wrote: On zondag 3 juli 2011, John Ralls wrote: Great, thanks. Fortunately I'd only done one successful edit this week and the history was still in my browser. Hope that's true of everyone else

Re: GnuCash features webpage

2011-07-06 Thread Geert Janssens
On woensdag 6 juli 2011, Cristian Marchi wrote: I would like to rework the feature page for the GnuCash website (you can see a preview of what I want to achieve in the attached image). I'm not really expert in html/css so I would like to test the changes in the beta website [1]. As stated in

Re: build check failure: POTFILES references non-existing gnc-pricedb-static.c?

2011-07-08 Thread Geert Janssens
On donderdag 7 juli 2011, Derek Atkins wrote: Hey, I just tried to build a clean build from a clean checkout of trunk on a fresh Fedora-15 system. In addition to two bugs I just filed I also ran into another issue in make check on trunk: make[1]: Entering directory

Re: GnuCash Documentation 2.4.1 in .epub and .mobi format

2011-07-08 Thread Geert Janssens
On donderdag 7 juli 2011, SASAKI Suguru wrote: Hi, No one seems to be intereted in this, but No, no, I am interested, but I didn't have the time yet to respond. I'll see if I can pull your build system tweaks and merge them in the main repository. I personally like the possibility to

Re: Reporting system and potentially Python

2011-07-08 Thread Geert Janssens
On vrijdag 8 juli 2011, Tim M wrote: What I'm looking for is this: Separate the act of actually gathering the data from the GnuCash database from transforming it for display, so that the output can be made much more interactive and easy to style and make 'pretty' :). Use a well known

Re: build check failure: POTFILES references non-existing gnc-pricedb-static.c?

2011-07-08 Thread Geert Janssens
On donderdag 7 juli 2011, Derek Atkins wrote: Hey, I just tried to build a clean build from a clean checkout of trunk on a fresh Fedora-15 system. In addition to two bugs I just filed I also ran into another issue in make check on trunk: make[1]: Entering directory

Re: GnuCash Documentation 2.4.1 in .epub and .mobi format

2011-07-08 Thread Geert Janssens
On vrijdag 8 juli 2011, Geert Janssens wrote: On donderdag 7 juli 2011, SASAKI Suguru wrote: Hi, No one seems to be intereted in this, but No, no, I am interested, but I didn't have the time yet to respond. I'll see if I can pull your build system tweaks and merge them in the main

Re: GnuCash Documentation 2.4.1 in .epub and .mobi format

2011-07-09 Thread Geert Janssens
On zaterdag 9 juli 2011, SASAKI Suguru wrote: 2011/7/9 Geert Janssens janssens-ge...@telenet.be: I wonder if this script is required to generate the epub format, or if it's just a wrapper around a generic xslt transformation. From a quick view with this script, this script does: - XSLT

Re: GnuCash Documentation 2.4.1 in .epub and .mobi format

2011-07-09 Thread Geert Janssens
On zaterdag 9 juli 2011, SASAKI Suguru wrote: So, here's the summary: - Support EPUB by default - We should go without dbtoepub (and Ruby) itself, and create EPUB with current toolchains. - Support MOBI by optional - We will introduce --with-mobi (--without-mobi by default) to

Re: GnuCash Documentation 2.4.1 in .epub and .mobi format

2011-07-09 Thread Geert Janssens
On donderdag 7 juli 2011, SASAKI Suguru wrote: Hi, No one seems to be intereted in this, but I have pushed some tweakes in build system and push to https://github.com/sss/gnucash-docs/tree/2.4.1-in-epub-and-mobi , and you can downloadn .epub / .mobi from

Re: GnuCash Documentation 2.4.1 in .epub and .mobi format

2011-07-11 Thread Geert Janssens
On maandag 11 juli 2011, Derek Atkins wrote: Geert Janssens janssens-ge...@telenet.be writes: On zaterdag 9 juli 2011, SASAKI Suguru wrote: So, here's the summary: - Support EPUB by default - We should go without dbtoepub (and Ruby) itself, and create EPUB with current

Re: [PATCH 2/2] Implemented mobi generation target.

2011-07-25 Thread Geert Janssens
On zaterdag 23 juli 2011, SASAKI Suguru wrote: Hi, 2011-07-23 Cristian Marchi cr...@libero.it: Patches are in the repository. Thanks, I'm glad to hear that. And thanks Derek for the help. Also thanks Geert from me, for his first comment to my intent for this feature. You're

Re: r20940 - gnucash/branches/2.4/po - Updated Hungarian Translation, by TakóKornél.

2011-07-25 Thread Geert Janssens
On maandag 18 juli 2011, Christian Stimming wrote: Author: cstim Date: 2011-07-18 10:02:08 -0400 (Mon, 18 Jul 2011) New Revision: 20940 Trac: http://svn.gnucash.org/trac/changeset/20940 Modified: gnucash/branches/2.4/po/hu.po Log: Updated Hungarian Translation, by Takó Kornél.

Re: Updated Hungarian translation.

2011-07-28 Thread Geert Janssens
On dinsdag 26 juli 2011, Takó Kornél wrote: Yes, I will fix the bug. Hmm, rereading this, I may have closed the bugreport too soon. Understanding you properly, the bug isn't fixed yet, but you will in a future update ? Geert ___ gnucash-devel

Re: r21125 - gnucash/trunk/src/libqof/qof - Fix weird include

2011-08-08 Thread Geert Janssens
On maandag 8 augustus 2011, Christian Stimming wrote: Hi Geert, I can answer the question why the qofmath128.c file was included directly in gnc-numeric.c: The hope of the author at the time was that the compiler will inline a bunch of those functions. They are used most extensively in this

Re: [PATCH 2/2] Implemented mobi generation target.

2011-08-08 Thread Geert Janssens
On dinsdag 26 juli 2011, Derek Atkins wrote: SASAKI Suguru sss.so...@gmail.com writes: Hi, 2011-07-25 Derek Atkins warl...@mit.edu: Cristian Marchi cr...@libero.it writes: Patches are in the repository. Thanks Suguru for your work! And thanks Derek for the help. FYI, the

Re: [PATCH 2/2] Implemented mobi generation target.

2011-08-09 Thread Geert Janssens
On dinsdag 9 augustus 2011, Cristian Marchi wrote: The problem was fixed. I forgot to svn add a couple of files. Great, thanks ! But I don't see the new file formats appearing on the webserver yet. Is there something that still has to be done with the nightly build scripts ? Geert

Re: [PATCH 2/2] Implemented mobi generation target.

2011-08-09 Thread Geert Janssens
On dinsdag 9 augustus 2011, Cristian Marchi wrote: On the previous email I forgot to say that the automatic build integration of epub and mobi for publishing on website is pending. Is it possible to access to the script that builds the docs? (I wasn't able to find it on the repository) Your

Re: trunk doesn't build

2011-08-10 Thread Geert Janssens
On dinsdag 9 augustus 2011, Derek Atkins wrote: Hey all, I just migrated my laptop and am rebuilding GnuCash from scratch. A clean build from SVN from today yields the following during make check: make[1]: Entering directory `/home/warlord/src/gnucash/gnucash-svk/build/po' make[1]: *** No

Re: trunk doesn't build

2011-08-10 Thread Geert Janssens
On woensdag 10 augustus 2011, Derek Atkins wrote: Geert Janssens janssens-ge...@telenet.be writes: On dinsdag 9 augustus 2011, Derek Atkins wrote: Hey all, I just migrated my laptop and am rebuilding GnuCash from scratch. A clean build from SVN from today yields the following during make

Beta website download icons

2011-08-10 Thread Geert Janssens
Hi Cristian, I just checked out the beta website again. It's looking pretty nice IMHO. Thanks for your work on it! There's something with the download icons on the docs page though on my system: http://imagebin.org/167309 Are these squares around it intended or is this just on my system ? I'm

Re: Call for translators

2011-08-10 Thread Geert Janssens
On dinsdag 9 augustus 2011, Cristian Marchi wrote: I'm with you on this topic. If a veteran developer want to come up with a draft for new page content I will take care of integrate it in the website. Regards Cristian I agree that the sizing page is quite outdated, not only concerning its

Re: Beta website download icons

2011-08-11 Thread Geert Janssens
On donderdag 11 augustus 2011, Cristian Marchi wrote: Thanks for reporting the problem. It was not intended and should now be fixed: I've checked it with IE. Yes, it looks much better now, thanks ! Geert ___ gnucash-devel mailing list

Search page not working (was: Re: Call for translators)

2011-08-12 Thread Geert Janssens
On donderdag 11 augustus 2011, Mark Haanen wrote: Here is the Dutch translation for the beta site. I've left the strings for the Sizing page intentionally fuzzy. No errors under msgfmt. BTW Cristian, for me the search page isn't displaying correctly. Somehow it's missing some preprocessing,

Re: Recursive QofBooks

2011-08-13 Thread Geert Janssens
On zaterdag 13 augustus 2011, John Ralls wrote: Along a similar vein, there's src/engine/period.[ch] and the gemini structure which depends upon it. The idea there appears to be that when one closes the books (in the accounting sense) at the end of a period, the book (in the Gnucash sense)

Re: Need advice for Bug #

2011-08-16 Thread Geert Janssens
On zaterdag 13 augustus 2011, Cristian Marchi wrote: I need an advice about the bug in object [1]. The patch that Yasuki submitted needs the creation in the guide/ja_JP folder of an ipaexafont folder containing the files downloaded from http://ossipedia.ipa.go.jp/ipafont/index.html. If these

Re: r21182 - gnucash/trunk/src - Implement a balance for owners and show it on the owners view page

2011-08-17 Thread Geert Janssens
On zaterdag 13 augustus 2011, Christian Stimming wrote: Hi Geert, Hi Christian, Thank you for your feedback. thanks for the improvements around GncOwner. Is this some more customer- related work? Great :-) Yes, it is :) Just a small remark about adding code to

Re: Need advice for Bug #

2011-08-18 Thread Geert Janssens
On donderdag 18 augustus 2011, Yasuaki Taniguchi/谷口康明 wrote: Hello, For starters, I presume most people interested in the Japanese documentation will have some Japanese font on their PC's. I presume they installed such a font for reading among others Japanese websites. Are the ipa fonts

Re: r21207 - gnucash/trunk/src/gnome-utils - Missed a free in main_window_update_page_name

2011-08-22 Thread Geert Janssens
On maandag 22 augustus 2011, John Ralls wrote: Author: jralls Date: 2011-08-22 14:18:53 -0400 (Mon, 22 Aug 2011) New Revision: 21207 Trac: http://svn.gnucash.org/trac/changeset/21207 Modified: gnucash/trunk/src/gnome-utils/gnc-main-window.c Log: Missed a free in

Re: [PATCH 0/3] A couple of stylesheets to aid account hierarchy development

2011-08-23 Thread Geert Janssens
On maandag 22 augustus 2011, Florian Haas wrote: Any takers? Cheers, Florian Hi Florian, Thank you for your patches. I quickly looked at your xslt files and I'd be happy to include your contribution into GnuCash. There's just one detail missing which keeps me from doing so right away.

Re: [PATCH 0/3] A couple of stylesheets to aid account hierarchy development

2011-08-23 Thread Geert Janssens
On dinsdag 23 augustus 2011, Florian Haas wrote: Most source files in GnuCash are licensed under the GPL (v2 or later). Would that be an acceptable license to use for your files too ? Absolutely. Great ! I'm sorry I have to bring up such a seemingly dull and unrelated topic on your

Re: [PATCH 0/3] A couple of stylesheets to aid account hierarchy development

2011-08-23 Thread Geert Janssens
On dinsdag 23 augustus 2011, Florian Haas wrote: Hi Geert, On 08/23/2011 11:49 AM, Geert Janssens wrote: How do you want the license info? Comment in the XSLT itself? If so I'll be happy to send an updated patch set. That would be the best solution. You will find examples

Re: Locale related warning message

2011-08-23 Thread Geert Janssens
On vrijdag 19 augustus 2011, John Ralls wrote: On Aug 19, 2011, at 3:24 AM, Geert Janssens wrote: Hi, Recently I discovered a very weird warning on my test builds. When I open a book with a report open, this line is printed in the trace file: WARN Monetary thousands separator

Correct svn commit message ?

2011-08-23 Thread Geert Janssens
Is this possible with our svn setup ? A accidentally committed a couple of patches by Florian Haas without mentioning him as patch author in the commit message. Am I allowed to fix these messages ? Geert ___ gnucash-devel mailing list

Re: Correct svn commit message ?

2011-08-23 Thread Geert Janssens
On dinsdag 23 augustus 2011, Florian Haas wrote: Geert, On 08/23/2011 02:10 PM, Geert Janssens wrote: Is this possible with our svn setup ? A accidentally committed a couple of patches by Florian Haas without mentioning him as patch author in the commit message. No need to mess

Re: Correct svn commit message ?

2011-08-23 Thread Geert Janssens
On dinsdag 23 augustus 2011, John Ralls wrote: On Aug 23, 2011, at 5:10 AM, Geert Janssens wrote: Is this possible with our svn setup ? A accidentally committed a couple of patches by Florian Haas without mentioning him as patch author in the commit message. Am I allowed to fix

Re: r21182 - gnucash/trunk/src - Implement a balance for owners and show it on the owners view page

2011-08-23 Thread Geert Janssens
On woensdag 17 augustus 2011, Christian Stimming wrote: Am Mittwoch, 17. August 2011 schrieb Geert Janssens: My next thought was, ok this is business related, so let's add it to gncBusiness in business/business-gnome, but I quickly had to abandon that idea since the functions need

Re: Feature suggestion: display account numbers in register and account selection popup

2011-08-26 Thread Geert Janssens
On donderdag 25 augustus 2011, Florian Haas wrote: On 08/25/2011 09:56 AM, Christian Stimming wrote: Hi Florian, Am Mittwoch, 24. August 2011 schrieb Florian Haas: Thus, my suggestion is to add an option to display account numbers in the register and account selection dialog. Then, if

Re: Feature suggestion: display account numbers in register and account selection popup

2011-08-27 Thread Geert Janssens
On zaterdag 27 augustus 2011, Yawar Amin wrote: Hi Florian, On 2011-08-24, at 08:32, Florian Haas wrote: […] Now, while GnuCash does allow for accounts to be assigned a number, those numbers are not available to actually be selected in the register when making an entry. That

Re: [PATCH] Fix line format in several places in gnc-glossary.txt

2011-08-27 Thread Geert Janssens
On donderdag 25 augustus 2011, Aurimas Fišeras wrote: Hello, started a glossary file for my native language and noticed that there are several simple mistakes (spaces instead of a tab) in gnc-glossary.txt file. ___ gnucash-devel mailing list

Re: Search page not working

2011-08-27 Thread Geert Janssens
On vrijdag 12 augustus 2011, Cristian Marchi wrote: Just to start gaining information, what are the alternatives? Cristian It took me a while to find the link again, but I once stumbled upon the mailing list manager Sympa: http://www.sympa.org This is a complete list management system, not

Re: [PATCH] Fix some errors detected with cppcheck

2011-08-27 Thread Geert Janssens
On zaterdag 27 augustus 2011, Aurimas Fišeras wrote: 2011.08.21 23:02, Christian Stimming rašė: Dear Aurimas, thank you very much for your patches. The code looks very good and those patches are surely an improvement. I've committed them all to SVN trunk. As John already said,

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