Derek Atkins ([EMAIL PROTECTED]) said:
> Or is it too late for that, too?
Pretty much supposed to be frozen except for last bugfixes at
this point.
Bill
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo
Quoting Bill Nottingham <[EMAIL PROTECTED]>:
Derek Atkins ([EMAIL PROTECTED]) said:
Or is it too late for that, too?
Pretty much supposed to be frozen except for last bugfixes at
this point.
*grf* Okay.. :(
Bill
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Derek Atkins ([EMAIL PROTECTED]) said:
> Bill, would it be too much to ask of you to build (require) g-wrap 1.9.6
> for FC4 and FC5 with gnucash 2?
Well, FC5 is going to go gold before g2 is ready, so it's not going
to include it. I suppose when/if we prepare g2 to be shipped, adding
new g-wrap s
Quoting Bill Nottingham <[EMAIL PROTECTED]>:
Derek Atkins ([EMAIL PROTECTED]) said:
Bill, would it be too much to ask of you to build (require) g-wrap 1.9.6
for FC4 and FC5 with gnucash 2?
Well, FC5 is going to go gold before g2 is ready, so it's not going
to include it. I suppose when/if we
Neil,
Quoting Neil Williams <[EMAIL PROTECTED]>:
@@ -1257,7 +1259,9 @@
static double
_C (double eint, double pmt, unsigned beg)
{
- return pmt * _B (eint, beg);
+ unsigned check = _B (eint, beg);
+ if(check) return pmt * check;
+ return 0.0;
} /* _C */
I'm no
NW> Neil Williams
AL> Aaron Larson
AL> ... Perhaps this is a good place to mention that I was pretty
AL> confused when installing the dependencies mentioned in
AL> http://svn.gnucash.org/trac/browser/gnucash/trunk/README.dependencies
AL> The packages listed in the ubuntu 5.10 section don't seem t
NW> Neil Williams
> Now, I think I have my first (mini) bug. When opening a file that
> the user doesn't have read access to, the error is a bit cryptic:
> The file type of file is unknown.
NW> The best thing is to submit this to Bugzilla.
Done.
http://bugzilla.gnome.org/show_bug.cgi?id
--On February 12, 2006 10:59:52 PM + Neil Williams
<[EMAIL PROTECTED]> wrote:
On Sunday 12 February 2006 10:19 pm, Mike Alexander wrote:
> I build gnucash svn regularly on OSX 10.3 using fink. The OSX/Fink
> maintainer for gnucash (Peter O'Gorman) also builds 1.8 and (IIRC)
> svn on 10.4?
On Sunday 12 February 2006 10:19 pm, Mike Alexander wrote:
> > I build gnucash svn regularly on OSX 10.3 using fink. The OSX/Fink
> > maintainer for gnucash (Peter O'Gorman) also builds 1.8 and (IIRC)
> > svn on 10.4? (Peter?)
>
> Yes, I'm using MacOSX, but not the Fink version of gnucash
OK. Onl
--On February 12, 2006 9:02:39 AM + Neil Williams
<[EMAIL PROTECTED]> wrote:
I then cd'ed
into /tools/gnucash-1.9/build/ *darwin*
_darwin_ - this would be OSX? 10.3 or 10.4?
Fink? DarwinPorts?
I build gnucash svn regularly on OSX 10.3 using fink. The OSX/Fink
maintainer for gnucash (Pe
Chris,
You really should add ChangeLog entries for bugfixes so we have an
easy way to detect from the source code when a particular bug was
fixed. It makes Wilddev's job of building the NEWS file MUCH easier.
I know you seem to really dislike the manual ChangeLog entry, but
it's what we do at t
Chris,
You really should add ChangeLog entries for bugfixes so we have an
easy way to detect from the source code when a particular bug was
fixed. It makes Wilddev's job of building the NEWS file MUCH easier.
I know you seem to really dislike the manual ChangeLog entry, but
it's what we do at t
On Sunday 12 February 2006 6:58 pm, Derek Atkins wrote:
> If they actually test against GncCustomer, et al then they can't live
> in src/engine/test.
No, the improvements in the code from creating the tests will benefit
gncCustomer et al, but the tests themselves use entirely independent objects.
If they actually test against GncCustomer, et al then they can't live
in src/engine/test.
Shouldn't this code go in libqof/qof/test?
-derek
Quoting Neil Williams <[EMAIL PROTECTED]>:
I've got a test-events.c and test-recursive.c in QOF CVS but they aren't
complete yet. They do run without fai
I've got a test-events.c and test-recursive.c in QOF CVS but they aren't
complete yet. They do run without failures (so won't interrupt make check).
I've used them in libqof to improve the recursive copying code (e.g. to export
an invoice with all it's data, like customer, job, address, billterm
Hi,
Brian <[EMAIL PROTECTED]> writes:
> I also think these changes could be applied to the 1.8.12 as well since
> I started them there quite a while ago.
>
> Side note: the gnc:make-number-range-option also does not render on the
> screen the best. It seems to have a display box slightly shorte
On Sunday 12 February 2006 4:47 pm, Derek Atkins wrote:
> > I know how that happens - gnucash tries to identify the file by letting
> > each backend try to open it in turn. If none can open it, it complains
> > that it cannot understand which type of file it is meant to be. We can't
> > use mimetyp
Neil Williams <[EMAIL PROTECTED]> writes:
>> Now, I think I have my first (mini) bug. When opening a file that the
>> user doesn't have read access to, the error is a bit cryptic:
>>
>> The file type of file is unknown.
>
> I know how that happens - gnucash tries to identify the file by lettin
Phil Longstaff <[EMAIL PROTECTED]> writes:
>> I set a breakpoint (using kdbg) in gnc_split_register_load() in the for
>> loop which loops through the splits. The breakpoint is hit when the
>> register is first being loaded, before I start the tab-bs-tab-bs... The
>> splits seem to show garbage,
Neil Williams <[EMAIL PROTECTED]> writes:
> Derek: Would it be useful to direct www.uk.gnucash.org to the demo site at
> http://gnucash.neil.williamsleesmill.me.uk/ ? I could tweak the existing
> virtual host at this end if the DNS was to point to the correct IP. Or would
> '.gb.' be preferable
Neil Williams <[EMAIL PROTECTED]> writes:
> Isn't there some way configure can check for guile-g-wrap?
> Maybe check for libgw-guile-standard.so ?
This is a g-wrap-1.9'ism -- the check would fail for users using
g-wrap 1.3.4.
Now, what we COULD do is fix the 'g-wrap usability' test in configure
Small update:
On February 11, 2006 01:05 pm, Phil Longstaff wrote:
> I'm currently running SuSE 9.3 and have g2 built from source. I have a
> very reproducible crash which I'm trying to find the cause of (there are a
> number of Bugzilla bugs which this is a duplicate of - 108347
> http://bugzill
Andrew Duggan wrote:
David Hampton wrote:
The problem, which you mentioned in bugzilla, is that you're building a
package and then installing that package instead of installing directly
from source. The gconf default key values aren't being written to your
temporary destination directory a
On Sunday 12 February 2006 12:31 am, Derek Atkins wrote:
> Ah, right.. that's a 1.9.6-ism. Are you perhaps missing the
> guile-g-wrap package?
>
> -derek
This has tripped up other users as well,
http://bugzilla.gnome.org/show_bug.cgi?id=330560
Isn't there some way configure can check for guile
On Sunday 12 February 2006 6:41 am, Mike Alexander wrote:
> I then cd'ed
> into /tools/gnucash-1.9/build/ *darwin*
_darwin_ - this would be OSX? 10.3 or 10.4?
Fink? DarwinPorts?
I build gnucash svn regularly on OSX 10.3 using fink. The OSX/Fink maintainer
for gnucash (Peter O'Gorman) also buil
On Sunday 12 February 2006 1:44 am, Aaron Larson wrote:
> Thanks, that got it. Perhaps this is a good place to mention that I
> was pretty confused when installing the dependencies mentioned in
> http://svn.gnucash.org/trac/browser/gnucash/trunk/README.dependencies
> The packages listed in the ubu
On Sunday 12 February 2006 1:36 am, Conrad Canterford wrote:
> I didn't pry too deeply, but it looks pretty good from here :-)
:-)
> Neil, the donations page shows a balance from June 2004
I've been working on the structure of the site, rather than the content. New
and updated content should be
27 matches
Mail list logo