AV false positives on the Windows MySQL plugin

2011-04-06 Thread Leigh Honeywell
A user on IRC alerted me to a couple of vendors on this list: http://lists.gnucash.org/pipermail/gnucash-devel/2009-August/025925.html ...still detecting libmysql.dll as malware. I re-sent the file today to the support contacts for Antiy-AVL, VBA32, and McAfee. Hopefully it'll be fixed soon. -

Re: [GSOC] Data model unit testing

2011-04-06 Thread John Ralls
On Apr 6, 2011, at 3:00 PM, Muslim Chochlov wrote: > > Then if it is ok with you, I'll consider covering the entities above with > unit tests as a final goal. There is almost three times less branching in > them, than in the whole libqof module (~1200) so I'll be able to dedicate 3 > times mo

Re: Creating a new report

2011-04-06 Thread Don O'Connor
On Wed, 2011-04-06 at 10:20 -0400, Derek Atkins wrote: > "Don O'Connor" writes: > > > I'm trying to create a new report and started by copying the > > hello-world.scm file from the reports directory to the standard-reports > > directory, renamed the file to projected-balance.scm, changed the gui

Re: [GSOC] Data model unit testing

2011-04-06 Thread Muslim Chochlov
Hi, 2011/4/2 Christian Stimming > Am Freitag, 1. April 2011 schrieb John Ralls: > > I found the most heavily used to be QofObject, Guid, and gnc-numeric with > > 197, 197, and 174 external references respectively. However, the latter > > two are straightforward data manipulation libraries (which

Re: Win32: 2.4.5 tag build failed.

2011-04-06 Thread Geert Janssens
On woensdag 6 april 2011, Derek Atkins wrote: > Looks like the 2.4.5 tag build failed last night building the dependencies. > Another potential issue is that the tag-build log is mis-named. > See > http://code.gnucash.org/builds/win32/build-logs/build-trunk-2011-04-06.log > > -derek Ok the tag bu

Re: [GSoC Proposal] Python scripting and reporting project

2011-04-06 Thread Christian Stimming
Dear Rohan, thanks for your detailed proposal about python scripting code. In general, your research is well-thought and goes into plenty of detail about how to migrate scheme code to python code. However, my statement from my previous email http://lists.gnucash.org/pipermail/gnucash-devel/2011

[GSoC Proposal] Python scripting and reporting project

2011-04-06 Thread Rohan Kulkarni
Hello, I have drafted a proposal for the above mentioned project. I have come up with this proposal based on what I could research and infer. There may be shortcomings in the content, its my humble request to comment on this for further improvement. Initially, I have listed down the goals of

Re: Win32: 2.4.5 tag build failed.

2011-04-06 Thread Geert Janssens
On woensdag 6 april 2011, Derek Atkins wrote: > Looks like the 2.4.5 tag build failed last night building the dependencies. > Another potential issue is that the tag-build log is mis-named. > See > http://code.gnucash.org/builds/win32/build-logs/build-trunk-2011-04-06.log > > -derek I did fix the

Re: Proposal for GSoC 2011

2011-04-06 Thread Ajay Thomas
Hi I have modified the proposal. I have also modified the mockups by changing the preferences.glade file in src/gnome-utils/glade/preferences.glade. Moreover, I feel the technology I most likely will be using is gtkmm widgets because it is a lot clearer than JavaScript and C code if any can be in

Re: Win32: 2.4.5 tag build failed.

2011-04-06 Thread Geert Janssens
On woensdag 6 april 2011, Derek Atkins wrote: > Looks like the 2.4.5 tag build failed last night building the dependencies. > Another potential issue is that the tag-build log is mis-named. > See > http://code.gnucash.org/builds/win32/build-logs/build-trunk-2011-04-06.log > > -derek I'll have a lo

Re: r20514 - gnucash/trunk - Remove the qof_book_merge code because it is unused in gnucash.

2011-04-06 Thread Christian Stimming
Zitat von Derek Atkins : Christian, Christian Stimming writes: Author: cstim Date: 2011-04-02 15:59:20 -0400 (Sat, 02 Apr 2011) New Revision: 20514 Trac: http://svn.gnucash.org/trac/changeset/20514 Removed: gnucash/trunk/src/engine/test/test-book-merge.c gnucash/trunk/src/libqof/qof/q

Re: r20516 - gnucash/trunk/src/libqof/qof - Remove a set of kvp_frame functions which are unused throughout gnucash.

2011-04-06 Thread Christian Stimming
Zitat von Derek Atkins : Christian, Christian Stimming writes: Author: cstim Date: 2011-04-02 16:17:42 -0400 (Sat, 02 Apr 2011) New Revision: 20516 Trac: http://svn.gnucash.org/trac/changeset/20516 Modified: gnucash/trunk/src/libqof/qof/kvp_frame.c gnucash/trunk/src/libqof/qof/kvp_fra

Win32: 2.4.5 tag build failed.

2011-04-06 Thread Derek Atkins
Looks like the 2.4.5 tag build failed last night building the dependencies. Another potential issue is that the tag-build log is mis-named. See http://code.gnucash.org/builds/win32/build-logs/build-trunk-2011-04-06.log -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory

Re: r20516 - gnucash/trunk/src/libqof/qof - Remove a set of kvp_frame functions which are unused throughout gnucash.

2011-04-06 Thread Derek Atkins
Christian, Christian Stimming writes: > Author: cstim > Date: 2011-04-02 16:17:42 -0400 (Sat, 02 Apr 2011) > New Revision: 20516 > Trac: http://svn.gnucash.org/trac/changeset/20516 > > Modified: >gnucash/trunk/src/libqof/qof/kvp_frame.c >gnucash/trunk/src/libqof/qof/kvp_frame.h > Log: >

Re: r20514 - gnucash/trunk - Remove the qof_book_merge code because it is unused in gnucash.

2011-04-06 Thread Derek Atkins
Christian, Christian Stimming writes: > Author: cstim > Date: 2011-04-02 15:59:20 -0400 (Sat, 02 Apr 2011) > New Revision: 20514 > Trac: http://svn.gnucash.org/trac/changeset/20514 > > Removed: >gnucash/trunk/src/engine/test/test-book-merge.c >gnucash/trunk/src/libqof/qof/qofbookmerge.c

Re: Creating a new report

2011-04-06 Thread Derek Atkins
"Don O'Connor" writes: > I'm trying to create a new report and started by copying the > hello-world.scm file from the reports directory to the standard-reports > directory, renamed the file to projected-balance.scm, changed the guid, > and changed the hello-world references in the report to > pro

Creating a new report

2011-04-06 Thread Don O'Connor
I'm trying to create a new report and started by copying the hello-world.scm file from the reports directory to the standard-reports directory, renamed the file to projected-balance.scm, changed the guid, and changed the hello-world references in the report to projected-balance, but when GnuCash st