Re: GnuCash releases ?

2013-03-30 Thread Mike Alexander
--On March 30, 2013 7:45:28 PM -0700 John Ralls  
wrote:



Well, if they get annoyed they shouldn't be using an unstable. But
they'll annoy us with reports for something we already know about, so
I'll mention it.


That's really what I meant.  Mentioning it might head off a few reports 
about known problems.



How hard would it be to catch that and just switch focus to the
already-open register?


I don't know.  It would probably be easy to produce an error alert in 
this case.  It might also be easy to just switch to the open window, 
but an error alert might actually be better since you're not going to 
get what you asked for (a register 2 window).


Mike


___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: GnuCash releases ?

2013-03-30 Thread John Ralls

On Mar 30, 2013, at 7:05 PM, Mike Alexander  wrote:

> --On March 30, 2013 5:41:15 PM -0700 John Ralls  wrote:
> 
>> I've got trunk passing distcheck now, so I'm going to bump and tag
>> tonight and release tomorrow. Here's my NEWS item. Did I miss
>> anything?
> 
> It might be good to specifically mention that one should not open a register2 
> window for an account that already has an old style register window open.  
> People might get annoyed when GnuCash crashes.
> 
>

Well, if they get annoyed they shouldn't be using an unstable. But they'll 
annoy us with reports for something we already know about, so I'll mention it.

How hard would it be to catch that and just switch focus to the already-open 
register?

Regards,
John ralls
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: GnuCash releases ?

2013-03-30 Thread Mike Alexander
--On March 30, 2013 5:41:15 PM -0700 John Ralls  
wrote:



I've got trunk passing distcheck now, so I'm going to bump and tag
tonight and release tomorrow. Here's my NEWS item. Did I miss
anything?


It might be good to specifically mention that one should not open a 
register2 window for an account that already has an old style register 
window open.  People might get annoyed when GnuCash crashes.


Mike

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: GnuCash releases ?

2013-03-30 Thread John Ralls

I've got trunk passing distcheck now, so I'm going to bump and tag tonight and 
release tomorrow. Here's my NEWS item. Did I miss anything?

Regards,
John Ralls

 The Gnucash Development Team is pleased to release Gnucash 2.5.0,
 the first release of an unstable series leading to Gnucash 2.6.0.

 This release is UNSTABLE and SHOULD NOT BE USED in production.

 Robert Fewell has contributed a rewrite of the ledger
 (Gnucash's primary interface window) to use the GtkTreeModel
 (select "register 2" from the menu) as well as a new CSV
 import/export facility for account trees.

 Gnucash now requires Gtk+-2.24 and GLib-2.26. We've removed
 most of the dependencies on libraries obsoleted by project
 Ridley and will in position to move to Gtk+-3.x once the
 GtkTreeModel register window work is complete. This means
 that Gnucash 2.5 requires Debian 6, RHEL 6, or one of the
 more aggressive distributions like Ubuntu.

 Gnucash now works with Guile-2.0.

 The business module has been revamped and we introduce a new
 feature, Credit Notes. It is now possible to import customers
 and vendors from a CSV file as well.

 The "Num" field is now optionally per-split rather than
 per-transaction.

 When opening a locked "book" one now has the option of
 opening it read-only. Note that Gnucash is still a
 single-user program and that the databaase backends are still
 used only as a data store.

 Gnucash is no longer subject to the "2038" bug, so that
 30-year mortgages can now be entered correctly.

 By agreement of all authors we have relicensed Gnucash to the
 Gnu Public License Version 2 or later from just Version 2.


___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: r22846 - gnucash/trunk/src/app-utils/calculation - Clean out unused financial calculation stand-alone programs

2013-03-30 Thread John Ralls

On Mar 30, 2013, at 1:55 PM, Alex Aycinena  wrote:

> John,
> 
> make check gives the following result:
> 
> Making check in po
> make[1]: Entering directory
> `/home/gnucash-dev/svncheckouts/gnucash-clean-build/po'
> make[1]: *** No rule to make target
> `/home/gnucash-dev/svncheckouts/gnucash-clean/src/app-utils/calculation/amort_opt.c',
> needed by `gnucash.pot'.  Stop.
> make[1]: Leaving directory
> `/home/gnucash-dev/svncheckouts/gnucash-clean-build/po'
> make: *** [check-recursive] Error 1
> 

Alex,

Fixed, thanks. Somehow the POTFILES.in part of that change didn't get committed.

Regards,
John Ralls




___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Gnucash reports

2013-03-30 Thread Peter Broadbery
Hi,

I've been modifying the report code to remove the current rather bad
quadratic behaviour it sometimes displays.  Current results take a 10
second multi-year balance report down below a second.

Would there be interest in getting this work into trunk? Obviously, it
needs further cleanup and testing, but I thought an early heads up to
the mailing list would be useful for getting comments.

There is a work in progress in
https://github.com/pbroadbery/gnucash/tree/topic/pab/blah-reports. It
adds new reports (prefixed with 'blah' for no good reason), so they
can be run side by side with the existing reports.  It also adds
various simple tests that exercise both the standard reports and my
modified versions.

Regards,

Peter
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: r22846 - gnucash/trunk/src/app-utils/calculation - Clean out unused financial calculation stand-alone programs

2013-03-30 Thread Alex Aycinena
John,

make check gives the following result:

Making check in po
make[1]: Entering directory
`/home/gnucash-dev/svncheckouts/gnucash-clean-build/po'
make[1]: *** No rule to make target
`/home/gnucash-dev/svncheckouts/gnucash-clean/src/app-utils/calculation/amort_opt.c',
needed by `gnucash.pot'.  Stop.
make[1]: Leaving directory
`/home/gnucash-dev/svncheckouts/gnucash-clean-build/po'
make: *** [check-recursive] Error 1

Regards,

Alex


On Fri, Mar 29, 2013 at 3:54 PM, John Ralls  wrote:

> Author: jralls
> Date: 2013-03-29 18:54:41 -0400 (Fri, 29 Mar 2013)
> New Revision: 22846
> Trac: http://svn.gnucash.org/trac/changeset/22846
>
> Removed:
>gnucash/trunk/src/app-utils/calculation/Makefile.calc
>gnucash/trunk/src/app-utils/calculation/README
>gnucash/trunk/src/app-utils/calculation/amort_opt.c
>gnucash/trunk/src/app-utils/calculation/amort_prt.c
>gnucash/trunk/src/app-utils/calculation/fin-interactive.c
>gnucash/trunk/src/app-utils/calculation/fin-main.c
>gnucash/trunk/src/app-utils/calculation/fin-proto.sh
>gnucash/trunk/src/app-utils/calculation/fini-input
>gnucash/trunk/src/app-utils/calculation/fini-output
>gnucash/trunk/src/app-utils/calculation/numeric_ops.c
>gnucash/trunk/src/app-utils/calculation/numeric_ops.h
>gnucash/trunk/src/app-utils/calculation/sample
> Log:
> Clean out unused financial calculation stand-alone programs
>
> No-one even knew about them!
>
>
>
> ___
> gnucash-patches mailing list
> gnucash-patc...@gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-patches
>
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel