Re: OS X dmg File Size

2009-09-02 Thread John Ralls
On Sep 2, 2009, at 12:14 PM, Martin Preuss wrote: On Mittwoch, 2. September 2009, Martin Preuss wrote: [...] For example the size of libaqbanking.dylib looks very big compared to the size of the source code... E.g. on my Ubuntu 9.04 Linux the size of "libaqbanking.so.29.1.2" is 1.3M, not 33M

Slow Scrolling with latest OS X Binary

2009-09-02 Thread David T.
I know it's a minor gripe, but the scrolling in the latest OS X binary (downloaded yesterday) is extremely slow. I am running 10.5.8 on a Macbook Pro Intel. David ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.o

Re: Model of report

2009-09-02 Thread Chris Dennis
Phil Longstaff wrote: If you want to do any work on a requirements spec, set of use cases or workflow design, feel free. My basic idea (concept borrowed from Financial Edge, an accounting package I worked with once) is that a report row layout can be defined. This involves defining section h

Re: OS X dmg File Size

2009-09-02 Thread David T.
That sounds like a good idea. Regardless of whether you do split the two versions into separate downloads, I would like to suggest that a way be found to name the app file "Gnucash.app" rather than "Gnucash-Intel.app" I tried renaming mine to Gnucash.app, but everything broke. David --- On W

Re: Model of report

2009-09-02 Thread Phil Longstaff
If you want to do any work on a requirements spec, set of use cases or workflow design, feel free. My basic idea (concept borrowed from Financial Edge, an accounting package I worked with once) is that a report row layout can be defined. This involves defining section headings, accounts and to

website errors

2009-09-02 Thread Linas Vepstas
Hi, Attached is a list of recent gnucash website errors, run through sort|uniq. Some of these appear to be actual website problems, such as missing png images that are missing from the v 2.0 docs. It'd be cool if someone could fix these. Most of the errors, however, are bogus: clearly many are

Re: OS X dmg File Size

2009-09-02 Thread Martin Preuss
On Mittwoch, 2. September 2009, Martin Preuss wrote: [...] > For example the size of libaqbanking.dylib looks very big compared to the > size of the source code... E.g. on my Ubuntu 9.04 Linux the size of > "libaqbanking.so.29.1.2" is 1.3M, not 33M... [...] BTW: This is with debugging symbols enab

Re: Model of report

2009-09-02 Thread Mike or Penny Novack
Phil Longstaff wrote: At some point, I want to modify some of the reports (balance sheet/income statement especially) to allow multiple dates or time periods to be specified, resulting in multiple columns. However, I'm busy with too much else right now. Phil THAT would be welcome, Phil.

Re: OS X dmg File Size

2009-09-02 Thread Martin Preuss
Hi, On Mittwoch, 2. September 2009, John Ralls wrote: > On Sep 2, 2009, at 8:04 AM, Derek Atkins wrote: [...] > Charles is right that aqbanking adds a lot of weight: > libaqbanking.dylib 33M > aqbanking plugins 50M > libgwenhyfar.dylib 2.5M

Re: OS X dmg File Size

2009-09-02 Thread John Ralls
On Sep 2, 2009, at 8:04 AM, Derek Atkins wrote: Maybe it's a fat package? Honestly, I don't know why it's so big. Maybe it's not compressed? Maybe it just added a bunch of stuff? Maybe it's not stripped? I'm not sure. Maybe JR can explain? Oh, it's a compressed dmg. The app bundles weigh

Re: OS X dmg File Size

2009-09-02 Thread John Ralls
On Sep 2, 2009, at 9:05 AM, Charles Day wrote: ... I upgraded to Snow Leopard and now MacPorts can't guild gtk for quartz, so I'm dead in the water for building GnuCash myself. Might be time for me to switch over to John's build system. Well, I haven't tried building on 10.6 yet myself, a

Re: r18288 - gnucash/trunk/src/backend/dbi - Doubles weren't being loaded properly from sqlite3. Fix that problem by examine more closely

2009-09-02 Thread Phil Longstaff
Well, until now, my testing has been to actually use gnucash, look for problems, and look for error messages in the gnucash.trace file. This wasn't very exhaustive, though. Now, I'm working at ensuring that the full range of legal cases is handled properly (create session with examples of lega

Re: OS X dmg File Size

2009-09-02 Thread ThreeDot
I completely agree! I couldn't be happier to have DMGs, of any size. I mean, how much space do OS X developer tools and fink builds consume. Amazing work. I can't thank you enough for this. Charles Day wrote: > > On Wed, Sep 2, 2009 at 7:45 AM, John Ralls > wrote: > >> >> On Sep 1, 2009, at 9

Re: r18288 - gnucash/trunk/src/backend/dbi - Doubles weren't being loaded properly from sqlite3. Fix that problem by examine more closely

2009-09-02 Thread Derek Atkins
Hi, Phil Longstaff writes: > At this point, I don't know that anything is stored as a double. However, a > slot can hold a double value. When I save that value and reload it, it is > corrupted. Seems to be a float/double alignment/endianness problem in dbi > with sqlite3, but there's a workar

Re: OS X dmg File Size

2009-09-02 Thread Charles Day
On Wed, Sep 2, 2009 at 7:45 AM, John Ralls wrote: > > On Sep 1, 2009, at 9:35 PM, David T. wrote: > > Why has the OS X dmg file gone from 135MB to 215MB? That's getting to be a >> pretty BIG download... >> > > Mostly the addition of the Qt frameworks for the aqbanking wizard. I'll > separate the

Re: r18288 - gnucash/trunk/src/backend/dbi - Doubles weren't being loaded properly from sqlite3. Fix that problem by examine more closely

2009-09-02 Thread Phil Longstaff
At this point, I don't know that anything is stored as a double. However, a slot can hold a double value. When I save that value and reload it, it is corrupted. Seems to be a float/double alignment/endianness problem in dbi with sqlite3, but there's a workaround I can put in (check size of va

Re: Model of report

2009-09-02 Thread Phil Longstaff
At some point, I want to modify some of the reports (balance sheet/income statement especially) to allow multiple dates or time periods to be specified, resulting in multiple columns. However, I'm busy with too much else right now. Phil From: Derek Atkins T

Re: OS X dmg File Size

2009-09-02 Thread John Ralls
On Sep 1, 2009, at 9:35 PM, David T. wrote: Why has the OS X dmg file gone from 135MB to 215MB? That's getting to be a pretty BIG download... Mostly the addition of the Qt frameworks for the aqbanking wizard. I'll separate the intel and ppc into separate dmgs to get the size back down.

Re: r18288 - gnucash/trunk/src/backend/dbi - Doubles weren't being loaded properly from sqlite3. Fix that problem by examine more closely

2009-09-02 Thread Derek Atkins
Phil, Phil Longstaff writes: > Modified: >gnucash/trunk/src/backend/dbi/gnc-backend-dbi.c > Log: > Doubles weren't being loaded properly from sqlite3. Fix that problem by > examine more closely > the type information returned by libdbi. What's being stored as a "double"? -derek --

Re: OS X dmg File Size

2009-09-02 Thread Derek Atkins
"David T." writes: > Why has the OS X dmg file gone from 135MB to 215MB? That's getting to > be a pretty BIG download... Maybe it's a fat package? Honestly, I don't know why it's so big. Maybe it's not compressed? Maybe it just added a bunch of stuff? Maybe it's not stripped? I'm not sure.

Re: Model of report

2009-09-02 Thread Derek Atkins
Hi, "Norton" writes: > Good Morning! > > Is there any report model showing the Profit & Loss on monthly basis? > If so, where could I find it? There is the Income and Expense Chart, but it's just a graphical chart, no numbers. > Thanks in advance! > > Norton S. Freire -derek -- Der

Re: Model of report

2009-09-02 Thread Norton Freire
Thank you very much Michael. Norton - Original Message - From: "Mike or Penny Novack" To: "C. Ernst" Cc: "Norton" ; Sent: Wednesday, September 02, 2009 8:05 AM Subject: Re: Model of report Is there any report model showing the Profit & Loss on monthly basis? If so, where could

Re: Model of report

2009-09-02 Thread Mike or Penny Novack
Is there any report model showing the Profit & Loss on monthly basis? If so, where could I find it? Thanks in advance! Norton S. Freire I'm not at all sure I understand what is wanted here. I don't do monthly Profit & Loss reports but I do do quarterly ones. Have absolutely no difficul

Re: Model of report

2009-09-02 Thread C. Ernst
Hi Norton, I do it like this: 1. Create a budget report on a monthly scale 2. Create a budget report, show only actual values 3. Export to HTML 4. Import to Excel (external data) This offers quite a lot of powerful options for regular analysis, You need to do steps 1 and 2 only once, and save your