Index: ossp-pkg/as/as-gui/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/ChangeLog,v rcsdiff -q -kk '-r1.44' '-r1.45' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/ChangeLog,v' 2>/dev/null --- ChangeLog 2003/02/21 23:45:39 1.44 +++ ChangeLog 2003/02/25 09:30:47 1.45 @@ -1,5 +1,14 @@ Geschichte des OSSP titraq in Vorwaerts Cronordnung +030224 Fixed bug in report panel causing merging of separate account entries + Fixed bug in report panel giving false results from unsorted tables + Added alternative colours that look nicer on win32 OS + Implemented a Numdialog class for use in the report panel + Hooked in all arbitrary number inputs to report panel class + Removed button 'both' and corresponding methods from report panel + Added button 'print' and postscript printing logic to report panel + Completed implementation of number dialog and report panel classes + 030221 Created a cholour prefs page to include row shading Reluctantly added coupling between TiTable and Preferences classes Introduced colour shading preferences and controls in prefpanel Index: ossp-pkg/as/as-gui/README RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/README,v rcsdiff -q -kk '-r1.36' '-r1.37' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/README,v' 2>/dev/null --- README 2003/02/21 23:45:39 1.36 +++ README 2003/02/25 09:30:47 1.37 @@ -6,7 +6,7 @@ |___/ OSSP asgui -- Accounting system graphical user interface - Version 0.6.20 (22-Feb-2003) + Version 0.6.21 (25-Feb-2003) ABSTRACT Index: ossp-pkg/as/as-gui/as_version.cpp RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_version.cpp,v rcsdiff -q -kk '-r1.34' '-r1.35' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_version.cpp,v' 2>/dev/null --- as_version.cpp 2003/02/21 23:45:39 1.34 +++ as_version.cpp 2003/02/25 09:30:47 1.35 @@ -8,7 +8,7 @@ #ifndef _AS_VERSION_CPP_ #define _AS_VERSION_CPP_ -#define ASGUI_VERSION 0x006214 +#define ASGUI_VERSION 0x006215 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _AS_VERSION_CPP_AS_HEADER_ asgui_version_t asgui_version = { - 0x006214, - "0.6.20", - "0.6.20 (22-Feb-2003)", - "This is OSSP as-gui, Version 0.6.20 (22-Feb-2003)", - "OSSP as-gui 0.6.20 (22-Feb-2003)", - "OSSP as-gui/0.6.20", - "@(#)OSSP as-gui 0.6.20 (22-Feb-2003)", + 0x006215, + "0.6.21", + "0.6.21 (25-Feb-2003)", + "This is OSSP as-gui, Version 0.6.21 (25-Feb-2003)", + "OSSP as-gui 0.6.21 (25-Feb-2003)", + "OSSP as-gui/0.6.21", + "@(#)OSSP as-gui 0.6.21 (25-Feb-2003)", "$Id$" };