r14852 - gnucash/branches/sx-cleanup - New, simplified implementation of the SinceLastRun dialog. Extensions of GncSxInstanceModel to support (variable parsing, single/flat upcoming-instance list).

Joshua Sled jsled at cvs.gnucash.org
Sat Sep 16 14:56:48 EDT 2006


Author: jsled
Date: 2006-09-16 14:56:44 -0400 (Sat, 16 Sep 2006)
New Revision: 14852
Trac: http://svn.gnucash.org/trac/changeset/14852

Added:
   gnucash/branches/sx-cleanup/src/gnome/dialog-sx-since-last-run.c
   gnucash/branches/sx-cleanup/src/gnome/dialog-sx-since-last-run.h
Modified:
   gnucash/branches/sx-cleanup/ChangeLog
   gnucash/branches/sx-cleanup/src/doc/sx.rst
   gnucash/branches/sx-cleanup/src/engine/SchedXaction.h
   gnucash/branches/sx-cleanup/src/gnome/Makefile.am
   gnucash/branches/sx-cleanup/src/gnome/dialog-sx-editor.c
   gnucash/branches/sx-cleanup/src/gnome/dialog-sxsincelast.c
   gnucash/branches/sx-cleanup/src/gnome/dialog-sxsincelast.h
   gnucash/branches/sx-cleanup/src/gnome/glade/sched-xact.glade
   gnucash/branches/sx-cleanup/src/gnome/gnc-plugin-basic-commands.c
   gnucash/branches/sx-cleanup/src/gnome/gnc-plugin-page-sx-list.c
   gnucash/branches/sx-cleanup/src/gnome/gnc-plugin-page-sx-list.h
Log:
New, simplified implementation of the SinceLastRun dialog.  Extensions of GncSxInstanceModel to support (variable parsing, single/flat upcoming-instance list).

2006-09-16  Joshua Sled  <jsled at asynchronous.org>

	* src/gnome/gnc-plugin-page-sx-list.c (sxsl_get_sx_vars): Add
	variable extraction to instance-model creation.  The
	GncSxInstances now has a hashtable of variables parsed from the
	formula, and the GncSxInstance has a copy of that variables hash.
	Not finished, but mostly in place.

	* src/gnome/dialog-sx-since-last-run.c: New, simplified version of
	the since-last-run dialog.  GncSxSlrTreeModelAdapter.




More information about the gnucash-patches mailing list