Display of Recconciled transactions in accounts.

2011-06-06 Thread Craig Lefler
I enjoy using gnucash on a regular basis. I have only one issue that I would like to see resolved. When I open an account in the program, all reconciled transactions are displayed. I have to go to the View menu and select filter by to get rid of these transactions. This happens every time I open th

Money files

2011-06-06 Thread Edward Ingram
Can I import Microsoft Money 2003 into gnucash? Edward E Ingram ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [MAINT] Planned Service Outage, Tuesday, June 6, 8am-10pm US/EDT

2011-06-06 Thread Derek Atkins
Hi, Just a reminder that this work will be happening tomorrow, starting in about 13 hours from now. All access to subversion, trac, wiki, email, and the email archives will be affected. Access to www.gnucash.org will not be affected during the outage. Check on #gnucash on irc.gimp.org for real-

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

2011-06-06 Thread Jim Paris
Tim M wrote: > The problem here is that it creates improperly formed code, so the > question is whether this issue can/should be fixed somehow within the > qofutil macros, or by simply swapping the comma separators out of > ENUM_BODY and into the definitions of the typedefs such as the > LOG_LEVEL_

Re: Patch, patch submission questions and general configure/make questions

2011-06-06 Thread Tim M
On Mon, Jun 6, 2011 at 4:15 AM, Christian Stimming wrote: > The code under lib/... is copied from somewhere else and is not developed > within gnucash. This means we don't want to touch it, except if there are > obvious bugs that might need to be fixed. > Good point, thanks for the clarification.

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

2011-06-06 Thread Tim M
On Mon, Jun 6, 2011 at 9:02 AM, Derek Atkins wrote: > Christian Stimming writes: > >> But in general: I don't see the value of those macros here anyway. I >> mean, the list of enum values need to appear in the definition of >> LOG_LEVEL_LIST anyway.  Passing this list through two other macros >>

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

2011-06-06 Thread Derek Atkins
Christian Stimming writes: > But in general: I don't see the value of those macros here anyway. I > mean, the list of enum values need to appear in the definition of > LOG_LEVEL_LIST anyway. Passing this list through two other macros > doesn't really save any typing except for the two words "typ

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

2011-06-06 Thread Christian Stimming
Am Montag, 6. Juni 2011 schrieb Tim M: > I can remove the comma from the ENUM_BODY and instead put it in the > LOG_LEVEL_LIST define like this: > >#define ENUM_BODY(name, value) \ >name value > >#define LOG_LEVEL_LIST(_) \ > _(QOF_LOG_FATAL, = G_LOG_LEVEL_ERROR),

Re: Patch, patch submission questions and general configure/make questions

2011-06-06 Thread Christian Stimming
Am Montag, 6. Juni 2011 schrieb Tim M: > I just wanted to check on the method you prefer for submitting > patches. I wrote a patch or two some time ago for gnucash and am > hoping to get back into doing some coding on the application if/when I > have free time, but wanted to see if you prefer patc