commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue-designer ./ChangeLog ./NEWS src/__init__.py


From: James Thompson
Subject: gnue-designer ./ChangeLog ./NEWS src/__init__.py
Date: Mon, 20 Oct 2003 20:33:46 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue-designer
Branch:         
Changes by:     James Thompson <address@hidden> 03/10/20 20:33:46

Modified files:
        .              : ChangeLog NEWS 
        src            : __init__.py 

Log message:
        preping for release

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-designer/ChangeLog.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-designer/NEWS.diff?tr1=1.19&tr2=1.20&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-designer/src/__init__.py.diff?tr1=1.24&tr2=1.25&r1=text&r2=text

Patches:
Index: gnue-designer/ChangeLog
diff -c gnue-designer/ChangeLog:1.8 gnue-designer/ChangeLog:1.9
*** gnue-designer/ChangeLog:1.8 Sun Aug 10 14:09:12 2003
--- gnue-designer/ChangeLog     Mon Oct 20 20:33:45 2003
***************
*** 1,27 ****
  2003-08-04 17:02  btami
  
        * src/templates/forms/Simple.py: changing simple wizard to produce
!       different label name attrs (just for a little readable gfd)
  
  2003-08-04 11:09  btami
  
        * src/schema/: Instance.py, TableEditor.py: temporary fix in
!       designer's schema support
  
  2003-07-31 06:14  siesel
  
        * src/: base/.cvsignore, base/preferences/.cvsignore,
!       base/settings/.cvsignore, base/tools/.cvsignore,
!       base/uihelpers/.cvsignore, reports/.cvsignore,
!       reports/Labels/.cvsignore, reports/Standard/.cvsignore,
!       reports/wizards/.cvsignore, schema/parser/.cvsignore,
!       schema/preferences/.cvsignore: beautify cvs log output by adding
!       cvsignore files to missing dicts
  
  2003-07-29 04:39  btami
  
        * src/base/docks/FloatingPane.py: fixing floating panels title on
!       win32
  
  2003-07-28 06:04  btami
  
--- 1,216 ----
+ 2003-10-14 06:41  siesel
+ 
+       * src/: base/docks/.cvsignore, base/startup/.cvsignore,
+         forms/LayoutEditor/renderers/.cvsignore,
+         forms/LayoutEditor/renderers/Base/.cvsignore,
+         forms/events/.cvsignore, reports/Default/.cvsignore,
+         schema/DiaEditor/.cvsignore, reports/SimpleTabulation/.cvsignore:
+         beautify cvs update output
+ 
+ 2003-10-11 02:55  btami
+ 
+       * src/base/startup/Startup.py: temporary fix startup bug on win32
+ 
+ 2003-10-06 14:10  jcater
+ 
+       * doc/Tech-Reference.sxw: fixed zero-length file
+ 
+ 2003-10-06 13:39  reinhard
+ 
+       * MANIFEST.in, setup.py, doc/man/gnue-designer.1: Include man page.
+ 
+ 2003-10-06 07:01  reinhard
+ 
+       * src/projects/Objects.py: Fixed some errors to at least make it
+         compile.
+ 
+ 2003-10-05 19:41  jbailey
+ 
+       * packaging/debian/: .cvsignore, README.Debian, README.cvs,
+         README.maintainers, changelog, compat, control, copyright, dirs,
+         files, postinst, prerm, rules, setup.cfg.debian: gnue-designer
+         (0.5.1.20031005) unstable; urgency=low
+ 
+           * Update to CVS
+ 
+           * Redo packaging as cdbs.  Use python 2.3
+ 
+          -- Jeff Bailey <address@hidden>  Sun,  5 Oct 2003 20:37:06
+         -0400
+ 
+ 2003-10-05 13:05  btami
+ 
+       * scripts/gnue-designer, src/base/Instance.py,
+         src/forms/wizards/__init__.py, src/navigator/wizards/__init__.py,
+         src/reports/wizards/__init__.py, src/schema/wizards/__init__.py,
+         src/templates/__init__.py, src/templates/forms/__init__.py,
+         src/templates/reports/__init__.py,
+         src/templates/schema/__init__.py: updating "magic" code needed
+         for mcmillan packaging on win32
+ 
+ 2003-10-05 04:34  reinhard
+ 
+       * MANIFEST.in, setup.cfg, setup.cfg.in, setup.py,
+         scripts/.cvsignore, scripts/gnue-designer,
+         scripts/gnue-designer.in, setupext/__init__.py,
+         setupext/install_data.py, src/__init__.py: Changed setup routine
+         to use GSetup.
+ 
+ 2003-10-04 06:21  reinhard
+ 
+       * setup.cvs: Fixes for cvs installation.
+ 
+ 2003-09-25 20:04  jcater
+ 
+       * setup.cvs: Added a new per-module cvs setup system
+ 
+ 2003-09-22 16:47  siesel
+ 
+       * src/forms/wizards/CreateWebForm.py: add missing block tag
+ 
+ 2003-09-22 16:22  siesel
+ 
+       * src/forms/wizards/CreateWebForm.py: # add missing block tag to
+         entry fields
+ 
+ 2003-09-22 15:24  siesel
+ 
+       * src/forms/wizards/CreateWebForm.py: - bugfix: don't use height.
+         it should be Char__height - add basic dropdown widget support
+         (not yet supported by js client)
+ 
+ 2003-09-18 22:59  jcater
+ 
+       * setup.py: fix for --prefix
+ 
+ 2003-09-05 14:46  jcater
+ 
+       * src/: Designer.py, base/startup/Startup.py: stop designer from
+         hanging on exit and restored menubar functionality
+ 
+ 2003-08-22 20:50  jcater
+ 
+       * src/base/startup/Startup.py: fixed a closing issue
+ 
+ 2003-08-22 20:41  jcater
+ 
+       * src/base/startup/__init__.py: oops... missing files
+ 
+ 2003-08-22 19:04  jcater
+ 
+       * src/forms/LayoutEditor/: LayoutEditor.py,
+         renderers/Base/Driver.py, renderers/Base/GridPane.py,
+         renderers/curses/Driver.py, renderers/native/Driver.py,
+         renderers/native/WidgetHandler.py: (branched) Splitting
+         LayoutEditor into various smaller components and adding Renderer
+         support
+ 
+ 2003-08-22 19:01  jcater
+ 
+       * src/forms/LayoutEditor/Workspace.py: committing so I can branch
+ 
+ 2003-08-22 14:33  jcater
+ 
+       * src/forms/LayoutEditor/ReorderFocus.py: fix for hidden entries
+ 
+ 2003-08-22 14:00  jcater
+ 
+       * images/splash.png: added a border
+ 
+ 2003-08-22 13:39  jcater
+ 
+       * setup.py, images/splash.png, src/Designer.py,
+         src/base/Instance.py, src/base/startup/Startup.py,
+         src/forms/LayoutEditor/GridPane.py,
+         src/forms/LayoutEditor/LayoutEditor.py,
+         src/forms/LayoutEditor/renderers/__init__.py,
+         src/forms/LayoutEditor/renderers/Base/Driver.py,
+         src/forms/LayoutEditor/renderers/Base/GridPane.py,
+         src/forms/LayoutEditor/renderers/Base/__init__.py,
+         src/forms/LayoutEditor/renderers/curses/Driver.py,
+         src/forms/LayoutEditor/renderers/curses/__init__.py,
+         src/forms/LayoutEditor/renderers/native/Driver.py,
+         src/forms/LayoutEditor/renderers/native/__init__.py:
+ 
+         * Added a splashscreen with feedback * Started on pluggable
+         renderers for the Layout Editor display
+ 
+ 2003-08-21 10:57  jcater
+ 
+       * src/__init__.py: updated release status
+ 
+ 2003-08-19 08:58  jcater
+ 
+       * src/forms/LayoutEditor/LayoutEditor.py: fixes for Python 2.3
+         deprecation warnings
+ 
+ 2003-08-13 18:43  jcater
+ 
+       * src/: base/PrimaryToolBar.py, base/ToolBar.py,
+         forms/LayoutEditor/LayoutEditorTools.py,
+         forms/LayoutEditor/ReorderFocus.py,
+         forms/LayoutEditor/WidgetFocusTab.py: little more code on tab
+         order mode + odd cleanups
+ 
+ 2003-08-13 16:53  jcater
+ 
+       * src/templates/schema/Introspection.py: fixed some errors with the
+         schema creation wizard
+ 
+ 2003-08-12 18:00  jcater
+ 
+       * src/: base/Instance.py, forms/LayoutEditor/LayoutEditor.py: more
+         readability cleanup
+ 
+ 2003-08-12 17:45  jcater
+ 
+       * images/tb_reorder-24x24.png, images/tb_select-24x24.png,
+         src/base/TemplateParser.py, src/base/ToolBar.py,
+         src/forms/WizardRunner.py,
+         src/forms/LayoutEditor/LayoutEditor.py,
+         src/forms/LayoutEditor/LayoutEditorTools.py,
+         src/forms/LayoutEditor/ReorderFocus.py,
+         src/forms/LayoutEditor/WidgetFocusTab.py,
+         src/forms/LayoutEditor/WidgetHandler.py,
+         src/forms/LayoutEditor/renderers/native/WidgetHandler.py: * Added
+         support for layouteditor "modes" (i.e., Reorder Focus Order,
+         Select/Modify , Add Widget mode, etc) with corresponding icons *
+         Started on support for reordering focus order/tab stops.  * Mouse
+         clicks on a widget that it doesn't understand are passed through
+         to the grid's mouse handler * lots of cleanup
+ 
+ 2003-08-10 13:15  jcater
+ 
+       * NEWS: updated dates in NEWS files
+ 
+ 2003-08-10 13:09  jcater
+ 
+       * ChangeLog: last minute release commits
+ 
  2003-08-04 17:02  btami
  
        * src/templates/forms/Simple.py: changing simple wizard to produce
!         different label name attrs (just for a little readable gfd)
  
  2003-08-04 11:09  btami
  
        * src/schema/: Instance.py, TableEditor.py: temporary fix in
!         designer's schema support
  
  2003-07-31 06:14  siesel
  
        * src/: base/.cvsignore, base/preferences/.cvsignore,
!         base/settings/.cvsignore, base/tools/.cvsignore,
!         base/uihelpers/.cvsignore, reports/.cvsignore,
!         reports/Labels/.cvsignore, reports/Standard/.cvsignore,
!         reports/wizards/.cvsignore, schema/parser/.cvsignore,
!         schema/preferences/.cvsignore: beautify cvs log output by adding
!         cvsignore files to missing dicts
  
  2003-07-29 04:39  btami
  
        * src/base/docks/FloatingPane.py: fixing floating panels title on
!         win32
  
  2003-07-28 06:04  btami
  
***************
*** 46,78 ****
  2003-07-21 20:20  jcater
  
        * src/forms/LayoutEditor/DisplayDropTarget.py: fixed the
!       drag-and-drop support for default values (including defaulting with
!       sequences/serials)
  
  2003-07-21 19:46  jcater
  
        * src/forms/: EventEditor.py, PropertyEditor.py: added block tabs
!       to the property ditor and trigger mapper tools
  
  2003-07-21 19:24  jcater
  
        * src/base/tools/TriggerEditor.py: fixed the horrible dropdown bug
!       on the trigger code editor that caused X to lockup
  
  2003-07-15 17:57  jcater
  
        * src/base/: Instance.py, MRUManager.py: fixed the MRU manager
!       issue with dead objects remaining after a file has been closed
  
  2003-07-15 17:38  jcater
  
        * src/base/tools/SchemaNavigator.py: removed unneeded code
!       fragments
  
  2003-07-15 17:36  jcater
  
        * src/base/tools/SchemaNavigator.py: removed unnecessary expand on
!       a rootless tree
  
  2003-07-15 17:30  jcater
  
--- 235,267 ----
  2003-07-21 20:20  jcater
  
        * src/forms/LayoutEditor/DisplayDropTarget.py: fixed the
!         drag-and-drop support for default values (including defaulting
!         with sequences/serials)
  
  2003-07-21 19:46  jcater
  
        * src/forms/: EventEditor.py, PropertyEditor.py: added block tabs
!         to the property ditor and trigger mapper tools
  
  2003-07-21 19:24  jcater
  
        * src/base/tools/TriggerEditor.py: fixed the horrible dropdown bug
!         on the trigger code editor that caused X to lockup
  
  2003-07-15 17:57  jcater
  
        * src/base/: Instance.py, MRUManager.py: fixed the MRU manager
!         issue with dead objects remaining after a file has been closed
  
  2003-07-15 17:38  jcater
  
        * src/base/tools/SchemaNavigator.py: removed unneeded code
!         fragments
  
  2003-07-15 17:36  jcater
  
        * src/base/tools/SchemaNavigator.py: removed unnecessary expand on
!         a rootless tree
  
  2003-07-15 17:30  jcater
  
***************
*** 81,107 ****
  2003-07-15 17:21  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: make LayoutEditor moves
!       and resizes behave as a group for Undo/Redo purposes
  
  2003-07-15 16:51  jcater
  
        * src/base/tools/PropertyEditor.py: stopped unneccessarily
!       refreshing the PropertyEditor when modifying a non-current object
  
  2003-07-15 16:39  jcater
  
        * src/base/tools/PropertyEditor.py: oops; committed a print
!       statement
  
  2003-07-15 16:37  jcater
  
        * src/base/tools/PropertyEditor.py: property editor fixes for when
!       an attribute's property is None
  
  2003-07-15 16:22  jcater
  
        * src/base/tools/PropertyEditor.py: get rid of another
!       wxPyDeadObjectError
  
  2003-07-15 16:08  jcater
  
--- 270,296 ----
  2003-07-15 17:21  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: make LayoutEditor moves
!         and resizes behave as a group for Undo/Redo purposes
  
  2003-07-15 16:51  jcater
  
        * src/base/tools/PropertyEditor.py: stopped unneccessarily
!         refreshing the PropertyEditor when modifying a non-current object
  
  2003-07-15 16:39  jcater
  
        * src/base/tools/PropertyEditor.py: oops; committed a print
!         statement
  
  2003-07-15 16:37  jcater
  
        * src/base/tools/PropertyEditor.py: property editor fixes for when
!         an attribute's property is None
  
  2003-07-15 16:22  jcater
  
        * src/base/tools/PropertyEditor.py: get rid of another
!         wxPyDeadObjectError
  
  2003-07-15 16:08  jcater
  
***************
*** 114,120 ****
  2003-07-11 20:45  jcater
  
        * src/base/tools/EventEditor.py: hopefully a fix for the
!       wxPython.wx.wxPyDeadObjectError exception
  
  2003-07-10 18:57  jcater
  
--- 303,309 ----
  2003-07-11 20:45  jcater
  
        * src/base/tools/EventEditor.py: hopefully a fix for the
!         wxPython.wx.wxPyDeadObjectError exception
  
  2003-07-10 18:57  jcater
  
***************
*** 127,190 ****
  2003-07-10 18:44  jcater
  
        * images/tb_resize-16x16.png, images/tb_resize-24x24.png,
!       src/forms/LayoutEditor/LayoutEditorTools.py,
!       src/forms/events/Arrange.py, src/forms/events/Events.py,
!       src/forms/events/Resize.py: added an auto-resize-page feature
  
  2003-07-10 17:56  jcater
  
        * src/: base/tools/SchemaNavigator.py, base/tools/TreeView.py,
!       forms/LayoutEditor/DisplayDropTarget.py: 
!       
!       * Changed the schema navigator to a plain tree control * Fixed the
!       automatic form resize issue when dragging schema onto the layout
!       editor * Misc bug fixes
  
  2003-07-10 17:15  jcater
  
        * src/base/tools/SchemaNavigator.py: force the scrollbar to appear
!       on the schema navigator.  It's still fscked up beyond usability (wx
!       issues, not gnue), so I'm committing prior to gutting this control
!       and using another wx widget
  
  2003-07-08 11:18  jcater
  
        * src/: base/Instance.py, forms/LayoutEditor/LayoutEditor.py: moved
!       the caching logic out of Designer and into EventController as I
!       realized this was causing a LOT of the weird designer behavior of
!       late
  
  2003-07-08 10:36  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: fixed a
!       multiple-selection bug where the selection list grew exponentially
  
  2003-07-05 17:20  btami
  
        * packaging/mcmillan/hooks/: hook-Image.py,
!       hook-gnue.common.datasources.GConnections.py,
!       hook-gnue.common.rpc.GComm.py,
!       hook-gnue.common.rpc.drivers._helpers.RpcDoc.py,
!       hook-gnue.common.schema.scripter.Scripter.py,
!       hook-gnue.designer.Designer.py,
!       hook-gnue.designer.base.ModuleSupport.py,
!       hook-gnue.designer.base.TemplateChooser.py,
!       hook-gnue.designer.base.TemplateParser.py,
!       hook-gnue.designer.base.tools.TriggerEditor.py,
!       hook-gnue.designer.reports.Instance.py,
!       hook-gnue.designer.templates.__init__.py,
!       hook-gnue.forms.GFClient.py, hook-gnue.forms.GFInstance.py,
!       hook-gnue.forms.GFObjects.__init__.py,
!       hook-gnue.forms.uidrivers._base.UIdriver.py,
!       hook-gnue.reports.base.GREngine.py,
!       hook-gnue.reports.base.GRFilters.py,
!       hook-gnue.reports.client.GRRunUI.py: updating hook files for
!       McMillan packaging
  
  2003-06-25 18:10  jcater
  
        * src/templates/schema/Introspection.py: added default value,
!       precision, etc, support to the Introspection wizard
  
  2003-06-17 10:05  btami
  
--- 316,380 ----
  2003-07-10 18:44  jcater
  
        * images/tb_resize-16x16.png, images/tb_resize-24x24.png,
!         src/forms/LayoutEditor/LayoutEditorTools.py,
!         src/forms/events/Arrange.py, src/forms/events/Events.py,
!         src/forms/events/Resize.py: added an auto-resize-page feature
  
  2003-07-10 17:56  jcater
  
        * src/: base/tools/SchemaNavigator.py, base/tools/TreeView.py,
!         forms/LayoutEditor/DisplayDropTarget.py:
! 
!         * Changed the schema navigator to a plain tree control * Fixed
!         the automatic form resize issue when dragging schema onto the
!         layout editor * Misc bug fixes
  
  2003-07-10 17:15  jcater
  
        * src/base/tools/SchemaNavigator.py: force the scrollbar to appear
!         on the schema navigator.  It's still fscked up beyond usability
!         (wx issues, not gnue), so I'm committing prior to gutting this
!         control and using another wx widget
  
  2003-07-08 11:18  jcater
  
        * src/: base/Instance.py, forms/LayoutEditor/LayoutEditor.py: moved
!         the caching logic out of Designer and into EventController as I
!         realized this was causing a LOT of the weird designer behavior of
!         late
  
  2003-07-08 10:36  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: fixed a
!         multiple-selection bug where the selection list grew
!         exponentially
  
  2003-07-05 17:20  btami
  
        * packaging/mcmillan/hooks/: hook-Image.py,
!         hook-gnue.common.datasources.GConnections.py,
!         hook-gnue.common.rpc.GComm.py,
!         hook-gnue.common.rpc.drivers._helpers.RpcDoc.py,
!         hook-gnue.common.schema.scripter.Scripter.py,
!         hook-gnue.designer.Designer.py,
!         hook-gnue.designer.base.ModuleSupport.py,
!         hook-gnue.designer.base.TemplateChooser.py,
!         hook-gnue.designer.base.TemplateParser.py,
!         hook-gnue.designer.base.tools.TriggerEditor.py,
!         hook-gnue.designer.reports.Instance.py,
!         hook-gnue.designer.templates.__init__.py,
!         hook-gnue.forms.GFClient.py, hook-gnue.forms.GFInstance.py,
!         hook-gnue.forms.GFObjects.__init__.py,
!         hook-gnue.forms.uidrivers._base.UIdriver.py,
!         hook-gnue.reports.base.GREngine.py,
!         hook-gnue.reports.base.GRFilters.py,
!         hook-gnue.reports.client.GRRunUI.py: updating hook files for
!         McMillan packaging
  
  2003-06-25 18:10  jcater
  
        * src/templates/schema/Introspection.py: added default value,
!         precision, etc, support to the Introspection wizard
  
  2003-06-17 10:05  btami
  
***************
*** 197,219 ****
  2003-06-16 23:55  jcater
  
        * src/base/: Instance.py, ToolBase.py, docks/BasePane.py,
!       docks/Docker.py, docks/FloatingPane.py, docks/SplitDock.py: more
!       docking goodness
  
  2003-06-16 22:13  jcater
  
        * src/: base/ToolBar.py, base/docks/BasePane.py,
!       base/docks/DockedPane.py, base/docks/Docker.py,
!       base/docks/FloatingPane.py, base/docks/SplitDock.py,
!       forms/LayoutEditor/LayoutEditorTools.py: more work on the docking
!       system (may be broken)
  
  2003-06-16 16:17  jcater
  
        * images/tb_dock-16x16.png, images/tb_dock-24x24.png,
!       src/base/docks/BasePane.py, src/base/docks/DockedPane.py,
!       src/base/docks/Docker.py, src/base/docks/FloatingPane.py,
!       src/base/docks/SplitDock.py: more docking goodness
  
  2003-06-16 14:51  jcater
  
--- 387,409 ----
  2003-06-16 23:55  jcater
  
        * src/base/: Instance.py, ToolBase.py, docks/BasePane.py,
!         docks/Docker.py, docks/FloatingPane.py, docks/SplitDock.py: more
!         docking goodness
  
  2003-06-16 22:13  jcater
  
        * src/: base/ToolBar.py, base/docks/BasePane.py,
!         base/docks/DockedPane.py, base/docks/Docker.py,
!         base/docks/FloatingPane.py, base/docks/SplitDock.py,
!         forms/LayoutEditor/LayoutEditorTools.py: more work on the docking
!         system (may be broken)
  
  2003-06-16 16:17  jcater
  
        * images/tb_dock-16x16.png, images/tb_dock-24x24.png,
!         src/base/docks/BasePane.py, src/base/docks/DockedPane.py,
!         src/base/docks/Docker.py, src/base/docks/FloatingPane.py,
!         src/base/docks/SplitDock.py: more docking goodness
  
  2003-06-16 14:51  jcater
  
***************
*** 226,266 ****
  2003-06-13 16:12  jcater
  
        * src/base/: MenuBar.py, ToolBase.py, docks/BasePane.py,
!       docks/DockedPane.py, docks/Docker.py, docks/FloatingPane.py,
!       docks/SplitDock.py, tools/PropertyEditor.py,
!       tools/TriggerEditor.py: cleaning up the interactions between the
!       various docking classes
  
  2003-06-13 15:17  btami
  
        * src/reports/Instance.py: fixing keyword arguments (let report
!       wizards work again)
  
  2003-06-13 15:12  jcater
  
        * src/base/Instance.py: added an 'event cache' so all events are
!       trapped on designer initialization until all tools/etc are created
  
  2003-06-13 15:02  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: fix for unnecessary
!       statusbar updates
  
  2003-06-13 12:20  jcater
  
        * src/: base/Instance.py, base/docks/Docker.py, forms/__init__.py,
!       navigator/__init__.py, reports/__init__.py, schema/__init__.py:
!       more name clarifications between 'module' and 'tool'
  
  2003-06-13 12:13  jcater
  
        * src/Designer.py: more name clarifications between 'module' and
!       'tool'
  
  2003-06-13 12:10  jcater
  
        * src/base/: Instance.py, docks/Docker.py: moved the docking logic
!       out of Instance.py and into docks/Docker.py
  
  2003-06-13 11:42  jcater
  
--- 416,457 ----
  2003-06-13 16:12  jcater
  
        * src/base/: MenuBar.py, ToolBase.py, docks/BasePane.py,
!         docks/DockedPane.py, docks/Docker.py, docks/FloatingPane.py,
!         docks/SplitDock.py, tools/PropertyEditor.py,
!         tools/TriggerEditor.py: cleaning up the interactions between the
!         various docking classes
  
  2003-06-13 15:17  btami
  
        * src/reports/Instance.py: fixing keyword arguments (let report
!         wizards work again)
  
  2003-06-13 15:12  jcater
  
        * src/base/Instance.py: added an 'event cache' so all events are
!         trapped on designer initialization until all tools/etc are
!         created
  
  2003-06-13 15:02  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: fix for unnecessary
!         statusbar updates
  
  2003-06-13 12:20  jcater
  
        * src/: base/Instance.py, base/docks/Docker.py, forms/__init__.py,
!         navigator/__init__.py, reports/__init__.py, schema/__init__.py:
!         more name clarifications between 'module' and 'tool'
  
  2003-06-13 12:13  jcater
  
        * src/Designer.py: more name clarifications between 'module' and
!         'tool'
  
  2003-06-13 12:10  jcater
  
        * src/base/: Instance.py, docks/Docker.py: moved the docking logic
!         out of Instance.py and into docks/Docker.py
  
  2003-06-13 11:42  jcater
  
***************
*** 269,312 ****
  2003-06-13 11:39  jcater
  
        * src/: Designer.py, base/Instance.py, base/MenuBar.py,
!       base/ModuleSupport.py, base/ToolDock.py, base/ToolFrame.py,
!       base/docks/BasePane.py, base/docks/DockedPane.py,
!       base/docks/Docker.py, base/docks/FloatingPane.py,
!       base/docks/SplitDock.py, base/docks/__init__.py, forms/Instance.py,
!       navigator/Instance.py, reports/Instance.py,
!       reports/Standard/FilterSupport.py, schema/Instance.py: 
!       
!       * Moved the docking classes to docks/ * Renamed "Forms", "Reports",
!       etc from "Tools" to "Modules" as "Tools" also referred to stuff
!       like Layout Editor, Shema Navigator, Property Editor, etc. (poor
!       jcater was getting confused)
  
  2003-06-12 16:02  jcater
  
        * setup.py, src/base/ToolDock.py, src/base/ToolPanel.py,
!       src/base/tools/SchemaNavigator.py, src/forms/events/Events.py:
!       added events stuff
  
  2003-06-11 15:53  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: added tab/shift-tab key
!       bindings to the layout editor to switch between widgets
  
  2003-06-11 15:26  siesel
  
        * src/forms/LayoutEditor/LayoutEditor.py: fix
!       meta_is_always_pressed bug and allow resizing with CTRL or SHIFT +
!       Cursor too.
  
  2003-06-11 15:14  siesel
  
        * src/forms/LayoutEditor/LayoutEditor.py: deactivate
!       SHIFT/META/CONTROL + cursor keys
  
  2003-06-11 13:17  jcater
  
        * src/forms/: Instance.py, events/Arrange.py, events/__init__.py:
!       added basic Arrange Items support
  
  2003-06-11 13:16  jcater
  
--- 460,503 ----
  2003-06-13 11:39  jcater
  
        * src/: Designer.py, base/Instance.py, base/MenuBar.py,
!         base/ModuleSupport.py, base/ToolDock.py, base/ToolFrame.py,
!         base/docks/BasePane.py, base/docks/DockedPane.py,
!         base/docks/Docker.py, base/docks/FloatingPane.py,
!         base/docks/SplitDock.py, base/docks/__init__.py,
!         forms/Instance.py, navigator/Instance.py, reports/Instance.py,
!         reports/Standard/FilterSupport.py, schema/Instance.py:
! 
!         * Moved the docking classes to docks/ * Renamed "Forms",
!         "Reports", etc from "Tools" to "Modules" as "Tools" also referred
!         to stuff like Layout Editor, Shema Navigator, Property Editor,
!         etc. (poor jcater was getting confused)
  
  2003-06-12 16:02  jcater
  
        * setup.py, src/base/ToolDock.py, src/base/ToolPanel.py,
!         src/base/tools/SchemaNavigator.py, src/forms/events/Events.py:
!         added events stuff
  
  2003-06-11 15:53  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: added tab/shift-tab key
!         bindings to the layout editor to switch between widgets
  
  2003-06-11 15:26  siesel
  
        * src/forms/LayoutEditor/LayoutEditor.py: fix
!         meta_is_always_pressed bug and allow resizing with CTRL or SHIFT
!         + Cursor too.
  
  2003-06-11 15:14  siesel
  
        * src/forms/LayoutEditor/LayoutEditor.py: deactivate
!         SHIFT/META/CONTROL + cursor keys
  
  2003-06-11 13:17  jcater
  
        * src/forms/: Instance.py, events/Arrange.py, events/__init__.py:
!         added basic Arrange Items support
  
  2003-06-11 13:16  jcater
  
***************
*** 319,326 ****
  2003-06-11 12:27  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: fixed some
!       inconsistencies where some code was treating the upper left corner
!       of the grid as (1,1) instead of (0,0)
  
  2003-06-10 16:11  jcater
  
--- 510,517 ----
  2003-06-11 12:27  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: fixed some
!         inconsistencies where some code was treating the upper left
!         corner of the grid as (1,1) instead of (0,0)
  
  2003-06-10 16:11  jcater
  
***************
*** 329,442 ****
  2003-06-10 15:07  jcater
  
        * src/: base/Instance.py, forms/Instance.py: added a Set Debug
!       Level menu option for the Run Form option; also, added Run Form
!       icon to main toolbar
  
  2003-06-10 14:48  jcater
  
        * src/: base/Instance.py, forms/Instance.py,
!       forms/wizards/CreateSchema.py, forms/wizards/CreateWebForm.py:
!       reimplemented the Debug Run menu option, though it is now Tools |
!       Run Form
  
  2003-06-09 19:43  jcater
  
        * src/: base/Instance.py, base/ToolBar.py, forms/Instance.py:
!       renamed _menubar to menubar since it's used by the subclassed
!       Instance's
  
  2003-06-09 19:40  jcater
  
        * src/: base/Instance.py, base/MenuBar.py, base/TemplateParser.py,
!       base/ToolFrame.py, base/tools/SchemaNavigator.py,
!       forms/BlockEditor.py, forms/Instance.py,
!       forms/LayoutEditor/LayoutEditorTools.py,
!       forms/LayoutEditor/WidgetHandler.py, forms/wizards/AddBlock.py,
!       forms/wizards/AddBox.py, forms/wizards/AddButton.py,
!       forms/wizards/AddCheckbox.py, forms/wizards/AddDataSource.py,
!       forms/wizards/AddDropDown.py, forms/wizards/AddEntry.py,
!       forms/wizards/AddLabel.py, forms/wizards/AddPage.py,
!       forms/wizards/CreateSchema.py, forms/wizards/CreateWebForm.py,
!       navigator/Instance.py, reports/Instance.py,
!       reports/Standard/FilterSupport.py, schema/Instance.py,
!       schema/wizards/AddTable.py, schema/wizards/WriteSchema.py:
!       Converted the menu bar to a dynamically-created, completely
!       events-driven model; updated menu structure
  
  2003-06-09 10:54  jcater
  
!       * src/base/tools/PropertyEditor.py: 
!       Fixed the OnModified code for the Property Editor so that when an
!       object is modified, the editor is updated and not recreated from
!       scratch.
  
  2003-06-07 01:53  jcater
  
        * src/: base/Instance.py, base/ToolFrame.py, base/UndoManager.py,
!       forms/Instance.py: more work on floating tool frames
  
  2003-06-06 21:26  jcater
  
        * src/base/TemplateParser.py: clear out the wizard variable cache
!       inbetween wizard instances
  
  2003-06-06 21:18  jcater
  
        * src/: base/Instance.py, base/tools/PropertyEditor.py,
!       forms/Instance.py: add support to Property Editor for 'linked
!       attributes' (i.e., block.datasource will show a combobox with all
!       datasources)
  
  2003-06-06 20:24  jcater
  
        * src/base/: Instance.py, tools/PropertyEditor.py: changed the
!       initial statusbar text
  
  2003-06-06 20:19  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: removed unneeded empty
!       setFeedback calls
  
  2003-06-06 20:11  jcater
  
        * src/: base/Instance.py, base/ObjectList.py, base/ToolDock.py,
!       base/ToolFrame.py, base/ToolPanel.py,
!       base/tools/SchemaNavigator.py, forms/Instance.py: 
!       General bug fixes and code cleanup
  
  2003-06-06 20:10  jcater
  
        * src/base/tools/PropertyEditor.py: Implementation of a non-wxGrid
!       property editor
  
  2003-06-06 18:53  jcater
  
        * src/: base/tools/TreeView.py, forms/TreeView.py,
!       reports/TreeView.py, schema/TreeView.py: cleanup of Object Tree
!       code; automatically expand the root object's node on startup
  
  2003-06-06 18:43  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: fixed runtime error when
!       modifying a block's attribute besides its name
  
  2003-06-04 18:24  jcater
  
        * src/: base/tools/DataSourceEditor.py,
!       base/tools/SchemaNavigator.py, base/tools/SchemaViewer.py,
!       forms/LayoutEditor/DisplayDropTarget.py,
!       forms/LayoutEditor/WidgetHandler.py: mostly working drag-and-drop
!       support for the schema navigator; several typos/bug fixes
  
  2003-06-04 15:00  jcater
  
        * src/: base/Incubator.py, base/ObjectList.py,
!       forms/LayoutEditor/DisplayDropTarget.py: several minor bug fixes
  
  2003-06-02 19:21  jcater
  
        * src/: base/Instance.py, base/ObjectList.py, forms/Instance.py,
!       forms/LayoutEditor/DisplayDropTarget.py: more updates
  
  2003-06-02 18:44  jcater
  
--- 520,637 ----
  2003-06-10 15:07  jcater
  
        * src/: base/Instance.py, forms/Instance.py: added a Set Debug
!         Level menu option for the Run Form option; also, added Run Form
!         icon to main toolbar
  
  2003-06-10 14:48  jcater
  
        * src/: base/Instance.py, forms/Instance.py,
!         forms/wizards/CreateSchema.py, forms/wizards/CreateWebForm.py:
!         reimplemented the Debug Run menu option, though it is now Tools |
!         Run Form
  
  2003-06-09 19:43  jcater
  
        * src/: base/Instance.py, base/ToolBar.py, forms/Instance.py:
!         renamed _menubar to menubar since it's used by the subclassed
!         Instance's
  
  2003-06-09 19:40  jcater
  
        * src/: base/Instance.py, base/MenuBar.py, base/TemplateParser.py,
!         base/ToolFrame.py, base/tools/SchemaNavigator.py,
!         forms/BlockEditor.py, forms/Instance.py,
!         forms/LayoutEditor/LayoutEditorTools.py,
!         forms/LayoutEditor/WidgetHandler.py,
!         forms/LayoutEditor/renderers/native/WidgetHandler.py,
!         forms/wizards/AddBlock.py, forms/wizards/AddBox.py,
!         forms/wizards/AddButton.py, forms/wizards/AddCheckbox.py,
!         forms/wizards/AddDataSource.py, forms/wizards/AddDropDown.py,
!         forms/wizards/AddEntry.py, forms/wizards/AddLabel.py,
!         forms/wizards/AddPage.py, forms/wizards/CreateSchema.py,
!         forms/wizards/CreateWebForm.py, navigator/Instance.py,
!         reports/Instance.py, reports/Standard/FilterSupport.py,
!         schema/Instance.py, schema/wizards/AddTable.py,
!         schema/wizards/WriteSchema.py: Converted the menu bar to a
!         dynamically-created, completely events-driven model; updated menu
!         structure
  
  2003-06-09 10:54  jcater
  
!       * src/base/tools/PropertyEditor.py:
!         Fixed the OnModified code for the Property Editor so that when an
!         object is modified, the editor is updated and not recreated from
!         scratch.
  
  2003-06-07 01:53  jcater
  
        * src/: base/Instance.py, base/ToolFrame.py, base/UndoManager.py,
!         forms/Instance.py: more work on floating tool frames
  
  2003-06-06 21:26  jcater
  
        * src/base/TemplateParser.py: clear out the wizard variable cache
!         inbetween wizard instances
  
  2003-06-06 21:18  jcater
  
        * src/: base/Instance.py, base/tools/PropertyEditor.py,
!         forms/Instance.py: add support to Property Editor for 'linked
!         attributes' (i.e., block.datasource will show a combobox with all
!         datasources)
  
  2003-06-06 20:24  jcater
  
        * src/base/: Instance.py, tools/PropertyEditor.py: changed the
!         initial statusbar text
  
  2003-06-06 20:19  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: removed unneeded empty
!         setFeedback calls
  
  2003-06-06 20:11  jcater
  
        * src/: base/Instance.py, base/ObjectList.py, base/ToolDock.py,
!         base/ToolFrame.py, base/ToolPanel.py,
!         base/tools/SchemaNavigator.py, forms/Instance.py:
!         General bug fixes and code cleanup
  
  2003-06-06 20:10  jcater
  
        * src/base/tools/PropertyEditor.py: Implementation of a non-wxGrid
!         property editor
  
  2003-06-06 18:53  jcater
  
        * src/: base/tools/TreeView.py, forms/TreeView.py,
!         reports/TreeView.py, schema/TreeView.py: cleanup of Object Tree
!         code; automatically expand the root object's node on startup
  
  2003-06-06 18:43  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: fixed runtime error when
!         modifying a block's attribute besides its name
  
  2003-06-04 18:24  jcater
  
        * src/: base/tools/DataSourceEditor.py,
!         base/tools/SchemaNavigator.py, base/tools/SchemaViewer.py,
!         forms/LayoutEditor/DisplayDropTarget.py,
!         forms/LayoutEditor/WidgetHandler.py,
!         forms/LayoutEditor/renderers/native/WidgetHandler.py: mostly
!         working drag-and-drop support for the schema navigator; several
!         typos/bug fixes
  
  2003-06-04 15:00  jcater
  
        * src/: base/Incubator.py, base/ObjectList.py,
!         forms/LayoutEditor/DisplayDropTarget.py: several minor bug fixes
  
  2003-06-02 19:21  jcater
  
        * src/: base/Instance.py, base/ObjectList.py, forms/Instance.py,
!         forms/LayoutEditor/DisplayDropTarget.py: more updates
  
  2003-06-02 18:44  jcater
  
***************
*** 444,461 ****
  
  2003-06-02 18:40  jcater
  
!       * src/forms/LayoutEditor/: DisplayDropTarget.py, LayoutEditor.py,
!       DisplayDropTarget.py, DisplayDropTarget.py: typo
  
  2003-06-02 18:33  jcater
  
        * src/: base/UndoManager.py, base/tools/SchemaNavigator.py,
!       base/tools/SchemaViewer.py,
!       forms/LayoutEditor/DisplayDropTarget.py,
!       forms/LayoutEditor/LayoutEditor.py,
!       forms/LayoutEditor/WidgetHandler.py,
!       forms/LayoutEditor/WidgetHighlighter.py: misc fixes; more work on
!       drag-and-drop
  
  2003-05-30 18:08  jcater
  
--- 639,657 ----
  
  2003-06-02 18:40  jcater
  
!       * src/forms/LayoutEditor/: DisplayDropTarget.py, LayoutEditor.py:
!         typo
  
  2003-06-02 18:33  jcater
  
        * src/: base/UndoManager.py, base/tools/SchemaNavigator.py,
!         base/tools/SchemaViewer.py,
!         forms/LayoutEditor/DisplayDropTarget.py,
!         forms/LayoutEditor/LayoutEditor.py,
!         forms/LayoutEditor/WidgetHandler.py,
!         forms/LayoutEditor/WidgetHighlighter.py,
!         forms/LayoutEditor/renderers/native/WidgetHandler.py: misc fixes;
!         more work on drag-and-drop
  
  2003-05-30 18:08  jcater
  
***************
*** 464,480 ****
  2003-05-30 00:02  jcater
  
        * src/base/: Instance.py, MenuBar.py, UndoManager.py,
!       tools/SchemaNavigator.py: start of undo support
  
  2003-05-29 17:55  jcater
  
        * src/: base/tools/SchemaNavigator.py, forms/Instance.py: cleanup;
!       start of a schema tree control
  
  2003-05-29 11:43  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: added statusbar feedback
!       to the zooming feature
  
  2003-05-29 00:21  jcater
  
--- 660,676 ----
  2003-05-30 00:02  jcater
  
        * src/base/: Instance.py, MenuBar.py, UndoManager.py,
!         tools/SchemaNavigator.py: start of undo support
  
  2003-05-29 17:55  jcater
  
        * src/: base/tools/SchemaNavigator.py, forms/Instance.py: cleanup;
!         start of a schema tree control
  
  2003-05-29 11:43  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: added statusbar feedback
!         to the zooming feature
  
  2003-05-29 00:21  jcater
  
***************
*** 483,523 ****
  2003-05-29 00:07  jcater
  
        * src/: Designer.py, base/Instance.py, base/MenuBar.py,
!       base/MultiObjectGridEditor.py, base/ObjectList.py,
!       base/PrimaryToolBar.py, base/TemplateParser.py, base/ToolBar.py,
!       base/ToolFrame.py, forms/BlockEditor.py, forms/WizardRunner.py,
!       forms/LayoutEditor/LayoutEditor.py,
!       forms/LayoutEditor/LayoutEditorTools.py: 
!       * layout editor scrollbars dynamically resize to account for
!       arbitrarily large forms
!       
!       * layout editor now supports zooming in and out (i.e., changing the
!       base point size)
!       
!       * Fixes required for the new event-based menubar and toolbar
!       
!       * Several bug fixes
  
  2003-05-28 19:44  jcater
  
        * images/: tb_connect_to-16x16.png, tb_copy-16x16.png,
!       tb_cut-16x16.png, tb_delete-16x16.png, tb_exec-16x16.png,
!       tb_exit-16x16.png, tb_new-16x16.png, tb_open-16x16.png,
!       tb_paste-16x16.png, tb_preferences-16x16.png, tb_redo-16x16.png,
!       tb_refresh-16x16.png, tb_save-16x16.png, tb_save_as-16x16.png,
!       tb_undo-16x16.png, tb_zoom_in-16x16.png, tb_zoom_out-16x16.png:
!       more 16x16 icons
  
  2003-05-28 19:39  jcater
  
        * images/: deslay_block.xpm, deslay_box.xpm, deslay_button.xpm,
!       deslay_entrydate.xpm, deslay_entrynum.xpm, deslay_entrytext.xpm,
!       deslay_label.xpm, deslay_scrollbar.xpm, wizard_box-16x16.png,
!       wizard_button-16x16.png, wizard_entrycheck-16x16.png,
!       wizard_entrydate-16x16.png, wizard_entrydrop-16x16.png,
!       wizard_entrynum-16x16.png, wizard_entrytext-16x16.png,
!       wizard_label-16x16.png, wizard_page-16x16.png,
!       wizard_scrollbar-16x16.png: added crudely converted 16x16 icons
  
  2003-05-28 19:33  jcater
  
--- 679,719 ----
  2003-05-29 00:07  jcater
  
        * src/: Designer.py, base/Instance.py, base/MenuBar.py,
!         base/MultiObjectGridEditor.py, base/ObjectList.py,
!         base/PrimaryToolBar.py, base/TemplateParser.py, base/ToolBar.py,
!         base/ToolFrame.py, forms/BlockEditor.py, forms/WizardRunner.py,
!         forms/LayoutEditor/LayoutEditor.py,
!         forms/LayoutEditor/LayoutEditorTools.py:
!         * layout editor scrollbars dynamically resize to account for
!         arbitrarily large forms
! 
!         * layout editor now supports zooming in and out (i.e., changing
!         the base point size)
! 
!         * Fixes required for the new event-based menubar and toolbar
! 
!         * Several bug fixes
  
  2003-05-28 19:44  jcater
  
        * images/: tb_connect_to-16x16.png, tb_copy-16x16.png,
!         tb_cut-16x16.png, tb_delete-16x16.png, tb_exec-16x16.png,
!         tb_exit-16x16.png, tb_new-16x16.png, tb_open-16x16.png,
!         tb_paste-16x16.png, tb_preferences-16x16.png, tb_redo-16x16.png,
!         tb_refresh-16x16.png, tb_save-16x16.png, tb_save_as-16x16.png,
!         tb_undo-16x16.png, tb_zoom_in-16x16.png, tb_zoom_out-16x16.png:
!         more 16x16 icons
  
  2003-05-28 19:39  jcater
  
        * images/: deslay_block.xpm, deslay_box.xpm, deslay_button.xpm,
!         deslay_entrydate.xpm, deslay_entrynum.xpm, deslay_entrytext.xpm,
!         deslay_label.xpm, deslay_scrollbar.xpm, wizard_box-16x16.png,
!         wizard_button-16x16.png, wizard_entrycheck-16x16.png,
!         wizard_entrydate-16x16.png, wizard_entrydrop-16x16.png,
!         wizard_entrynum-16x16.png, wizard_entrytext-16x16.png,
!         wizard_label-16x16.png, wizard_page-16x16.png,
!         wizard_scrollbar-16x16.png: added crudely converted 16x16 icons
  
  2003-05-28 19:33  jcater
  
***************
*** 526,556 ****
  2003-05-28 18:08  jcater
  
        * images/: tb_connect_to-24x24.png, tb_delete-24x24.png,
!       tb_exec-24x24.png, tb_exit-24x24.png, tb_refresh-24x24.png,
!       tb_zoom_in-24x24.png, tb_zoom_out-24x24.png: adding images
  
  2003-05-28 17:19  jcater
  
        * src/: Designer.py, base/Instance.py, base/MenuBar.py,
!       base/PrimaryToolBar.py, base/TemplateParser.py,
!       forms/LayoutEditor/LayoutEditorTools.py, forms/wizards/AddBlock.py,
!       forms/wizards/AddBox.py, forms/wizards/AddButton.py,
!       forms/wizards/AddCheckbox.py, forms/wizards/AddDataSource.py,
!       forms/wizards/AddDropDown.py, forms/wizards/AddEntry.py,
!       forms/wizards/AddLabel.py, forms/wizards/AddPage.py,
!       forms/wizards/CreateSchema.py, forms/wizards/CreateWebForm.py,
!       schema/wizards/AddTable.py, schema/wizards/WriteSchema.py,
!       templates/forms/FormBuilder.py, templates/forms/Simple.py,
!       templates/reports/Labels.py, templates/reports/MailMerge.py,
!       templates/reports/SimpleReport.py,
!       templates/schema/Introspection.py: work on the menu structure and
!       events system (WARNING: Breaking CVS for Designer)
  
  2003-05-28 16:08  jcater
  
        * src/: base/MultiObjectGridEditor.py, base/PrimaryToolBar.py,
!       base/ToolFrame.py, base/ToolPanel.py, forms/BlockEditor.py: more
!       work on block editor and the general purpose grid editor
  
  2003-05-27 23:41  jcater
  
--- 722,753 ----
  2003-05-28 18:08  jcater
  
        * images/: tb_connect_to-24x24.png, tb_delete-24x24.png,
!         tb_exec-24x24.png, tb_exit-24x24.png, tb_refresh-24x24.png,
!         tb_zoom_in-24x24.png, tb_zoom_out-24x24.png: adding images
  
  2003-05-28 17:19  jcater
  
        * src/: Designer.py, base/Instance.py, base/MenuBar.py,
!         base/PrimaryToolBar.py, base/TemplateParser.py,
!         forms/LayoutEditor/LayoutEditorTools.py,
!         forms/wizards/AddBlock.py, forms/wizards/AddBox.py,
!         forms/wizards/AddButton.py, forms/wizards/AddCheckbox.py,
!         forms/wizards/AddDataSource.py, forms/wizards/AddDropDown.py,
!         forms/wizards/AddEntry.py, forms/wizards/AddLabel.py,
!         forms/wizards/AddPage.py, forms/wizards/CreateSchema.py,
!         forms/wizards/CreateWebForm.py, schema/wizards/AddTable.py,
!         schema/wizards/WriteSchema.py, templates/forms/FormBuilder.py,
!         templates/forms/Simple.py, templates/reports/Labels.py,
!         templates/reports/MailMerge.py,
!         templates/reports/SimpleReport.py,
!         templates/schema/Introspection.py: work on the menu structure and
!         events system (WARNING: Breaking CVS for Designer)
  
  2003-05-28 16:08  jcater
  
        * src/: base/MultiObjectGridEditor.py, base/PrimaryToolBar.py,
!         base/ToolFrame.py, base/ToolPanel.py, forms/BlockEditor.py: more
!         work on block editor and the general purpose grid editor
  
  2003-05-27 23:41  jcater
  
***************
*** 563,595 ****
  2003-05-27 18:21  jcater
  
        * src/: base/MultiObjectGridEditor.py, base/ObjectList.py,
!       base/ToolBar.py, base/ToolBase.py,
!       base/uihelpers/GridCellEditors.py, forms/Instance.py,
!       forms/LayoutEditor/LayoutEditor.py: 
!       * Several bug fixes * Start of a block editor * More work on a
!       generic grid-based attribute error
  
  2003-05-25 11:13  jcater
  
        * src/: base/ToolBase.py, base/ToolPanel.py,
!       forms/LayoutEditor/LayoutEditor.py: statusbar fixes
  
  2003-05-25 10:55  jcater
  
        * src/base/: Instance.py, MultiObjectGridEditor.py, ToolDock.py,
!       ToolFrame.py, ToolPanel.py: some statusbar fixes
  
  2003-05-24 15:13  btami
  
        * src/forms/: LayoutEditor/LayoutEditorTools.py,
!       wizards/AddCheckbox.py: adding checkbox entry wizard
  
  2003-05-24 13:01  jcater
  
        * src/: base/ToolDock.py, base/ToolPanel.py,
!       forms/LayoutEditor/LayoutEditor.py: 
!       * Switched to sash and custom sizer based dock * Fixed comboblock
!       error when opening a form
  
  2003-05-23 23:08  jcater
  
--- 760,792 ----
  2003-05-27 18:21  jcater
  
        * src/: base/MultiObjectGridEditor.py, base/ObjectList.py,
!         base/ToolBar.py, base/ToolBase.py,
!         base/uihelpers/GridCellEditors.py, forms/Instance.py,
!         forms/LayoutEditor/LayoutEditor.py:
!         * Several bug fixes * Start of a block editor * More work on a
!         generic grid-based attribute error
  
  2003-05-25 11:13  jcater
  
        * src/: base/ToolBase.py, base/ToolPanel.py,
!         forms/LayoutEditor/LayoutEditor.py: statusbar fixes
  
  2003-05-25 10:55  jcater
  
        * src/base/: Instance.py, MultiObjectGridEditor.py, ToolDock.py,
!         ToolFrame.py, ToolPanel.py: some statusbar fixes
  
  2003-05-24 15:13  btami
  
        * src/forms/: LayoutEditor/LayoutEditorTools.py,
!         wizards/AddCheckbox.py: adding checkbox entry wizard
  
  2003-05-24 13:01  jcater
  
        * src/: base/ToolDock.py, base/ToolPanel.py,
!         forms/LayoutEditor/LayoutEditor.py:
!         * Switched to sash and custom sizer based dock * Fixed comboblock
!         error when opening a form
  
  2003-05-23 23:08  jcater
  
***************
*** 598,704 ****
  2003-05-23 22:23  jcater
  
        * src/base/: Instance.py, ToolPanel.py: changed name of
!       SingleTooledPane to DockedToolPane to better reflect its function
  
  2003-05-23 22:19  jcater
  
        * src/: base/Instance.py, base/MenuBar.py, base/ToolDock.py,
!       base/ToolPanel.py, forms/LayoutEditor/LayoutEditor.py: committing
!       my splitter logic before I completely rip it out... I don't like
!       it.
  
  2003-05-23 19:02  jcater
  
        * src/: base/Instance.py, base/MenuBar.py,
!       base/MultiObjectGridEditor.py, base/PrimaryToolBar.py,
!       base/ToolBar.py, base/ToolDock.py, base/ToolFrame.py,
!       base/ToolPanel.py, base/tools/DataSourceEditor.py,
!       base/tools/EventEditor.py, base/tools/PropertyEditor.py,
!       base/tools/SchemaViewer.py, base/tools/TreeView.py,
!       base/tools/TriggerEditor.py, forms/EventEditor.py,
!       forms/PropertyEditor.py, forms/LayoutEditor/LayoutEditor.py,
!       forms/LayoutEditor/LayoutEditorTools.py, navigator/LayoutEditor.py,
!       reports/LayoutEditor.py, reports/Standard/FilterSupport.py,
!       reports/Standard/GroupEditor.py, schema/LayoutEditor.py,
!       schema/TableEditor.py, schema/DiaEditor/VisualEditor.py: * Added
!       "Add Block" and "Add Page" to layout editor toolbar * Implemented a
!       new docking system using splitters * Restructured naming
!       conventions of the docking subsystem
  
  2003-05-23 18:49  jcater
  
        * src/forms/wizards/AddPage.py: fixed incorrect handling of
!       'Caption'
  
  2003-05-23 18:36  jcater
  
        * images/: deslay_block.xpm, deslay_box.xpm, deslay_button.xpm,
!       deslay_entrydate.xpm, deslay_entrynum.xpm, deslay_entrytext.xpm,
!       deslay_label.xpm, deslay_scrollbar.xpm, wizard_block-24x24.png,
!       wizard_box-24x24.png, wizard_button-24x24.png,
!       wizard_entrycheck-24x24.png, wizard_entrydrop-24x24.png,
!       wizard_entrytext-24x24.png, wizard_label-24x24.png,
!       wizard_page-24x24.png, wizard_scrollbar-24x24.png: resized the
!       layout editor icons to 24x24 instead of 32x32
  
  2003-05-23 18:04  jcater
  
        * src/forms/wizards/: AddBlock.py, AddPage.py: fixed a few odd-ball
!       wizard annoyances
  
  2003-05-23 11:25  jcater
  
        * images/tb_copy-24x24.png, images/tb_cut-24x24.png,
!       images/tb_open-24x24.png, images/tb_paste-24x24.png,
!       images/tb_preferences-24x24.png, images/tb_redo-24x24.png,
!       images/tb_save_as-24x24.png, images/tb_undo-24x24.png,
!       src/base/Instance.py, src/base/PrimaryToolBar.py,
!       src/base/ToolBar.py, src/forms/LayoutEditor/LayoutEditor.py,
!       src/forms/LayoutEditor/LayoutEditorTools.py: added a primary
!       toolbar in the main window; generalized the toolbar creation code
  
  2003-05-22 19:30  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: added status text showing
!       coordinators when dragging mouse over the layout editor
  
  2003-05-22 18:17  jcater
  
        * src/: base/MultiObjectGridEditor.py, base/ToolDock.py,
!       base/ToolPanel.py, forms/LayoutEditor/LayoutEditor.py,
!       forms/LayoutEditor/LayoutEditorTools.py: 
!       * Cosmetic improvements to docked tools * Start of a generic object
!       attribute editor * Added support for tool-specific toolbars
  
  2003-05-21 17:40  jcater
  
        * images/: deslay_block.xpm, wizard_block-24x24.png: nothing yet...
!       placeholder
  
  2003-05-21 17:18  jcater
  
        * src/forms/wizards/AddButton.py: added 'Call another form' option
!       to AddButton's list of premade triggers
  
  2003-05-21 17:05  jcater
  
        * src/forms/wizards/AddButton.py: AddButton wizard creates
!       meaningfully named triggers now
  
  2003-05-21 16:49  jcater
  
!       * src/forms/LayoutEditor/: GridPane.py, LayoutEditor.py: more
!       experimentation
  
  2003-05-20 17:19  jcater
  
        * src/forms/LayoutEditor/: GridPane.py, LayoutEditor.py,
!       WidgetHandler.py: experimental layout editor
  
  2003-04-29 15:36  siesel
  
        * src/forms/wizards/CreateWebForm.py: minor fixes + menu entry/name
!       change
  
  2003-04-28 17:04  siesel
  
--- 795,904 ----
  2003-05-23 22:23  jcater
  
        * src/base/: Instance.py, ToolPanel.py: changed name of
!         SingleTooledPane to DockedToolPane to better reflect its function
  
  2003-05-23 22:19  jcater
  
        * src/: base/Instance.py, base/MenuBar.py, base/ToolDock.py,
!         base/ToolPanel.py, forms/LayoutEditor/LayoutEditor.py: committing
!         my splitter logic before I completely rip it out... I don't like
!         it.
  
  2003-05-23 19:02  jcater
  
        * src/: base/Instance.py, base/MenuBar.py,
!         base/MultiObjectGridEditor.py, base/PrimaryToolBar.py,
!         base/ToolBar.py, base/ToolDock.py, base/ToolFrame.py,
!         base/ToolPanel.py, base/tools/DataSourceEditor.py,
!         base/tools/EventEditor.py, base/tools/PropertyEditor.py,
!         base/tools/SchemaViewer.py, base/tools/TreeView.py,
!         base/tools/TriggerEditor.py, forms/EventEditor.py,
!         forms/PropertyEditor.py, forms/LayoutEditor/LayoutEditor.py,
!         forms/LayoutEditor/LayoutEditorTools.py,
!         navigator/LayoutEditor.py, reports/LayoutEditor.py,
!         reports/Standard/FilterSupport.py,
!         reports/Standard/GroupEditor.py, schema/LayoutEditor.py,
!         schema/TableEditor.py, schema/DiaEditor/VisualEditor.py: * Added
!         "Add Block" and "Add Page" to layout editor toolbar * Implemented
!         a new docking system using splitters * Restructured naming
!         conventions of the docking subsystem
  
  2003-05-23 18:49  jcater
  
        * src/forms/wizards/AddPage.py: fixed incorrect handling of
!         'Caption'
  
  2003-05-23 18:36  jcater
  
        * images/: deslay_block.xpm, deslay_box.xpm, deslay_button.xpm,
!         deslay_entrydate.xpm, deslay_entrynum.xpm, deslay_entrytext.xpm,
!         deslay_label.xpm, deslay_scrollbar.xpm, wizard_block-24x24.png,
!         wizard_box-24x24.png, wizard_button-24x24.png,
!         wizard_entrycheck-24x24.png, wizard_entrydrop-24x24.png,
!         wizard_entrytext-24x24.png, wizard_label-24x24.png,
!         wizard_page-24x24.png, wizard_scrollbar-24x24.png: resized the
!         layout editor icons to 24x24 instead of 32x32
  
  2003-05-23 18:04  jcater
  
        * src/forms/wizards/: AddBlock.py, AddPage.py: fixed a few odd-ball
!         wizard annoyances
  
  2003-05-23 11:25  jcater
  
        * images/tb_copy-24x24.png, images/tb_cut-24x24.png,
!         images/tb_open-24x24.png, images/tb_paste-24x24.png,
!         images/tb_preferences-24x24.png, images/tb_redo-24x24.png,
!         images/tb_save_as-24x24.png, images/tb_undo-24x24.png,
!         src/base/Instance.py, src/base/PrimaryToolBar.py,
!         src/base/ToolBar.py, src/forms/LayoutEditor/LayoutEditor.py,
!         src/forms/LayoutEditor/LayoutEditorTools.py: added a primary
!         toolbar in the main window; generalized the toolbar creation code
  
  2003-05-22 19:30  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: added status text showing
!         coordinators when dragging mouse over the layout editor
  
  2003-05-22 18:17  jcater
  
        * src/: base/MultiObjectGridEditor.py, base/ToolDock.py,
!         base/ToolPanel.py, forms/LayoutEditor/LayoutEditor.py,
!         forms/LayoutEditor/LayoutEditorTools.py:
!         * Cosmetic improvements to docked tools * Start of a generic
!         object attribute editor * Added support for tool-specific
!         toolbars
  
  2003-05-21 17:40  jcater
  
        * images/: deslay_block.xpm, wizard_block-24x24.png: nothing yet...
!         placeholder
  
  2003-05-21 17:18  jcater
  
        * src/forms/wizards/AddButton.py: added 'Call another form' option
!         to AddButton's list of premade triggers
  
  2003-05-21 17:05  jcater
  
        * src/forms/wizards/AddButton.py: AddButton wizard creates
!         meaningfully named triggers now
  
  2003-05-21 16:49  jcater
  
!       * src/forms/LayoutEditor/: GridPane.py, LayoutEditor.py,
!         renderers/Base/GridPane.py: more experimentation
  
  2003-05-20 17:19  jcater
  
        * src/forms/LayoutEditor/: GridPane.py, LayoutEditor.py,
!         WidgetHandler.py, renderers/Base/GridPane.py,
!         renderers/native/WidgetHandler.py: experimental layout editor
  
  2003-04-29 15:36  siesel
  
        * src/forms/wizards/CreateWebForm.py: minor fixes + menu entry/name
!         change
  
  2003-04-28 17:04  siesel
  
***************
*** 711,717 ****
  2003-04-15 17:06  jcater
  
        * src/__init__.py: set version numbers to reflect development
!       status
  
  2003-04-06 21:12  jamest
  
--- 911,917 ----
  2003-04-15 17:06  jcater
  
        * src/__init__.py: set version numbers to reflect development
!         status
  
  2003-04-06 21:12  jamest
  
***************
*** 728,749 ****
  2003-04-05 16:09  jcater
  
        * src/base/tools/: EventEditor.py, PropertyEditor.py: avoid
!       tracebacking in the EventEditor
  
  2003-04-05 11:57  jamest
  
        * src/forms/wizards/AddBlock.py: fix for unbound blocks symlink fix
!       in setup-cvs
  
  2003-04-04 23:24  jamest
  
        * src/forms/LayoutEditor/LayoutEditorTools.py: toolbar buttons now
!       toggle off if a differnt toolbar button is selected
  
  2003-04-04 22:52  jamest
  
        * src/base/: Instance.py, MenuBar.py: toolbar icons no longer
!       generate traceback new form icon now works
  
  2003-04-04 22:29  jcater
  
--- 928,949 ----
  2003-04-05 16:09  jcater
  
        * src/base/tools/: EventEditor.py, PropertyEditor.py: avoid
!         tracebacking in the EventEditor
  
  2003-04-05 11:57  jamest
  
        * src/forms/wizards/AddBlock.py: fix for unbound blocks symlink fix
!         in setup-cvs
  
  2003-04-04 23:24  jamest
  
        * src/forms/LayoutEditor/LayoutEditorTools.py: toolbar buttons now
!         toggle off if a differnt toolbar button is selected
  
  2003-04-04 22:52  jamest
  
        * src/base/: Instance.py, MenuBar.py: toolbar icons no longer
!         generate traceback new form icon now works
  
  2003-04-04 22:29  jcater
  
***************
*** 752,763 ****
  2003-04-04 22:03  jcater
  
        * src/base/Instance.py: warn user if file already exists when
!       'saving as'.
  
  2003-04-04 21:41  jcater
  
        * src/base/: Instance.py, MenuBar.py, TemplateParser.py: disable
!       menu items for docked tool panels (quick fix for release)
  
  2003-04-04 21:40  jamest
  
--- 952,963 ----
  2003-04-04 22:03  jcater
  
        * src/base/Instance.py: warn user if file already exists when
!         'saving as'.
  
  2003-04-04 21:41  jcater
  
        * src/base/: Instance.py, MenuBar.py, TemplateParser.py: disable
!         menu items for docked tool panels (quick fix for release)
  
  2003-04-04 21:40  jamest
  
***************
*** 766,807 ****
  2003-04-04 21:37  jamest
  
        * src/: base/MenuBar.py, forms/Debugger.py: disable debug and
!       settings menus for 0.5.0 halfhearted attempt to get debugger to
!       play nice with new UI structure
  
  2003-04-04 20:48  jcater
  
        * src/forms/wizards/CreateSchema.py: disabling schema generator
!       from form support for release
  
  2003-04-04 20:40  jcater
  
        * src/base/ModuleSupport.py: disabling navigator support for
!       release
  
  2003-04-04 20:30  jamest
  
        * src/forms/: Instance.py, wizards/AddBlock.py,
!       wizards/AddDataSource.py, wizards/AddDropDown.py: fix
!       edit->insert->datasource/block/drop down added missing old def to
!       modification handler
  
  2003-04-04 20:23  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: prevent delete key from
!       deleting a page
  
  2003-04-04 17:05  jamest
  
        * src/: base/MRUManager.py, templates/forms/Simple.py: fix for
!       remove small fix in simply wiz
  
  2003-04-04 14:56  jamest
  
        * src/: Designer.py, base/Instance.py, base/MRUManager.py,
!       forms/LayoutEditor/LayoutEditor.py: 
!       removed extra not saved warning on file->exit file->exit now exits
!       if more than 1 form open replace some pop() logic w/ remove()
  
  2003-04-04 12:30  jcater
  
--- 966,1008 ----
  2003-04-04 21:37  jamest
  
        * src/: base/MenuBar.py, forms/Debugger.py: disable debug and
!         settings menus for 0.5.0 halfhearted attempt to get debugger to
!         play nice with new UI structure
  
  2003-04-04 20:48  jcater
  
        * src/forms/wizards/CreateSchema.py: disabling schema generator
!         from form support for release
  
  2003-04-04 20:40  jcater
  
        * src/base/ModuleSupport.py: disabling navigator support for
!         release
  
  2003-04-04 20:30  jamest
  
        * src/forms/: Instance.py, wizards/AddBlock.py,
!         wizards/AddDataSource.py, wizards/AddDropDown.py: fix
!         edit->insert->datasource/block/drop down added missing old def to
!         modification handler
  
  2003-04-04 20:23  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: prevent delete key from
!         deleting a page
  
  2003-04-04 17:05  jamest
  
        * src/: base/MRUManager.py, templates/forms/Simple.py: fix for
!         remove small fix in simply wiz
  
  2003-04-04 14:56  jamest
  
        * src/: Designer.py, base/Instance.py, base/MRUManager.py,
!         forms/LayoutEditor/LayoutEditor.py:
!         removed extra not saved warning on file->exit file->exit now
!         exits if more than 1 form open replace some pop() logic w/
!         remove()
  
  2003-04-04 12:30  jcater
  
***************
*** 810,816 ****
  2003-04-04 09:55  jcater
  
        * src/base/PopupMenu.py: bugfix from auditing code (not sure if it
!       actually was called or not)
  
  2003-04-04 09:53  jcater
  
--- 1011,1017 ----
  2003-04-04 09:55  jcater
  
        * src/base/PopupMenu.py: bugfix from auditing code (not sure if it
!         actually was called or not)
  
  2003-04-04 09:53  jcater
  
***************
*** 823,829 ****
  2003-04-03 13:23  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: fix for startup errors on
!       designer
  
  2003-04-01 23:37  jamest
  
--- 1024,1030 ----
  2003-04-03 13:23  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: fix for startup errors on
!         designer
  
  2003-04-01 23:37  jamest
  
***************
*** 839,882 ****
  
  2003-04-01 16:52  jcater
  
!       * setup.py, setupext/__init__.py, setupext/install_data.py,
!       setupext/__init__.py, setupext/install_data.py: updates to generate
!       prereleases
  
  2003-04-01 00:00  jcater
  
        * src/: base/Instance.py, forms/Instance.py: removed junk print
!       statements
  
  2003-03-31 23:59  jcater
  
        * src/: base/Incubator.py, forms/LayoutEditor/LayoutEditor.py:
!       fixes to enable widget deletion again
  
  2003-03-30 11:17  jcater
  
        * src/: base/MenuBar.py, forms/Instance.py,
!       forms/LayoutEditor/DisplayDropTarget.py,
!       forms/LayoutEditor/LayoutEditor.py,
!       forms/LayoutEditor/WidgetHandler.py,
!       forms/LayoutEditor/WidgetHighlighter.py: more work on selection
!       logic on the layout editor
  
  2003-03-25 16:11  jcater
  
        * src/schema/TableEditor.py: fixed parent tag issues/updated tag
!       reference in dev guide
  
  2003-03-19 00:06  jcater
  
        * src/forms/: Instance.py, LayoutEditor/LayoutEditor.py: misc
!       designer bug fixes
  
  2003-03-11 13:15  jcater
  
        * ROADMAP.in, src/schema/Instance.py,
!       src/schema/wizards/AddTable.py, src/schema/wizards/WriteSchema.py:
!       more work on schema support
  
  2003-03-09 16:49  jamest
  
--- 1040,1083 ----
  
  2003-04-01 16:52  jcater
  
!       * setup.py, setupext/__init__.py, setupext/install_data.py: updates
!         to generate prereleases
  
  2003-04-01 00:00  jcater
  
        * src/: base/Instance.py, forms/Instance.py: removed junk print
!         statements
  
  2003-03-31 23:59  jcater
  
        * src/: base/Incubator.py, forms/LayoutEditor/LayoutEditor.py:
!         fixes to enable widget deletion again
  
  2003-03-30 11:17  jcater
  
        * src/: base/MenuBar.py, forms/Instance.py,
!         forms/LayoutEditor/DisplayDropTarget.py,
!         forms/LayoutEditor/LayoutEditor.py,
!         forms/LayoutEditor/WidgetHandler.py,
!         forms/LayoutEditor/WidgetHighlighter.py,
!         forms/LayoutEditor/renderers/native/WidgetHandler.py: more work
!         on selection logic on the layout editor
  
  2003-03-25 16:11  jcater
  
        * src/schema/TableEditor.py: fixed parent tag issues/updated tag
!         reference in dev guide
  
  2003-03-19 00:06  jcater
  
        * src/forms/: Instance.py, LayoutEditor/LayoutEditor.py: misc
!         designer bug fixes
  
  2003-03-11 13:15  jcater
  
        * ROADMAP.in, src/schema/Instance.py,
!         src/schema/wizards/AddTable.py,
!         src/schema/wizards/WriteSchema.py: more work on schema support
  
  2003-03-09 16:49  jamest
  
***************
*** 885,961 ****
  2003-03-09 14:23  jamest
  
        * src/base/Instance.py: newly saved forms now added to Open Recent
!       menu
  
  2003-03-09 14:17  jcater
  
        * src/: base/Instance.py, forms/Instance.py: added dialog warning
!       if a form definition is incomplete
  
  2003-03-06 13:44  jcater
  
        * src/Designer.py: handle startup errors using a dialog box instead
!       of just dumping to screen
  
  2003-03-06 11:26  jcater
  
        * src/forms/Instance.py: stop renaming subforms when loading into
!       designer
  
  2003-03-06 11:18  jcater
  
        * src/forms/: PropertyEditor.py, LayoutEditor/GridPane.py,
!       LayoutEditor/LayoutEditor.py: You can now resize a form by dragging
!       the borders of the grid panel in the layout editor
  
  2003-03-06 10:07  jcater
  
!       * src/forms/wizards/AddBlock.py: 
!       Improved AddBlock wizard to ask about datasources
  
  2003-03-06 00:58  jcater
  
        * src/forms/wizards/: AddBlock.py, AddBox.py, AddDataSource.py,
!       AddDropDown.py, AddEntry.py, AddLabel.py: 
!       
!       miscellanous cleanup
  
  2003-03-05 20:01  jcater
  
        * images/deslay_box.xpm, images/wizard_box-24x24.png,
!       images/wizard_button-24x24.png, images/deslay_button.xpm,
!       images/deslay_entrydate.xpm, images/deslay_entrynum.xpm,
!       images/deslay_entrytext.xpm, images/deslay_label.xpm,
!       images/deslay_scrollbar.xpm, images/destree_block.ico,
!       images/destree_block.xpm, images/destree_datasource.ico,
!       images/destree_datasource.xpm, images/destree_entry.ico,
!       images/destree_entry.xpm, images/destree_import.ico,
!       images/destree_import.xpm, images/destree_page.ico,
!       images/destree_page.xpm, images/destree_pagewidget.ico,
!       images/destree_pagewidget.xpm, images/destree_properties.ico,
!       images/destree_properties.xpm, images/destree_trigger.ico,
!       images/destree_trigger.xpm, images/tb_new-24x24.png,
!       images/tb_save-24x24.png, images/wizard_entrycheck-24x24.png,
!       images/wizard_entrydate-24x24.png,
!       images/wizard_entrydrop-24x24.png,
!       images/wizard_entrynum-24x24.png,
!       images/wizard_entrytext-24x24.png, images/wizard_label-24x24.png,
!       images/wizard_scrollbar-24x24.png, src/base/Config.py,
!       src/base/Icons.py, src/base/preferences/__init__.py,
!       src/base/tools/DataSourceEditor.py,
!       src/forms/LayoutEditor/LayoutEditorTools.py,
!       src/forms/preferences/__init__.py,
!       src/navigator/preferences/__init__.py,
!       src/reports/preferences/__init__.py,
!       src/schema/preferences/__init__.py: 
!       Moved icons to designer/images instead of common/images (as they
!       aren't exactly "common" :)
  
  2003-03-05 17:12  jcater
  
!       * src/Designer.py: 
!       
!       Misc cleanup
  
  2003-03-03 18:29  jcater
  
--- 1086,1164 ----
  2003-03-09 14:23  jamest
  
        * src/base/Instance.py: newly saved forms now added to Open Recent
!         menu
  
  2003-03-09 14:17  jcater
  
        * src/: base/Instance.py, forms/Instance.py: added dialog warning
!         if a form definition is incomplete
  
  2003-03-06 13:44  jcater
  
        * src/Designer.py: handle startup errors using a dialog box instead
!         of just dumping to screen
  
  2003-03-06 11:26  jcater
  
        * src/forms/Instance.py: stop renaming subforms when loading into
!         designer
  
  2003-03-06 11:18  jcater
  
        * src/forms/: PropertyEditor.py, LayoutEditor/GridPane.py,
!         LayoutEditor/LayoutEditor.py,
!         LayoutEditor/renderers/Base/GridPane.py: You can now resize a
!         form by dragging the borders of the grid panel in the layout
!         editor
  
  2003-03-06 10:07  jcater
  
!       * src/forms/wizards/AddBlock.py:
!         Improved AddBlock wizard to ask about datasources
  
  2003-03-06 00:58  jcater
  
        * src/forms/wizards/: AddBlock.py, AddBox.py, AddDataSource.py,
!         AddDropDown.py, AddEntry.py, AddLabel.py:
! 
!         miscellanous cleanup
  
  2003-03-05 20:01  jcater
  
        * images/deslay_box.xpm, images/wizard_box-24x24.png,
!         images/wizard_button-24x24.png, images/deslay_button.xpm,
!         images/deslay_entrydate.xpm, images/deslay_entrynum.xpm,
!         images/deslay_entrytext.xpm, images/deslay_label.xpm,
!         images/deslay_scrollbar.xpm, images/destree_block.ico,
!         images/destree_block.xpm, images/destree_datasource.ico,
!         images/destree_datasource.xpm, images/destree_entry.ico,
!         images/destree_entry.xpm, images/destree_import.ico,
!         images/destree_import.xpm, images/destree_page.ico,
!         images/destree_page.xpm, images/destree_pagewidget.ico,
!         images/destree_pagewidget.xpm, images/destree_properties.ico,
!         images/destree_properties.xpm, images/destree_trigger.ico,
!         images/destree_trigger.xpm, images/tb_new-24x24.png,
!         images/tb_save-24x24.png, images/wizard_entrycheck-24x24.png,
!         images/wizard_entrydate-24x24.png,
!         images/wizard_entrydrop-24x24.png,
!         images/wizard_entrynum-24x24.png,
!         images/wizard_entrytext-24x24.png, images/wizard_label-24x24.png,
!         images/wizard_scrollbar-24x24.png, src/base/Config.py,
!         src/base/Icons.py, src/base/preferences/__init__.py,
!         src/base/tools/DataSourceEditor.py,
!         src/forms/LayoutEditor/LayoutEditorTools.py,
!         src/forms/preferences/__init__.py,
!         src/navigator/preferences/__init__.py,
!         src/reports/preferences/__init__.py,
!         src/schema/preferences/__init__.py:
!         Moved icons to designer/images instead of common/images (as they
!         aren't exactly "common" :)
  
  2003-03-05 17:12  jcater
  
!       * src/Designer.py:
! 
!         Misc cleanup
  
  2003-03-03 18:29  jcater
  
***************
*** 964,1038 ****
  2003-03-02 13:58  jcater
  
        * src/: base/tools/DataSourceEditor.py,
!       forms/LayoutEditor/LayoutEditor.py: Fixes to get designer working
!       again with Forms' wx uidriver
  
  2003-02-17 01:32  jcater
  
        * packaging/mcmillan/hooks/hook-gnue.designer.Designer.py,
!       src/Designer.py, src/base/Config.py, src/base/Icons.py,
!       src/base/Incubator.py, src/base/Instance.py,
!       src/base/MRUManager.py, src/base/MenuBar.py, src/base/PopupMenu.py,
!       src/base/TemplateBase.py, src/base/TemplateChooser.py,
!       src/forms/Debugger.py, src/base/ModuleSupport.py,
!       src/base/TemplateParser.py, src/base/ToolFrame.py,
!       src/base/ToolPanel.py, src/base/tools/DataSourceEditor.py,
!       src/base/tools/EventEditor.py, src/base/tools/PropertyEditor.py,
!       src/base/tools/SchemaViewer.py, src/base/tools/TreeView.py,
!       src/base/tools/TriggerEditor.py,
!       src/base/uihelpers/GridCellEditors.py, src/forms/EventEditor.py,
!       src/forms/Incubator.py, src/forms/Instance.py,
!       src/forms/PropertyEditor.py, src/forms/TreeView.py,
!       src/forms/LayoutEditor/DisplayDropTarget.py,
!       src/forms/LayoutEditor/GridPane.py,
!       src/forms/LayoutEditor/LayoutEditor.py,
!       src/forms/LayoutEditor/LayoutEditorTools.py,
!       src/forms/LayoutEditor/PopupEditor.py,
!       src/forms/LayoutEditor/PropertyBar.py,
!       src/forms/LayoutEditor/Utils.py,
!       src/forms/LayoutEditor/WidgetHandler.py,
!       src/forms/LayoutEditor/WidgetHighlighter.py,
!       src/navigator/Incubator.py, src/navigator/LayoutEditor.py,
!       src/projects/Objects.py, src/projects/Parser.py,
!       src/reports/Incubator.py, src/reports/Instance.py,
!       src/reports/TreeView.py, src/reports/Standard/GroupEditor.py,
!       src/reports/Standard/Incubator.py, src/schema/Incubator.py,
!       src/schema/TableEditor.py, src/schema/TreeView.py,
!       src/templates/__init__.py: phase I of gnue-common structural
!       cleanup
  
  2003-02-13 20:42  jcater
  
!       * src/forms/LayoutEditor/LayoutEditor.py: 
!       
!       Merging test branch back into head... follows the new UIdriver
!       format.
  
  2003-02-05 22:16  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: preliminary changes to
!       follow the updates to the UI driver cleanup
  
  2003-01-30 17:55  jcater
  
        * src/: Instance.py, ToolFrame.py, TriggerEditor.py, __init__.py:
!       fixes for 0.4.3 bugfix release
  
  2003-01-25 15:41  btami
  
        * src/: Designer.py, base/Instance.py, base/TemplateParser.py,
!       base/ToolFrame.py, base/tools/DataSourceEditor.py,
!       base/tools/SchemaViewer.py, base/tools/TriggerEditor.py: *
!       Introducing "textEncoding" into [common] section of gnue.conf  
!       instead of "formFontEncoding".  * Some 'import string' for wxpython
!       2.4.0.2
  
  2003-01-20 23:02  jcater
  
        * src/: forms/LayoutEditor/WidgetHandler.py,
!       templates/forms/FormBuilder.py: 
!       
!       misc bug fixes
  
  2003-01-20 14:28  btami
  
--- 1167,1245 ----
  2003-03-02 13:58  jcater
  
        * src/: base/tools/DataSourceEditor.py,
!         forms/LayoutEditor/LayoutEditor.py: Fixes to get designer working
!         again with Forms' wx uidriver
  
  2003-02-17 01:32  jcater
  
        * packaging/mcmillan/hooks/hook-gnue.designer.Designer.py,
!         src/Designer.py, src/base/Config.py, src/base/Icons.py,
!         src/base/Incubator.py, src/base/Instance.py,
!         src/base/MRUManager.py, src/base/MenuBar.py,
!         src/base/PopupMenu.py, src/base/TemplateBase.py,
!         src/base/TemplateChooser.py, src/forms/Debugger.py,
!         src/base/ModuleSupport.py, src/base/TemplateParser.py,
!         src/base/ToolFrame.py, src/base/ToolPanel.py,
!         src/base/tools/DataSourceEditor.py,
!         src/base/tools/EventEditor.py, src/base/tools/PropertyEditor.py,
!         src/base/tools/SchemaViewer.py, src/base/tools/TreeView.py,
!         src/base/tools/TriggerEditor.py,
!         src/base/uihelpers/GridCellEditors.py, src/forms/EventEditor.py,
!         src/forms/Incubator.py, src/forms/Instance.py,
!         src/forms/PropertyEditor.py, src/forms/TreeView.py,
!         src/forms/LayoutEditor/DisplayDropTarget.py,
!         src/forms/LayoutEditor/GridPane.py,
!         src/forms/LayoutEditor/LayoutEditor.py,
!         src/forms/LayoutEditor/renderers/Base/GridPane.py,
!         src/forms/LayoutEditor/LayoutEditorTools.py,
!         src/forms/LayoutEditor/PopupEditor.py,
!         src/forms/LayoutEditor/PropertyBar.py,
!         src/forms/LayoutEditor/Utils.py,
!         src/forms/LayoutEditor/WidgetHandler.py,
!         src/forms/LayoutEditor/WidgetHighlighter.py,
!         src/forms/LayoutEditor/renderers/native/WidgetHandler.py,
!         src/navigator/Incubator.py, src/navigator/LayoutEditor.py,
!         src/projects/Objects.py, src/projects/Parser.py,
!         src/reports/Incubator.py, src/reports/Instance.py,
!         src/reports/TreeView.py, src/reports/Standard/GroupEditor.py,
!         src/reports/Standard/Incubator.py, src/schema/Incubator.py,
!         src/schema/TableEditor.py, src/schema/TreeView.py,
!         src/templates/__init__.py: phase I of gnue-common structural
!         cleanup
  
  2003-02-13 20:42  jcater
  
!       * src/forms/LayoutEditor/LayoutEditor.py:
! 
!         Merging test branch back into head... follows the new UIdriver
!         format.
  
  2003-02-05 22:16  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: preliminary changes to
!         follow the updates to the UI driver cleanup
  
  2003-01-30 17:55  jcater
  
        * src/: Instance.py, ToolFrame.py, TriggerEditor.py, __init__.py:
!         fixes for 0.4.3 bugfix release
  
  2003-01-25 15:41  btami
  
        * src/: Designer.py, base/Instance.py, base/TemplateParser.py,
!         base/ToolFrame.py, base/tools/DataSourceEditor.py,
!         base/tools/SchemaViewer.py, base/tools/TriggerEditor.py: *
!         Introducing "textEncoding" into [common] section of gnue.conf
!         instead of "formFontEncoding".  * Some 'import string' for
!         wxpython 2.4.0.2
  
  2003-01-20 23:02  jcater
  
        * src/: forms/LayoutEditor/WidgetHandler.py,
!         forms/LayoutEditor/renderers/native/WidgetHandler.py,
!         templates/forms/FormBuilder.py:
! 
!         misc bug fixes
  
  2003-01-20 14:28  btami
  
***************
*** 1041,1047 ****
  2003-01-18 12:19  btami
  
        * src/base/tools/TriggerEditor.py: fix for "list index out of
!       range" on win32 (i=-1 when was no selection)
  
  2003-01-10 10:28  jcater
  
--- 1248,1254 ----
  2003-01-18 12:19  btami
  
        * src/base/tools/TriggerEditor.py: fix for "list index out of
!         range" on win32 (i=-1 when was no selection)
  
  2003-01-10 10:28  jcater
  
***************
*** 1053,1125 ****
  
  2003-01-03 23:54  jcater
  
!       * src/Designer.py: 
!       Added Python version/platform to the Help|About dialog
  
  2003-01-01 20:06  jcater
  
        * src/reports/: Incubator.py, Instance.py, TemplateSupport.py,
!       TreeView.py, Standard/Incubator.py: cleaning up reports structure
  
  2003-01-01 18:45  jcater
  
        * setup.cfg.in, setup.py, scripts/gnue-designer.in,
!       src/Designer.py, src/__init__.py, src/base/Config.py,
!       src/base/Icons.py, src/base/Incubator.py, src/base/Instance.py,
!       src/base/MRUManager.py, src/base/MenuBar.py,
!       src/base/ModuleSupport.py, src/base/PopupMenu.py,
!       src/base/TemplateBase.py, src/base/TemplateChooser.py,
!       src/base/TemplateParser.py, src/base/ToolDock.py,
!       src/base/ToolFrame.py, src/base/ToolPanel.py,
!       src/base/tools/DataSourceEditor.py, src/base/tools/EventEditor.py,
!       src/base/tools/PropertyEditor.py, src/base/tools/SchemaViewer.py,
!       src/base/tools/TreeView.py, src/base/tools/TriggerEditor.py,
!       src/base/uihelpers/GridCellEditors.py, src/forms/Debugger.py,
!       src/forms/EventEditor.py, src/forms/Incubator.py,
!       src/forms/Instance.py, src/forms/PropertyEditor.py,
!       src/forms/TemplateSupport.py, src/forms/TreeView.py,
!       src/forms/WizardRunner.py, src/forms/__init__.py,
!       src/forms/LayoutEditor/DisplayDropTarget.py,
!       src/forms/LayoutEditor/GridPane.py,
!       src/forms/LayoutEditor/LayoutEditor.py,
!       src/forms/LayoutEditor/LayoutEditorTools.py,
!       src/forms/LayoutEditor/PopupEditor.py,
!       src/forms/LayoutEditor/PropertyBar.py,
!       src/forms/LayoutEditor/Utils.py,
!       src/forms/LayoutEditor/WidgetHandler.py,
!       src/forms/LayoutEditor/WidgetHighlighter.py,
!       src/forms/wizards/AddBlock.py, src/forms/wizards/AddBox.py,
!       src/forms/wizards/AddButton.py, src/forms/wizards/AddDataSource.py,
!       src/forms/wizards/AddDropDown.py, src/forms/wizards/AddEntry.py,
!       src/forms/wizards/AddLabel.py, src/forms/wizards/AddPage.py,
!       src/forms/wizards/CreateSchema.py, src/navigator/Incubator.py,
!       src/navigator/Instance.py, src/navigator/LayoutEditor.py,
!       src/navigator/TemplateSupport.py, src/navigator/__init__.py,
!       src/projects/Objects.py, src/projects/Parser.py,
!       src/projects/Project.py, src/reports/FilterSupport.py,
!       src/reports/Incubator.py, src/reports/Instance.py,
!       src/reports/LayoutEditor.py, src/reports/TemplateSupport.py,
!       src/reports/TreeView.py, src/reports/__init__.py,
!       src/reports/Default/FilterSupport.py,
!       src/reports/Labels/FilterSupport.py,
!       src/reports/MailMerge/FilterSupport.py,
!       src/reports/SimpleTabulation/FilterSupport.py,
!       src/reports/Standard/FilterSupport.py,
!       src/reports/Standard/GroupEditor.py,
!       src/reports/Standard/Incubator.py, src/schema/Incubator.py,
!       src/schema/Instance.py, src/schema/LayoutEditor.py,
!       src/schema/TableEditor.py, src/schema/TemplateSupport.py,
!       src/schema/TreeView.py, src/schema/__init__.py,
!       src/schema/DiaEditor/VisualEditor.py,
!       src/schema/DiaEditor/VisualTable.py,
!       src/schema/wizards/WriteSchema.py, src/templates/__init__.py,
!       src/templates/forms/FormBuilder.py, src/templates/forms/Simple.py,
!       src/templates/forms/__init__.py, src/templates/reports/Labels.py,
!       src/templates/reports/MailMerge.py,
!       src/templates/reports/SimpleReport.py,
!       src/templates/reports/__init__.py,
!       src/templates/schema/Introspection.py,
!       src/templates/schema/__init__.py: updated copyright headers
  
  2002-12-30 22:16  jcater
  
--- 1260,1337 ----
  
  2003-01-03 23:54  jcater
  
!       * src/Designer.py:
!         Added Python version/platform to the Help|About dialog
  
  2003-01-01 20:06  jcater
  
        * src/reports/: Incubator.py, Instance.py, TemplateSupport.py,
!         TreeView.py, Standard/Incubator.py: cleaning up reports structure
  
  2003-01-01 18:45  jcater
  
        * setup.cfg.in, setup.py, scripts/gnue-designer.in,
!         src/Designer.py, src/__init__.py, src/base/Config.py,
!         src/base/Icons.py, src/base/Incubator.py, src/base/Instance.py,
!         src/base/MRUManager.py, src/base/MenuBar.py,
!         src/base/ModuleSupport.py, src/base/PopupMenu.py,
!         src/base/TemplateBase.py, src/base/TemplateChooser.py,
!         src/base/TemplateParser.py, src/base/ToolDock.py,
!         src/base/ToolFrame.py, src/base/ToolPanel.py,
!         src/base/tools/DataSourceEditor.py,
!         src/base/tools/EventEditor.py, src/base/tools/PropertyEditor.py,
!         src/base/tools/SchemaViewer.py, src/base/tools/TreeView.py,
!         src/base/tools/TriggerEditor.py,
!         src/base/uihelpers/GridCellEditors.py, src/forms/Debugger.py,
!         src/forms/EventEditor.py, src/forms/Incubator.py,
!         src/forms/Instance.py, src/forms/PropertyEditor.py,
!         src/forms/TemplateSupport.py, src/forms/TreeView.py,
!         src/forms/WizardRunner.py, src/forms/__init__.py,
!         src/forms/LayoutEditor/DisplayDropTarget.py,
!         src/forms/LayoutEditor/GridPane.py,
!         src/forms/LayoutEditor/LayoutEditor.py,
!         src/forms/LayoutEditor/LayoutEditorTools.py,
!         src/forms/LayoutEditor/PopupEditor.py,
!         src/forms/LayoutEditor/PropertyBar.py,
!         src/forms/LayoutEditor/Utils.py,
!         src/forms/LayoutEditor/WidgetHandler.py,
!         src/forms/LayoutEditor/WidgetHighlighter.py,
!         src/forms/LayoutEditor/renderers/Base/GridPane.py,
!         src/forms/LayoutEditor/renderers/native/WidgetHandler.py,
!         src/forms/wizards/AddBlock.py, src/forms/wizards/AddBox.py,
!         src/forms/wizards/AddButton.py,
!         src/forms/wizards/AddDataSource.py,
!         src/forms/wizards/AddDropDown.py, src/forms/wizards/AddEntry.py,
!         src/forms/wizards/AddLabel.py, src/forms/wizards/AddPage.py,
!         src/forms/wizards/CreateSchema.py, src/navigator/Incubator.py,
!         src/navigator/Instance.py, src/navigator/LayoutEditor.py,
!         src/navigator/TemplateSupport.py, src/navigator/__init__.py,
!         src/projects/Objects.py, src/projects/Parser.py,
!         src/projects/Project.py, src/reports/FilterSupport.py,
!         src/reports/Incubator.py, src/reports/Instance.py,
!         src/reports/LayoutEditor.py, src/reports/TemplateSupport.py,
!         src/reports/TreeView.py, src/reports/__init__.py,
!         src/reports/Default/FilterSupport.py,
!         src/reports/Labels/FilterSupport.py,
!         src/reports/MailMerge/FilterSupport.py,
!         src/reports/SimpleTabulation/FilterSupport.py,
!         src/reports/Standard/FilterSupport.py,
!         src/reports/Standard/GroupEditor.py,
!         src/reports/Standard/Incubator.py, src/schema/Incubator.py,
!         src/schema/Instance.py, src/schema/LayoutEditor.py,
!         src/schema/TableEditor.py, src/schema/TemplateSupport.py,
!         src/schema/TreeView.py, src/schema/__init__.py,
!         src/schema/DiaEditor/VisualEditor.py,
!         src/schema/DiaEditor/VisualTable.py,
!         src/schema/wizards/WriteSchema.py, src/templates/__init__.py,
!         src/templates/forms/FormBuilder.py,
!         src/templates/forms/Simple.py, src/templates/forms/__init__.py,
!         src/templates/reports/Labels.py,
!         src/templates/reports/MailMerge.py,
!         src/templates/reports/SimpleReport.py,
!         src/templates/reports/__init__.py,
!         src/templates/schema/Introspection.py,
!         src/templates/schema/__init__.py: updated copyright headers
  
  2002-12-30 22:16  jcater
  
***************
*** 1128,1147 ****
  2002-12-30 21:35  jcater
  
        * src/base/tools/EventEditor.py: bug fix: resolved 'The C++ part of
!       the FieldInspectorPanel object has been deleted, attribute access
!       no longer allowed.'
  
  2002-12-30 11:38  jcater
  
!       * src/reports/Default/FilterSupport.py: 
!       
!       Synching machines
  
  2002-12-23 03:28  btami
  
        * src/reports/: MailMerge/FilterSupport.py, MailMerge/__init__.py,
!       SimpleTabulation/FilterSupport.py, SimpleTabulation/__init__.py:
!       missing FilterSupport files
  
  2002-12-22 22:34  jcater
  
--- 1340,1359 ----
  2002-12-30 21:35  jcater
  
        * src/base/tools/EventEditor.py: bug fix: resolved 'The C++ part of
!         the FieldInspectorPanel object has been deleted, attribute access
!         no longer allowed.'
  
  2002-12-30 11:38  jcater
  
!       * src/reports/Default/FilterSupport.py:
! 
!         Synching machines
  
  2002-12-23 03:28  btami
  
        * src/reports/: MailMerge/FilterSupport.py, MailMerge/__init__.py,
!         SimpleTabulation/FilterSupport.py, SimpleTabulation/__init__.py:
!         missing FilterSupport files
  
  2002-12-22 22:34  jcater
  
***************
*** 1150,1214 ****
  2002-12-22 22:33  jcater
  
        * src/: Designer.py, base/Instance.py, forms/Instance.py,
!       navigator/Instance.py, reports/FilterSupport.py,
!       reports/Instance.py, schema/Instance.py,
!       templates/reports/Labels.py, templates/reports/MailMerge.py,
!       templates/reports/SimpleReport.py: 
!       * Improved support for report styles (namespaces) in wizards * Misc
!       bug fixes
  
  2002-12-22 21:36  jcater
  
        * src/: base/Instance.py, forms/Instance.py, reports/Instance.py,
!       templates/reports/Labels.py, templates/reports/MailMerge.py,
!       templates/reports/SimpleReport.py: more wizard updates
  
  2002-12-22 20:45  jcater
  
        * src/templates/forms/SimpleDetail.py: removed SimpleDetail as
!       FormBuilder accomplished same thing
  
  2002-12-22 20:42  jcater
  
        * src/templates/forms/FormBuilder.py: more work on converting
!       wizards
  
  2002-12-22 19:46  jcater
  
        * src/templates/forms/SimpleDetail.py: better fix for formatting
!       dates in reports [temporary]
  
  2002-12-22 19:31  jcater
  
        * src/: base/Instance.py, templates/forms/FormBuilder.py,
!       templates/forms/Simple.py: reworking the format of designer wizards
!       and namespace support
  
  2002-12-22 16:05  btami
  
        * src/templates/forms/Simple.py: Reworked 'Simple form wizard'
!       according to new 0.5 gfd format
  
  2002-12-22 14:42  jcater
  
        * src/reports/Standard/GroupEditor.py: added convenience shell
!       scripts for gnue-schema-scripter
  
  2002-12-22 09:15  btami
  
        * src/: base/Incubator.py, reports/Incubator.py,
!       reports/Standard/Incubator.py: Let designer's report wizards work
!       again
  
  2002-12-21 18:59  jamest
  
        * src/: Designer.py, base/Instance.py: Designer settings now save
!       on File->Exit WX2.2 support for saving split window dimensions
  
  2002-12-21 16:41  jcater
  
        * src/reports/Standard/FilterSupport.py: changed the filters/
!       directory structure
  
  2002-12-21 16:07  btami
  
--- 1362,1426 ----
  2002-12-22 22:33  jcater
  
        * src/: Designer.py, base/Instance.py, forms/Instance.py,
!         navigator/Instance.py, reports/FilterSupport.py,
!         reports/Instance.py, schema/Instance.py,
!         templates/reports/Labels.py, templates/reports/MailMerge.py,
!         templates/reports/SimpleReport.py:
!         * Improved support for report styles (namespaces) in wizards *
!         Misc bug fixes
  
  2002-12-22 21:36  jcater
  
        * src/: base/Instance.py, forms/Instance.py, reports/Instance.py,
!         templates/reports/Labels.py, templates/reports/MailMerge.py,
!         templates/reports/SimpleReport.py: more wizard updates
  
  2002-12-22 20:45  jcater
  
        * src/templates/forms/SimpleDetail.py: removed SimpleDetail as
!         FormBuilder accomplished same thing
  
  2002-12-22 20:42  jcater
  
        * src/templates/forms/FormBuilder.py: more work on converting
!         wizards
  
  2002-12-22 19:46  jcater
  
        * src/templates/forms/SimpleDetail.py: better fix for formatting
!         dates in reports [temporary]
  
  2002-12-22 19:31  jcater
  
        * src/: base/Instance.py, templates/forms/FormBuilder.py,
!         templates/forms/Simple.py: reworking the format of designer
!         wizards and namespace support
  
  2002-12-22 16:05  btami
  
        * src/templates/forms/Simple.py: Reworked 'Simple form wizard'
!         according to new 0.5 gfd format
  
  2002-12-22 14:42  jcater
  
        * src/reports/Standard/GroupEditor.py: added convenience shell
!         scripts for gnue-schema-scripter
  
  2002-12-22 09:15  btami
  
        * src/: base/Incubator.py, reports/Incubator.py,
!         reports/Standard/Incubator.py: Let designer's report wizards work
!         again
  
  2002-12-21 18:59  jamest
  
        * src/: Designer.py, base/Instance.py: Designer settings now save
!         on File->Exit WX2.2 support for saving split window dimensions
  
  2002-12-21 16:41  jcater
  
        * src/reports/Standard/FilterSupport.py: changed the filters/
!         directory structure
  
  2002-12-21 16:07  btami
  
***************
*** 1216,1249 ****
  
  2002-12-21 14:40  jcater
  
!       * src/base/tools/: EventEditor.py, PropertyEditor.py: 
!       Stopped horizontal scrollbars from appearing on the property and
!       event mappers
  
  2002-12-21 14:36  jcater
  
        * ChangeLog, NEWS, setup.py, src/base/tools/EventEditor.py,
!       src/forms/EventEditor.py, src/forms/Instance.py: 
!       
!       * Added tabbed Event Mapper (so <entry>'s will show both <entry>
!       and <field> triggers * Commits for -pre3
  
  2002-12-21 13:29  jamest
  
        * src/Designer.py: Started breaking apart wx uidriver form event
!       model changes instances are not tracking a current form instead
!       events pass affected form Other stuff I probably forgot
  
  2002-12-21 00:38  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: fixed bug preventing
!       edits of label text
  
  2002-12-21 00:30  jcater
  
        * src/reports/: FilterSupport.py, Instance.py,
!       Standard/FilterSupport.py, Standard/Incubator.py: added support for
!       filter-specific incubators
  
  2002-12-20 22:55  jcater
  
--- 1428,1461 ----
  
  2002-12-21 14:40  jcater
  
!       * src/base/tools/: EventEditor.py, PropertyEditor.py:
!         Stopped horizontal scrollbars from appearing on the property and
!         event mappers
  
  2002-12-21 14:36  jcater
  
        * ChangeLog, NEWS, setup.py, src/base/tools/EventEditor.py,
!         src/forms/EventEditor.py, src/forms/Instance.py:
! 
!         * Added tabbed Event Mapper (so <entry>'s will show both <entry>
!         and <field> triggers * Commits for -pre3
  
  2002-12-21 13:29  jamest
  
        * src/Designer.py: Started breaking apart wx uidriver form event
!         model changes instances are not tracking a current form instead
!         events pass affected form Other stuff I probably forgot
  
  2002-12-21 00:38  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: fixed bug preventing
!         edits of label text
  
  2002-12-21 00:30  jcater
  
        * src/reports/: FilterSupport.py, Instance.py,
!         Standard/FilterSupport.py, Standard/Incubator.py: added support
!         for filter-specific incubators
  
  2002-12-20 22:55  jcater
  
***************
*** 1252,1277 ****
  2002-12-20 22:52  jcater
  
        * src/: base/Incubator.py, base/PopupMenu.py, base/TemplateBase.py,
!       base/TemplateParser.py, base/tools/DataSourceEditor.py,
!       forms/Incubator.py, forms/Instance.py, forms/TemplateSupport.py,
!       forms/LayoutEditor/DisplayDropTarget.py,
!       forms/LayoutEditor/LayoutEditor.py, navigator/Incubator.py,
!       navigator/Instance.py, navigator/TemplateSupport.py,
!       reports/Incubator.py, reports/Instance.py,
!       reports/TemplateSupport.py, schema/Incubator.py,
!       schema/Instance.py, schema/TemplateSupport.py,
!       schema/DiaEditor/VisualEditor.py: 
!       
!       * Move from Incubator being a module to being a class; all
!       Incubator.xxx() references should now be instance.incubator.xxx() *
!       Simplified the Incubator interface * Removed redundency in
!       Incubator.createObject
  
  2002-12-20 20:49  jcater
  
        * src/reports/: FilterSupport.py, Labels/FilterSupport.py,
!       Standard/FilterSupport.py: start of filter support (missing files
!       from earlier)
  
  2002-12-20 20:46  jcater
  
--- 1464,1489 ----
  2002-12-20 22:52  jcater
  
        * src/: base/Incubator.py, base/PopupMenu.py, base/TemplateBase.py,
!         base/TemplateParser.py, base/tools/DataSourceEditor.py,
!         forms/Incubator.py, forms/Instance.py, forms/TemplateSupport.py,
!         forms/LayoutEditor/DisplayDropTarget.py,
!         forms/LayoutEditor/LayoutEditor.py, navigator/Incubator.py,
!         navigator/Instance.py, navigator/TemplateSupport.py,
!         reports/Incubator.py, reports/Instance.py,
!         reports/TemplateSupport.py, schema/Incubator.py,
!         schema/Instance.py, schema/TemplateSupport.py,
!         schema/DiaEditor/VisualEditor.py:
! 
!         * Move from Incubator being a module to being a class; all
!         Incubator.xxx() references should now be instance.incubator.xxx()
!         * Simplified the Incubator interface * Removed redundency in
!         Incubator.createObject
  
  2002-12-20 20:49  jcater
  
        * src/reports/: FilterSupport.py, Labels/FilterSupport.py,
!         Standard/FilterSupport.py: start of filter support (missing files
!         from earlier)
  
  2002-12-20 20:46  jcater
  
***************
*** 1288,1333 ****
  2002-12-20 17:56  jcater
  
        * setup.py, src/Designer.py, src/base/Instance.py,
!       src/base/TemplateChooser.py, src/base/TemplateParser.py,
!       src/base/tools/DataSourceEditor.py, src/base/tools/EventEditor.py,
!       src/base/tools/PropertyEditor.py, src/base/tools/SchemaViewer.py,
!       src/base/tools/TreeView.py, src/base/tools/TriggerEditor.py,
!       src/base/uihelpers/__init__.py, src/forms/Incubator.py,
!       src/forms/Instance.py, src/forms/PropertyEditor.py,
!       src/forms/TemplateSupport.py, src/forms/TreeView.py,
!       src/forms/WizardRunner.py, src/forms/LayoutEditor/LayoutEditor.py,
!       src/navigator/Instance.py, src/navigator/LayoutEditor.py,
!       src/navigator/TemplateSupport.py, src/reports/Incubator.py,
!       src/reports/Instance.py, src/reports/LayoutEditor.py,
!       src/reports/TemplateSupport.py, src/reports/TreeView.py,
!       src/reports/Standard/GroupEditor.py, src/schema/Incubator.py,
!       src/schema/Instance.py, src/schema/LayoutEditor.py,
!       src/schema/TableEditor.py, src/schema/TemplateSupport.py,
!       src/schema/TreeView.py, src/schema/DiaEditor/VisualEditor.py,
!       src/schema/wizards/WriteSchema.py:  some restructuring of designer
  
  2002-12-20 17:36  jcater
  
        * setup.py, src/Config.py, src/DataSourceEditor.py,
!       src/Debugger.py, src/EventEditor.py, src/GridCellEditors.py,
!       src/Icons.py, src/Incubator.py, src/Instance.py, src/MRUManager.py,
!       src/MenuBar.py, src/PopupMenu.py, src/PropertyEditor.py,
!       src/SchemaViewer.py, src/TemplateBase.py, src/TemplateChooser.py,
!       src/TemplateParser.py, src/ToolDock.py, src/ToolFrame.py,
!       src/ToolPanel.py, src/ToolSupport.py, src/TreeView.py,
!       src/TriggerEditor.py, src/base/__init__.py,
!       src/base/tools/__init__.py: rearranging stuff
  
  2002-12-20 17:25  jcater
  
        * src/: reports/Instance.py, reports/Default/FilterSupport.py,
!       reports/Default/__init__.py, reports/Standard/GroupEditor.py,
!       schema/TableEditor.py: initial reports filter support; misc cleanup
  
  2002-12-20 16:48  jcater
  
        * src/: Instance.py, base/Instance.py: fixed the tool menu
!       separator issue preventing them from showing
  
  2002-12-20 14:20  jcater
  
--- 1500,1548 ----
  2002-12-20 17:56  jcater
  
        * setup.py, src/Designer.py, src/base/Instance.py,
!         src/base/TemplateChooser.py, src/base/TemplateParser.py,
!         src/base/tools/DataSourceEditor.py,
!         src/base/tools/EventEditor.py, src/base/tools/PropertyEditor.py,
!         src/base/tools/SchemaViewer.py, src/base/tools/TreeView.py,
!         src/base/tools/TriggerEditor.py, src/base/uihelpers/__init__.py,
!         src/forms/Incubator.py, src/forms/Instance.py,
!         src/forms/PropertyEditor.py, src/forms/TemplateSupport.py,
!         src/forms/TreeView.py, src/forms/WizardRunner.py,
!         src/forms/LayoutEditor/LayoutEditor.py,
!         src/navigator/Instance.py, src/navigator/LayoutEditor.py,
!         src/navigator/TemplateSupport.py, src/reports/Incubator.py,
!         src/reports/Instance.py, src/reports/LayoutEditor.py,
!         src/reports/TemplateSupport.py, src/reports/TreeView.py,
!         src/reports/Standard/GroupEditor.py, src/schema/Incubator.py,
!         src/schema/Instance.py, src/schema/LayoutEditor.py,
!         src/schema/TableEditor.py, src/schema/TemplateSupport.py,
!         src/schema/TreeView.py, src/schema/DiaEditor/VisualEditor.py,
!         src/schema/wizards/WriteSchema.py:  some restructuring of
!         designer
  
  2002-12-20 17:36  jcater
  
        * setup.py, src/Config.py, src/DataSourceEditor.py,
!         src/Debugger.py, src/EventEditor.py, src/GridCellEditors.py,
!         src/Icons.py, src/Incubator.py, src/Instance.py,
!         src/MRUManager.py, src/MenuBar.py, src/PopupMenu.py,
!         src/PropertyEditor.py, src/SchemaViewer.py, src/TemplateBase.py,
!         src/TemplateChooser.py, src/TemplateParser.py, src/ToolDock.py,
!         src/ToolFrame.py, src/ToolPanel.py, src/ToolSupport.py,
!         src/TreeView.py, src/TriggerEditor.py, src/base/__init__.py,
!         src/base/tools/__init__.py: rearranging stuff
  
  2002-12-20 17:25  jcater
  
        * src/: reports/Instance.py, reports/Default/FilterSupport.py,
!         reports/Default/__init__.py, reports/Standard/GroupEditor.py,
!         schema/TableEditor.py: initial reports filter support; misc
!         cleanup
  
  2002-12-20 16:48  jcater
  
        * src/: Instance.py, base/Instance.py: fixed the tool menu
!         separator issue preventing them from showing
  
  2002-12-20 14:20  jcater
  
***************
*** 1336,1343 ****
  2002-12-20 02:47  btami
  
        * src/: reports/Incubator.py, reports/TemplateSupport.py,
!       templates/reports/Labels.py, templates/reports/MailMerge.py,
!       templates/reports/SimpleReport.py: R
  
  2002-12-20 02:13  btami
  
--- 1551,1558 ----
  2002-12-20 02:47  btami
  
        * src/: reports/Incubator.py, reports/TemplateSupport.py,
!         templates/reports/Labels.py, templates/reports/MailMerge.py,
!         templates/reports/SimpleReport.py: R
  
  2002-12-20 02:13  btami
  
***************
*** 1350,1356 ****
  2002-12-18 21:09  jcater
  
        * src/schema/Instance.py: readded the table editor that someone
!       mistakenly commented out
  
  2002-12-18 21:07  jcater
  
--- 1565,1571 ----
  2002-12-18 21:09  jcater
  
        * src/schema/Instance.py: readded the table editor that someone
!         mistakenly commented out
  
  2002-12-18 21:07  jcater
  
***************
*** 1359,1420 ****
  2002-12-18 16:49  siesel
  
        * src/schema/: Incubator.py, Instance.py,
!       DiaEditor/VisualEditor.py: modify VisualEditor to work with new
!       event model
  
  2002-12-17 17:42  jcater
  
        * setup.py, src/DataSourceEditor.py, src/EventEditor.py,
!       src/TriggerEditor.py, src/base/tools/DataSourceEditor.py,
!       src/base/tools/EventEditor.py, src/base/tools/TriggerEditor.py,
!       src/reports/Instance.py: 
!       
!       * Enable auto-selection of the trigger in the code editor when a
!       trigger in the Event Mapper is selected * Cleanup to get reports
!       module working again
  
  2002-12-17 16:39  jcater
  
        * src/: TreeView.py, base/tools/TreeView.py: fixed the Object
!       Navigator (TreeView) to respond to selections again
  
  2002-12-17 16:39  jcater
  
        * src/reports/: Instance.py, TreeView.py, Labels/__init__.py,
!       Standard/__init__.py: piddling with reports
  
  2002-12-16 21:07  jcater
  
        * ChangeLog, NEWS, ROADMAP.in, TODO: Preliminary updates for
!       pending release
  
  2002-12-16 15:25  jcater
  
        * src/templates/reports/: Labels.py, MailMerge.py: copied the extra
!       wizards from the 0.4.x-stable branch into head
  
  2002-12-16 15:21  jcater
  
        * src/: ToolDock.py, base/ToolDock.py, forms/PropertyEditor.py,
!       forms/LayoutEditor/LayoutEditor.py: 
!       
!       * Patches by btami for win32 support * More work on sample schema
  
  2002-12-15 16:22  jcater
  
        * src/: EventEditor.py, GridCellEditors.py, Instance.py,
!       PropertyEditor.py, ToolPanel.py, base/Instance.py,
!       base/ToolPanel.py, base/tools/EventEditor.py,
!       base/tools/PropertyEditor.py, base/uihelpers/GridCellEditors.py,
!       forms/Instance.py, schema/Instance.py, schema/TreeView.py: 
!       
!       * Start of a schema grid-based table editor * Misc refactoring
  
  2002-12-13 23:57  jcater
  
!       * src/Designer.py: 
!       
!       * Synching machines
  
  2002-12-13 10:58  jcater
  
--- 1574,1635 ----
  2002-12-18 16:49  siesel
  
        * src/schema/: Incubator.py, Instance.py,
!         DiaEditor/VisualEditor.py: modify VisualEditor to work with new
!         event model
  
  2002-12-17 17:42  jcater
  
        * setup.py, src/DataSourceEditor.py, src/EventEditor.py,
!         src/TriggerEditor.py, src/base/tools/DataSourceEditor.py,
!         src/base/tools/EventEditor.py, src/base/tools/TriggerEditor.py,
!         src/reports/Instance.py:
! 
!         * Enable auto-selection of the trigger in the code editor when a
!         trigger in the Event Mapper is selected * Cleanup to get reports
!         module working again
  
  2002-12-17 16:39  jcater
  
        * src/: TreeView.py, base/tools/TreeView.py: fixed the Object
!         Navigator (TreeView) to respond to selections again
  
  2002-12-17 16:39  jcater
  
        * src/reports/: Instance.py, TreeView.py, Labels/__init__.py,
!         Standard/__init__.py: piddling with reports
  
  2002-12-16 21:07  jcater
  
        * ChangeLog, NEWS, ROADMAP.in, TODO: Preliminary updates for
!         pending release
  
  2002-12-16 15:25  jcater
  
        * src/templates/reports/: Labels.py, MailMerge.py: copied the extra
!         wizards from the 0.4.x-stable branch into head
  
  2002-12-16 15:21  jcater
  
        * src/: ToolDock.py, base/ToolDock.py, forms/PropertyEditor.py,
!         forms/LayoutEditor/LayoutEditor.py:
! 
!         * Patches by btami for win32 support * More work on sample schema
  
  2002-12-15 16:22  jcater
  
        * src/: EventEditor.py, GridCellEditors.py, Instance.py,
!         PropertyEditor.py, ToolPanel.py, base/Instance.py,
!         base/ToolPanel.py, base/tools/EventEditor.py,
!         base/tools/PropertyEditor.py, base/uihelpers/GridCellEditors.py,
!         forms/Instance.py, schema/Instance.py, schema/TreeView.py:
! 
!         * Start of a schema grid-based table editor * Misc refactoring
  
  2002-12-13 23:57  jcater
  
!       * src/Designer.py:
! 
!         * Synching machines
  
  2002-12-13 10:58  jcater
  
***************
*** 1423,1440 ****
  2002-12-13 10:57  jcater
  
        * src/schema/DiaEditor/__init__.py: moved the schema diagram-based
!       editor to its own directory
  
  2002-12-12 08:42  jcater
  
        * src/: PropertyEditor.py, base/tools/PropertyEditor.py,
!       forms/PropertyEditor.py: possible fix for all the wonderful
!       segfaults
  
  2002-12-11 23:16  jcater
  
        * src/: PropertyEditor.py, base/tools/PropertyEditor.py: more
!       futile attempts to find the segfault issue in designer
  
  2002-12-11 19:00  jcater
  
--- 1638,1655 ----
  2002-12-13 10:57  jcater
  
        * src/schema/DiaEditor/__init__.py: moved the schema diagram-based
!         editor to its own directory
  
  2002-12-12 08:42  jcater
  
        * src/: PropertyEditor.py, base/tools/PropertyEditor.py,
!         forms/PropertyEditor.py: possible fix for all the wonderful
!         segfaults
  
  2002-12-11 23:16  jcater
  
        * src/: PropertyEditor.py, base/tools/PropertyEditor.py: more
!         futile attempts to find the segfault issue in designer
  
  2002-12-11 19:00  jcater
  
***************
*** 1443,1454 ****
  2002-12-10 17:44  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: fixed typo preventing new
!       blocks from showing in the block combo
  
  2002-12-10 14:44  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: block combo is updated if
!       a block's name is changed
  
  2002-12-10 13:52  jcater
  
--- 1658,1669 ----
  2002-12-10 17:44  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: fixed typo preventing new
!         blocks from showing in the block combo
  
  2002-12-10 14:44  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: block combo is updated if
!         a block's name is changed
  
  2002-12-10 13:52  jcater
  
***************
*** 1457,1502 ****
  2002-12-10 00:48  jcater
  
        * src/: PropertyEditor.py, base/tools/PropertyEditor.py,
!       forms/Instance.py, forms/PropertyEditor.py,
!       forms/LayoutEditor/LayoutEditor.py: 
!       
!       * Added multi-tab property editor support to base instances * Added
!       positioning Character Cell property tab * Added GFEntry->GFField
!       property tab * Drastically increased the frequency of SEGFAULTS
!       [WARNING: You have been warned!]
  
  2002-12-09 10:49  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: block combo selector now
!       works
  
  2002-12-09 08:53  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: fixed runtime errors with
!       new combo block [not fully functional]
  
  2002-12-08 23:24  jcater
  
!       * src/forms/LayoutEditor/LayoutEditor.py: 
!       Minor cleanup
  
  2002-12-07 02:31  jcater
  
        * src/forms/LayoutEditor/: LayoutEditor.py, LayoutEditorTools.py:
!       more work on block combo in layout editor
  
  2002-12-06 18:55  jcater
  
        * src/: EventEditor.py, base/tools/EventEditor.py,
!       forms/Incubator.py, forms/LayoutEditor/LayoutEditor.py,
!       forms/LayoutEditor/LayoutEditorTools.py,
!       forms/LayoutEditor/PropertyBar.py: experimentation with block
!       feedback in the layout editor
  
  2002-12-06 00:55  jcater
  
        * src/forms/: Incubator.py, LayoutEditor/LayoutEditor.py: synching
!       machines (or is that sinking?)
  
  2002-12-05 16:47  jcater
  
--- 1672,1717 ----
  2002-12-10 00:48  jcater
  
        * src/: PropertyEditor.py, base/tools/PropertyEditor.py,
!         forms/Instance.py, forms/PropertyEditor.py,
!         forms/LayoutEditor/LayoutEditor.py:
! 
!         * Added multi-tab property editor support to base instances *
!         Added positioning Character Cell property tab * Added
!         GFEntry->GFField property tab * Drastically increased the
!         frequency of SEGFAULTS [WARNING: You have been warned!]
  
  2002-12-09 10:49  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: block combo selector now
!         works
  
  2002-12-09 08:53  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: fixed runtime errors with
!         new combo block [not fully functional]
  
  2002-12-08 23:24  jcater
  
!       * src/forms/LayoutEditor/LayoutEditor.py:
!         Minor cleanup
  
  2002-12-07 02:31  jcater
  
        * src/forms/LayoutEditor/: LayoutEditor.py, LayoutEditorTools.py:
!         more work on block combo in layout editor
  
  2002-12-06 18:55  jcater
  
        * src/: EventEditor.py, base/tools/EventEditor.py,
!         forms/Incubator.py, forms/LayoutEditor/LayoutEditor.py,
!         forms/LayoutEditor/LayoutEditorTools.py,
!         forms/LayoutEditor/PropertyBar.py: experimentation with block
!         feedback in the layout editor
  
  2002-12-06 00:55  jcater
  
        * src/forms/: Incubator.py, LayoutEditor/LayoutEditor.py: synching
!         machines (or is that sinking?)
  
  2002-12-05 16:47  jcater
  
***************
*** 1504,1660 ****
  
  2002-12-05 16:41  jcater
  
!       * src/forms/LayoutEditor/: LayoutEditor.py, LayoutEditor.py: typo
!       fix
  
  2002-12-04 18:45  jcater
  
        * src/: TriggerEditor.py, base/tools/TriggerEditor.py,
!       forms/LayoutEditor/LayoutEditor.py,
!       forms/LayoutEditor/PropertyBar.py,
!       forms/LayoutEditor/WidgetHandler.py: 
!       
!       More cleanup in Designer (might be broken)
  
  2002-12-03 22:32  jcater
  
!       * src/forms/: Instance.py, LayoutEditor/LayoutEditor.py: 
!       
!       Misc changes
  
  2002-12-02 23:33  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: in the layout editor,
!       pressing the Delete key while objects are selected will cause those
!       objects to be deleted
  
  2002-12-02 23:24  jcater
  
        * src/: TreeView.py, base/tools/TreeView.py,
!       forms/wizards/AddLabel.py: fixed AddLabel to work with
!       namespace-qualified positioning; more fixes to the delete code in
!       object navigator (treeview)
  
  2002-12-02 20:37  jamest
  
        * ChangeLog, NEWS, src/__init__.py: Checkins final for 0.4.2
!       releases of common, designer, forms
  
  2002-12-01 16:53  jcater
  
        * src/: TemplateBase.py, TemplateParser.py, base/TemplateBase.py,
!       base/TemplateParser.py: 
!       
!       * Added form.getAuthenticatedUser(connection) * Cleaned up custom
!       authenticators
  
  2002-11-30 17:02  jcater
  
        * src/: TreeView.py, base/tools/TreeView.py: more TreeView (Object
!       Navigator) fixes
  
  2002-11-30 17:00  jcater
  
        * src/: EventEditor.py, Instance.py, MenuBar.py, TemplateBase.py,
!       ToolDock.py, ToolPanel.py, TreeView.py, base/Instance.py,
!       base/MenuBar.py, base/TemplateBase.py, base/ToolDock.py,
!       base/ToolPanel.py, base/tools/EventEditor.py,
!       base/tools/TreeView.py, forms/Incubator.py,
!       forms/LayoutEditor/LayoutEditor.py,
!       forms/LayoutEditor/LayoutEditorTools.py,
!       forms/wizards/AddButton.py: 
!       * Temporarily reinstated the toolbar (warning: if the layout editor
!       isn't part of the root window, program may crash... trying to work
!       around wx not supporting multiple toolbars before a fix is
!       available) * Fixed the function that guarantees unique object names
!       * Removed the delete-object bugs * More TreeView fixes
  
  2002-11-29 01:06  jcater
  
        * src/: EventEditor.py, Instance.py, TemplateBase.py,
!       TriggerEditor.py, base/Instance.py, base/TemplateBase.py,
!       base/tools/EventEditor.py, base/tools/TriggerEditor.py,
!       forms/Incubator.py, forms/Instance.py: 
!       * Improved trigger selector support * Improved code editor
!       interaction with rest of system * Fixed outstanding bugs related to
!       wizards/templates and object creation * Many bug fixes
  
  2002-11-27 18:11  jcater
  
        * src/: Instance.py, TemplateBase.py, TemplateParser.py,
!       TreeView.py, TriggerEditor.py, base/Instance.py,
!       base/TemplateBase.py, base/TemplateParser.py,
!       base/tools/TreeView.py, base/tools/TriggerEditor.py,
!       forms/Incubator.py, forms/Instance.py,
!       forms/LayoutEditor/LayoutEditor.py,
!       forms/LayoutEditor/WidgetHandler.py, forms/wizards/AddBlock.py,
!       forms/wizards/AddBox.py, forms/wizards/AddButton.py,
!       forms/wizards/AddDataSource.py, forms/wizards/AddDropDown.py,
!       forms/wizards/AddEntry.py, forms/wizards/AddLabel.py,
!       forms/wizards/AddPage.py: * Visual cleanup (panel/text spacing,
!       etc) * First attempt at getting wizards working with the new layout
!       management markup * More cleanup
  
  2002-11-25 22:23  jcater
  
        * src/: EventEditor.py, Instance.py, PropertyEditor.py,
!       ToolPanel.py, TreeView.py, TriggerEditor.py, base/Instance.py,
!       base/ToolPanel.py, base/tools/EventEditor.py,
!       base/tools/PropertyEditor.py, base/tools/TreeView.py,
!       base/tools/TriggerEditor.py, forms/LayoutEditor/LayoutEditor.py: *
!       More cleanup in Designer
  
  2002-11-25 20:14  jamest
  
        * src/: forms/wizards/AddBlock.py, templates/forms/FormBuilder.py:
!       removed unneeded print statements from wizards
  
  2002-11-25 08:22  jamest
  
        * src/forms/: Instance.py, TreeView.py: fix display for entries
!       with a rows attribute replaced references to GFDataSource w/
!       GConnection
  
  2002-11-24 23:41  jcater
  
        * doc/technotes/00003.txt, src/DataSourceEditor.py,
!       src/EventEditor.py, src/Instance.py, src/MenuBar.py,
!       src/PropertyEditor.py, src/base/Instance.py, src/base/MenuBar.py,
!       src/base/tools/DataSourceEditor.py, src/base/tools/EventEditor.py,
!       src/base/tools/PropertyEditor.py, src/SchemaViewer.py,
!       src/ToolDock.py, src/ToolFrame.py, src/ToolPanel.py,
!       src/TreeView.py, src/TriggerEditor.py, src/base/ToolDock.py,
!       src/base/ToolFrame.py, src/base/ToolPanel.py,
!       src/base/tools/SchemaViewer.py, src/base/tools/TreeView.py,
!       src/base/tools/TriggerEditor.py, src/forms/Incubator.py,
!       src/forms/Instance.py, src/forms/TreeView.py,
!       src/forms/LayoutEditor/LayoutEditor.py,
!       src/forms/LayoutEditor/PropertyBar.py,
!       src/forms/LayoutEditor/WidgetHandler.py,
!       src/navigator/LayoutEditor.py, src/reports/Incubator.py,
!       src/reports/LayoutEditor.py, src/schema/Incubator.py,
!       src/schema/LayoutEditor.py, src/schema/DiaEditor/VisualEditor.py: *
!       Implemented a docking system for forms * Started on HotKey support
!       (F10 ==> Property Editor, etc) * Moved from the old listener
!       support to common's events model * More work to get Designer
!       working with new GFD format * Start of Trigger Inspector
  
  2002-11-22 19:48  jcater
  
        * setup.py, src/Config.py, src/DataSourceEditor.py,
!       src/EventEditor.py, src/Instance.py, src/MenuBar.py,
!       src/PropertyEditor.py, src/SchemaViewer.py, src/ToolFrame.py,
!       src/ToolPanel.py, src/TreeView.py, src/TriggerEditor.py,
!       src/base/Config.py, src/base/Instance.py, src/base/MenuBar.py,
!       src/base/ToolFrame.py, src/base/ToolPanel.py,
!       src/base/settings/__init__.py, src/base/tools/DataSourceEditor.py,
!       src/base/tools/EventEditor.py, src/base/tools/PropertyEditor.py,
!       src/base/tools/SchemaViewer.py, src/base/tools/TreeView.py,
!       src/base/tools/TriggerEditor.py, src/forms/Instance.py,
!       src/forms/TreeView.py, src/forms/LayoutEditor/LayoutEditor.py,
!       src/navigator/Instance.py, src/reports/Instance.py,
!       src/schema/Instance.py: initial work on migrating designer
!       [BROKEN\!]
  
  2002-11-22 08:27  jamest
  
--- 1719,1879 ----
  
  2002-12-05 16:41  jcater
  
!       * src/forms/LayoutEditor/: LayoutEditor.py: typo fix
  
  2002-12-04 18:45  jcater
  
        * src/: TriggerEditor.py, base/tools/TriggerEditor.py,
!         forms/LayoutEditor/LayoutEditor.py,
!         forms/LayoutEditor/PropertyBar.py,
!         forms/LayoutEditor/WidgetHandler.py,
!         forms/LayoutEditor/renderers/native/WidgetHandler.py:
! 
!         More cleanup in Designer (might be broken)
  
  2002-12-03 22:32  jcater
  
!       * src/forms/: Instance.py, LayoutEditor/LayoutEditor.py:
! 
!         Misc changes
  
  2002-12-02 23:33  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: in the layout editor,
!         pressing the Delete key while objects are selected will cause
!         those objects to be deleted
  
  2002-12-02 23:24  jcater
  
        * src/: TreeView.py, base/tools/TreeView.py,
!         forms/wizards/AddLabel.py: fixed AddLabel to work with
!         namespace-qualified positioning; more fixes to the delete code in
!         object navigator (treeview)
  
  2002-12-02 20:37  jamest
  
        * ChangeLog, NEWS, src/__init__.py: Checkins final for 0.4.2
!         releases of common, designer, forms
  
  2002-12-01 16:53  jcater
  
        * src/: TemplateBase.py, TemplateParser.py, base/TemplateBase.py,
!         base/TemplateParser.py:
! 
!         * Added form.getAuthenticatedUser(connection) * Cleaned up custom
!         authenticators
  
  2002-11-30 17:02  jcater
  
        * src/: TreeView.py, base/tools/TreeView.py: more TreeView (Object
!         Navigator) fixes
  
  2002-11-30 17:00  jcater
  
        * src/: EventEditor.py, Instance.py, MenuBar.py, TemplateBase.py,
!         ToolDock.py, ToolPanel.py, TreeView.py, base/Instance.py,
!         base/MenuBar.py, base/TemplateBase.py, base/ToolDock.py,
!         base/ToolPanel.py, base/tools/EventEditor.py,
!         base/tools/TreeView.py, forms/Incubator.py,
!         forms/LayoutEditor/LayoutEditor.py,
!         forms/LayoutEditor/LayoutEditorTools.py,
!         forms/wizards/AddButton.py:
!         * Temporarily reinstated the toolbar (warning: if the layout
!         editor isn't part of the root window, program may crash... trying
!         to work around wx not supporting multiple toolbars before a fix
!         is available) * Fixed the function that guarantees unique object
!         names * Removed the delete-object bugs * More TreeView fixes
  
  2002-11-29 01:06  jcater
  
        * src/: EventEditor.py, Instance.py, TemplateBase.py,
!         TriggerEditor.py, base/Instance.py, base/TemplateBase.py,
!         base/tools/EventEditor.py, base/tools/TriggerEditor.py,
!         forms/Incubator.py, forms/Instance.py:
!         * Improved trigger selector support * Improved code editor
!         interaction with rest of system * Fixed outstanding bugs related
!         to wizards/templates and object creation * Many bug fixes
  
  2002-11-27 18:11  jcater
  
        * src/: Instance.py, TemplateBase.py, TemplateParser.py,
!         TreeView.py, TriggerEditor.py, base/Instance.py,
!         base/TemplateBase.py, base/TemplateParser.py,
!         base/tools/TreeView.py, base/tools/TriggerEditor.py,
!         forms/Incubator.py, forms/Instance.py,
!         forms/LayoutEditor/LayoutEditor.py,
!         forms/LayoutEditor/WidgetHandler.py,
!         forms/LayoutEditor/renderers/native/WidgetHandler.py,
!         forms/wizards/AddBlock.py, forms/wizards/AddBox.py,
!         forms/wizards/AddButton.py, forms/wizards/AddDataSource.py,
!         forms/wizards/AddDropDown.py, forms/wizards/AddEntry.py,
!         forms/wizards/AddLabel.py, forms/wizards/AddPage.py: * Visual
!         cleanup (panel/text spacing, etc) * First attempt at getting
!         wizards working with the new layout management markup * More
!         cleanup
  
  2002-11-25 22:23  jcater
  
        * src/: EventEditor.py, Instance.py, PropertyEditor.py,
!         ToolPanel.py, TreeView.py, TriggerEditor.py, base/Instance.py,
!         base/ToolPanel.py, base/tools/EventEditor.py,
!         base/tools/PropertyEditor.py, base/tools/TreeView.py,
!         base/tools/TriggerEditor.py, forms/LayoutEditor/LayoutEditor.py:
!         * More cleanup in Designer
  
  2002-11-25 20:14  jamest
  
        * src/: forms/wizards/AddBlock.py, templates/forms/FormBuilder.py:
!         removed unneeded print statements from wizards
  
  2002-11-25 08:22  jamest
  
        * src/forms/: Instance.py, TreeView.py: fix display for entries
!         with a rows attribute replaced references to GFDataSource w/
!         GConnection
  
  2002-11-24 23:41  jcater
  
        * doc/technotes/00003.txt, src/DataSourceEditor.py,
!         src/EventEditor.py, src/Instance.py, src/MenuBar.py,
!         src/PropertyEditor.py, src/base/Instance.py, src/base/MenuBar.py,
!         src/base/tools/DataSourceEditor.py,
!         src/base/tools/EventEditor.py, src/base/tools/PropertyEditor.py,
!         src/SchemaViewer.py, src/ToolDock.py, src/ToolFrame.py,
!         src/ToolPanel.py, src/TreeView.py, src/TriggerEditor.py,
!         src/base/ToolDock.py, src/base/ToolFrame.py,
!         src/base/ToolPanel.py, src/base/tools/SchemaViewer.py,
!         src/base/tools/TreeView.py, src/base/tools/TriggerEditor.py,
!         src/forms/Incubator.py, src/forms/Instance.py,
!         src/forms/TreeView.py, src/forms/LayoutEditor/LayoutEditor.py,
!         src/forms/LayoutEditor/PropertyBar.py,
!         src/forms/LayoutEditor/WidgetHandler.py,
!         src/forms/LayoutEditor/renderers/native/WidgetHandler.py,
!         src/navigator/LayoutEditor.py, src/reports/Incubator.py,
!         src/reports/LayoutEditor.py, src/schema/Incubator.py,
!         src/schema/LayoutEditor.py, src/schema/DiaEditor/VisualEditor.py:
!         * Implemented a docking system for forms * Started on HotKey
!         support (F10 ==> Property Editor, etc) * Moved from the old
!         listener support to common's events model * More work to get
!         Designer working with new GFD format * Start of Trigger Inspector
  
  2002-11-22 19:48  jcater
  
        * setup.py, src/Config.py, src/DataSourceEditor.py,
!         src/EventEditor.py, src/Instance.py, src/MenuBar.py,
!         src/PropertyEditor.py, src/SchemaViewer.py, src/ToolFrame.py,
!         src/ToolPanel.py, src/TreeView.py, src/TriggerEditor.py,
!         src/base/Config.py, src/base/Instance.py, src/base/MenuBar.py,
!         src/base/ToolFrame.py, src/base/ToolPanel.py,
!         src/base/settings/__init__.py,
!         src/base/tools/DataSourceEditor.py,
!         src/base/tools/EventEditor.py, src/base/tools/PropertyEditor.py,
!         src/base/tools/SchemaViewer.py, src/base/tools/TreeView.py,
!         src/base/tools/TriggerEditor.py, src/forms/Instance.py,
!         src/forms/TreeView.py, src/forms/LayoutEditor/LayoutEditor.py,
!         src/navigator/Instance.py, src/reports/Instance.py,
!         src/schema/Instance.py: initial work on migrating designer
!         [BROKEN\!]
  
  2002-11-22 08:27  jamest
  
***************
*** 1670,1694 ****
  
  2002-11-20 08:02  jamest
  
-       * src/templates/reports/Labels.py: file Labels.py was initially
-       added on branch designer-0-4-1-branch.
- 
- 2002-11-20 08:02  jamest
- 
        * src/templates/reports/: Labels.py, MailMerge.py: Added btami's
!       label and mailmerge wizards to cvs
! 
! 2002-11-20 08:02  jamest
! 
!       * src/templates/reports/MailMerge.py: file MailMerge.py was
!       initially added on branch designer-0-4-1-branch.
  
  2002-11-19 19:01  jcater
  
!       * src/__init__.py: 
!       
!       * When writing back to XML, name attributes are listed first * Misc
!       cleanup * Added a Forms 0.5.0 converter
  
  2002-11-17 19:27  jamest
  
--- 1889,1903 ----
  
  2002-11-20 08:02  jamest
  
        * src/templates/reports/: Labels.py, MailMerge.py: Added btami's
!         label and mailmerge wizards to cvs
  
  2002-11-19 19:01  jcater
  
!       * src/__init__.py:
! 
!         * When writing back to XML, name attributes are listed first *
!         Misc cleanup * Added a Forms 0.5.0 converter
  
  2002-11-17 19:27  jamest
  
***************
*** 1700,1718 ****
  
  2002-11-15 23:46  jcater
  
!       * src/forms/wizards/AddDropDown.py: 
!       
!       Fixed bugs when selecting "Reuse Existing Datasource"
  
  2002-11-15 17:16  jamest
  
        * src/forms/wizards/AddDropDown.py: fixed adding dropdowns to
!       existing forms
  
  2002-11-15 14:22  jamest
  
        * src/forms/wizards/AddDataSource.py: Fix for addDataSource wizard
!       when used on existing forms
  
  2002-11-14 19:27  jamest
  
--- 1909,1927 ----
  
  2002-11-15 23:46  jcater
  
!       * src/forms/wizards/AddDropDown.py:
! 
!         Fixed bugs when selecting "Reuse Existing Datasource"
  
  2002-11-15 17:16  jamest
  
        * src/forms/wizards/AddDropDown.py: fixed adding dropdowns to
!         existing forms
  
  2002-11-15 14:22  jamest
  
        * src/forms/wizards/AddDataSource.py: Fix for addDataSource wizard
!         when used on existing forms
  
  2002-11-14 19:27  jamest
  
***************
*** 1721,1740 ****
  2002-11-14 19:01  jamest
  
        * src/forms/: LayoutEditor/LayoutEditorTools.py,
!       wizards/AddBlock.py, wizards/AddBox.py, wizards/AddButton.py,
!       wizards/AddDataSource.py, wizards/AddDropDown.py,
!       wizards/AddEntry.py, wizards/AddLabel.py, wizards/AddPage.py: Moved
!       Insert items under the edit menu
  
  2002-11-14 08:48  jamest
  
        * src/reports/TemplateSupport.py: applied btami's patch to fix
!       reports generated from wizards
  
  2002-11-13 23:27  jcater
  
        * ChangeLog: hmmm, how could designer's changelog be missing for
!       this long?
  
  2002-11-13 23:05  jcater
  
--- 1930,1949 ----
  2002-11-14 19:01  jamest
  
        * src/forms/: LayoutEditor/LayoutEditorTools.py,
!         wizards/AddBlock.py, wizards/AddBox.py, wizards/AddButton.py,
!         wizards/AddDataSource.py, wizards/AddDropDown.py,
!         wizards/AddEntry.py, wizards/AddLabel.py, wizards/AddPage.py:
!         Moved Insert items under the edit menu
  
  2002-11-14 08:48  jamest
  
        * src/reports/TemplateSupport.py: applied btami's patch to fix
!         reports generated from wizards
  
  2002-11-13 23:27  jcater
  
        * ChangeLog: hmmm, how could designer's changelog be missing for
!         this long?
  
  2002-11-13 23:05  jcater
  
***************
*** 1743,1779 ****
  2002-11-13 22:10  jcater
  
        * src/: reports/TemplateSupport.py,
!       templates/reports/SimpleReport.py: added btami's namespace patch
!       for designer wizards
  
  2002-11-13 21:55  jcater
  
        * packaging/mcmillan/: designer.spec,
!       hooks/hook-gnue.common.GComm.py,
!       hooks/hook-gnue.common.GConnections.py,
!       hooks/hook-gnue.common.commdrivers._helpers.RpcDoc.py,
!       hooks/hook-gnue.designer.Designer.ToolSupport.py,
!       hooks/hook-gnue.designer.Designer.TriggerEditor.py,
!       hooks/hook-gnue.designer.Designer.py,
!       hooks/hook-gnue.designer.TemplateChooser.py,
!       hooks/hook-gnue.designer.TemplateParser.py,
!       hooks/hook-gnue.designer.templates.__init__.py,
!       hooks/hook-gnue.forms.GFClient.py,
!       hooks/hook-gnue.reports.GREngine.py,
!       hooks/hook-gnue.reports.GRFilters.py: 
!       
!       Added btami's mcmillan support files
  
  2002-11-13 21:45  jcater
  
        * src/: Instance.py, base/Instance.py, templates/__init__.py,
!       templates/schema/Introspection.py: Applied btami's
!       McMillan-workaround patches
  
  2002-11-13 11:11  jcater
  
        * src/forms/Instance.py: attempt to fix the database/datasource
!       ordering issue in forms
  
  2002-11-12 18:39  jamest
  
--- 1952,1988 ----
  2002-11-13 22:10  jcater
  
        * src/: reports/TemplateSupport.py,
!         templates/reports/SimpleReport.py: added btami's namespace patch
!         for designer wizards
  
  2002-11-13 21:55  jcater
  
        * packaging/mcmillan/: designer.spec,
!         hooks/hook-gnue.common.GComm.py,
!         hooks/hook-gnue.common.GConnections.py,
!         hooks/hook-gnue.common.commdrivers._helpers.RpcDoc.py,
!         hooks/hook-gnue.designer.Designer.ToolSupport.py,
!         hooks/hook-gnue.designer.Designer.TriggerEditor.py,
!         hooks/hook-gnue.designer.Designer.py,
!         hooks/hook-gnue.designer.TemplateChooser.py,
!         hooks/hook-gnue.designer.TemplateParser.py,
!         hooks/hook-gnue.designer.templates.__init__.py,
!         hooks/hook-gnue.forms.GFClient.py,
!         hooks/hook-gnue.reports.GREngine.py,
!         hooks/hook-gnue.reports.GRFilters.py:
! 
!         Added btami's mcmillan support files
  
  2002-11-13 21:45  jcater
  
        * src/: Instance.py, base/Instance.py, templates/__init__.py,
!         templates/schema/Introspection.py: Applied btami's
!         McMillan-workaround patches
  
  2002-11-13 11:11  jcater
  
        * src/forms/Instance.py: attempt to fix the database/datasource
!         ordering issue in forms
  
  2002-11-12 18:39  jamest
  
***************
*** 1782,1803 ****
  2002-11-12 18:16  siesel
  
        * src/forms/wizards/CreateSchema.py: fix CreateSchema Wizard add
!       scale attribut to GSParser
  
  2002-11-12 17:07  jcater
  
        * src/__init__.py: updated VERSION numbers to be the new .99 format
!       for cvs
  
  2002-11-11 14:40  jcater
  
        * src/forms/wizards/AddDropDown.py: [ticket #131] fixed problem
!       with AddDataSource wizard
  
  2002-11-07 22:32  jamest
  
        * src/templates/forms/: FormBuilder.py, SimpleDetail.py: Fixed
!       broken wizards
  
  2002-11-04 19:00  jcater
  
--- 1991,2012 ----
  2002-11-12 18:16  siesel
  
        * src/forms/wizards/CreateSchema.py: fix CreateSchema Wizard add
!         scale attribut to GSParser
  
  2002-11-12 17:07  jcater
  
        * src/__init__.py: updated VERSION numbers to be the new .99 format
!         for cvs
  
  2002-11-11 14:40  jcater
  
        * src/forms/wizards/AddDropDown.py: [ticket #131] fixed problem
!         with AddDataSource wizard
  
  2002-11-07 22:32  jamest
  
        * src/templates/forms/: FormBuilder.py, SimpleDetail.py: Fixed
!         broken wizards
  
  2002-11-04 19:00  jcater
  
***************
*** 1806,1816 ****
  2002-11-04 08:55  jamest
  
        * src/: Debugger.py, forms/Debugger.py, forms/Instance.py,
!       reports/Instance.py: Migration of import system into common
!       (partially complete) Added G*Parser attribute 'Importable' to
!       entities if set to 1 makes then that entity becomes importable. 
!       Adjustments to make reports support importable triggers All still
!       pretty rough
  
  2002-11-03 23:24  jcater
  
--- 2015,2025 ----
  2002-11-04 08:55  jamest
  
        * src/: Debugger.py, forms/Debugger.py, forms/Instance.py,
!         reports/Instance.py: Migration of import system into common
!         (partially complete) Added G*Parser attribute 'Importable' to
!         entities if set to 1 makes then that entity becomes importable.
!         Adjustments to make reports support importable triggers All still
!         pretty rough
  
  2002-11-03 23:24  jcater
  
***************
*** 1819,1924 ****
  2002-11-03 11:31  jcater
  
        * src/: PropertyEditor.py, base/tools/PropertyEditor.py: applied a
!       fix to the can't-edit-with-scrollbars-present bug
  
  2002-11-02 00:02  jcater
  
        * src/projects/: Objects.py, Parser.py, Project.py, __init__.py:
!       moved the dumpXML root call into GRootObj, so each tool doesn't
!       have to redefine dumpXML()
  
  2002-10-31 23:02  jamest
  
        * src/reports/Instance.py: More trigger cleanup Added trigger
!       support to gnue-reports Added on-startup and on-exit to <report>
!       Added pre-section and post-section to <section> Added support for
!       reports trigger editing in designer foobulations grd is working
!       sample
  
  2002-10-31 20:40  jamest
  
        * src/: PopupMenu.py, PropertyEditor.py, TreeView.py,
!       TriggerEditor.py, base/PopupMenu.py, base/tools/PropertyEditor.py,
!       base/tools/TreeView.py, base/tools/TriggerEditor.py,
!       forms/Instance.py, forms/TreeView.py: Moved all trigger support
!       into common in prep to add to support to reports.  Removed global
!       valid trigger list with a per object valid trigger definition
  
  2002-10-31 17:12  jcater
  
        * src/Designer.py: added cross-tabulation (pivot table) example to
!       reports (pending a few bugfixes, it will work); misc cleanup
  
  2002-10-28 18:11  jcater
  
        * src/: Designer.py, forms/Instance.py,
!       forms/LayoutEditor/LayoutEditorTools.py: added support for
!       command-line --new <form|report|schema|...>, so you can start up
!       designer with a specific type of project
  
  2002-10-28 17:43  jcater
  
        * src/: TemplateBase.py, TemplateParser.py, base/TemplateBase.py,
!       base/TemplateParser.py, forms/LayoutEditor/LayoutEditor.py,
!       forms/wizards/AddButton.py, forms/wizards/AddDropDown.py: * Added
!       tab support to wizard dialogs * Added "Insert Button" wizard *
!       Fixed cross-cursor support when a   object drawing is enabled *
!       Fixed "Static Datasource" support in   the Add DropDown wizard
  
  2002-10-24 09:10  jamest
  
        * src/forms/LayoutEditor/LayoutEditor.py: removed reference to old
!       GFEvent file removed old GFEvent file
  
  2002-10-23 22:00  jamest
  
        * src/: PopupMenu.py, base/PopupMenu.py: Partial removal of the
!       GFTrigger class being replaced by common trigger system.
  
  2002-10-18 13:04  jcater
  
        * src/: TemplateParser.py, base/TemplateParser.py: added missing
!       event import
  
  2002-10-10 01:45  jcater
  
        * packaging/debian/: changelog, rules: added a login popup dialog
!       for curses uidriver; beat the curses uidriver into submission to
!       get it to draw pages, labels, and entries; more cleanup on common's
!       curses library
  
  2002-10-08 15:39  siesel
  
        * src/forms/wizards/AddDropDown.py: fix static datasource for
!       dropdown wizard <2> add static datasource sample
  
  2002-10-07 21:24  jcater
  
        * doc/technotes/00003.txt, src/Instance.py, src/MenuBar.py,
!       src/TemplateParser.py, src/base/Instance.py, src/base/MenuBar.py,
!       src/base/TemplateParser.py, src/forms/WizardRunner.py,
!       src/forms/LayoutEditor/LayoutEditor.py,
!       src/forms/LayoutEditor/LayoutEditorTools.py: 
!        * Added event model to designer
!        * Enabled the Toolbar "Save" icon to be enabled/disabled based
!          on the state of the document
!        * The icons for various functions stay depressed until the
!          function has completed (e.g., drawing a combo box or entry)
!        * Toolbar icons are depressed when a function is selected from
!          the menu (to show state)
!        * Various code cleanups
  
  2002-10-07 21:07  jcater
  
        * src/forms/wizards/AddDropDown.py: fixed bugs in the New
!       Datasource wizard
  
  2002-10-07 18:13  jcater
  
        * doc/technotes/00003.txt, doc/technotes/index.html,
!       doc/technotes/index.txt, src/Instance.py, src/MenuBar.py,
!       src/base/Instance.py, src/base/MenuBar.py: started adding event
!       support to designer
  
  2002-10-07 16:45  jcater
  
--- 2028,2134 ----
  2002-11-03 11:31  jcater
  
        * src/: PropertyEditor.py, base/tools/PropertyEditor.py: applied a
!         fix to the can't-edit-with-scrollbars-present bug
  
  2002-11-02 00:02  jcater
  
        * src/projects/: Objects.py, Parser.py, Project.py, __init__.py:
!         moved the dumpXML root call into GRootObj, so each tool doesn't
!         have to redefine dumpXML()
  
  2002-10-31 23:02  jamest
  
        * src/reports/Instance.py: More trigger cleanup Added trigger
!         support to gnue-reports Added on-startup and on-exit to <report>
!         Added pre-section and post-section to <section> Added support for
!         reports trigger editing in designer foobulations grd is working
!         sample
  
  2002-10-31 20:40  jamest
  
        * src/: PopupMenu.py, PropertyEditor.py, TreeView.py,
!         TriggerEditor.py, base/PopupMenu.py,
!         base/tools/PropertyEditor.py, base/tools/TreeView.py,
!         base/tools/TriggerEditor.py, forms/Instance.py,
!         forms/TreeView.py: Moved all trigger support into common in prep
!         to add to support to reports.  Removed global valid trigger list
!         with a per object valid trigger definition
  
  2002-10-31 17:12  jcater
  
        * src/Designer.py: added cross-tabulation (pivot table) example to
!         reports (pending a few bugfixes, it will work); misc cleanup
  
  2002-10-28 18:11  jcater
  
        * src/: Designer.py, forms/Instance.py,
!         forms/LayoutEditor/LayoutEditorTools.py: added support for
!         command-line --new <form|report|schema|...>, so you can start up
!         designer with a specific type of project
  
  2002-10-28 17:43  jcater
  
        * src/: TemplateBase.py, TemplateParser.py, base/TemplateBase.py,
!         base/TemplateParser.py, forms/LayoutEditor/LayoutEditor.py,
!         forms/wizards/AddButton.py, forms/wizards/AddDropDown.py: * Added
!         tab support to wizard dialogs * Added "Insert Button" wizard *
!         Fixed cross-cursor support when a   object drawing is enabled *
!         Fixed "Static Datasource" support in   the Add DropDown wizard
  
  2002-10-24 09:10  jamest
  
        * src/forms/LayoutEditor/LayoutEditor.py: removed reference to old
!         GFEvent file removed old GFEvent file
  
  2002-10-23 22:00  jamest
  
        * src/: PopupMenu.py, base/PopupMenu.py: Partial removal of the
!         GFTrigger class being replaced by common trigger system.
  
  2002-10-18 13:04  jcater
  
        * src/: TemplateParser.py, base/TemplateParser.py: added missing
!         event import
  
  2002-10-10 01:45  jcater
  
        * packaging/debian/: changelog, rules: added a login popup dialog
!         for curses uidriver; beat the curses uidriver into submission to
!         get it to draw pages, labels, and entries; more cleanup on
!         common's curses library
  
  2002-10-08 15:39  siesel
  
        * src/forms/wizards/AddDropDown.py: fix static datasource for
!         dropdown wizard <2> add static datasource sample
  
  2002-10-07 21:24  jcater
  
        * doc/technotes/00003.txt, src/Instance.py, src/MenuBar.py,
!         src/TemplateParser.py, src/base/Instance.py, src/base/MenuBar.py,
!         src/base/TemplateParser.py, src/forms/WizardRunner.py,
!         src/forms/LayoutEditor/LayoutEditor.py,
!         src/forms/LayoutEditor/LayoutEditorTools.py:
!          * Added event model to designer
!          * Enabled the Toolbar "Save" icon to be enabled/disabled based
!            on the state of the document
!          * The icons for various functions stay depressed until the
!            function has completed (e.g., drawing a combo box or entry)
!          * Toolbar icons are depressed when a function is selected from
!            the menu (to show state)
!          * Various code cleanups
  
  2002-10-07 21:07  jcater
  
        * src/forms/wizards/AddDropDown.py: fixed bugs in the New
!         Datasource wizard
  
  2002-10-07 18:13  jcater
  
        * doc/technotes/00003.txt, doc/technotes/index.html,
!         doc/technotes/index.txt, src/Instance.py, src/MenuBar.py,
!         src/base/Instance.py, src/base/MenuBar.py: started adding event
!         support to designer
  
  2002-10-07 16:45  jcater
  
***************
*** 1927,1944 ****
  2002-10-05 02:16  jcater
  
        * setup.py, packaging/debian/README.Debian,
!       packaging/debian/README.cvs, packaging/debian/README.maintainers,
!       packaging/debian/changelog, packaging/debian/control,
!       packaging/debian/copyright, packaging/debian/dirs,
!       packaging/debian/files, packaging/debian/postinst,
!       packaging/debian/prerm, packaging/debian/rules,
!       packaging/debian/setup.cfg.debian: Changes needed to create .debs
!       for the 0.4.0 release
  
  2002-10-03 09:35  siesel
  
        * src/schema/wizards/WriteSchema.py: add preliminary schema write
!       support to common add schema write wizard to designer
  
  2002-09-29 19:27  jcater
  
--- 2137,2154 ----
  2002-10-05 02:16  jcater
  
        * setup.py, packaging/debian/README.Debian,
!         packaging/debian/README.cvs, packaging/debian/README.maintainers,
!         packaging/debian/changelog, packaging/debian/control,
!         packaging/debian/copyright, packaging/debian/dirs,
!         packaging/debian/files, packaging/debian/postinst,
!         packaging/debian/prerm, packaging/debian/rules,
!         packaging/debian/setup.cfg.debian: Changes needed to create .debs
!         for the 0.4.0 release
  
  2002-10-03 09:35  siesel
  
        * src/schema/wizards/WriteSchema.py: add preliminary schema write
!         support to common add schema write wizard to designer
  
  2002-09-29 19:27  jcater
  
***************
*** 1947,1963 ****
  2002-09-29 19:19  jcater
  
        * setup.py, packaging/mcmillan/designer.spec, src/__init__.py:
!       final changes for release
  
  2002-09-28 09:48  jcater
  
        * src/templates/forms/: Simple.py, SimpleDetail.py: updated
!       designer's simple wizards to reflect new wizard architecture
  
  2002-09-25 18:05  jcater
  
        * doc/Tech-Reference.sxw, doc/Users-Guide.sxw,
!       packaging/mcmillan/designer.spec: updates to documentation
  
  2002-09-25 17:49  jcater
  
--- 2157,2173 ----
  2002-09-29 19:19  jcater
  
        * setup.py, packaging/mcmillan/designer.spec, src/__init__.py:
!         final changes for release
  
  2002-09-28 09:48  jcater
  
        * src/templates/forms/: Simple.py, SimpleDetail.py: updated
!         designer's simple wizards to reflect new wizard architecture
  
  2002-09-25 18:05  jcater
  
        * doc/Tech-Reference.sxw, doc/Users-Guide.sxw,
!         packaging/mcmillan/designer.spec: updates to documentation
  
  2002-09-25 17:49  jcater
  
***************
*** 1966,1977 ****
  2002-09-23 17:39  jcater
  
        * packaging/: inno/gfdesigner.iss, mcmillan/designer.spec,
!       mcmillan/gfdesigner.cfg: move to McMillan 5
  
  2002-09-23 15:32  jcater
  
        * packaging/mcmillan/gfdesigner.cfg: fixes to allow mcmillan to
!       package designer
  
  2002-09-22 23:42  jcater
  
--- 2176,2187 ----
  2002-09-23 17:39  jcater
  
        * packaging/: inno/gfdesigner.iss, mcmillan/designer.spec,
!         mcmillan/gfdesigner.cfg: move to McMillan 5
  
  2002-09-23 15:32  jcater
  
        * packaging/mcmillan/gfdesigner.cfg: fixes to allow mcmillan to
!         package designer
  
  2002-09-22 23:42  jcater
  
***************
*** 1980,2135 ****
  2002-09-22 10:58  jcater
  
        * packaging/mcmillan/gfdesigner-PY21.cfg: restored python 2.1 setup
!       files
  
  2002-09-20 16:14  jcater
  
        * packaging/: inno/gfdesigner.iss, mcmillan/gfdesigner.cfg: changes
!       needed for windows binaries
  
  2002-09-17 14:36  jcater
  
        * setup.py: added/removed schema-related and gear-related entries
!       from setup.py
  
  2002-09-17 10:27  jcater
  
        * src/: Designer.py, Instance.py, TemplateParser.py,
!       ToolSupport.py, base/Instance.py, base/ModuleSupport.py,
!       base/TemplateParser.py, templates/__init__.py: removed code from
!       gnue.common.__init__ and placed in either gnue.common.FileUtils or
!       gnue.common.TextUtils; added stub for gear support
  
  2002-09-16 18:26  jcater
  
        * src/schema/: Incubator.py, Instance.py, TemplateSupport.py,
!       DiaEditor/VisualEditor.py, parser/__init__.py, parser/.cvsignore:
!       fixes from migration of schema parser to gnue-common
  
  2002-09-16 18:20  jamest
  
        * src/schema/parser/__init__.py: Line added per jcater to deal with
!       requested file moves in CVS.  Remember to cvs update -Pd kids!
  
  2002-09-16 14:30  jcater
  
        * src/templates/reports/SimpleReport.py: added TODO comments about
!       incorrect defaulting of namespaces in reports
  
  2002-09-13 07:27  siesel
  
        * src/: TreeView.py, base/tools/TreeView.py, schema/Instance.py:
!       fix designer/schema editor segfaulting on exit and add a todo to
!       TreeView.py about how to resolve the real problem
  
  2002-09-07 09:59  jcater
  
        * src/: Instance.py, base/Instance.py, reports/TreeView.py:
!       improved support for reports [patches by btami]
  
  2002-08-21 17:55  jcater
  
        * src/: TemplateParser.py, base/TemplateParser.py,
!       templates/forms/FormBuilder.py: misc small bug fixes
  
  2002-08-15 23:51  jcater
  
        * src/: forms/wizards/AddBlock.py, forms/wizards/AddBox.py,
!       forms/wizards/AddDataSource.py, forms/wizards/AddDropDown.py,
!       forms/wizards/AddLabel.py, forms/wizards/CreateSchema.py,
!       TemplateBase.py, TemplateParser.py, base/TemplateBase.py,
!       base/TemplateParser.py, forms/LayoutEditor/LayoutEditor.py,
!       forms/LayoutEditor/LayoutEditorTools.py,
!       templates/forms/FormBuilder.py, templates/forms/Simple.py,
!       templates/forms/SimpleDetail.py, templates/reports/SimpleReport.py,
!       templates/schema/Introspection.py: fixed the mouse hanging issue
!       with wizards; started wizard validation; implemented several new
!       plug-ins for forms; added wrapped-text support to the wizard page
!       drawing code; misc wizard fixes
  
  2002-08-08 09:47  jcater
  
        * doc/technotes/index.html: merged psu's index.html code into our
!       create-technote-index.py script so both an index.html and index.txt
!       are created
  
  2002-08-07 18:29  jcater
  
        * src/: Instance.py, MenuBar.py, base/Instance.py, base/MenuBar.py,
!       forms/WizardRunner.py, forms/LayoutEditor/GridPane.py,
!       forms/LayoutEditor/LayoutEditor.py,
!       forms/LayoutEditor/LayoutEditorTools.py,
!       forms/wizards/AddDropDown.py: re-implemented toolbars to have them
!       emulate the Menubar events; i.e., toolbar entries are nothing more
!       than a link to a menu entry; more work on the AddDropDown wizard;
!       misc funky fixes
  
  2002-08-06 10:06  siesel
  
        * src/: schema/Incubator.py, schema/Instance.py,
!       schema/TreeView.py, schema/DiaEditor/VisualEditor.py,
!       schema/DiaEditor/VisualTable.py, templates/schema/Introspection.py:
!       * add basic popup menu with create/delete functions to the visual
!       editor * improved moving of elements * add onCreateObj/onDeleteObj
!       etc. handler to react on changes in other tools * activated the
!       object navigator again an added a small fix for its segfault  
!       problem (I hope so)
  
  2002-08-05 01:00  dneighbors
  
        * src/templates/forms/SimpleDetail.py: Made master/detail wizard
!       work again, though it still lays out the form incorrectly.
  
  2002-07-30 14:33  siesel
  
        * src/forms/wizards/CreateSchema.py: add delete/next/prev record
!       trigger functions to GFBlocks improved datatype detection in the
!       CreateSchema wizard updated wizard example
  
  2002-07-30 11:55  siesel
  
        * src/reports/: Instance.py, TreeView.py: added a basically working
!       'Object Navigator' for designer/reports (btami)
  
  2002-07-29 12:12  siesel
  
        * src/templates/schema/Introspection.py: make "name" attribute in a
!       <value> tag not required add name to privatekey in Introspection
!       wizard
  
  2002-07-27 19:46  siesel
  
        * src/schema/DiaEditor/: VisualEditor.py, VisualTable.py:
!       implemented a blue marker for the current object and a way to move
!       objects around
  
  2002-07-27 13:43  siesel
  
        * src/schema/: Instance.py, DiaEditor/VisualEditor.py,
!       DiaEditor/VisualTable.py: added first version of a visual
!       editor/navigator for schemas
  
  2002-07-25 19:52  siesel
  
        * src/forms/wizards/CreateSchema.py: add a check for entry types,
!       add a name to <primarykey> (to conform to designersparser) and
!       updated example
  
  2002-07-25 00:36  jcater
  
        * src/forms/wizards/: AddDropDown.py, AddPage.py: more work on the
!       Add Dropdown wizard (THIS IS NOT WORKING YET! HAVING MOUSE ISSUES!)
  
  2002-07-24 18:25  siesel
  
        * src/forms/wizards/CreateSchema.py: CreateSchema.py: change
!       default field type to varchar added new pgsql stylesheet which move
!       primary key definition into table def.  other small updates
  
  2002-07-24 17:44  siesel
  
        * src/forms/wizards/CreateSchema.py: create schema from form wizard
!       update: primary keys now supported updated example
  
  2002-07-24 15:55  siesel
  
--- 2190,2348 ----
  2002-09-22 10:58  jcater
  
        * packaging/mcmillan/gfdesigner-PY21.cfg: restored python 2.1 setup
!         files
  
  2002-09-20 16:14  jcater
  
        * packaging/: inno/gfdesigner.iss, mcmillan/gfdesigner.cfg: changes
!         needed for windows binaries
  
  2002-09-17 14:36  jcater
  
        * setup.py: added/removed schema-related and gear-related entries
!         from setup.py
  
  2002-09-17 10:27  jcater
  
        * src/: Designer.py, Instance.py, TemplateParser.py,
!         ToolSupport.py, base/Instance.py, base/ModuleSupport.py,
!         base/TemplateParser.py, templates/__init__.py: removed code from
!         gnue.common.__init__ and placed in either gnue.common.FileUtils
!         or gnue.common.TextUtils; added stub for gear support
  
  2002-09-16 18:26  jcater
  
        * src/schema/: Incubator.py, Instance.py, TemplateSupport.py,
!         DiaEditor/VisualEditor.py, parser/__init__.py, parser/.cvsignore:
!         fixes from migration of schema parser to gnue-common
  
  2002-09-16 18:20  jamest
  
        * src/schema/parser/__init__.py: Line added per jcater to deal with
!         requested file moves in CVS.  Remember to cvs update -Pd kids!
  
  2002-09-16 14:30  jcater
  
        * src/templates/reports/SimpleReport.py: added TODO comments about
!         incorrect defaulting of namespaces in reports
  
  2002-09-13 07:27  siesel
  
        * src/: TreeView.py, base/tools/TreeView.py, schema/Instance.py:
!         fix designer/schema editor segfaulting on exit and add a todo to
!         TreeView.py about how to resolve the real problem
  
  2002-09-07 09:59  jcater
  
        * src/: Instance.py, base/Instance.py, reports/TreeView.py:
!         improved support for reports [patches by btami]
  
  2002-08-21 17:55  jcater
  
        * src/: TemplateParser.py, base/TemplateParser.py,
!         templates/forms/FormBuilder.py: misc small bug fixes
  
  2002-08-15 23:51  jcater
  
        * src/: forms/wizards/AddBlock.py, forms/wizards/AddBox.py,
!         forms/wizards/AddDataSource.py, forms/wizards/AddDropDown.py,
!         forms/wizards/AddLabel.py, forms/wizards/CreateSchema.py,
!         TemplateBase.py, TemplateParser.py, base/TemplateBase.py,
!         base/TemplateParser.py, forms/LayoutEditor/LayoutEditor.py,
!         forms/LayoutEditor/LayoutEditorTools.py,
!         templates/forms/FormBuilder.py, templates/forms/Simple.py,
!         templates/forms/SimpleDetail.py,
!         templates/reports/SimpleReport.py,
!         templates/schema/Introspection.py: fixed the mouse hanging issue
!         with wizards; started wizard validation; implemented several new
!         plug-ins for forms; added wrapped-text support to the wizard page
!         drawing code; misc wizard fixes
  
  2002-08-08 09:47  jcater
  
        * doc/technotes/index.html: merged psu's index.html code into our
!         create-technote-index.py script so both an index.html and
!         index.txt are created
  
  2002-08-07 18:29  jcater
  
        * src/: Instance.py, MenuBar.py, base/Instance.py, base/MenuBar.py,
!         forms/WizardRunner.py, forms/LayoutEditor/GridPane.py,
!         forms/LayoutEditor/LayoutEditor.py,
!         forms/LayoutEditor/LayoutEditorTools.py,
!         forms/LayoutEditor/renderers/Base/GridPane.py,
!         forms/wizards/AddDropDown.py: re-implemented toolbars to have
!         them emulate the Menubar events; i.e., toolbar entries are
!         nothing more than a link to a menu entry; more work on the
!         AddDropDown wizard; misc funky fixes
  
  2002-08-06 10:06  siesel
  
        * src/: schema/Incubator.py, schema/Instance.py,
!         schema/TreeView.py, schema/DiaEditor/VisualEditor.py,
!         schema/DiaEditor/VisualTable.py,
!         templates/schema/Introspection.py: * add basic popup menu with
!         create/delete functions to the visual editor * improved moving of
!         elements * add onCreateObj/onDeleteObj etc. handler to react on
!         changes in other tools * activated the object navigator again an
!         added a small fix for its segfault   problem (I hope so)
  
  2002-08-05 01:00  dneighbors
  
        * src/templates/forms/SimpleDetail.py: Made master/detail wizard
!         work again, though it still lays out the form incorrectly.
  
  2002-07-30 14:33  siesel
  
        * src/forms/wizards/CreateSchema.py: add delete/next/prev record
!         trigger functions to GFBlocks improved datatype detection in the
!         CreateSchema wizard updated wizard example
  
  2002-07-30 11:55  siesel
  
        * src/reports/: Instance.py, TreeView.py: added a basically working
!         'Object Navigator' for designer/reports (btami)
  
  2002-07-29 12:12  siesel
  
        * src/templates/schema/Introspection.py: make "name" attribute in a
!         <value> tag not required add name to privatekey in Introspection
!         wizard
  
  2002-07-27 19:46  siesel
  
        * src/schema/DiaEditor/: VisualEditor.py, VisualTable.py:
!         implemented a blue marker for the current object and a way to
!         move objects around
  
  2002-07-27 13:43  siesel
  
        * src/schema/: Instance.py, DiaEditor/VisualEditor.py,
!         DiaEditor/VisualTable.py: added first version of a visual
!         editor/navigator for schemas
  
  2002-07-25 19:52  siesel
  
        * src/forms/wizards/CreateSchema.py: add a check for entry types,
!         add a name to <primarykey> (to conform to designersparser) and
!         updated example
  
  2002-07-25 00:36  jcater
  
        * src/forms/wizards/: AddDropDown.py, AddPage.py: more work on the
!         Add Dropdown wizard (THIS IS NOT WORKING YET! HAVING MOUSE
!         ISSUES!)
  
  2002-07-24 18:25  siesel
  
        * src/forms/wizards/CreateSchema.py: CreateSchema.py: change
!         default field type to varchar added new pgsql stylesheet which
!         move primary key definition into table def.  other small updates
  
  2002-07-24 17:44  siesel
  
        * src/forms/wizards/CreateSchema.py: create schema from form wizard
!         update: primary keys now supported updated example
  
  2002-07-24 15:55  siesel
  
***************
*** 2138,2163 ****
  2002-07-24 10:23  siesel
  
        * src/forms/wizards/CreateSchema.py: add first foreign key creation
!       feature to CreateSchema wizard.  changed GSSchema definition
  
  2002-07-24 09:03  jcater
  
        * src/forms/wizards/CreateSchema.py: minor improvements to jan's
!       createschema plug-in (supports writing to a file and moved to
!       Extras menu)
  
  2002-07-23 19:10  siesel
  
        * src/forms/wizards/CreateSchema.py: add an create schema wizard
!       which create a schema for a GFD file add an example schema too
  
  2002-07-23 12:52  jcater
  
        * src/: ToolSupport.py, base/ModuleSupport.py,
!       reports/Incubator.py, reports/Instance.py, reports/LayoutEditor.py,
!       reports/TemplateSupport.py, reports/__init__.py,
!       templates/reports/SimpleReport.py: added btami's report
!       module/wizard to designer
  
  2002-07-22 18:55  jcater
  
--- 2351,2376 ----
  2002-07-24 10:23  siesel
  
        * src/forms/wizards/CreateSchema.py: add first foreign key creation
!         feature to CreateSchema wizard.  changed GSSchema definition
  
  2002-07-24 09:03  jcater
  
        * src/forms/wizards/CreateSchema.py: minor improvements to jan's
!         createschema plug-in (supports writing to a file and moved to
!         Extras menu)
  
  2002-07-23 19:10  siesel
  
        * src/forms/wizards/CreateSchema.py: add an create schema wizard
!         which create a schema for a GFD file add an example schema too
  
  2002-07-23 12:52  jcater
  
        * src/: ToolSupport.py, base/ModuleSupport.py,
!         reports/Incubator.py, reports/Instance.py,
!         reports/LayoutEditor.py, reports/TemplateSupport.py,
!         reports/__init__.py, templates/reports/SimpleReport.py: added
!         btami's report module/wizard to designer
  
  2002-07-22 18:55  jcater
  
***************
*** 2166,2192 ****
  2002-07-22 18:04  jcater
  
        * src/: Instance.py, MenuBar.py, TemplateBase.py,
!       TemplateParser.py, base/Instance.py, base/MenuBar.py,
!       base/TemplateBase.py, base/TemplateParser.py, forms/Instance.py,
!       forms/TemplateSupport.py, forms/WizardRunner.py,
!       forms/LayoutEditor/LayoutEditor.py, forms/wizards/AddDropDown.py,
!       forms/wizards/AddEntry.py, navigator/Instance.py,
!       schema/Instance.py: more work on plug-in support in Designer
  
  2002-07-22 13:38  jcater
  
        * src/: Designer.py, Instance.py, MenuBar.py, base/Instance.py,
!       base/MenuBar.py, forms/TemplateSupport.py, forms/__init__.py,
!       forms/wizards/AddDropDown.py, forms/wizards/AddEntry.py,
!       navigator/__init__.py, schema/__init__.py: reworked menubar support
!       so toolbar buttons can be mapped to menus; fixed the Instance
!       import problem; misc other fixes
  
  2002-07-22 10:57  jcater
  
        * doc/technotes/00001.txt: modified wizard notes to reflect that
!       wizards can now work at the object level, and not just at the
!       'create a new form' level
  
  2002-07-22 10:47  jcater
  
--- 2379,2405 ----
  2002-07-22 18:04  jcater
  
        * src/: Instance.py, MenuBar.py, TemplateBase.py,
!         TemplateParser.py, base/Instance.py, base/MenuBar.py,
!         base/TemplateBase.py, base/TemplateParser.py, forms/Instance.py,
!         forms/TemplateSupport.py, forms/WizardRunner.py,
!         forms/LayoutEditor/LayoutEditor.py, forms/wizards/AddDropDown.py,
!         forms/wizards/AddEntry.py, navigator/Instance.py,
!         schema/Instance.py: more work on plug-in support in Designer
  
  2002-07-22 13:38  jcater
  
        * src/: Designer.py, Instance.py, MenuBar.py, base/Instance.py,
!         base/MenuBar.py, forms/TemplateSupport.py, forms/__init__.py,
!         forms/wizards/AddDropDown.py, forms/wizards/AddEntry.py,
!         navigator/__init__.py, schema/__init__.py: reworked menubar
!         support so toolbar buttons can be mapped to menus; fixed the
!         Instance import problem; misc other fixes
  
  2002-07-22 10:57  jcater
  
        * doc/technotes/00001.txt: modified wizard notes to reflect that
!         wizards can now work at the object level, and not just at the
!         'create a new form' level
  
  2002-07-22 10:47  jcater
  
***************
*** 2195,2242 ****
  2002-07-22 10:46  jcater
  
        * doc/: TemplatesAndWizards.txt, technotes/00001.txt,
!       technotes/00002.txt, technotes/index.txt: added wizard technotes
  
  2002-07-22 10:25  siesel
  
        * src/: templates/schema/.cvsignore, forms/wizards/.cvsignore,
!       schema/.cvsignore, schema/parser/.cvsignore,
!       schema/wizards/.cvsignore: beautify cvs update output :)
  
  2002-07-21 23:09  jcater
  
        * TODO, src/Designer.py, src/TemplateBase.py, src/TreeView.py,
!       src/base/TemplateBase.py, src/base/tools/TreeView.py,
!       src/schema/Instance.py, src/schema/TreeView.py,
!       src/templates/schema/Introspection.py: removed more forms-specific
!       cruft in designer; added primary key support to the Introspection
!       schema wizard; fixed wizard support
  
  2002-07-21 21:34  jcater
  
        * src/: TemplateBase.py, base/TemplateBase.py: fixed cut-n-paste
!       error (part deux)
  
  2002-07-21 21:33  jcater
  
        * src/: TemplateBase.py, base/TemplateBase.py: fixed cut-n-paste
!       error
  
  2002-07-19 18:21  jcater
  
        * src/: Designer.py, Instance.py, MenuBar.py, TemplateBase.py,
!       TemplateParser.py, base/Instance.py, base/MenuBar.py,
!       base/TemplateBase.py, base/TemplateParser.py,
!       forms/LayoutEditor/LayoutEditor.py, forms/wizards/AddPage.py,
!       templates/__init__.py, templates/forms/FormBuilder.py,
!       templates/forms/Simple.py, templates/forms/SimpleDetail.py,
!       templates/schema/Introspection.py: implemented dynamic menu, etc,
!       for plugin support; added Add Page and Block Builder plugins
  
  2002-07-18 23:56  jcater
  
        * src/: Designer.py, MenuBar.py, base/MenuBar.py,
!       forms/wizards/AddPage.py: BREAKING CVS!
  
  2002-07-18 17:00  jamest
  
--- 2408,2455 ----
  2002-07-22 10:46  jcater
  
        * doc/: TemplatesAndWizards.txt, technotes/00001.txt,
!         technotes/00002.txt, technotes/index.txt: added wizard technotes
  
  2002-07-22 10:25  siesel
  
        * src/: templates/schema/.cvsignore, forms/wizards/.cvsignore,
!         schema/.cvsignore, schema/parser/.cvsignore,
!         schema/wizards/.cvsignore: beautify cvs update output :)
  
  2002-07-21 23:09  jcater
  
        * TODO, src/Designer.py, src/TemplateBase.py, src/TreeView.py,
!         src/base/TemplateBase.py, src/base/tools/TreeView.py,
!         src/schema/Instance.py, src/schema/TreeView.py,
!         src/templates/schema/Introspection.py: removed more
!         forms-specific cruft in designer; added primary key support to
!         the Introspection schema wizard; fixed wizard support
  
  2002-07-21 21:34  jcater
  
        * src/: TemplateBase.py, base/TemplateBase.py: fixed cut-n-paste
!         error (part deux)
  
  2002-07-21 21:33  jcater
  
        * src/: TemplateBase.py, base/TemplateBase.py: fixed cut-n-paste
!         error
  
  2002-07-19 18:21  jcater
  
        * src/: Designer.py, Instance.py, MenuBar.py, TemplateBase.py,
!         TemplateParser.py, base/Instance.py, base/MenuBar.py,
!         base/TemplateBase.py, base/TemplateParser.py,
!         forms/LayoutEditor/LayoutEditor.py, forms/wizards/AddPage.py,
!         templates/__init__.py, templates/forms/FormBuilder.py,
!         templates/forms/Simple.py, templates/forms/SimpleDetail.py,
!         templates/schema/Introspection.py: implemented dynamic menu, etc,
!         for plugin support; added Add Page and Block Builder plugins
  
  2002-07-18 23:56  jcater
  
        * src/: Designer.py, MenuBar.py, base/MenuBar.py,
!         forms/wizards/AddPage.py: BREAKING CVS!
  
  2002-07-18 17:00  jamest
  
***************
*** 2253,2260 ****
  2002-07-18 13:18  jamest
  
        * src/: Designer.py, MenuBar.py, base/MenuBar.py,
!       templates/__init__.py: Atmospheric crack levels in KS have returned
!       to normal.  Adjusting previous changes to compensate.
  
  2002-07-17 08:42  jamest
  
--- 2466,2473 ----
  2002-07-18 13:18  jamest
  
        * src/: Designer.py, MenuBar.py, base/MenuBar.py,
!         templates/__init__.py: Atmospheric crack levels in KS have
!         returned to normal.  Adjusting previous changes to compensate.
  
  2002-07-17 08:42  jamest
  
***************
*** 2263,2269 ****
  2002-07-16 17:03  jamest
  
        * setup.py, src/Designer.py, src/templates/__init__.py: Working on
!       making setup.py install work for cvs designer - Syncing machines
  
  2002-07-11 09:32  siesel
  
--- 2476,2482 ----
  2002-07-16 17:03  jamest
  
        * setup.py, src/Designer.py, src/templates/__init__.py: Working on
!         making setup.py install work for cvs designer - Syncing machines
  
  2002-07-11 09:32  siesel
  
***************
*** 2272,2315 ****
  2002-07-11 00:39  jcater
  
        * src/: Instance.py, MenuBar.py, ToolFrame.py, base/Instance.py,
!       base/MenuBar.py, base/ToolFrame.py, forms/Instance.py,
!       forms/wizards/AddPage.py: cleanup of menubar creation logic to
!       allow for dynamically loaded/wizard-based/user-customizable
!       tools/scripts
  
  2002-07-10 11:05  siesel
  
        * src/: Instance.py, base/Instance.py, schema/Instance.py: add
!       missing imports to fix designer not starting up.  add error message
!       for empty wizard modules
  
  2002-07-08 23:03  jcater
  
        * src/: Instance.py, base/Instance.py, forms/Instance.py,
!       forms/wizards/AddBlock.py, forms/wizards/AddDataSource.py,
!       forms/wizards/AddDropDown.py, forms/wizards/AddPage.py,
!       navigator/Instance.py, navigator/wizards/__init__.py,
!       reports/wizards/__init__.py, schema/Instance.py,
!       schema/wizards/__init__.py: experiments with wizard/scripting
!       support
  
  2002-07-08 22:05  jcater
  
        * src/: Instance.py, MenuBar.py, base/Instance.py, base/MenuBar.py,
!       forms/Instance.py, forms/wizards/__init__.py: beginning of improved
!       tools menu (with wizard support)
  
  2002-07-04 14:01  jcater
  
        * src/forms/LayoutEditor/DisplayDropTarget.py: fixed the auto
!       PRE-INSERT trigger logic (removed 'not' :)
  
  2002-07-04 13:45  jcater
  
        * src/: SchemaViewer.py, base/tools/SchemaViewer.py,
!       forms/Incubator.py, forms/LayoutEditor/DisplayDropTarget.py: added
!       automatic PRE-INSERT trigger creation to designer's Schema Viewer
!       drag-n-drop support
  
  2002-07-03 11:35  arturas
  
--- 2485,2528 ----
  2002-07-11 00:39  jcater
  
        * src/: Instance.py, MenuBar.py, ToolFrame.py, base/Instance.py,
!         base/MenuBar.py, base/ToolFrame.py, forms/Instance.py,
!         forms/wizards/AddPage.py: cleanup of menubar creation logic to
!         allow for dynamically loaded/wizard-based/user-customizable
!         tools/scripts
  
  2002-07-10 11:05  siesel
  
        * src/: Instance.py, base/Instance.py, schema/Instance.py: add
!         missing imports to fix designer not starting up.  add error
!         message for empty wizard modules
  
  2002-07-08 23:03  jcater
  
        * src/: Instance.py, base/Instance.py, forms/Instance.py,
!         forms/wizards/AddBlock.py, forms/wizards/AddDataSource.py,
!         forms/wizards/AddDropDown.py, forms/wizards/AddPage.py,
!         navigator/Instance.py, navigator/wizards/__init__.py,
!         reports/wizards/__init__.py, schema/Instance.py,
!         schema/wizards/__init__.py: experiments with wizard/scripting
!         support
  
  2002-07-08 22:05  jcater
  
        * src/: Instance.py, MenuBar.py, base/Instance.py, base/MenuBar.py,
!         forms/Instance.py, forms/wizards/__init__.py: beginning of
!         improved tools menu (with wizard support)
  
  2002-07-04 14:01  jcater
  
        * src/forms/LayoutEditor/DisplayDropTarget.py: fixed the auto
!         PRE-INSERT trigger logic (removed 'not' :)
  
  2002-07-04 13:45  jcater
  
        * src/: SchemaViewer.py, base/tools/SchemaViewer.py,
!         forms/Incubator.py, forms/LayoutEditor/DisplayDropTarget.py:
!         added automatic PRE-INSERT trigger creation to designer's Schema
!         Viewer drag-n-drop support
  
  2002-07-03 11:35  arturas
  
***************
*** 2326,2364 ****
  2002-07-03 10:56  arturas
  
        * src/: PropertyEditor.py, base/tools/PropertyEditor.py: Removed
!       accidental debugging line.
  
  2002-07-03 10:49  arturas
  
        * src/: Instance.py, base/Instance.py: Prepared strings for i18n.
!       Minor code design changes.
  
  2002-07-03 10:38  arturas
  
        * src/: TriggerEditor.py, base/tools/TriggerEditor.py: Prepared
!       strings for i18n.
  
  2002-07-03 10:30  arturas
  
        * src/: TemplateParser.py, base/TemplateParser.py, ToolFrame.py,
!       base/ToolFrame.py: Prepared strings for i18n.
  
  2002-07-03 10:13  arturas
  
        * src/: TemplateChooser.py, base/TemplateChooser.py: Prepared
!       strings for i18n.
  
  2002-07-03 09:59  arturas
  
        * src/: PropertyEditor.py, base/tools/PropertyEditor.py: Prepared
!       strings for i18n, although did not find where designer does display
!       them.
  
  2002-07-03 09:58  arturas
  
        * src/: SchemaViewer.py, base/tools/SchemaViewer.py: Prepared
!       strings for i18n, although did not found where those strings in
!       designer appear.
  
  2002-07-03 09:14  arturas
  
--- 2539,2577 ----
  2002-07-03 10:56  arturas
  
        * src/: PropertyEditor.py, base/tools/PropertyEditor.py: Removed
!         accidental debugging line.
  
  2002-07-03 10:49  arturas
  
        * src/: Instance.py, base/Instance.py: Prepared strings for i18n.
!         Minor code design changes.
  
  2002-07-03 10:38  arturas
  
        * src/: TriggerEditor.py, base/tools/TriggerEditor.py: Prepared
!         strings for i18n.
  
  2002-07-03 10:30  arturas
  
        * src/: TemplateParser.py, base/TemplateParser.py, ToolFrame.py,
!         base/ToolFrame.py: Prepared strings for i18n.
  
  2002-07-03 10:13  arturas
  
        * src/: TemplateChooser.py, base/TemplateChooser.py: Prepared
!         strings for i18n.
  
  2002-07-03 09:59  arturas
  
        * src/: PropertyEditor.py, base/tools/PropertyEditor.py: Prepared
!         strings for i18n, although did not find where designer does
!         display them.
  
  2002-07-03 09:58  arturas
  
        * src/: SchemaViewer.py, base/tools/SchemaViewer.py: Prepared
!         strings for i18n, although did not found where those strings in
!         designer appear.
  
  2002-07-03 09:14  arturas
  
***************
*** 2367,2383 ****
  2002-07-03 08:20  arturas
  
        * src/: MenuBar.py, base/MenuBar.py: Strings prepared for i18n.
!       Looks nice :)
  
  2002-07-02 09:25  arturas
  
        * src/: MRUManager.py, base/MRUManager.py: Modified strings for
!       i18n.
  
  2002-07-02 09:12  arturas
  
        * src/: Designer.py, DataSourceEditor.py,
!       base/tools/DataSourceEditor.py: Modified strings for i18n.
  
  2002-07-02 09:08  arturas
  
--- 2580,2596 ----
  2002-07-03 08:20  arturas
  
        * src/: MenuBar.py, base/MenuBar.py: Strings prepared for i18n.
!         Looks nice :)
  
  2002-07-02 09:25  arturas
  
        * src/: MRUManager.py, base/MRUManager.py: Modified strings for
!         i18n.
  
  2002-07-02 09:12  arturas
  
        * src/: Designer.py, DataSourceEditor.py,
!         base/tools/DataSourceEditor.py: Modified strings for i18n.
  
  2002-07-02 09:08  arturas
  
***************
*** 2390,2431 ****
  2002-06-27 23:03  jcater
  
        * src/: DataSourceEditor.py, Designer.py, Incubator.py,
!       Instance.py, MenuBar.py, PopupMenu.py, PropertyEditor.py,
!       SchemaViewer.py, TemplateBase.py, TemplateChooser.py,
!       base/Incubator.py, base/Instance.py, base/MenuBar.py,
!       base/PopupMenu.py, base/TemplateBase.py, base/TemplateChooser.py,
!       base/tools/DataSourceEditor.py, base/tools/PropertyEditor.py,
!       base/tools/SchemaViewer.py, TemplateParser.py, TreeView.py,
!       base/TemplateParser.py, base/tools/TreeView.py, forms/Incubator.py,
!       forms/Instance.py, forms/TemplateSupport.py, forms/TreeView.py,
!       forms/__init__.py, forms/LayoutEditor/DisplayDropTarget.py,
!       forms/LayoutEditor/LayoutEditor.py, navigator/Incubator.py,
!       navigator/TemplateSupport.py, reports/Incubator.py,
!       reports/TemplateSupport.py, schema/Incubator.py,
!       schema/Instance.py, schema/TemplateSupport.py, schema/TreeView.py,
!       templates/__init__.py, templates/forms/FormBuilder.py,
!       templates/forms/Simple.py, templates/forms/SimpleDetail.py,
!       templates/forms/__init__.py, templates/schema/Introspection.py,
!       templates/schema/__init__.py: first implementation of Schema
!       Designer support in GNUe Designer; further modularization of
!       designer (removing forms-specific stuff from the main designer
!       code); introduction of first Schema wizard
  
  2002-06-27 19:58  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: fixed bug preventing
!       designer from loading existing form files
  
  2002-06-27 17:48  jcater
  
        * src/: ToolSupport.py, base/ModuleSupport.py, schema/Instance.py,
!       schema/__init__.py, schema/parser/__init__.py: start of Schema
!       designer support; initial check-ins
  
  2002-06-15 14:54  jcater
  
        * src/__init__.py: updated version numbers to branch/development
!       status
  
  2002-06-15 14:51  jcater
  
--- 2603,2645 ----
  2002-06-27 23:03  jcater
  
        * src/: DataSourceEditor.py, Designer.py, Incubator.py,
!         Instance.py, MenuBar.py, PopupMenu.py, PropertyEditor.py,
!         SchemaViewer.py, TemplateBase.py, TemplateChooser.py,
!         base/Incubator.py, base/Instance.py, base/MenuBar.py,
!         base/PopupMenu.py, base/TemplateBase.py, base/TemplateChooser.py,
!         base/tools/DataSourceEditor.py, base/tools/PropertyEditor.py,
!         base/tools/SchemaViewer.py, TemplateParser.py, TreeView.py,
!         base/TemplateParser.py, base/tools/TreeView.py,
!         forms/Incubator.py, forms/Instance.py, forms/TemplateSupport.py,
!         forms/TreeView.py, forms/__init__.py,
!         forms/LayoutEditor/DisplayDropTarget.py,
!         forms/LayoutEditor/LayoutEditor.py, navigator/Incubator.py,
!         navigator/TemplateSupport.py, reports/Incubator.py,
!         reports/TemplateSupport.py, schema/Incubator.py,
!         schema/Instance.py, schema/TemplateSupport.py,
!         schema/TreeView.py, templates/__init__.py,
!         templates/forms/FormBuilder.py, templates/forms/Simple.py,
!         templates/forms/SimpleDetail.py, templates/forms/__init__.py,
!         templates/schema/Introspection.py, templates/schema/__init__.py:
!         first implementation of Schema Designer support in GNUe Designer;
!         further modularization of designer (removing forms-specific stuff
!         from the main designer code); introduction of first Schema wizard
  
  2002-06-27 19:58  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: fixed bug preventing
!         designer from loading existing form files
  
  2002-06-27 17:48  jcater
  
        * src/: ToolSupport.py, base/ModuleSupport.py, schema/Instance.py,
!         schema/__init__.py, schema/parser/__init__.py: start of Schema
!         designer support; initial check-ins
  
  2002-06-15 14:54  jcater
  
        * src/__init__.py: updated version numbers to branch/development
!         status
  
  2002-06-15 14:51  jcater
  
***************
*** 2434,2456 ****
  2002-06-08 23:41  jcater
  
        * src/: ToolFrame.py, base/ToolFrame.py: [ticket #53] fixed issue
!       with ToolBars not being closable with some window managers/themes
!       [patch by ajmitch]
  
  2002-06-08 22:58  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: removed obsolete
!       commented-out code
  
  2002-06-08 22:54  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: modified designer to work
!       with new UIdriver creation syntax
  
  2002-06-04 18:20  jcater
  
        * src/: MenuBar.py, base/MenuBar.py: working on getting navigator
!       to do local forms instances
  
  2002-06-03 17:45  jcater
  
--- 2648,2670 ----
  2002-06-08 23:41  jcater
  
        * src/: ToolFrame.py, base/ToolFrame.py: [ticket #53] fixed issue
!         with ToolBars not being closable with some window managers/themes
!         [patch by ajmitch]
  
  2002-06-08 22:58  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: removed obsolete
!         commented-out code
  
  2002-06-08 22:54  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: modified designer to work
!         with new UIdriver creation syntax
  
  2002-06-04 18:20  jcater
  
        * src/: MenuBar.py, base/MenuBar.py: working on getting navigator
!         to do local forms instances
  
  2002-06-03 17:45  jcater
  
***************
*** 2467,2479 ****
  2002-06-03 15:39  jcater
  
        * packaging/: inno/gfdesigner.iss, mcmillan/gfdesigner.cfg:
!       modified win32 install files to reflect new gnue-forms and
!       gnue-designer names
  
  2002-06-03 14:06  jcater
  
        * INSTALL, MANIFEST.in, setup.py, src/Designer.py: fixes for the
!       client/ directory changes
  
  2002-06-02 17:51  jcater
  
--- 2681,2693 ----
  2002-06-03 15:39  jcater
  
        * packaging/: inno/gfdesigner.iss, mcmillan/gfdesigner.cfg:
!         modified win32 install files to reflect new gnue-forms and
!         gnue-designer names
  
  2002-06-03 14:06  jcater
  
        * INSTALL, MANIFEST.in, setup.py, src/Designer.py: fixes for the
!         client/ directory changes
  
  2002-06-02 17:51  jcater
  
***************
*** 2482,2505 ****
  2002-06-02 17:21  jcater
  
        * MANIFEST.in, setup.py, src/Designer.py: Added --generate-man-page
!       to GBaseApp and updated the setup.py's to create the manpages
!       before creating a source distribution
  
  2002-06-01 12:47  jcater
  
        * setup.py: added missing MANIFEST entries; added support for
!       GNUE_VERSION_SUFFIX to the setup.py's to ease the creating of
!       prereleases
  
  2002-05-31 20:27  jcater
  
        * packaging/inno/: README, gfdesigner.iss: fixes for win32 binary
!       creation
  
  2002-05-31 18:01  jcater
  
        * packaging/inno/gfdesigner.iss: more updates for prerelease
!       testing
  
  2002-05-30 22:44  jcater
  
--- 2696,2719 ----
  2002-06-02 17:21  jcater
  
        * MANIFEST.in, setup.py, src/Designer.py: Added --generate-man-page
!         to GBaseApp and updated the setup.py's to create the manpages
!         before creating a source distribution
  
  2002-06-01 12:47  jcater
  
        * setup.py: added missing MANIFEST entries; added support for
!         GNUE_VERSION_SUFFIX to the setup.py's to ease the creating of
!         prereleases
  
  2002-05-31 20:27  jcater
  
        * packaging/inno/: README, gfdesigner.iss: fixes for win32 binary
!         creation
  
  2002-05-31 18:01  jcater
  
        * packaging/inno/gfdesigner.iss: more updates for prerelease
!         testing
  
  2002-05-30 22:44  jcater
  
***************
*** 2524,2534 ****
  2002-05-14 20:27  jamest
  
        * src/: DataSourceEditor.py, Designer.py, TemplateParser.py,
!       TriggerEditor.py, base/TemplateParser.py,
!       base/tools/DataSourceEditor.py, base/tools/TriggerEditor.py,
!       forms/LayoutEditor/LayoutEditor.py: Fixed config system to do the
!       right thing with systems loading multiple configs (designer)
!       Changes wizard size in designer to better fit contents
  
  2002-05-06 21:27  jamest
  
--- 2738,2748 ----
  2002-05-14 20:27  jamest
  
        * src/: DataSourceEditor.py, Designer.py, TemplateParser.py,
!         TriggerEditor.py, base/TemplateParser.py,
!         base/tools/DataSourceEditor.py, base/tools/TriggerEditor.py,
!         forms/LayoutEditor/LayoutEditor.py: Fixed config system to do the
!         right thing with systems loading multiple configs (designer)
!         Changes wizard size in designer to better fit contents
  
  2002-05-06 21:27  jamest
  
***************
*** 2537,2602 ****
  2002-05-04 11:45  jamest
  
        * GFDesigner-old.py, src/Config.py, src/DataSourceEditor.py,
!       src/Designer.py, src/Instance.py, src/MenuBar.py, src/PopupMenu.py,
!       src/PropertyEditor.py, src/SchemaViewer.py, src/ToolFrame.py,
!       src/TreeView.py, src/TriggerEditor.py, src/base/Config.py,
!       src/base/Instance.py, src/base/MenuBar.py, src/base/PopupMenu.py,
!       src/base/ToolFrame.py, src/base/tools/DataSourceEditor.py,
!       src/base/tools/PropertyEditor.py, src/base/tools/SchemaViewer.py,
!       src/base/tools/TreeView.py, src/base/tools/TriggerEditor.py,
!       src/forms/LayoutEditor/DisplayDropTarget.py,
!       src/forms/LayoutEditor/GridPane.py,
!       src/forms/LayoutEditor/LayoutEditor.py,
!       src/forms/LayoutEditor/PopupEditor.py,
!       src/forms/LayoutEditor/PropertyBar.py,
!       src/forms/LayoutEditor/Utils.py,
!       src/forms/LayoutEditor/WidgetHandler.py,
!       src/forms/LayoutEditor/WidgetHighlighter.py,
!       src/navigator/LayoutEditor.py: Removed dependency on gnue.conf
!       files (new config system) Moved text out of gnue.conf setting as
!       the new i18n stuff replaces it Something else I've forgotten :)
  
  2002-04-28 11:58  jcater
  
        * src/: Icons.py, base/Icons.py: fixed import error [patch by
!       Christian Selig]
  
  2002-04-27 15:59  jcater
  
        * setup.py: to do a non-standard installation, pass "--cfg-file
!       /my/site/file.cfg" to all the setup.py scripts
  
  2002-04-27 15:30  jcater
  
        * src/: DataSourceEditor.py, Icons.py, base/Icons.py,
!       base/tools/DataSourceEditor.py,
!       forms/LayoutEditor/LayoutEditorTools.py: added support for a
!       site-wide installation configuration file that allows package
!       maintainers to put key files in places other than a single root
  
  2002-04-27 10:21  jcater
  
        * src/: TriggerEditor.py, base/tools/TriggerEditor.py: [Ticket
!       #15/16] fixed the updating of the trigger combo box [patch by
!       Christian Selig]
  
  2002-04-18 09:53  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: [ticket #27] fixed label
!       editing issue
  
  2002-04-17 14:09  jamest
  
        * src/: Instance.py, PopupMenu.py, PropertyEditor.py, TreeView.py,
!       base/Instance.py, base/PopupMenu.py, base/tools/PropertyEditor.py,
!       base/tools/TreeView.py, forms/LayoutEditor/LayoutEditor.py,
!       forms/LayoutEditor/PropertyBar.py, forms/LayoutEditor/Utils.py:
!       removed getObjectType() clean up start of some subtle new bugs
  
  2002-04-04 19:23  jamest
  
        * src/: Instance.py, base/Instance.py: Arturas's debug run level
!       dialog addition
  
  2002-04-02 20:31  jcater
  
--- 2751,2820 ----
  2002-05-04 11:45  jamest
  
        * GFDesigner-old.py, src/Config.py, src/DataSourceEditor.py,
!         src/Designer.py, src/Instance.py, src/MenuBar.py,
!         src/PopupMenu.py, src/PropertyEditor.py, src/SchemaViewer.py,
!         src/ToolFrame.py, src/TreeView.py, src/TriggerEditor.py,
!         src/base/Config.py, src/base/Instance.py, src/base/MenuBar.py,
!         src/base/PopupMenu.py, src/base/ToolFrame.py,
!         src/base/tools/DataSourceEditor.py,
!         src/base/tools/PropertyEditor.py, src/base/tools/SchemaViewer.py,
!         src/base/tools/TreeView.py, src/base/tools/TriggerEditor.py,
!         src/forms/LayoutEditor/DisplayDropTarget.py,
!         src/forms/LayoutEditor/GridPane.py,
!         src/forms/LayoutEditor/LayoutEditor.py,
!         src/forms/LayoutEditor/PopupEditor.py,
!         src/forms/LayoutEditor/PropertyBar.py,
!         src/forms/LayoutEditor/Utils.py,
!         src/forms/LayoutEditor/WidgetHandler.py,
!         src/forms/LayoutEditor/WidgetHighlighter.py,
!         src/forms/LayoutEditor/renderers/Base/GridPane.py,
!         src/forms/LayoutEditor/renderers/native/WidgetHandler.py,
!         src/navigator/LayoutEditor.py: Removed dependency on gnue.conf
!         files (new config system) Moved text out of gnue.conf setting as
!         the new i18n stuff replaces it Something else I've forgotten :)
  
  2002-04-28 11:58  jcater
  
        * src/: Icons.py, base/Icons.py: fixed import error [patch by
!         Christian Selig]
  
  2002-04-27 15:59  jcater
  
        * setup.py: to do a non-standard installation, pass "--cfg-file
!         /my/site/file.cfg" to all the setup.py scripts
  
  2002-04-27 15:30  jcater
  
        * src/: DataSourceEditor.py, Icons.py, base/Icons.py,
!         base/tools/DataSourceEditor.py,
!         forms/LayoutEditor/LayoutEditorTools.py: added support for a
!         site-wide installation configuration file that allows package
!         maintainers to put key files in places other than a single root
  
  2002-04-27 10:21  jcater
  
        * src/: TriggerEditor.py, base/tools/TriggerEditor.py: [Ticket
!         #15/16] fixed the updating of the trigger combo box [patch by
!         Christian Selig]
  
  2002-04-18 09:53  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: [ticket #27] fixed label
!         editing issue
  
  2002-04-17 14:09  jamest
  
        * src/: Instance.py, PopupMenu.py, PropertyEditor.py, TreeView.py,
!         base/Instance.py, base/PopupMenu.py,
!         base/tools/PropertyEditor.py, base/tools/TreeView.py,
!         forms/LayoutEditor/LayoutEditor.py,
!         forms/LayoutEditor/PropertyBar.py, forms/LayoutEditor/Utils.py:
!         removed getObjectType() clean up start of some subtle new bugs
  
  2002-04-04 19:23  jamest
  
        * src/: Instance.py, base/Instance.py: Arturas's debug run level
!         dialog addition
  
  2002-04-02 20:31  jcater
  
***************
*** 2605,2648 ****
  2002-04-02 16:14  jcater
  
        * src/forms/LayoutEditor/: LayoutEditor.py, WidgetHandler.py,
!       WidgetHighlighter.py: code cleanup; misc bug fixes
  
  2002-04-02 14:32  jamest
  
        * src/forms/LayoutEditor/LayoutEditor.py: Fixed bug I introduced
!       yesterday (mods used before defined)
  
  2002-04-01 20:55  jamest
  
        * src/: TemplateParser.py, base/TemplateParser.py: commented out
!       debugging output
  
  2002-04-01 20:31  jamest
  
        * src/templates/forms/FormBuilder.py: Added page support to the
!       multi-table wizard
  
  2002-04-01 19:44  jamest
  
        * src/: Debugger.py, Instance.py, base/Instance.py,
!       forms/Debugger.py: Small fixes to get debug->run working again
  
  2002-04-01 18:17  jamest
  
        * src/forms/LayoutEditor/LayoutEditor.py: Fixed the
!       align=center|right issue in the label width patch
  
  2002-04-01 16:02  jamest
  
        * src/forms/LayoutEditor/LayoutEditor.py: Hack to resize designer
!       labels to match their actual size.  Oversized labels were causing
!       the UI to look funny under win32.  This will mess up align=center
!       labels until I have time to fix tonight
  
  2002-03-31 12:25  jamest
  
        * src/forms/LayoutEditor/LayoutEditorTools.py: Bajusz Tamás submit
!       one-liner for better win32 toolbar support on win32
  
  2002-03-26 16:10  jcater
  
--- 2823,2867 ----
  2002-04-02 16:14  jcater
  
        * src/forms/LayoutEditor/: LayoutEditor.py, WidgetHandler.py,
!         WidgetHighlighter.py, renderers/native/WidgetHandler.py: code
!         cleanup; misc bug fixes
  
  2002-04-02 14:32  jamest
  
        * src/forms/LayoutEditor/LayoutEditor.py: Fixed bug I introduced
!         yesterday (mods used before defined)
  
  2002-04-01 20:55  jamest
  
        * src/: TemplateParser.py, base/TemplateParser.py: commented out
!         debugging output
  
  2002-04-01 20:31  jamest
  
        * src/templates/forms/FormBuilder.py: Added page support to the
!         multi-table wizard
  
  2002-04-01 19:44  jamest
  
        * src/: Debugger.py, Instance.py, base/Instance.py,
!         forms/Debugger.py: Small fixes to get debug->run working again
  
  2002-04-01 18:17  jamest
  
        * src/forms/LayoutEditor/LayoutEditor.py: Fixed the
!         align=center|right issue in the label width patch
  
  2002-04-01 16:02  jamest
  
        * src/forms/LayoutEditor/LayoutEditor.py: Hack to resize designer
!         labels to match their actual size.  Oversized labels were causing
!         the UI to look funny under win32.  This will mess up align=center
!         labels until I have time to fix tonight
  
  2002-03-31 12:25  jamest
  
        * src/forms/LayoutEditor/LayoutEditorTools.py: Bajusz Tamás submit
!         one-liner for better win32 toolbar support on win32
  
  2002-03-26 16:10  jcater
  
***************
*** 2655,2679 ****
  2002-03-12 19:27  jamest
  
        * src/forms/LayoutEditor/LayoutEditorTools.py: Win32 fix for
!       designer submitted by Bajusz Tamás
  
  2002-02-28 21:13  jamest
  
        * src/: TemplateParser.py, base/TemplateParser.py,
!       templates/forms/FormBuilder.py: Working Form Builder Template(still
!       need pages support) Added Select All button to field selection
!       lists Removed printed tracing stuff
  
  2002-02-28 10:44  jcater
  
        * src/templates/forms/FormBuilder.py: iteration logic in the
!       multipurpose form builder
  
  2002-02-27 23:37  jamest
  
        * src/templates/forms/FormBuilder.py: The start of a dynamic
!       designer wizard which will allow multiple blocks with master/detail
!       links per users instructions.  Not yet functional.
  
  2002-02-27 16:22  jcater
  
--- 2874,2898 ----
  2002-03-12 19:27  jamest
  
        * src/forms/LayoutEditor/LayoutEditorTools.py: Win32 fix for
!         designer submitted by Bajusz Tamás
  
  2002-02-28 21:13  jamest
  
        * src/: TemplateParser.py, base/TemplateParser.py,
!         templates/forms/FormBuilder.py: Working Form Builder
!         Template(still need pages support) Added Select All button to
!         field selection lists Removed printed tracing stuff
  
  2002-02-28 10:44  jcater
  
        * src/templates/forms/FormBuilder.py: iteration logic in the
!         multipurpose form builder
  
  2002-02-27 23:37  jamest
  
        * src/templates/forms/FormBuilder.py: The start of a dynamic
!         designer wizard which will allow multiple blocks with
!         master/detail links per users instructions.  Not yet functional.
  
  2002-02-27 16:22  jcater
  
***************
*** 2686,2698 ****
  2002-02-22 21:00  jamest
  
        * packaging/mcmillan/gfdesigner.cfg: Change to designer mcmillian
!       config updated text techref
  
  2002-02-17 23:24  jcater
  
        * src/: Designer.py, forms/Instance.py,
!       forms/LayoutEditor/LayoutEditor.py: brought Designer up to par with
!       the new UIdriver formats
  
  2002-02-15 08:51  jcater
  
--- 2905,2917 ----
  2002-02-22 21:00  jamest
  
        * packaging/mcmillan/gfdesigner.cfg: Change to designer mcmillian
!         config updated text techref
  
  2002-02-17 23:24  jcater
  
        * src/: Designer.py, forms/Instance.py,
!         forms/LayoutEditor/LayoutEditor.py: brought Designer up to par
!         with the new UIdriver formats
  
  2002-02-15 08:51  jcater
  
***************
*** 2705,2750 ****
  2002-02-11 01:35  baumannd
  
        * src/: forms/.cvsignore, navigator/.cvsignore: Update the ODMG
!       notes, ignore some files so my cvs up is purty ;).
  
  2002-02-10 22:34  jamest
  
        * src/forms/LayoutEditor/DisplayDropTarget.py: Import error fixed
!       unused code removed
  
  2002-01-30 22:15  jcater
  
        * src/: TriggerEditor.py, base/tools/TriggerEditor.py: fixed bug in
!       fallback trigger editor
  
  2002-01-30 14:48  jcater
  
!       * src/forms/LayoutEditor/WidgetHandler.py: fixed bug in widget
!       handler
  
  2002-01-30 12:54  jamest
  
        * packaging/mcmillan/gfdesigner.cfg: Trigger changes Win32 build
!       changes Mainly checking in to get a second set of eyes on a problem
!       piece of code
  
  2002-01-30 11:29  jcater
  
        * src/forms/LayoutEditor/: DisplayDropTarget.py, GridPane.py,
!       LayoutEditor.py, PopupEditor.py, PropertyBar.py, Utils.py,
!       WidgetHandler.py, WidgetHighlighter.py: split LayoutEditor into
!       manageable file sizes
  
  2002-01-30 10:38  jcater
  
        * setup.py, src/forms/LayoutEditor/__init__.py: misc changes for
!       LayoutEditor move
  
  2002-01-30 10:34  jcater
  
        * src/: ToolSupport.py, base/ModuleSupport.py,
!       forms/LayoutEditor/LayoutEditor.py, forms/LayoutEditor/__init__.py:
!       misc changes wrt win98 crashes
  
  2002-01-28 18:27  jamest
  
--- 2924,2970 ----
  2002-02-11 01:35  baumannd
  
        * src/: forms/.cvsignore, navigator/.cvsignore: Update the ODMG
!         notes, ignore some files so my cvs up is purty ;).
  
  2002-02-10 22:34  jamest
  
        * src/forms/LayoutEditor/DisplayDropTarget.py: Import error fixed
!         unused code removed
  
  2002-01-30 22:15  jcater
  
        * src/: TriggerEditor.py, base/tools/TriggerEditor.py: fixed bug in
!         fallback trigger editor
  
  2002-01-30 14:48  jcater
  
!       * src/forms/LayoutEditor/: WidgetHandler.py,
!         renderers/native/WidgetHandler.py: fixed bug in widget handler
  
  2002-01-30 12:54  jamest
  
        * packaging/mcmillan/gfdesigner.cfg: Trigger changes Win32 build
!         changes Mainly checking in to get a second set of eyes on a
!         problem piece of code
  
  2002-01-30 11:29  jcater
  
        * src/forms/LayoutEditor/: DisplayDropTarget.py, GridPane.py,
!         LayoutEditor.py, PopupEditor.py, PropertyBar.py, Utils.py,
!         WidgetHandler.py, WidgetHighlighter.py,
!         renderers/Base/GridPane.py, renderers/native/WidgetHandler.py:
!         split LayoutEditor into manageable file sizes
  
  2002-01-30 10:38  jcater
  
        * setup.py, src/forms/LayoutEditor/__init__.py: misc changes for
!         LayoutEditor move
  
  2002-01-30 10:34  jcater
  
        * src/: ToolSupport.py, base/ModuleSupport.py,
!         forms/LayoutEditor/LayoutEditor.py,
!         forms/LayoutEditor/__init__.py: misc changes wrt win98 crashes
  
  2002-01-28 18:27  jamest
  
***************
*** 2753,2777 ****
  2002-01-27 23:44  jcater
  
        * src/: Instance.py, MenuBar.py, base/Instance.py, base/MenuBar.py,
!       forms/LayoutEditor/LayoutEditor.py,
!       forms/LayoutEditor/LayoutEditorTools.py: misc changes to get win32
!       support working again (still has some issues)
  
  2002-01-26 18:53  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: implemented in-place
!       label editing on the layout editor screen
  
  2002-01-25 23:38  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: fixed bug with a page not
!       being fulling registered at startup
  
  2002-01-25 21:29  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: all kinds of nifty new
!       mouse functions like cross-hair selection of widgets, cross-hair
!       width/height of new widgets, etc
  
  2002-01-25 17:46  jcater
  
--- 2973,2997 ----
  2002-01-27 23:44  jcater
  
        * src/: Instance.py, MenuBar.py, base/Instance.py, base/MenuBar.py,
!         forms/LayoutEditor/LayoutEditor.py,
!         forms/LayoutEditor/LayoutEditorTools.py: misc changes to get
!         win32 support working again (still has some issues)
  
  2002-01-26 18:53  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: implemented in-place
!         label editing on the layout editor screen
  
  2002-01-25 23:38  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: fixed bug with a page not
!         being fulling registered at startup
  
  2002-01-25 21:29  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: all kinds of nifty new
!         mouse functions like cross-hair selection of widgets, cross-hair
!         width/height of new widgets, etc
  
  2002-01-25 17:46  jcater
  
***************
*** 2780,2836 ****
  2002-01-25 16:54  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: polished off mouse
!       support/feedback in the LayoutEditor [syncing machines-hope this
!       doesn't break
  
  2002-01-25 10:37  jcater
  
        * src/: TemplateParser.py, base/TemplateParser.py,
!       forms/LayoutEditor/LayoutEditor.py: restored the one-click creation
!       of widgets using the icon toolbar
  
  2002-01-25 00:32  jamest
  
        * src/forms/LayoutEditor/LayoutEditor.py: Switched from old mouse
!       logic to drag and drop for layout editor
  
  2002-01-23 10:36  jcater
  
        * src/: TemplateParser.py, base/TemplateParser.py: fixed some
!       issues related to non-PG drivers
  
  2002-01-22 20:48  jcater
  
        * scripts/gnue-designer.in, src/DataSourceEditor.py,
!       src/Designer.py, src/Instance.py, src/MRUManager.py,
!       src/SchemaViewer.py, src/ToolFrame.py, src/base/Instance.py,
!       src/base/MRUManager.py, src/base/ToolFrame.py,
!       src/base/tools/DataSourceEditor.py, src/base/tools/SchemaViewer.py,
!       src/navigator/LayoutEditor.py: fixed name issues from moving files
!       in cvs; misc other bug fixes
  
  2002-01-22 19:25  jcater
  
        * src/navigator/LayoutEditor.py: implemented a basic GNUe Navigator
!       module for GNUe Designer
  
  2002-01-22 17:16  jcater
  
        * src/navigator/: Instance.py, LayoutEditor.py: convenience
!       attributes for layout font
  
  2002-01-22 14:39  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: fixed issue w/mouse
!       hanging after creating a new widget using icons; added autocreation
!       of blocks w/entry icons
  
  2002-01-22 13:19  jcater
  
        * src/: Designer.py, Instance.py, MenuBar.py, ToolSupport.py,
!       base/Instance.py, base/MenuBar.py, base/ModuleSupport.py,
!       forms/__init__.py, navigator/Instance.py, navigator/__init__.py:
!       misc changes for File|New to support multiple project types
  
  2002-01-22 13:15  jcater
  
--- 3000,3056 ----
  2002-01-25 16:54  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: polished off mouse
!         support/feedback in the LayoutEditor [syncing machines-hope this
!         doesn't break
  
  2002-01-25 10:37  jcater
  
        * src/: TemplateParser.py, base/TemplateParser.py,
!         forms/LayoutEditor/LayoutEditor.py: restored the one-click
!         creation of widgets using the icon toolbar
  
  2002-01-25 00:32  jamest
  
        * src/forms/LayoutEditor/LayoutEditor.py: Switched from old mouse
!         logic to drag and drop for layout editor
  
  2002-01-23 10:36  jcater
  
        * src/: TemplateParser.py, base/TemplateParser.py: fixed some
!         issues related to non-PG drivers
  
  2002-01-22 20:48  jcater
  
        * scripts/gnue-designer.in, src/DataSourceEditor.py,
!         src/Designer.py, src/Instance.py, src/MRUManager.py,
!         src/SchemaViewer.py, src/ToolFrame.py, src/base/Instance.py,
!         src/base/MRUManager.py, src/base/ToolFrame.py,
!         src/base/tools/DataSourceEditor.py,
!         src/base/tools/SchemaViewer.py, src/navigator/LayoutEditor.py:
!         fixed name issues from moving files in cvs; misc other bug fixes
  
  2002-01-22 19:25  jcater
  
        * src/navigator/LayoutEditor.py: implemented a basic GNUe Navigator
!         module for GNUe Designer
  
  2002-01-22 17:16  jcater
  
        * src/navigator/: Instance.py, LayoutEditor.py: convenience
!         attributes for layout font
  
  2002-01-22 14:39  jcater
  
        * src/forms/LayoutEditor/LayoutEditor.py: fixed issue w/mouse
!         hanging after creating a new widget using icons; added
!         autocreation of blocks w/entry icons
  
  2002-01-22 13:19  jcater
  
        * src/: Designer.py, Instance.py, MenuBar.py, ToolSupport.py,
!         base/Instance.py, base/MenuBar.py, base/ModuleSupport.py,
!         forms/__init__.py, navigator/Instance.py, navigator/__init__.py:
!         misc changes for File|New to support multiple project types
  
  2002-01-22 13:15  jcater
  
***************
*** 2839,2859 ****
  2002-01-22 12:17  jcater
  
        * src/: DataSourceEditor.py, Instance.py, PropertyEditor.py,
!       SchemaViewer.py, TriggerEditor.py, base/Instance.py,
!       base/tools/DataSourceEditor.py, base/tools/PropertyEditor.py,
!       base/tools/SchemaViewer.py, base/tools/TriggerEditor.py,
!       forms/Instance.py, forms/LayoutEditor/LayoutEditor.py: misc bug
!       fixes due to splitting of forms and base logic; fixed background
!       refresh problem with form's layouteditor
  
  2002-01-22 00:17  jcater
  
        * src/: Instance.py, LayoutEditor.py, ToolSupport.py,
!       base/Instance.py, base/ModuleSupport.py, forms/Instance.py,
!       forms/LayoutEditor/LayoutEditor.py, navigator/Instance.py:
!       separated Form logic from Base logic in the LayoutEditors and the
!       main Instances; designer appears to work normally, but may
!       none-the-less be unstable (this was a lot of code-shifting
  
  2002-01-21 23:56  jcater
  
--- 3059,3079 ----
  2002-01-22 12:17  jcater
  
        * src/: DataSourceEditor.py, Instance.py, PropertyEditor.py,
!         SchemaViewer.py, TriggerEditor.py, base/Instance.py,
!         base/tools/DataSourceEditor.py, base/tools/PropertyEditor.py,
!         base/tools/SchemaViewer.py, base/tools/TriggerEditor.py,
!         forms/Instance.py, forms/LayoutEditor/LayoutEditor.py: misc bug
!         fixes due to splitting of forms and base logic; fixed background
!         refresh problem with form's layouteditor
  
  2002-01-22 00:17  jcater
  
        * src/: Instance.py, LayoutEditor.py, ToolSupport.py,
!         base/Instance.py, base/ModuleSupport.py, forms/Instance.py,
!         forms/LayoutEditor/LayoutEditor.py, navigator/Instance.py:
!         separated Form logic from Base logic in the LayoutEditors and the
!         main Instances; designer appears to work normally, but may
!         none-the-less be unstable (this was a lot of code-shifting
  
  2002-01-21 23:56  jcater
  
***************
*** 2862,2908 ****
  2002-01-21 19:41  jcater
  
        * src/: LayoutEditor.py, forms/LayoutEditor/LayoutEditorTools.py:
!       finished the layout editor toolbar support; misc old bugfixes in
!       layout editor
  
  2002-01-21 17:56  jcater
  
        * src/: DataSourceEditor.py, LayoutEditor.py,
!       base/tools/DataSourceEditor.py,
!       forms/LayoutEditor/LayoutEditorTools.py: added widget toolbar to
!       designer; not yet functional
  
  2002-01-21 14:33  jcater
  
        * src/: DataSourceEditor.py, Instance.py, LayoutEditor.py,
!       SchemaViewer.py, base/Instance.py, base/tools/DataSourceEditor.py,
!       base/tools/SchemaViewer.py,
!       forms/LayoutEditor/LayoutEditorTools.py: added a Schema Navigator;
!       modified Data Source Editor to allow multiple fields to be dropped
!       onto the Layout grid; implemented a 'calculate unique name' system;
!       misc bug fixes
  
  2002-01-19 14:57  jamest
  
        * NEWS, packaging/inno/README, packaging/mcmillan/gfdesigner.cfg:
!       Doc and package config updates for the 0.1.1 release
  
  2002-01-18 23:34  jamest
  
        * setup.py: Doc updates setup.py sdist now creates docs setup.py
!       now pulls VERSION info from src dir (Have we mentioned we need a
!       good setup system)
  
  2002-01-18 23:33  jcater
  
        * src/: ToolSupport.py, base/ModuleSupport.py: fixed dynamic import
!       problem
  
  2002-01-18 21:02  jcater
  
        * src/: DataSourceEditor.py, Designer.py, ToolSupport.py,
!       __init__.py, base/ModuleSupport.py, base/tools/DataSourceEditor.py:
!       moved tool support autoload from __init__ to its own package
  
  2002-01-18 19:30  jcater
  
--- 3082,3129 ----
  2002-01-21 19:41  jcater
  
        * src/: LayoutEditor.py, forms/LayoutEditor/LayoutEditorTools.py:
!         finished the layout editor toolbar support; misc old bugfixes in
!         layout editor
  
  2002-01-21 17:56  jcater
  
        * src/: DataSourceEditor.py, LayoutEditor.py,
!         base/tools/DataSourceEditor.py,
!         forms/LayoutEditor/LayoutEditorTools.py: added widget toolbar to
!         designer; not yet functional
  
  2002-01-21 14:33  jcater
  
        * src/: DataSourceEditor.py, Instance.py, LayoutEditor.py,
!         SchemaViewer.py, base/Instance.py,
!         base/tools/DataSourceEditor.py, base/tools/SchemaViewer.py,
!         forms/LayoutEditor/LayoutEditorTools.py: added a Schema
!         Navigator; modified Data Source Editor to allow multiple fields
!         to be dropped onto the Layout grid; implemented a 'calculate
!         unique name' system; misc bug fixes
  
  2002-01-19 14:57  jamest
  
        * NEWS, packaging/inno/README, packaging/mcmillan/gfdesigner.cfg:
!         Doc and package config updates for the 0.1.1 release
  
  2002-01-18 23:34  jamest
  
        * setup.py: Doc updates setup.py sdist now creates docs setup.py
!         now pulls VERSION info from src dir (Have we mentioned we need a
!         good setup system)
  
  2002-01-18 23:33  jcater
  
        * src/: ToolSupport.py, base/ModuleSupport.py: fixed dynamic import
!         problem
  
  2002-01-18 21:02  jcater
  
        * src/: DataSourceEditor.py, Designer.py, ToolSupport.py,
!         __init__.py, base/ModuleSupport.py,
!         base/tools/DataSourceEditor.py: moved tool support autoload from
!         __init__ to its own package
  
  2002-01-18 19:30  jcater
  
***************
*** 2911,2932 ****
  2002-01-18 17:05  jcater
  
        * src/LayoutEditor.py: fixed major bug w/multipage forms being
!       handled by layouteditor
  
  2002-01-17 18:43  jcater
  
        * src/: DataSourceEditor.py, LayoutEditor.py,
!       base/tools/DataSourceEditor.py: argh... more bug fixes
  
  2002-01-17 18:11  jcater
  
        * src/: DataSourceEditor.py, base/tools/DataSourceEditor.py:
!       cleaned up datasource display of numeric types
  
  2002-01-17 17:13  jcater
  
        * src/: DataSourceEditor.py, base/tools/DataSourceEditor.py:
!       synching machines
  
  2002-01-17 12:33  jcater
  
--- 3132,3153 ----
  2002-01-18 17:05  jcater
  
        * src/LayoutEditor.py: fixed major bug w/multipage forms being
!         handled by layouteditor
  
  2002-01-17 18:43  jcater
  
        * src/: DataSourceEditor.py, LayoutEditor.py,
!         base/tools/DataSourceEditor.py: argh... more bug fixes
  
  2002-01-17 18:11  jcater
  
        * src/: DataSourceEditor.py, base/tools/DataSourceEditor.py:
!         cleaned up datasource display of numeric types
  
  2002-01-17 17:13  jcater
  
        * src/: DataSourceEditor.py, base/tools/DataSourceEditor.py:
!         synching machines
  
  2002-01-17 12:33  jcater
  
***************
*** 2935,3000 ****
  2002-01-17 10:55  jcater
  
        * src/: DataSourceEditor.py, base/tools/DataSourceEditor.py,
!       forms/__init__.py: fixed some wx2.3.x specific references
  
  2002-01-16 18:33  jcater
  
        * src/: DataSourceEditor.py, base/tools/DataSourceEditor.py:
!       removed debugging 'print' lines
  
  2002-01-16 18:10  jcater
  
        * src/: DataSourceEditor.py, LayoutEditor.py,
!       base/tools/DataSourceEditor.py: added label-autocreation support to
!       drag and drop entries
  
  2002-01-16 16:19  jcater
  
        * src/: DataSourceEditor.py, base/tools/DataSourceEditor.py:
!       implemented a cross-reference system for datasources
  
  2002-01-16 14:18  jcater
  
        * src/: DataSourceEditor.py, base/tools/DataSourceEditor.py: fixed
!       initial refresh problem in datasource editor; changed
!       RuntimeSettings to sort entries written to file to make it easier
!       to debug
  
  2002-01-16 13:52  jcater
  
        * src/: DataSourceEditor.py, base/tools/DataSourceEditor.py: worked
!       around a bug in wx's wxListCtrl's wxListEvent code
  
  2002-01-16 13:12  jcater
  
        * src/: DataSourceEditor.py, Incubator.py, LayoutEditor.py,
!       base/Incubator.py, base/tools/DataSourceEditor.py: improved parent
!       block detection for drag and drop schema support
  
  2002-01-16 10:15  jcater
  
        * src/: DataSourceEditor.py, base/tools/DataSourceEditor.py:
!       reverting DataSourceEditor back to working version
  
  2002-01-15 23:33  jcater
  
        * src/: DataSourceEditor.py, base/tools/DataSourceEditor.py:
!       synching machines
  
  2002-01-15 17:12  jcater
  
        * src/: DataSourceEditor.py, Instance.py, LayoutEditor.py,
!       MenuBar.py, TriggerEditor.py, base/Instance.py, base/MenuBar.py,
!       base/tools/DataSourceEditor.py, base/tools/TriggerEditor.py: First
!       working drag-and-drop schema implementation (via Data Source
!       editor); not fully useful yet, but almost...
  
  2002-01-15 13:08  jcater
  
        * src/: DataSourceEditor.py, Incubator.py, TriggerEditor.py,
!       base/Incubator.py, base/tools/DataSourceEditor.py,
!       base/tools/TriggerEditor.py: start of schema introspection in
!       designer; added fallback text editor
  
  2002-01-15 11:04  jcater
  
--- 3156,3221 ----
  2002-01-17 10:55  jcater
  
        * src/: DataSourceEditor.py, base/tools/DataSourceEditor.py,
!         forms/__init__.py: fixed some wx2.3.x specific references
  
  2002-01-16 18:33  jcater
  
        * src/: DataSourceEditor.py, base/tools/DataSourceEditor.py:
!         removed debugging 'print' lines
  
  2002-01-16 18:10  jcater
  
        * src/: DataSourceEditor.py, LayoutEditor.py,
!         base/tools/DataSourceEditor.py: added label-autocreation support
!         to drag and drop entries
  
  2002-01-16 16:19  jcater
  
        * src/: DataSourceEditor.py, base/tools/DataSourceEditor.py:
!         implemented a cross-reference system for datasources
  
  2002-01-16 14:18  jcater
  
        * src/: DataSourceEditor.py, base/tools/DataSourceEditor.py: fixed
!         initial refresh problem in datasource editor; changed
!         RuntimeSettings to sort entries written to file to make it easier
!         to debug
  
  2002-01-16 13:52  jcater
  
        * src/: DataSourceEditor.py, base/tools/DataSourceEditor.py: worked
!         around a bug in wx's wxListCtrl's wxListEvent code
  
  2002-01-16 13:12  jcater
  
        * src/: DataSourceEditor.py, Incubator.py, LayoutEditor.py,
!         base/Incubator.py, base/tools/DataSourceEditor.py: improved
!         parent block detection for drag and drop schema support
  
  2002-01-16 10:15  jcater
  
        * src/: DataSourceEditor.py, base/tools/DataSourceEditor.py:
!         reverting DataSourceEditor back to working version
  
  2002-01-15 23:33  jcater
  
        * src/: DataSourceEditor.py, base/tools/DataSourceEditor.py:
!         synching machines
  
  2002-01-15 17:12  jcater
  
        * src/: DataSourceEditor.py, Instance.py, LayoutEditor.py,
!         MenuBar.py, TriggerEditor.py, base/Instance.py, base/MenuBar.py,
!         base/tools/DataSourceEditor.py, base/tools/TriggerEditor.py:
!         First working drag-and-drop schema implementation (via Data
!         Source editor); not fully useful yet, but almost...
  
  2002-01-15 13:08  jcater
  
        * src/: DataSourceEditor.py, Incubator.py, TriggerEditor.py,
!         base/Incubator.py, base/tools/DataSourceEditor.py,
!         base/tools/TriggerEditor.py: start of schema introspection in
!         designer; added fallback text editor
  
  2002-01-15 11:04  jcater
  
***************
*** 3003,3027 ****
  2002-01-14 17:19  jcater
  
        * src/: DataSourceEditor.py, Instance.py, ToolFrame.py,
!       base/Instance.py, base/ToolFrame.py,
!       base/tools/DataSourceEditor.py: more modularization; first stab at
!       a Data Source Editor
  
  2002-01-14 14:29  jcater
  
        * src/: Debugger.py, Instance.py, LayoutEditor.py, MenuBar.py,
!       PopupMenu.py, PropertyEditor.py, base/Instance.py, base/MenuBar.py,
!       base/PopupMenu.py, base/tools/PropertyEditor.py, forms/Debugger.py:
!       renamed reference to the parent form from _form to rootObject
  
  2002-01-14 00:17  jcater
  
        * src/: Designer.py, Instance.py, TriggerEditor.py,
!       base/Instance.py, base/tools/TriggerEditor.py: more modularization
!       of designer; first attempt at using scintilla for code editing (to
!       test out the syntax-hilighting, add ColorizeCode=1 to the [forms]
!       section of your gnue.conf -- note that this causes a longer startup
!       time which is why this isn't set to true by default)
  
  2002-01-11 21:59  jcater
  
--- 3224,3250 ----
  2002-01-14 17:19  jcater
  
        * src/: DataSourceEditor.py, Instance.py, ToolFrame.py,
!         base/Instance.py, base/ToolFrame.py,
!         base/tools/DataSourceEditor.py: more modularization; first stab
!         at a Data Source Editor
  
  2002-01-14 14:29  jcater
  
        * src/: Debugger.py, Instance.py, LayoutEditor.py, MenuBar.py,
!         PopupMenu.py, PropertyEditor.py, base/Instance.py,
!         base/MenuBar.py, base/PopupMenu.py, base/tools/PropertyEditor.py,
!         forms/Debugger.py: renamed reference to the parent form from
!         _form to rootObject
  
  2002-01-14 00:17  jcater
  
        * src/: Designer.py, Instance.py, TriggerEditor.py,
!         base/Instance.py, base/tools/TriggerEditor.py: more
!         modularization of designer; first attempt at using scintilla for
!         code editing (to test out the syntax-hilighting, add
!         ColorizeCode=1 to the [forms] section of your gnue.conf -- note
!         that this causes a longer startup time which is why this isn't
!         set to true by default)
  
  2002-01-11 21:59  jcater
  
***************
*** 3030,3120 ****
  2002-01-11 17:35  jcater
  
        * src/: Designer.py, __init__.py, forms/__init__.py,
!       navigator/__init__.py: more work to separation of Designer and
!       Forms
  
  2002-01-11 09:49  jcater
  
        * src/: Designer.py, Instance.py, base/Instance.py,
!       forms/Instance.py, forms/__init__.py: fix to designer's breakage;
!       made Object Tree it's own window; made Layout Editor the default
!       main window component
  
  2002-01-11 09:32  jcater
  
        * src/: forms/Instance.py, navigator/Instance.py: adding missing
!       files
  
  2002-01-11 01:35  jcater
  
        * src/: Designer.py, Instance.py, __init__.py, base/Instance.py,
!       forms/__init__.py, navigator/__init__.py: misc changes;
!       restructuring -- this may temporarily break cvs, I'll fix in the AM
  
  2002-01-10 20:22  jcater
  
        * src/: forms/__init__.py, navigator/__init__.py,
!       reports/__init__.py: creating packages
  
  2002-01-08 15:57  jcater
  
        * src/: TemplateChooser.py, base/TemplateChooser.py: fixed bug in
!       wizard selection box
  
  2002-01-07 18:03  jcater
  
        * doc/DevelopersGuide-Forms.lyx: added text on general concepts,
!       portability, and field formatting (masks) to developers guide
  
  2002-01-01 12:31  jcater
  
        * src/: Instance.py, ToolFrame.py, base/Instance.py,
!       base/ToolFrame.py: LayoutEditor window comes up by default and is a
!       larger default size
  
  2001-12-20 21:53  jcater
  
        * src/: PropertyEditor.py, base/tools/PropertyEditor.py: merged
!       patches from 0.1.0 branch
  
  2001-12-20 16:31  jcater
  
        * src/: PropertyEditor.py, base/tools/PropertyEditor.py: fixed a
!       wx-2.3.1 specific reference
  
  2001-12-08 00:17  baumannd
  
        * setup.py, src/templates/.cvsignore,
!       src/templates/forms/.cvsignore, src/templates/reports/.cvsignore:
!       Fix symlinks in setup.py for development build of forms and
!       designer from cvs and ignore some generated files.
  
  2001-12-07 20:43  jcater
  
        * src/: Instance.py, base/Instance.py: made the layout editor a
!       separate frame
  
  2001-11-26 11:40  jcater
  
        * src/: Designer.py, Instance.py, MRUManager.py, MenuBar.py,
!       base/Instance.py, base/MRUManager.py, base/MenuBar.py: Merges
!       patches from 0.1.0-patches release
! 
! 2001-11-21 15:06  jcater
! 
!       * src/: MRUManager.py, base/MRUManager.py: file MRUManager.py was
!       initially added on branch designer-0-1-0-patches.
  
  2001-11-21 15:05  jcater
  
        * src/: Designer.py, Instance.py, MenuBar.py, base/Instance.py,
!       base/MenuBar.py, MRUManager.py, base/MRUManager.py: Fixed Open
!       Recent/MRU support
  
  2001-11-20 23:40  jcater
  
        * packaging/inno/gfdesigner.iss: changes to Inno setup files for
!       Documentation
  
  2001-11-20 23:02  jamest
  
--- 3253,3339 ----
  2002-01-11 17:35  jcater
  
        * src/: Designer.py, __init__.py, forms/__init__.py,
!         navigator/__init__.py: more work to separation of Designer and
!         Forms
  
  2002-01-11 09:49  jcater
  
        * src/: Designer.py, Instance.py, base/Instance.py,
!         forms/Instance.py, forms/__init__.py: fix to designer's breakage;
!         made Object Tree it's own window; made Layout Editor the default
!         main window component
  
  2002-01-11 09:32  jcater
  
        * src/: forms/Instance.py, navigator/Instance.py: adding missing
!         files
  
  2002-01-11 01:35  jcater
  
        * src/: Designer.py, Instance.py, __init__.py, base/Instance.py,
!         forms/__init__.py, navigator/__init__.py: misc changes;
!         restructuring -- this may temporarily break cvs, I'll fix in the
!         AM
  
  2002-01-10 20:22  jcater
  
        * src/: forms/__init__.py, navigator/__init__.py,
!         reports/__init__.py: creating packages
  
  2002-01-08 15:57  jcater
  
        * src/: TemplateChooser.py, base/TemplateChooser.py: fixed bug in
!         wizard selection box
  
  2002-01-07 18:03  jcater
  
        * doc/DevelopersGuide-Forms.lyx: added text on general concepts,
!         portability, and field formatting (masks) to developers guide
  
  2002-01-01 12:31  jcater
  
        * src/: Instance.py, ToolFrame.py, base/Instance.py,
!         base/ToolFrame.py: LayoutEditor window comes up by default and is
!         a larger default size
  
  2001-12-20 21:53  jcater
  
        * src/: PropertyEditor.py, base/tools/PropertyEditor.py: merged
!         patches from 0.1.0 branch
  
  2001-12-20 16:31  jcater
  
        * src/: PropertyEditor.py, base/tools/PropertyEditor.py: fixed a
!         wx-2.3.1 specific reference
  
  2001-12-08 00:17  baumannd
  
        * setup.py, src/templates/.cvsignore,
!         src/templates/forms/.cvsignore, src/templates/reports/.cvsignore:
!         Fix symlinks in setup.py for development build of forms and
!         designer from cvs and ignore some generated files.
  
  2001-12-07 20:43  jcater
  
        * src/: Instance.py, base/Instance.py: made the layout editor a
!         separate frame
  
  2001-11-26 11:40  jcater
  
        * src/: Designer.py, Instance.py, MRUManager.py, MenuBar.py,
!         base/Instance.py, base/MRUManager.py, base/MenuBar.py: Merges
!         patches from 0.1.0-patches release
  
  2001-11-21 15:05  jcater
  
        * src/: Designer.py, Instance.py, MenuBar.py, base/Instance.py,
!         base/MenuBar.py, MRUManager.py, base/MRUManager.py: Fixed Open
!         Recent/MRU support
  
  2001-11-20 23:40  jcater
  
        * packaging/inno/gfdesigner.iss: changes to Inno setup files for
!         Documentation
  
  2001-11-20 23:02  jamest
  
***************
*** 3123,3129 ****
  2001-11-20 22:44  jamest
  
        * MANIFEST.in, setup.py: Changes required to make good source
!       distros
  
  2001-11-20 21:23  jamest
  
--- 3342,3348 ----
  2001-11-20 22:44  jamest
  
        * MANIFEST.in, setup.py: Changes required to make good source
!         distros
  
  2001-11-20 21:23  jamest
  
***************
*** 3140,3147 ****
  2001-11-20 13:53  jcater
  
        * src/: Icons.py, LayoutEditor.py, base/Icons.py: fixed bug in
!       calculating the icon directory path; fixed layout editor to refresh
!       a page after a modification
  
  2001-11-20 10:28  jcater
  
--- 3359,3366 ----
  2001-11-20 13:53  jcater
  
        * src/: Icons.py, LayoutEditor.py, base/Icons.py: fixed bug in
!         calculating the icon directory path; fixed layout editor to
!         refresh a page after a modification
  
  2001-11-20 10:28  jcater
  
***************
*** 3150,3167 ****
  2001-11-19 21:37  jamest
  
        * src/: Designer.py, Icons.py, Instance.py, base/Icons.py,
!       base/Instance.py: Our icons don't work with wxPython 2.2.x so
!       disable them
  
  2001-11-19 20:00  jcater
  
        * src/: Designer.py, Incubator.py, Instance.py, LayoutEditor.py,
!       MenuBar.py, PopupMenu.py, PropertyEditor.py, ToolFrame.py,
!       TreeView.py, TriggerEditor.py, base/Incubator.py, base/Instance.py,
!       base/MenuBar.py, base/PopupMenu.py, base/ToolFrame.py,
!       base/tools/PropertyEditor.py, base/tools/TreeView.py,
!       base/tools/TriggerEditor.py: cleaned up import statements; removed
!       recursive imports
  
  2001-11-19 18:15  jamest
  
--- 3369,3386 ----
  2001-11-19 21:37  jamest
  
        * src/: Designer.py, Icons.py, Instance.py, base/Icons.py,
!         base/Instance.py: Our icons don't work with wxPython 2.2.x so
!         disable them
  
  2001-11-19 20:00  jcater
  
        * src/: Designer.py, Incubator.py, Instance.py, LayoutEditor.py,
!         MenuBar.py, PopupMenu.py, PropertyEditor.py, ToolFrame.py,
!         TreeView.py, TriggerEditor.py, base/Incubator.py,
!         base/Instance.py, base/MenuBar.py, base/PopupMenu.py,
!         base/ToolFrame.py, base/tools/PropertyEditor.py,
!         base/tools/TreeView.py, base/tools/TriggerEditor.py: cleaned up
!         import statements; removed recursive imports
  
  2001-11-19 18:15  jamest
  
***************
*** 3170,3189 ****
  2001-11-19 17:07  jcater
  
        * src/: PropertyEditor.py, base/tools/PropertyEditor.py: fix to
!       remove dependency on wxPython 2.3.1
  
  2001-11-19 15:17  jcater
  
        * src/: Incubator.py, LayoutEditor.py, PopupMenu.py,
!       PropertyEditor.py, TreeView.py, base/Incubator.py,
!       base/PopupMenu.py, base/tools/PropertyEditor.py,
!       base/tools/TreeView.py: many win32 bugfixes; new popup menu system;
!       cleaner layout system (much more object reuse)
  
  2001-11-19 12:30  jcater
  
        * src/: Instance.py, base/Instance.py: added cancel button to the
!       'Warning: Unsaved Changes' exit dialog
  
  2001-11-19 10:53  jcater
  
--- 3389,3408 ----
  2001-11-19 17:07  jcater
  
        * src/: PropertyEditor.py, base/tools/PropertyEditor.py: fix to
!         remove dependency on wxPython 2.3.1
  
  2001-11-19 15:17  jcater
  
        * src/: Incubator.py, LayoutEditor.py, PopupMenu.py,
!         PropertyEditor.py, TreeView.py, base/Incubator.py,
!         base/PopupMenu.py, base/tools/PropertyEditor.py,
!         base/tools/TreeView.py: many win32 bugfixes; new popup menu
!         system; cleaner layout system (much more object reuse)
  
  2001-11-19 12:30  jcater
  
        * src/: Instance.py, base/Instance.py: added cancel button to the
!         'Warning: Unsaved Changes' exit dialog
  
  2001-11-19 10:53  jcater
  
***************
*** 3192,3201 ****
  2001-11-19 09:04  jcater
  
        * BUGS, src/Debugger.py, src/TemplateChooser.py,
!       src/base/TemplateChooser.py, src/forms/Debugger.py: improvements to
!       templating system: double-clicking a wizard opens it; name column
!       of list if autosized to display the complete wizard name;
!       scrollbars now work on the list
  
  2001-11-19 08:01  jcater
  
--- 3411,3420 ----
  2001-11-19 09:04  jcater
  
        * BUGS, src/Debugger.py, src/TemplateChooser.py,
!         src/base/TemplateChooser.py, src/forms/Debugger.py: improvements
!         to templating system: double-clicking a wizard opens it; name
!         column of list if autosized to display the complete wizard name;
!         scrollbars now work on the list
  
  2001-11-19 08:01  jcater
  
***************
*** 3204,3227 ****
  2001-11-18 22:38  jcater
  
        * BUGS, src/LayoutEditor.py, src/PopupMenu.py,
!       src/PropertyEditor.py, src/TreeView.py, src/base/PopupMenu.py,
!       src/base/tools/PropertyEditor.py, src/base/tools/TreeView.py: many
!       Win32-specific bugfixes; page layout screen uses a Notebook-style
!       display now; several speed improvements from code cleanup; more
!       object reuse; 1/2 bottle of aspirin; updated list of BUGS (still
!       several)
  
  2001-11-16 19:00  jcater
  
        * src/: Instance.py, PropertyEditor.py, ToolFrame.py,
!       TriggerEditor.py, base/Instance.py, base/ToolFrame.py,
!       base/tools/PropertyEditor.py, base/tools/TriggerEditor.py: fixes
!       for running under Win32
  
  2001-11-15 18:36  jcater
  
        * src/: ToolFrame.py, base/ToolFrame.py: fixed tool window support
!       in Win32 to behave more like a win32 app
  
  2001-11-15 18:01  jcater
  
--- 3423,3446 ----
  2001-11-18 22:38  jcater
  
        * BUGS, src/LayoutEditor.py, src/PopupMenu.py,
!         src/PropertyEditor.py, src/TreeView.py, src/base/PopupMenu.py,
!         src/base/tools/PropertyEditor.py, src/base/tools/TreeView.py:
!         many Win32-specific bugfixes; page layout screen uses a
!         Notebook-style display now; several speed improvements from code
!         cleanup; more object reuse; 1/2 bottle of aspirin; updated list
!         of BUGS (still several)
  
  2001-11-16 19:00  jcater
  
        * src/: Instance.py, PropertyEditor.py, ToolFrame.py,
!         TriggerEditor.py, base/Instance.py, base/ToolFrame.py,
!         base/tools/PropertyEditor.py, base/tools/TriggerEditor.py: fixes
!         for running under Win32
  
  2001-11-15 18:36  jcater
  
        * src/: ToolFrame.py, base/ToolFrame.py: fixed tool window support
!         in Win32 to behave more like a win32 app
  
  2001-11-15 18:01  jcater
  
***************
*** 3230,3241 ****
  2001-11-15 00:42  jcater
  
        * doc/DevelopersGuide-Forms.lyx: started forms designer's manual;
!       updated forms user's manual
  
  2001-11-14 15:31  jcater
  
        * src/: Instance.py, base/Instance.py: added support for local
!       encoding in generated GFD files
  
  2001-11-14 11:56  jamest
  
--- 3449,3460 ----
  2001-11-15 00:42  jcater
  
        * doc/DevelopersGuide-Forms.lyx: started forms designer's manual;
!         updated forms user's manual
  
  2001-11-14 15:31  jcater
  
        * src/: Instance.py, base/Instance.py: added support for local
!         encoding in generated GFD files
  
  2001-11-14 11:56  jamest
  
***************
*** 3244,3277 ****
  2001-11-13 22:12  jcater
  
        * packaging/inno/gfdesigner.iss: added samples to inno setup;
!       cleanup
  
  2001-11-13 17:59  jcater
  
        * packaging/inno/gfdesigner.iss: added LICENSE.txt to Inno
!       installs; added components, sample forms to inno installs
  
  2001-11-13 16:12  jamest
  
        * packaging/inno/gfdesigner.iss, src/Icons.py, src/Instance.py,
!       src/TreeView.py, src/base/Icons.py, src/base/Instance.py,
!       src/base/tools/TreeView.py: Updates to add icons back on designer
  
  2001-11-13 15:59  jcater
  
        * src/: PropertyEditor.py, base/tools/PropertyEditor.py: fixed
!       segfault problem with grids under windows
  
  2001-11-12 23:53  jamest
  
        * packaging/: inno/README, inno/gfdesigner.iss,
!       mcmillan/gfdesigner.cfg: Updates to the designer windows setup
!       stuff
  
  2001-11-12 23:07  jcater
  
!       * setup.py, setup.py: fix for mcmillan installs so clients can be
!       run out of their install directory
  
  2001-11-12 20:19  jcater
  
--- 3463,3496 ----
  2001-11-13 22:12  jcater
  
        * packaging/inno/gfdesigner.iss: added samples to inno setup;
!         cleanup
  
  2001-11-13 17:59  jcater
  
        * packaging/inno/gfdesigner.iss: added LICENSE.txt to Inno
!         installs; added components, sample forms to inno installs
  
  2001-11-13 16:12  jamest
  
        * packaging/inno/gfdesigner.iss, src/Icons.py, src/Instance.py,
!         src/TreeView.py, src/base/Icons.py, src/base/Instance.py,
!         src/base/tools/TreeView.py: Updates to add icons back on designer
  
  2001-11-13 15:59  jcater
  
        * src/: PropertyEditor.py, base/tools/PropertyEditor.py: fixed
!         segfault problem with grids under windows
  
  2001-11-12 23:53  jamest
  
        * packaging/: inno/README, inno/gfdesigner.iss,
!         mcmillan/gfdesigner.cfg: Updates to the designer windows setup
!         stuff
  
  2001-11-12 23:07  jcater
  
!       * setup.py: fix for mcmillan installs so clients can be run out of
!         their install directory
  
  2001-11-12 20:19  jcater
  
***************
*** 3284,3305 ****
  2001-11-12 19:56  jcater
  
        * setup.py: added support to win32 section of setup.py to allow
!       extra (separate) modules
  
  2001-11-12 19:06  jcater
  
        * packaging/inno/gfdesigner.iss: changes to Inno installer; misc
!       changes
  
  2001-11-12 16:24  jcater
  
        * setup.py: cleaned up setup.py for Win32 machines (did not change
!       functionality)
  
  2001-11-12 16:02  jamest
  
        * packaging/inno/gfdesigner.iss: Added config files for the INNO
!       setup.exe creator
  
  2001-11-12 15:48  jcater
  
--- 3503,3524 ----
  2001-11-12 19:56  jcater
  
        * setup.py: added support to win32 section of setup.py to allow
!         extra (separate) modules
  
  2001-11-12 19:06  jcater
  
        * packaging/inno/gfdesigner.iss: changes to Inno installer; misc
!         changes
  
  2001-11-12 16:24  jcater
  
        * setup.py: cleaned up setup.py for Win32 machines (did not change
!         functionality)
  
  2001-11-12 16:02  jamest
  
        * packaging/inno/gfdesigner.iss: Added config files for the INNO
!         setup.exe creator
  
  2001-11-12 15:48  jcater
  
***************
*** 3312,3325 ****
  2001-11-12 13:53  jamest
  
        * packaging/inno/README: Updates for McMillian installer
!       instructions and config files
  
  2001-11-10 16:01  jcater
  
        * BUGS, TODO, src/Designer.py, src/Instance.py, src/MenuBar.py,
!       src/base/Instance.py, src/base/MenuBar.py: polished designer's
!       menus; added checks to closing/exiting to prompt user if form is
!       not saved; added save all
  
  2001-11-09 15:44  jamest
  
--- 3531,3544 ----
  2001-11-12 13:53  jamest
  
        * packaging/inno/README: Updates for McMillian installer
!         instructions and config files
  
  2001-11-10 16:01  jcater
  
        * BUGS, TODO, src/Designer.py, src/Instance.py, src/MenuBar.py,
!         src/base/Instance.py, src/base/MenuBar.py: polished designer's
!         menus; added checks to closing/exiting to prompt user if form is
!         not saved; added save all
  
  2001-11-09 15:44  jamest
  
***************
*** 3328,3339 ****
  2001-11-09 15:31  jamest
  
        * packaging/inno/README, src/Designer.py: Small changes required to
!       make the mcmillan package run properly Fixed bad var name in README
  
  2001-11-09 15:25  jamest
  
        * packaging/: inno/README, mcmillan/gfdesigner.cfg: Checking in
!       some notes on using McMillan installer for windows
  
  2001-11-08 16:23  jcater
  
--- 3547,3559 ----
  2001-11-09 15:31  jamest
  
        * packaging/inno/README, src/Designer.py: Small changes required to
!         make the mcmillan package run properly Fixed bad var name in
!         README
  
  2001-11-09 15:25  jamest
  
        * packaging/: inno/README, mcmillan/gfdesigner.cfg: Checking in
!         some notes on using McMillan installer for windows
  
  2001-11-08 16:23  jcater
  
***************
*** 3350,3383 ****
  2001-11-05 13:32  jcater
  
        * src/templates/__init__.py: fixed cross-platform issue with
!       __import__
  
  2001-11-04 22:14  jcater
  
        * AUTHORS, BUGS, INSTALL, NEWS, README, TODO: updated docs for
!       0.1.0 release
  
  2001-11-04 21:21  jamest
  
        * src/: Designer.py, Instance.py, LayoutEditor.py, __init__.py,
!       base/Instance.py: Small designer stuff ran all forms thru designer
!       (except the history forms)
  
  2001-11-04 20:27  jcater
  
        * src/: Debugger.py, Icons.py, Instance.py, LayoutEditor.py,
!       base/Icons.py, base/Instance.py, forms/Debugger.py: fixed title bar
!       bug; fixed jamest's bug :)
  
  2001-11-04 19:28  jamest
  
        * src/: Icons.py, LayoutEditor.py, TreeView.py, base/Icons.py,
!       base/tools/TreeView.py: Designer now runs on win32 platforms
  
  2001-11-04 16:49  jamest
  
        * setup.py: Designer setup.py now works on win32 and linux Misc
!       setup.py changes for upcomming releases
  
  2001-11-04 14:26  jamest
  
--- 3570,3603 ----
  2001-11-05 13:32  jcater
  
        * src/templates/__init__.py: fixed cross-platform issue with
!         __import__
  
  2001-11-04 22:14  jcater
  
        * AUTHORS, BUGS, INSTALL, NEWS, README, TODO: updated docs for
!         0.1.0 release
  
  2001-11-04 21:21  jamest
  
        * src/: Designer.py, Instance.py, LayoutEditor.py, __init__.py,
!         base/Instance.py: Small designer stuff ran all forms thru
!         designer (except the history forms)
  
  2001-11-04 20:27  jcater
  
        * src/: Debugger.py, Icons.py, Instance.py, LayoutEditor.py,
!         base/Icons.py, base/Instance.py, forms/Debugger.py: fixed title
!         bar bug; fixed jamest's bug :)
  
  2001-11-04 19:28  jamest
  
        * src/: Icons.py, LayoutEditor.py, TreeView.py, base/Icons.py,
!         base/tools/TreeView.py: Designer now runs on win32 platforms
  
  2001-11-04 16:49  jamest
  
        * setup.py: Designer setup.py now works on win32 and linux Misc
!         setup.py changes for upcomming releases
  
  2001-11-04 14:26  jamest
  
***************
*** 3386,3392 ****
  2001-11-04 11:06  jcater
  
        * src/: TemplateParser.py, base/TemplateParser.py: Made the wizard
!       entry fields larger
  
  2001-11-04 10:44  jcater
  
--- 3606,3612 ----
  2001-11-04 11:06  jcater
  
        * src/: TemplateParser.py, base/TemplateParser.py: Made the wizard
!         entry fields larger
  
  2001-11-04 10:44  jcater
  
***************
*** 3395,3430 ****
  2001-11-04 09:54  jamest
  
        * src/LayoutEditor.py: Designer support using the mouse to move
!       widgets (work in process)
  
  2001-10-07 14:07  jcater
  
        * src/: TemplateChooser.py, base/TemplateChooser.py,
!       templates/__init__.py, templates/forms/__init__.py,
!       templates/reports/__init__.py: Wizard dialog now runs the selected
!       wizard; templates are automatically detected (it's no longer
!       necessary to add your template to the list in __init__.py)
  
  2001-09-18 16:16  jcater
  
        * src/: TemplateChooser.py, base/TemplateChooser.py: Added support
!       for optional wizard descriptors
  
  2001-09-18 13:02  dneighbors
  
        * src/: TemplateChooser.py, base/TemplateChooser.py:
!       TemplateChooser.py   ** Made so that all columns of list box are
!       populated.
  
  2001-09-17 23:34  jamest
  
        * setup.py: Minor GEAS driver work change setup.py devel to make
!       scripts based upon python called to run setup.py
  
  2001-09-17 21:43  jamest
  
        * src/: TemplateChooser.py, base/TemplateChooser.py: Misc little
!       typos Added popy and psycopg drivers
  
  2001-09-17 21:26  jcater
  
--- 3615,3650 ----
  2001-11-04 09:54  jamest
  
        * src/LayoutEditor.py: Designer support using the mouse to move
!         widgets (work in process)
  
  2001-10-07 14:07  jcater
  
        * src/: TemplateChooser.py, base/TemplateChooser.py,
!         templates/__init__.py, templates/forms/__init__.py,
!         templates/reports/__init__.py: Wizard dialog now runs the
!         selected wizard; templates are automatically detected (it's no
!         longer necessary to add your template to the list in __init__.py)
  
  2001-09-18 16:16  jcater
  
        * src/: TemplateChooser.py, base/TemplateChooser.py: Added support
!         for optional wizard descriptors
  
  2001-09-18 13:02  dneighbors
  
        * src/: TemplateChooser.py, base/TemplateChooser.py:
!         TemplateChooser.py   ** Made so that all columns of list box are
!         populated.
  
  2001-09-17 23:34  jamest
  
        * setup.py: Minor GEAS driver work change setup.py devel to make
!         scripts based upon python called to run setup.py
  
  2001-09-17 21:43  jamest
  
        * src/: TemplateChooser.py, base/TemplateChooser.py: Misc little
!         typos Added popy and psycopg drivers
  
  2001-09-17 21:26  jcater
  
***************
*** 3433,3466 ****
  2001-09-17 21:08  jcater
  
        * src/: TemplateBase.py, TemplateChooser.py, base/TemplateBase.py,
!       base/TemplateChooser.py: added checks to schema methods
  
  2001-09-17 20:15  jcater
  
        * src/: TemplateChooser.py, base/TemplateChooser.py: Fix for wxGTK
!       2.2.6
  
  2001-09-16 18:43  jcater
  
        * doc/TemplatesAndWizards.txt, src/Designer.py, src/Instance.py,
!       src/TemplateBase.py, src/TemplateChooser.py, src/TemplateParser.py,
!       src/__init__.py, src/base/Instance.py, src/base/TemplateBase.py,
!       src/base/TemplateChooser.py, src/base/TemplateParser.py,
!       src/templates/__init__.py, src/templates/forms/Simple.py,
!       src/templates/forms/__init__.py, src/templates/reports/__init__.py:
!       First working implementation of wizards/templates
  
  2001-09-14 18:10  jcater
  
        * src/: Designer.py, TemplateBase.py, TemplateParser.py,
!       base/TemplateBase.py, base/TemplateParser.py,
!       templates/forms/Simple.py: Updates for Designer wizards
  
  2001-09-13 22:27  jcater
  
        * src/: TemplateBase.py, TemplateParser.py, base/TemplateBase.py,
!       base/TemplateParser.py, templates/forms/Simple.py: synching
!       machines (updates to templates/wizards)
  
  2001-09-13 17:39  jcater
  
--- 3653,3687 ----
  2001-09-17 21:08  jcater
  
        * src/: TemplateBase.py, TemplateChooser.py, base/TemplateBase.py,
!         base/TemplateChooser.py: added checks to schema methods
  
  2001-09-17 20:15  jcater
  
        * src/: TemplateChooser.py, base/TemplateChooser.py: Fix for wxGTK
!         2.2.6
  
  2001-09-16 18:43  jcater
  
        * doc/TemplatesAndWizards.txt, src/Designer.py, src/Instance.py,
!         src/TemplateBase.py, src/TemplateChooser.py,
!         src/TemplateParser.py, src/__init__.py, src/base/Instance.py,
!         src/base/TemplateBase.py, src/base/TemplateChooser.py,
!         src/base/TemplateParser.py, src/templates/__init__.py,
!         src/templates/forms/Simple.py, src/templates/forms/__init__.py,
!         src/templates/reports/__init__.py: First working implementation
!         of wizards/templates
  
  2001-09-14 18:10  jcater
  
        * src/: Designer.py, TemplateBase.py, TemplateParser.py,
!         base/TemplateBase.py, base/TemplateParser.py,
!         templates/forms/Simple.py: Updates for Designer wizards
  
  2001-09-13 22:27  jcater
  
        * src/: TemplateBase.py, TemplateParser.py, base/TemplateBase.py,
!         base/TemplateParser.py, templates/forms/Simple.py: synching
!         machines (updates to templates/wizards)
  
  2001-09-13 17:39  jcater
  
***************
*** 3469,3475 ****
  2001-09-13 16:42  jcater
  
        * setup.py, src/templates/forms/Simple.py: changes to support
!       designer wizards/templates
  
  2001-09-06 03:45  baumannd
  
--- 3690,3696 ----
  2001-09-13 16:42  jcater
  
        * setup.py, src/templates/forms/Simple.py: changes to support
!         designer wizards/templates
  
  2001-09-06 03:45  baumannd
  
***************
*** 3486,3502 ****
  2001-08-09 23:49  jamest
  
        * BUGS, src/Designer.py, src/Icons.py, src/Instance.py,
!       src/LayoutEditor.py, src/PopupMenu.py, src/TreeView.py,
!       src/base/Icons.py, src/base/Instance.py, src/base/PopupMenu.py,
!       src/base/tools/TreeView.py: Merged changes from head into the
!       branch (did not move back to head yet) Fixed misc bugs More than
!       likely introduced more bugs than you can imagine (may jcater
!       forgive me)
  
  2001-07-31 18:44  jcater
  
        * BUGS: Added a comment to bug list asking for as much info about
!       bugs as possible
  
  2001-07-31 18:40  jcater
  
--- 3707,3723 ----
  2001-08-09 23:49  jamest
  
        * BUGS, src/Designer.py, src/Icons.py, src/Instance.py,
!         src/LayoutEditor.py, src/PopupMenu.py, src/TreeView.py,
!         src/base/Icons.py, src/base/Instance.py, src/base/PopupMenu.py,
!         src/base/tools/TreeView.py: Merged changes from head into the
!         branch (did not move back to head yet) Fixed misc bugs More than
!         likely introduced more bugs than you can imagine (may jcater
!         forgive me)
  
  2001-07-31 18:44  jcater
  
        * BUGS: Added a comment to bug list asking for as much info about
!         bugs as possible
  
  2001-07-31 18:40  jcater
  
***************
*** 3509,3585 ****
  2001-07-29 23:38  jcater
  
        * src/: Instance.py, base/Instance.py: now, when saving, a backup
!       copy is made only once per session (per form) instead of after each
!       save; this way, the backup copy contains the state of a form before
!       you started editing this session instead of the state the last time
!       you saved.
  
  2001-07-29 15:18  jcater
  
        * src/: Designer.py, Instance.py, PopupMenu.py, base/Instance.py,
!       base/PopupMenu.py: misc bug fixes
  
  2001-07-29 15:10  jcater
  
        * src/: Icons.py, base/Icons.py: temporary fix for segfaults until
!       I can figure out why
  
  2001-07-28 23:36  jcater
  
        * BUGS, src/LayoutEditor.py: Fixed Drop-Down page selection combo
!       bug (i.e., segfaulting when using Page dropdown); fixed bug on
!       object creation that caused the previously selected objects in the
!       layout editor to continue be selected after new object created;
!       misc other fixes.
  
  2001-07-28 23:12  jcater
  
        * src/: Icons.py, LayoutEditor.py, TreeView.py, base/Icons.py,
!       base/tools/TreeView.py: When double-clicking an object (either in
!       tree view or layout editor), properties editor pops up; removed
!       icon code from TreeView and put in own file as PopupMenu may soon
!       use icons
  
  2001-07-28 22:19  jcater
  
        * src/: LayoutEditor.py, PopupMenu.py, base/PopupMenu.py:
!       Improvements to pop-up menus; new popup menu when right-clicking on
!       empty space in Layout Editor area (really handy)
  
  2001-07-23 00:09  jcater
  
        * src/: TreeView.py, base/tools/TreeView.py: Changed hard-coded
!       location of icons to installation-specific directory
  
  2001-07-21 16:08  jcater
  
        * src/LayoutEditor.py: removed reference to MetaKey to see if this
!       solves the moving vs resizing object bug
  
  2001-07-19 20:35  jcater
  
        * src/: TreeView.py, base/tools/TreeView.py: Fixed bug
!       w/autocreating of 'Event' branch; part 2
  
  2001-07-19 20:35  jcater
  
        * src/: TreeView.py, base/tools/TreeView.py: Fixed bug
!       w/autocreating of 'Event' branch
  
  2001-07-18 23:16  jcater
  
        * src/: TreeView.py, base/tools/TreeView.py: TreeView items now
!       only display an 'Events' child branch if they actually have
!       events/triggers; these branches are created dynamically as
!       events/triggers are added; since triggers are added by
!       right-clicking the object, then selecting Events, empty 'Events'
!       branches simply cluttered the tree
  
  2001-07-18 23:02  jcater
  
        * src/: TreeView.py, base/tools/TreeView.py: Added icons to
!       designer; (rerun gnue-common setup.py install to use); misc other
!       bugfixes
  
  2001-07-18 21:20  jcater
  
--- 3730,3806 ----
  2001-07-29 23:38  jcater
  
        * src/: Instance.py, base/Instance.py: now, when saving, a backup
!         copy is made only once per session (per form) instead of after
!         each save; this way, the backup copy contains the state of a form
!         before you started editing this session instead of the state the
!         last time you saved.
  
  2001-07-29 15:18  jcater
  
        * src/: Designer.py, Instance.py, PopupMenu.py, base/Instance.py,
!         base/PopupMenu.py: misc bug fixes
  
  2001-07-29 15:10  jcater
  
        * src/: Icons.py, base/Icons.py: temporary fix for segfaults until
!         I can figure out why
  
  2001-07-28 23:36  jcater
  
        * BUGS, src/LayoutEditor.py: Fixed Drop-Down page selection combo
!         bug (i.e., segfaulting when using Page dropdown); fixed bug on
!         object creation that caused the previously selected objects in
!         the layout editor to continue be selected after new object
!         created; misc other fixes.
  
  2001-07-28 23:12  jcater
  
        * src/: Icons.py, LayoutEditor.py, TreeView.py, base/Icons.py,
!         base/tools/TreeView.py: When double-clicking an object (either in
!         tree view or layout editor), properties editor pops up; removed
!         icon code from TreeView and put in own file as PopupMenu may soon
!         use icons
  
  2001-07-28 22:19  jcater
  
        * src/: LayoutEditor.py, PopupMenu.py, base/PopupMenu.py:
!         Improvements to pop-up menus; new popup menu when right-clicking
!         on empty space in Layout Editor area (really handy)
  
  2001-07-23 00:09  jcater
  
        * src/: TreeView.py, base/tools/TreeView.py: Changed hard-coded
!         location of icons to installation-specific directory
  
  2001-07-21 16:08  jcater
  
        * src/LayoutEditor.py: removed reference to MetaKey to see if this
!         solves the moving vs resizing object bug
  
  2001-07-19 20:35  jcater
  
        * src/: TreeView.py, base/tools/TreeView.py: Fixed bug
!         w/autocreating of 'Event' branch; part 2
  
  2001-07-19 20:35  jcater
  
        * src/: TreeView.py, base/tools/TreeView.py: Fixed bug
!         w/autocreating of 'Event' branch
  
  2001-07-18 23:16  jcater
  
        * src/: TreeView.py, base/tools/TreeView.py: TreeView items now
!         only display an 'Events' child branch if they actually have
!         events/triggers; these branches are created dynamically as
!         events/triggers are added; since triggers are added by
!         right-clicking the object, then selecting Events, empty 'Events'
!         branches simply cluttered the tree
  
  2001-07-18 23:02  jcater
  
        * src/: TreeView.py, base/tools/TreeView.py: Added icons to
!         designer; (rerun gnue-common setup.py install to use); misc other
!         bugfixes
  
  2001-07-18 21:20  jcater
  
***************
*** 3588,3662 ****
  2001-07-18 20:27  jcater
  
        * src/: Instance.py, base/Instance.py: Refined use of startup
!       warning dialogs
  
  2001-07-18 20:17  jcater
  
        * src/: Instance.py, base/Instance.py: If file specified on command
!       line doesn't exists, a dialog asks whether or not to create; if
!       file is readonly, pops up a warning dialog; when doing 'Save
!       As...', if specified file name doesn't have extension, add it based
!       on selection in dialog box. [based on Rafterman's patch]
  
  2001-07-17 14:24  jamest
  
        * src/: LayoutEditor.py, MenuBar.py, PopupMenu.py,
!       PropertyEditor.py, TreeView.py, base/MenuBar.py, base/PopupMenu.py,
!       base/tools/PropertyEditor.py, base/tools/TreeView.py: merged trunk,
!       from gnuef-new-datasources to HEAD
  
  2001-07-12 21:54  jcater
  
        * src/: PopupMenu.py, base/PopupMenu.py: Moved triggers to
!       beginning of list in Reorder by Location
  
  2001-07-12 17:51  jcater
  
        * src/: LayoutEditor.py, MenuBar.py, PopupMenu.py, TreeView.py,
!       base/MenuBar.py, base/PopupMenu.py, base/tools/TreeView.py: Fixed
!       'Right-Click|Edit Properties...' locking bug; removed Popup menu
!       code from MenuBar.py and placed in its own file; fixed misc focus
!       bugs
  
  2001-07-12 14:01  jcater
  
        * src/: PropertyEditor.py, base/tools/PropertyEditor.py: Fixed
!       deprecate bug in PropertyEditor
  
  2001-07-12 13:53  jcater
  
        * src/: MenuBar.py, PropertyEditor.py, base/MenuBar.py,
!       base/tools/PropertyEditor.py: Fixed problem with Reorder by
!       Location when hidden fields are present; made property editor not
!       display deprecated attributes unless user is already using the
!       deprecated attribute (keeps new forms from using deprecated stuff)
  
  2001-07-11 13:41  jcater
  
        * src/: Instance.py, MenuBar.py, base/Instance.py, base/MenuBar.py:
!       Got 'Reorder by Location' working. If you select a block, it
!       reorders all elements in that block. If you reorder a page, it
!       reorders all elements including any blocks.  It places items in
!       this order: All hidden fields, All Boxes, All other elements other
!       than blocks, all blocks; it reorders according to y, then x values.
!        This has only been partially tested on a few forms... save a copy
!       before using.
  
  2001-07-10 18:18  jamest
  
        * src/: Debugger.py, forms/Debugger.py: Fixed number of args to
!       running a form in gfdes
  
  2001-07-04 19:30  jcater
  
        * src/: PropertyEditor.py, TemplateBase.py, base/TemplateBase.py,
!       base/tools/PropertyEditor.py: Added GTypecasts to gnue.common for
!       typecasting xml data; misc other changes
  
  2001-07-03 20:43  jcater
  
        * src/: Instance.py, LayoutEditor.py, base/Instance.py: Added form
!       resizing attributes
  
  2001-07-03 11:21  jcater
  
--- 3809,3885 ----
  2001-07-18 20:27  jcater
  
        * src/: Instance.py, base/Instance.py: Refined use of startup
!         warning dialogs
  
  2001-07-18 20:17  jcater
  
        * src/: Instance.py, base/Instance.py: If file specified on command
!         line doesn't exists, a dialog asks whether or not to create; if
!         file is readonly, pops up a warning dialog; when doing 'Save
!         As...', if specified file name doesn't have extension, add it
!         based on selection in dialog box. [based on Rafterman's patch]
  
  2001-07-17 14:24  jamest
  
        * src/: LayoutEditor.py, MenuBar.py, PopupMenu.py,
!         PropertyEditor.py, TreeView.py, base/MenuBar.py,
!         base/PopupMenu.py, base/tools/PropertyEditor.py,
!         base/tools/TreeView.py: merged trunk, from gnuef-new-datasources
!         to HEAD
  
  2001-07-12 21:54  jcater
  
        * src/: PopupMenu.py, base/PopupMenu.py: Moved triggers to
!         beginning of list in Reorder by Location
  
  2001-07-12 17:51  jcater
  
        * src/: LayoutEditor.py, MenuBar.py, PopupMenu.py, TreeView.py,
!         base/MenuBar.py, base/PopupMenu.py, base/tools/TreeView.py: Fixed
!         'Right-Click|Edit Properties...' locking bug; removed Popup menu
!         code from MenuBar.py and placed in its own file; fixed misc focus
!         bugs
  
  2001-07-12 14:01  jcater
  
        * src/: PropertyEditor.py, base/tools/PropertyEditor.py: Fixed
!         deprecate bug in PropertyEditor
  
  2001-07-12 13:53  jcater
  
        * src/: MenuBar.py, PropertyEditor.py, base/MenuBar.py,
!         base/tools/PropertyEditor.py: Fixed problem with Reorder by
!         Location when hidden fields are present; made property editor not
!         display deprecated attributes unless user is already using the
!         deprecated attribute (keeps new forms from using deprecated
!         stuff)
  
  2001-07-11 13:41  jcater
  
        * src/: Instance.py, MenuBar.py, base/Instance.py, base/MenuBar.py:
!         Got 'Reorder by Location' working. If you select a block, it
!         reorders all elements in that block. If you reorder a page, it
!         reorders all elements including any blocks.  It places items in
!         this order: All hidden fields, All Boxes, All other elements
!         other than blocks, all blocks; it reorders according to y, then x
!         values.  This has only been partially tested on a few forms...
!         save a copy before using.
  
  2001-07-10 18:18  jamest
  
        * src/: Debugger.py, forms/Debugger.py: Fixed number of args to
!         running a form in gfdes
  
  2001-07-04 19:30  jcater
  
        * src/: PropertyEditor.py, TemplateBase.py, base/TemplateBase.py,
!         base/tools/PropertyEditor.py: Added GTypecasts to gnue.common for
!         typecasting xml data; misc other changes
  
  2001-07-03 20:43  jcater
  
        * src/: Instance.py, LayoutEditor.py, base/Instance.py: Added form
!         resizing attributes
  
  2001-07-03 11:21  jcater
  
***************
*** 3681,3687 ****
  2001-07-01 12:07  jamest
  
        * src/: Designer.py, Instance.py, base/Instance.py: Moved version
!       info to Instance to make installed designer do the right thing
  
  2001-06-30 18:14  jamest
  
--- 3904,3910 ----
  2001-07-01 12:07  jamest
  
        * src/: Designer.py, Instance.py, base/Instance.py: Moved version
!         info to Instance to make installed designer do the right thing
  
  2001-06-30 18:14  jamest
  
***************
*** 3690,3734 ****
  2001-06-30 17:58  jamest
  
        * INSTALL, MANIFEST.in, setup.py, src/Designer.py, src/Instance.py,
!       src/base/Instance.py: Switch designer RuntimeSettings to use $HOME
!       var (you can use this in windows) Changes to make an installed
!       designer work properly Misc setup tweaks for win32/unix Docs
!       updates Misc stuff I've forgotten
  
  2001-06-30 14:54  jamest
  
        * AUTHORS, MANIFEST.in, setup.cfg.in, setup.py,
!       scripts/gfclient.in, scripts/gnue-designer.in: setup changes, start
!       of designer setup scripts
  
  2001-06-29 17:55  jamest
  
        * setup.py: Setup tweaks to make gfcvs/gfdes work w/ non bash
!       shells Setup tweaks to get setup.py install doing something under
!       windows Broke GFObjects.py apart for future clean-up work Added
!       Misc TODO junk
  
  2001-06-28 00:53  jcater
  
        * src/: Incubator.py, base/Incubator.py: Converted 'new object'
!       methods to new parser format
  
  2001-06-28 00:38  jcater
  
        * src/: PropertyEditor.py, base/tools/PropertyEditor.py: Fixed
!       display of true/false property fields
  
  2001-06-28 00:04  jcater
  
        * src/: LayoutEditor.py, PropertyEditor.py,
!       base/tools/PropertyEditor.py: PropertyEditor now restricts
!       attribute input based on type of attribute; uses combo boxes where
!       appropriate
  
  2001-06-27 22:21  jcater
  
        * src/LayoutEditor.py: Fixed error when dragging mouse across
!       layout editor
  
  2001-06-27 21:41  jcater
  
--- 3913,3957 ----
  2001-06-30 17:58  jamest
  
        * INSTALL, MANIFEST.in, setup.py, src/Designer.py, src/Instance.py,
!         src/base/Instance.py: Switch designer RuntimeSettings to use
!         $HOME var (you can use this in windows) Changes to make an
!         installed designer work properly Misc setup tweaks for win32/unix
!         Docs updates Misc stuff I've forgotten
  
  2001-06-30 14:54  jamest
  
        * AUTHORS, MANIFEST.in, setup.cfg.in, setup.py,
!         scripts/gfclient.in, scripts/gnue-designer.in: setup changes,
!         start of designer setup scripts
  
  2001-06-29 17:55  jamest
  
        * setup.py: Setup tweaks to make gfcvs/gfdes work w/ non bash
!         shells Setup tweaks to get setup.py install doing something under
!         windows Broke GFObjects.py apart for future clean-up work Added
!         Misc TODO junk
  
  2001-06-28 00:53  jcater
  
        * src/: Incubator.py, base/Incubator.py: Converted 'new object'
!         methods to new parser format
  
  2001-06-28 00:38  jcater
  
        * src/: PropertyEditor.py, base/tools/PropertyEditor.py: Fixed
!         display of true/false property fields
  
  2001-06-28 00:04  jcater
  
        * src/: LayoutEditor.py, PropertyEditor.py,
!         base/tools/PropertyEditor.py: PropertyEditor now restricts
!         attribute input based on type of attribute; uses combo boxes
!         where appropriate
  
  2001-06-27 22:21  jcater
  
        * src/LayoutEditor.py: Fixed error when dragging mouse across
!         layout editor
  
  2001-06-27 21:41  jcater
  
***************
*** 3737,3771 ****
  2001-06-27 21:26  jcater
  
        * src/: LayoutEditor.py, TemplateBase.py, TemplateParser.py,
!       base/TemplateBase.py, base/TemplateParser.py,
!       templates/forms/Simple.py: Misc. changes; committing prior to
!       changing focus system
  
  2001-06-27 20:57  jcater
  
        * src/: MenuBar.py, base/MenuBar.py: Made the popup menu's Edit
!       Properties... actually bring up properties
  
  2001-06-26 23:40  jcater
  
        * src/: Incubator.py, base/Incubator.py: Removed obnoxious print
!       statements
  
  2001-06-26 23:28  jcater
  
        * src/: Incubator.py, PropertyEditor.py, TemplateBase.py,
!       TemplateParser.py, base/Incubator.py, base/TemplateBase.py,
!       base/TemplateParser.py, base/tools/PropertyEditor.py,
!       templates/forms/Simple.py: Switched to new parser format;
!       implemented more of the wizard/template; fixed various bugs
!       w/layout and property editor; fixed some win32 specific problems
  
  2001-06-25 23:49  jcater
  
        * src/: Designer.py, LayoutEditor.py, MenuBar.py, TemplateBase.py,
!       TemplateParser.py, base/MenuBar.py, base/TemplateBase.py,
!       base/TemplateParser.py, templates/forms/Simple.py: Beginnings of a
!       template/wizard system
  
  2001-06-25 22:32  jcater
  
--- 3960,3994 ----
  2001-06-27 21:26  jcater
  
        * src/: LayoutEditor.py, TemplateBase.py, TemplateParser.py,
!         base/TemplateBase.py, base/TemplateParser.py,
!         templates/forms/Simple.py: Misc. changes; committing prior to
!         changing focus system
  
  2001-06-27 20:57  jcater
  
        * src/: MenuBar.py, base/MenuBar.py: Made the popup menu's Edit
!         Properties... actually bring up properties
  
  2001-06-26 23:40  jcater
  
        * src/: Incubator.py, base/Incubator.py: Removed obnoxious print
!         statements
  
  2001-06-26 23:28  jcater
  
        * src/: Incubator.py, PropertyEditor.py, TemplateBase.py,
!         TemplateParser.py, base/Incubator.py, base/TemplateBase.py,
!         base/TemplateParser.py, base/tools/PropertyEditor.py,
!         templates/forms/Simple.py: Switched to new parser format;
!         implemented more of the wizard/template; fixed various bugs
!         w/layout and property editor; fixed some win32 specific problems
  
  2001-06-25 23:49  jcater
  
        * src/: Designer.py, LayoutEditor.py, MenuBar.py, TemplateBase.py,
!         TemplateParser.py, base/MenuBar.py, base/TemplateBase.py,
!         base/TemplateParser.py, templates/forms/Simple.py: Beginnings of
!         a template/wizard system
  
  2001-06-25 22:32  jcater
  
***************
*** 3778,3784 ****
  2001-06-25 11:12  jcater
  
        * setup.py, src/LayoutEditor.py: Fixed duplicate keyword problem in
!       setup.py
  
  2001-06-24 22:05  jcater
  
--- 4001,4007 ----
  2001-06-25 11:12  jcater
  
        * setup.py, src/LayoutEditor.py: Fixed duplicate keyword problem in
!         setup.py
  
  2001-06-24 22:05  jcater
  
***************
*** 3787,3915 ****
  2001-06-24 21:59  jcater
  
        * src/: Instance.py, LayoutEditor.py, PropertyEditor.py,
!       TemplateBase.py, base/Instance.py, base/TemplateBase.py,
!       base/tools/PropertyEditor.py: Added a property bar on layout
!       screen; fixed several layout bugs; restructured relative moving
  
  2001-06-24 14:33  jcater
  
        * src/templates/forms/Simple.py: Added beginnings of Simple
!       template
  
  2001-06-24 14:31  jcater
  
        * setup.py, src/templates/__init__.py,
!       src/templates/forms/__init__.py, src/templates/reports/__init__.py:
!       Started on templating system
  
  2001-06-23 22:33  jcater
  
        * setup.py: Moved designer references from form's setup.py into
!       designer's setup.py
  
  2001-06-23 19:55  jcater
  
        * README, setup.cfg, setup.py, scripts/gfclient.in: Added setup
!       support files
  
  2001-06-23 19:41  jcater
  
        * AUTHORS, COPYING, README, TODO: Added the basic informational
!       files
  
  2001-06-23 16:20  jcater
  
        * src/: Incubator.py, Instance.py, LayoutEditor.py,
!       PropertyEditor.py, base/Incubator.py, base/Instance.py,
!       base/tools/PropertyEditor.py: Added fix for 'hidden' fields
  
  2001-06-22 08:16  jcater
  
        * src/: Designer.py, Instance.py, LayoutEditor.py,
!       PropertyEditor.py, ToolFrame.py, TreeView.py, TriggerEditor.py,
!       base/Instance.py, base/ToolFrame.py, base/tools/PropertyEditor.py,
!       base/tools/TreeView.py, base/tools/TriggerEditor.py: Added property
!       editor
  
  2001-06-22 02:39  dneighbors
  
        * src/Designer.py: GFDesigner.py:   ** Made about box display when
!       called from menu.    ** Fixed bug that assigned TITLE to NAME
!       instead of TITLE.    **Changed wording slightly.
  
  2001-06-21 21:36  jcater
  
        * src/: Incubator.py, TriggerEditor.py, base/Incubator.py,
!       base/tools/TriggerEditor.py: Added a pulldown for the trigger
!       editor... only works for shared(named) triggers currently
  
  2001-06-21 20:15  jcater
  
        * src/: Incubator.py, Instance.py, LayoutEditor.py, TreeView.py,
!       TriggerEditor.py, base/Incubator.py, base/Instance.py,
!       base/tools/TreeView.py, base/tools/TriggerEditor.py: Added: Delete
!       items from tree; save window state between sessions; moved layout
!       combos to a toolbar; fixed minor bugs
  
  2001-06-20 20:37  jamest
  
        * src/: Instance.py, TriggerEditor.py, base/Instance.py,
!       base/tools/TriggerEditor.py: Started to add sizing to the
!       program(layout editor size not finished)
  
  2001-06-20 19:40  jamest
  
        * src/: TriggerEditor.py, base/tools/TriggerEditor.py: Altered to
!       resize the edit area when editor resized
  
  2001-06-20 17:31  jcater
  
        * src/: Incubator.py, Instance.py, LayoutEditor.py, MenuBar.py,
!       PropertyEditor.py, TreeView.py, TriggerEditor.py,
!       base/Incubator.py, base/Instance.py, base/MenuBar.py,
!       base/tools/PropertyEditor.py, base/tools/TreeView.py,
!       base/tools/TriggerEditor.py: Added more create object options (in
!       tree-viewer); added trigger editor; changed some of the event
!       properties
  
  2001-06-19 15:41  jcater
  
        * src/: Incubator.py, MenuBar.py, base/Incubator.py,
!       base/MenuBar.py: Added Incubator that creates objects and adds in
!       correct location in forms tree
  
  2001-06-18 14:50  jcater
  
        * src/: Instance.py, LayoutEditor.py, MenuBar.py, TreeView.py,
!       base/Instance.py, base/MenuBar.py, base/tools/TreeView.py:
!       Implemented popup (right-click) menus on tree and layout editor. 
!       Only New->{Page,DataSource,Name Trigger} currently works
  
  2001-06-18 05:13  jcater
  
        * src/: Instance.py, MenuBar.py, base/Instance.py, base/MenuBar.py:
!       Implemented 'Save As...' and dirty project marker (* in titlebar if
!       project has been modified)
  
  2001-06-18 00:41  jcater
  
        * src/: Instance.py, LayoutEditor.py, MenuBar.py,
!       PropertyEditor.py, TreeView.py, TriggerEditor.py, base/Instance.py,
!       base/MenuBar.py, base/tools/PropertyEditor.py,
!       base/tools/TreeView.py, base/tools/TriggerEditor.py: Misc changes
  
  2001-06-15 16:58  jcater
  
        * src/: Instance.py, LayoutEditor.py, LayoutHandler.py,
!       PropertyEditor.py, TreeView.py, TriggerEditor.py, base/Instance.py,
!       base/tools/PropertyEditor.py, base/tools/TreeView.py,
!       base/tools/TriggerEditor.py: Restructured source files into more
!       modular approach.  Started work on property editor.
  
  2001-06-15 13:49  jcater
  
        * src/: Instance.py, LayoutHandler.py, base/Instance.py: Selecting
!       a tree item selects the preview item and vice-versa
  
  2001-06-15 09:47  jcater
  
--- 4010,4139 ----
  2001-06-24 21:59  jcater
  
        * src/: Instance.py, LayoutEditor.py, PropertyEditor.py,
!         TemplateBase.py, base/Instance.py, base/TemplateBase.py,
!         base/tools/PropertyEditor.py: Added a property bar on layout
!         screen; fixed several layout bugs; restructured relative moving
  
  2001-06-24 14:33  jcater
  
        * src/templates/forms/Simple.py: Added beginnings of Simple
!         template
  
  2001-06-24 14:31  jcater
  
        * setup.py, src/templates/__init__.py,
!         src/templates/forms/__init__.py,
!         src/templates/reports/__init__.py: Started on templating system
  
  2001-06-23 22:33  jcater
  
        * setup.py: Moved designer references from form's setup.py into
!         designer's setup.py
  
  2001-06-23 19:55  jcater
  
        * README, setup.cfg, setup.py, scripts/gfclient.in: Added setup
!         support files
  
  2001-06-23 19:41  jcater
  
        * AUTHORS, COPYING, README, TODO: Added the basic informational
!         files
  
  2001-06-23 16:20  jcater
  
        * src/: Incubator.py, Instance.py, LayoutEditor.py,
!         PropertyEditor.py, base/Incubator.py, base/Instance.py,
!         base/tools/PropertyEditor.py: Added fix for 'hidden' fields
  
  2001-06-22 08:16  jcater
  
        * src/: Designer.py, Instance.py, LayoutEditor.py,
!         PropertyEditor.py, ToolFrame.py, TreeView.py, TriggerEditor.py,
!         base/Instance.py, base/ToolFrame.py,
!         base/tools/PropertyEditor.py, base/tools/TreeView.py,
!         base/tools/TriggerEditor.py: Added property editor
  
  2001-06-22 02:39  dneighbors
  
        * src/Designer.py: GFDesigner.py:   ** Made about box display when
!         called from menu.    ** Fixed bug that assigned TITLE to NAME
!         instead of TITLE.    **Changed wording slightly.
  
  2001-06-21 21:36  jcater
  
        * src/: Incubator.py, TriggerEditor.py, base/Incubator.py,
!         base/tools/TriggerEditor.py: Added a pulldown for the trigger
!         editor... only works for shared(named) triggers currently
  
  2001-06-21 20:15  jcater
  
        * src/: Incubator.py, Instance.py, LayoutEditor.py, TreeView.py,
!         TriggerEditor.py, base/Incubator.py, base/Instance.py,
!         base/tools/TreeView.py, base/tools/TriggerEditor.py: Added:
!         Delete items from tree; save window state between sessions; moved
!         layout combos to a toolbar; fixed minor bugs
  
  2001-06-20 20:37  jamest
  
        * src/: Instance.py, TriggerEditor.py, base/Instance.py,
!         base/tools/TriggerEditor.py: Started to add sizing to the
!         program(layout editor size not finished)
  
  2001-06-20 19:40  jamest
  
        * src/: TriggerEditor.py, base/tools/TriggerEditor.py: Altered to
!         resize the edit area when editor resized
  
  2001-06-20 17:31  jcater
  
        * src/: Incubator.py, Instance.py, LayoutEditor.py, MenuBar.py,
!         PropertyEditor.py, TreeView.py, TriggerEditor.py,
!         base/Incubator.py, base/Instance.py, base/MenuBar.py,
!         base/tools/PropertyEditor.py, base/tools/TreeView.py,
!         base/tools/TriggerEditor.py: Added more create object options (in
!         tree-viewer); added trigger editor; changed some of the event
!         properties
  
  2001-06-19 15:41  jcater
  
        * src/: Incubator.py, MenuBar.py, base/Incubator.py,
!         base/MenuBar.py: Added Incubator that creates objects and adds in
!         correct location in forms tree
  
  2001-06-18 14:50  jcater
  
        * src/: Instance.py, LayoutEditor.py, MenuBar.py, TreeView.py,
!         base/Instance.py, base/MenuBar.py, base/tools/TreeView.py:
!         Implemented popup (right-click) menus on tree and layout editor.
!         Only New->{Page,DataSource,Name Trigger} currently works
  
  2001-06-18 05:13  jcater
  
        * src/: Instance.py, MenuBar.py, base/Instance.py, base/MenuBar.py:
!         Implemented 'Save As...' and dirty project marker (* in titlebar
!         if project has been modified)
  
  2001-06-18 00:41  jcater
  
        * src/: Instance.py, LayoutEditor.py, MenuBar.py,
!         PropertyEditor.py, TreeView.py, TriggerEditor.py,
!         base/Instance.py, base/MenuBar.py, base/tools/PropertyEditor.py,
!         base/tools/TreeView.py, base/tools/TriggerEditor.py: Misc changes
  
  2001-06-15 16:58  jcater
  
        * src/: Instance.py, LayoutEditor.py, LayoutHandler.py,
!         PropertyEditor.py, TreeView.py, TriggerEditor.py,
!         base/Instance.py, base/tools/PropertyEditor.py,
!         base/tools/TreeView.py, base/tools/TriggerEditor.py: Restructured
!         source files into more modular approach.  Started work on
!         property editor.
  
  2001-06-15 13:49  jcater
  
        * src/: Instance.py, LayoutHandler.py, base/Instance.py: Selecting
!         a tree item selects the preview item and vice-versa
  
  2001-06-15 09:47  jcater
  
***************
*** 3918,3964 ****
  2001-06-14 18:00  jcater
  
        * src/: Instance.py, LayoutHandler.py, base/Instance.py: Modified
!       designer so multi-record fields are displayed and behave as such.
!       \nAlso, selecting with a mouse works (including pressing shift to
!       select multiple items). \The arrow keys still move the items and
!       Alt+arrow keys resize the items. \nBorders are drawn around
!       currently selected items.\nCurrently, Labels are being displayed
!       behind the border box (not sure why, as the other widgets display
!       correctly???)\nSelecting items with mouse has been reworked so, for
!       example, the cursor does not change over text fields and clicking
!       dropdown boxes in wrong place does not actually drop down a box :)
  
  2001-06-12 12:18  jcater
  
        * src/: Debugger.py, Designer.py, GFDDebug.py, Instance.py,
!       LayoutHandler.py, MenuBar.py, base/Instance.py, base/MenuBar.py,
!       forms/Debugger.py: Split code into multiple files. Changed moving
!       and resizing so that all multi-record widgets move/resize as well
  
  2001-06-11 17:03  jcater
  
        * src/Designer.py: Added support for moving widgets using arrow
!       keys.
  
  2001-06-11 03:19  jcater
  
        * src/Designer.py: Added grid to preview pane and fixed other minor
!       problems
  
  2001-06-11 00:17  jcater
  
        * src/Designer.py: Designer can now preview the form.  Check it
!       out... it's pretty cool!
  
  2001-06-10 16:57  jcater
  
        * src/Designer.py: Implemented an insignificant feature few will
!       use: The ability to save.  :)
  
  2001-06-06 14:02  jcater
  
        * src/Designer.py: GFDesigner now shows a tree representation of
!       form
  
  2001-06-01 14:55  jcater
  
--- 4142,4189 ----
  2001-06-14 18:00  jcater
  
        * src/: Instance.py, LayoutHandler.py, base/Instance.py: Modified
!         designer so multi-record fields are displayed and behave as such.
!         \nAlso, selecting with a mouse works (including pressing shift to
!         select multiple items). \The arrow keys still move the items and
!         Alt+arrow keys resize the items. \nBorders are drawn around
!         currently selected items.\nCurrently, Labels are being displayed
!         behind the border box (not sure why, as the other widgets display
!         correctly???)\nSelecting items with mouse has been reworked so,
!         for example, the cursor does not change over text fields and
!         clicking dropdown boxes in wrong place does not actually drop
!         down a box :)
  
  2001-06-12 12:18  jcater
  
        * src/: Debugger.py, Designer.py, GFDDebug.py, Instance.py,
!         LayoutHandler.py, MenuBar.py, base/Instance.py, base/MenuBar.py,
!         forms/Debugger.py: Split code into multiple files. Changed moving
!         and resizing so that all multi-record widgets move/resize as well
  
  2001-06-11 17:03  jcater
  
        * src/Designer.py: Added support for moving widgets using arrow
!         keys.
  
  2001-06-11 03:19  jcater
  
        * src/Designer.py: Added grid to preview pane and fixed other minor
!         problems
  
  2001-06-11 00:17  jcater
  
        * src/Designer.py: Designer can now preview the form.  Check it
!         out... it's pretty cool!
  
  2001-06-10 16:57  jcater
  
        * src/Designer.py: Implemented an insignificant feature few will
!         use: The ability to save.  :)
  
  2001-06-06 14:02  jcater
  
        * src/Designer.py: GFDesigner now shows a tree representation of
!         form
  
  2001-06-01 14:55  jcater
  
***************
*** 3971,4016 ****
  2001-06-01 12:42  jcater
  
        * GFDesigner-old.py, GFDesigner.py, src/Designer.py,
!       src/GFDDebug.py: Started a graphical designer for personal use. 
!       Currently opens a form, creates a new form, and runs a form in
!       debug mode.  The opening and creating doesn't show any objects yet,
!       but it does actually load the form.
  
  2000-12-13 11:47  jamest
  
        * GFDesigner.py: Altered the name of datasources? via derek's
!       instructions Made defaults actually work :) Security fix: block
!       password from displaying on screen
  
  2000-12-13 10:02  jamest
  
        * GFDesigner.py: Quick hack to make designer do char based
!       placement also added auto generated <tip>s to it's output
  
  2000-10-27 14:59  jmeskill
  
        * .cvsignore: Made a TON of changes so we can make install properly
!       
!       gnue-forms now installs into
!       (pythonlibdir)/site-packages/gnue/forms so to access forms you can
!       use import gnue.forms
!       
!       Added README.developers so we can include hints for developers
!       
!       Moved src/GFClient.py to client/gfclient and made it executable
!       
!       Made source changes to support gnue.forms paradigm
!       
!       Updated related documentation
  
  2000-10-24 20:46  jamest
  
        * GFDesigner.py: Fixed typecast problem w/ non string values on
!       query/commit Misc stuff dealing w/ dropdown box support (still not
!       fully, full on, functional)
  
  2000-10-19 22:08  dneighbors
  
        * GFDesigner.py: First REALLY lame version of a tool to auto build
!       forms.
  
--- 4196,4241 ----
  2001-06-01 12:42  jcater
  
        * GFDesigner-old.py, GFDesigner.py, src/Designer.py,
!         src/GFDDebug.py: Started a graphical designer for personal use.
!         Currently opens a form, creates a new form, and runs a form in
!         debug mode.  The opening and creating doesn't show any objects
!         yet, but it does actually load the form.
  
  2000-12-13 11:47  jamest
  
        * GFDesigner.py: Altered the name of datasources? via derek's
!         instructions Made defaults actually work :) Security fix: block
!         password from displaying on screen
  
  2000-12-13 10:02  jamest
  
        * GFDesigner.py: Quick hack to make designer do char based
!         placement also added auto generated <tip>s to it's output
  
  2000-10-27 14:59  jmeskill
  
        * .cvsignore: Made a TON of changes so we can make install properly
! 
!         gnue-forms now installs into
!         (pythonlibdir)/site-packages/gnue/forms so to access forms you
!         can use import gnue.forms
! 
!         Added README.developers so we can include hints for developers
! 
!         Moved src/GFClient.py to client/gfclient and made it executable
! 
!         Made source changes to support gnue.forms paradigm
! 
!         Updated related documentation
  
  2000-10-24 20:46  jamest
  
        * GFDesigner.py: Fixed typecast problem w/ non string values on
!         query/commit Misc stuff dealing w/ dropdown box support (still
!         not fully, full on, functional)
  
  2000-10-19 22:08  dneighbors
  
        * GFDesigner.py: First REALLY lame version of a tool to auto build
!         forms.
  
Index: gnue-designer/NEWS
diff -c gnue-designer/NEWS:1.19 gnue-designer/NEWS:1.20
*** gnue-designer/NEWS:1.19     Sun Aug 10 14:15:21 2003
--- gnue-designer/NEWS  Mon Oct 20 20:33:45 2003
***************
*** 1,3 ****
--- 1,9 ----
+ New features/changes in version 0.5.2: (##-OCT-2003)
+ o Switched to gnue-common enhanced setup system
+ o Internal restructuring
+ o Numerous Bug Fixes
+ 
+ 
  New features/changes in version 0.5.1: (10-AUG-2003)
  o Major Enhancements Release
  o Undo support
Index: gnue-designer/src/__init__.py
diff -c gnue-designer/src/__init__.py:1.24 gnue-designer/src/__init__.py:1.25
*** gnue-designer/src/__init__.py:1.24  Sun Oct  5 05:34:56 2003
--- gnue-designer/src/__init__.py       Mon Oct 20 20:33:45 2003
***************
*** 32,38 ****
  #   5. Commit to CVS
  
  _version = (0,5,2)
! _release = 0
  
  # Version will be of the form "1.1.2" if a release or "1.1.1.99" if in CVS
  if _release:
--- 32,38 ----
  #   5. Commit to CVS
  
  _version = (0,5,2)
! _release = 1
  
  # Version will be of the form "1.1.2" if a release or "1.1.1.99" if in CVS
  if _release:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]