commit-gnue
[Top][All Lists]
Advanced

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

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


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

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

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

Log message:
        preping for release

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-navigator/ChangeLog.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-navigator/NEWS.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-navigator/src/__init__.py.diff?tr1=1.16&tr2=1.17&r1=text&r2=text

Patches:
Index: gnue-navigator/ChangeLog
diff -c gnue-navigator/ChangeLog:1.7 gnue-navigator/ChangeLog:1.8
*** gnue-navigator/ChangeLog:1.7        Sun Aug 10 14:09:32 2003
--- gnue-navigator/ChangeLog    Mon Oct 20 21:46:31 2003
***************
*** 1,7 ****
  2003-08-04 10:41  siesel
  
        * src/: GNClient.py, UIgtk2.py: add gtk2 UI option to
!       gnue-navigator (enable with -u gtk2)
  
  2003-07-25 20:47  jamest
  
--- 1,78 ----
+ 2003-10-06 14:10  jcater
+ 
+       * doc/: Concepts-Guide.sxw, Tech-Reference.sxw: fixed zero-length
+         file
+ 
+ 2003-10-06 13:50  reinhard
+ 
+       * setup.py, doc/man/gnue-navigator.1: Include man page.
+ 
+ 2003-10-05 13:03  btami
+ 
+       * scripts/gnue-navigator: removed old "magic" code needed for
+         mcmillan packaging on win32
+ 
+ 2003-10-05 12:45  reinhard
+ 
+       * .cvsignore, MANIFEST.in, setup.cfg.in, setup.py,
+         scripts/.cvsignore, scripts/gnue-navigator,
+         scripts/gnue-navigator.in, src/__init__.py: Changed setup script
+         to use GSetup.
+ 
+ 2003-09-26 15:17  btami
+ 
+       * src/: UIwxpython.py, UIwxweb.py: removed duplicated files
+ 
+ 2003-09-25 20:04  jcater
+ 
+       * setup.cvs: Added a new per-module cvs setup system
+ 
+ 2003-09-25 18:17  reinhard
+ 
+       * src/: GNClient.py, GNObjects.py: Do not use depreciated
+         environment variable INSTALL_PREFIX
+ 
+ 2003-09-18 22:59  jcater
+ 
+       * setup.py: fix for --prefix
+ 
+ 2003-08-22 06:59  jcater
+ 
+       * src/: UIgtk2.py, UIwx.py, UIwxpython.py: proper fix for version
+         display
+ 
+ 2003-08-21 10:57  jcater
+ 
+       * src/__init__.py: updated release status
+ 
+ 2003-08-20 08:57  dneighbors
+ 
+       * src/Actions/gnome_menu.py: Made changes so that the program
+         doesn't bomb.  It creates gnome2 style files now.  However, it is
+         not properly doing submenus.  It also is not issuing proper
+         GConfig commands to get run variables.
+ 
+ 2003-08-19 23:36  dneighbors
+ 
+       * src/UIwx.py: Updated hard coded version number, needs to be
+         changed to dynamic number I suspect.
+ 
+ 2003-08-10 18:28  btami
+ 
+       * src/: GNClient.py, UIweb.py, UIwx.py: changing to dyn_import
+ 
+ 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 10:41  siesel
  
        * src/: GNClient.py, UIgtk2.py: add gtk2 UI option to
!         gnue-navigator (enable with -u gtk2)
  
  2003-07-25 20:47  jamest
  
***************
*** 22,38 ****
  2003-06-25 18:03  btami
  
        * src/: GNClient.py, UIwin32.py: starting a native win32 navigator
!       driver
  
  2003-06-16 07:39  btami
  
        * src/: GNClient.py, GNObjects.py: fixing reports support in
!       navigator
  
  2003-04-15 17:06  jcater
  
        * src/__init__.py: set version numbers to reflect development
!       status
  
  2003-04-15 16:35  jcater
  
--- 93,109 ----
  2003-06-25 18:03  btami
  
        * src/: GNClient.py, UIwin32.py: starting a native win32 navigator
!         driver
  
  2003-06-16 07:39  btami
  
        * src/: GNClient.py, GNObjects.py: fixing reports support in
!         navigator
  
  2003-04-15 17:06  jcater
  
        * src/__init__.py: set version numbers to reflect development
!         status
  
  2003-04-15 16:35  jcater
  
***************
*** 57,63 ****
  2003-02-17 01:32  jcater
  
        * src/: GNClient.py, GNConfig.py, GNObjects.py, GNParser.py,
!       UItext.py, UIwxpython.py: phase I of gnue-common structural cleanup
  
  2003-01-11 11:19  jcater
  
--- 128,135 ----
  2003-02-17 01:32  jcater
  
        * src/: GNClient.py, GNConfig.py, GNObjects.py, GNParser.py,
!         UItext.py, UIwxpython.py: phase I of gnue-common structural
!         cleanup
  
  2003-01-11 11:19  jcater
  
***************
*** 70,79 ****
  2003-01-01 18:45  jcater
  
        * setup.cfg.in, setup.py, scripts/gnue-navigator.in,
!       src/GNClient.py, src/GNConfig.py, src/GNObjects.py,
!       src/GNParser.py, src/UItext.py, src/UIwxpython.py, src/UIwxweb.py,
!       src/__init__.py, src/Actions/gnome_menu.py,
!       src/Actions/kde_menu.py: updated copyright headers
  
  2002-12-11 19:00  jcater
  
--- 142,151 ----
  2003-01-01 18:45  jcater
  
        * setup.cfg.in, setup.py, scripts/gnue-navigator.in,
!         src/GNClient.py, src/GNConfig.py, src/GNObjects.py,
!         src/GNParser.py, src/UItext.py, src/UIwxpython.py,
!         src/UIwxweb.py, src/__init__.py, src/Actions/gnome_menu.py,
!         src/Actions/kde_menu.py: updated copyright headers
  
  2002-12-11 19:00  jcater
  
***************
*** 82,88 ****
  2002-11-19 14:52  jcater
  
        * src/: GNParser.py, __init__.py: added description to be a child
!       of step
  
  2002-11-17 19:27  jamest
  
--- 154,160 ----
  2002-11-19 14:52  jcater
  
        * src/: GNParser.py, __init__.py: added description to be a child
!         of step
  
  2002-11-17 19:27  jamest
  
***************
*** 103,116 ****
  2002-11-13 21:55  jcater
  
        * packaging/mcmillan/: navigator.spec,
!       hooks/hook-gnue.common.GComm.py,
!       hooks/hook-gnue.common.GConnections.py,
!       hooks/hook-gnue.common.commdrivers._helpers.RpcDoc.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-12 18:39  jamest
  
--- 175,188 ----
  2002-11-13 21:55  jcater
  
        * packaging/mcmillan/: navigator.spec,
!         hooks/hook-gnue.common.GComm.py,
!         hooks/hook-gnue.common.GConnections.py,
!         hooks/hook-gnue.common.commdrivers._helpers.RpcDoc.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-12 18:39  jamest
  
***************
*** 119,125 ****
  2002-11-12 17:07  jcater
  
        * src/__init__.py: updated VERSION numbers to be the new .99 format
!       for cvs
  
  2002-11-10 14:32  jcater
  
--- 191,197 ----
  2002-11-12 17:07  jcater
  
        * src/__init__.py: updated VERSION numbers to be the new .99 format
!         for cvs
  
  2002-11-10 14:32  jcater
  
***************
*** 127,139 ****
  
  2002-11-04 18:38  jcater
  
!       * src/GNClient.py: 
!       * Added gConfigForm global config method
!       
!       * added setFeature support to forms in On-Startup, you can do:  
!       form.setFeature('GUI:MENUBAR:SUPPRESS',1) to suppress the menu bar
!       likewise with GUI:TOOLBAR:SUPPRESS these HAVE to appear in
!       On-Startup and their use is not officially supported!!!!
  
  2002-11-04 12:59  jamest
  
--- 199,211 ----
  
  2002-11-04 18:38  jcater
  
!       * src/GNClient.py:
!         * Added gConfigForm global config method
! 
!         * added setFeature support to forms in On-Startup, you can do:
!         form.setFeature('GUI:MENUBAR:SUPPRESS',1) to suppress the menu
!         bar likewise with GUI:TOOLBAR:SUPPRESS these HAVE to appear in
!         On-Startup and their use is not officially supported!!!!
  
  2002-11-04 12:59  jamest
  
***************
*** 142,162 ****
  2002-11-04 08:55  jamest
  
        * src/UIwxpython.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-04 00:02  jcater
  
!       * src/GNParser.py: 
!       
!       * Misc cleanup
  
  2002-11-02 00:02  jcater
  
        * src/GNObjects.py: moved the dumpXML root call into GRootObj, so
!       each tool doesn't have to redefine dumpXML()
  
  2002-10-07 16:45  jcater
  
--- 214,234 ----
  2002-11-04 08:55  jamest
  
        * src/UIwxpython.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-04 00:02  jcater
  
!       * src/GNParser.py:
! 
!         * Misc cleanup
  
  2002-11-02 00:02  jcater
  
        * src/GNObjects.py: moved the dumpXML root call into GRootObj, so
!         each tool doesn't have to redefine dumpXML()
  
  2002-10-07 16:45  jcater
  
***************
*** 173,194 ****
  2002-09-29 19:19  jcater
  
        * ChangeLog, packaging/mcmillan/navigator.spec, src/__init__.py:
!       final changes for release
  
  2002-09-25 18:05  jcater
  
        * doc/: Concepts-Guide.sxw, Tech-Reference.sxw: updates to
!       documentation
  
  2002-09-23 23:41  jcater
  
        * src/UIwxpython.py: fixed runForm support in Navigator (darn
!       typos, part 2)
  
  2002-09-23 23:38  jcater
  
        * src/UIwxpython.py: fixed runForm support in Navigator (darn
!       typos)
  
  2002-09-23 23:35  jcater
  
--- 245,266 ----
  2002-09-29 19:19  jcater
  
        * ChangeLog, packaging/mcmillan/navigator.spec, src/__init__.py:
!         final changes for release
  
  2002-09-25 18:05  jcater
  
        * doc/: Concepts-Guide.sxw, Tech-Reference.sxw: updates to
!         documentation
  
  2002-09-23 23:41  jcater
  
        * src/UIwxpython.py: fixed runForm support in Navigator (darn
!         typos, part 2)
  
  2002-09-23 23:38  jcater
  
        * src/UIwxpython.py: fixed runForm support in Navigator (darn
!         typos)
  
  2002-09-23 23:35  jcater
  
***************
*** 201,219 ****
  2002-09-20 01:23  jcater
  
        * ChangeLog, INSTALL, NEWS: first round of changes to text
!       documents in prep for a release
  
  2002-09-17 10:27  jcater
  
        * src/: GNClient.py, UIwxpython.py: removed code from
!       gnue.common.__init__ and placed in either gnue.common.FileUtils or
!       gnue.common.TextUtils; added stub for gear support
  
  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-07-18 13:29  jcater
  
--- 273,291 ----
  2002-09-20 01:23  jcater
  
        * ChangeLog, INSTALL, NEWS: first round of changes to text
!         documents in prep for a release
  
  2002-09-17 10:27  jcater
  
        * src/: GNClient.py, UIwxpython.py: removed code from
!         gnue.common.__init__ and placed in either gnue.common.FileUtils
!         or gnue.common.TextUtils; added stub for gear support
  
  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-07-18 13:29  jcater
  
***************
*** 226,232 ****
  2002-07-15 15:00  jcater
  
        * doc/gnue-navigator.dtd: more changes to DTD to play nicer with
!       emacs
  
  2002-07-15 14:35  jcater
  
--- 298,304 ----
  2002-07-15 15:00  jcater
  
        * doc/gnue-navigator.dtd: more changes to DTD to play nicer with
!         emacs
  
  2002-07-15 14:35  jcater
  
***************
*** 235,247 ****
  2002-07-01 18:09  jamest
  
        * src/UIwxpython.py: Added delete() to trigger namespace to delete
!       the current record being commited usefull in pre-commit triggers
!       removed unneeded import from navigator
  
  2002-06-30 19:30  jcater
  
        * doc/gnue-navigator.dtd: Reworked support for gnuedtd... created
!       base tool's DTD's as an example
  
  2002-06-30 19:26  jcater
  
--- 307,319 ----
  2002-07-01 18:09  jamest
  
        * src/UIwxpython.py: Added delete() to trigger namespace to delete
!         the current record being commited usefull in pre-commit triggers
!         removed unneeded import from navigator
  
  2002-06-30 19:30  jcater
  
        * doc/gnue-navigator.dtd: Reworked support for gnuedtd... created
!         base tool's DTD's as an example
  
  2002-06-30 19:26  jcater
  
***************
*** 250,314 ****
  2002-06-10 18:42  siesel
  
        * samples/foobulations.gpd, src/GNClient.py, src/GNConfig.py,
!       src/GNObjects.py, src/UItext.py, src/UIwxpython.py, src/UIwxweb.py:
!       add foobulations navigator test changes to let navigator start
!       reports with single logon
  
  2002-06-07 05:11  siesel
  
        * src/: GNClient.py, UItext.py, UIwxpython.py, UIwxweb.py: add
!       about box to UIwxpython, update text client to work with the new
!       GNDescription type, add an back button to UIwxweb.
  
  2002-06-07 00:24  dneighbors
  
        * src/GNClient.py: Lame fix to circumvent fact that web interface
!       isnt same as wx interface just yet.
  
  2002-06-06 22:03  dneighbors
  
        * src/UIwxpython.py: Fixed not being able to run forms from
!       navigator.  Seemed like there was a stray 'return' sitting out
!       there.  I commented out incase it was there for reason, but
!       removing it fixed things.
  
  2002-06-06 21:15  jamest
  
        * samples/sample.gpd, src/UIwxpython.py: Minor updates to sample
!       and new startup page
  
  2002-06-06 17:07  jamest
  
        * samples/sample.gpd, src/GNObjects.py, src/GNParser.py,
!       src/UIwxpython.py: Added support for <description> tag that can
!       contain html code containing help text for the navigator
  
  2002-06-06 16:16  siesel
  
        * samples/sample.gpd, src/UIwxpython.py: corrected sample.gfd add
!       error dialog and removed endless handle error loop
  
  2002-06-06 15:55  jamest
  
        * src/: GNParser.py, UItext.py, UIwxpython.py, UIwxweb.py: panels
!       size properly now replaced the help text widget with html widget
!       replaced the description attribute with title in preperation for
!       adding a <description> tag
  
  2002-06-06 14:48  jamest
  
        * src/UIwxpython.py: Starting to add description/help pane to
!       navigator
  
  2002-06-05 19:35  jcater
  
        * src/UIwxpython.py: It's here! GNUe Navigator can launch multiple
!       forms within its python instance, requiring a single session login
  
  2002-06-05 18:02  jcater
  
        * src/: GNClient.py, GNObjects.py, UIwxpython.py: more work on
!       threading support in Navigator
  
  2002-06-04 22:54  jcater
  
--- 322,387 ----
  2002-06-10 18:42  siesel
  
        * samples/foobulations.gpd, src/GNClient.py, src/GNConfig.py,
!         src/GNObjects.py, src/UItext.py, src/UIwxpython.py,
!         src/UIwxweb.py: add foobulations navigator test changes to let
!         navigator start reports with single logon
  
  2002-06-07 05:11  siesel
  
        * src/: GNClient.py, UItext.py, UIwxpython.py, UIwxweb.py: add
!         about box to UIwxpython, update text client to work with the new
!         GNDescription type, add an back button to UIwxweb.
  
  2002-06-07 00:24  dneighbors
  
        * src/GNClient.py: Lame fix to circumvent fact that web interface
!         isnt same as wx interface just yet.
  
  2002-06-06 22:03  dneighbors
  
        * src/UIwxpython.py: Fixed not being able to run forms from
!         navigator.  Seemed like there was a stray 'return' sitting out
!         there.  I commented out incase it was there for reason, but
!         removing it fixed things.
  
  2002-06-06 21:15  jamest
  
        * samples/sample.gpd, src/UIwxpython.py: Minor updates to sample
!         and new startup page
  
  2002-06-06 17:07  jamest
  
        * samples/sample.gpd, src/GNObjects.py, src/GNParser.py,
!         src/UIwxpython.py: Added support for <description> tag that can
!         contain html code containing help text for the navigator
  
  2002-06-06 16:16  siesel
  
        * samples/sample.gpd, src/UIwxpython.py: corrected sample.gfd add
!         error dialog and removed endless handle error loop
  
  2002-06-06 15:55  jamest
  
        * src/: GNParser.py, UItext.py, UIwxpython.py, UIwxweb.py: panels
!         size properly now replaced the help text widget with html widget
!         replaced the description attribute with title in preperation for
!         adding a <description> tag
  
  2002-06-06 14:48  jamest
  
        * src/UIwxpython.py: Starting to add description/help pane to
!         navigator
  
  2002-06-05 19:35  jcater
  
        * src/UIwxpython.py: It's here! GNUe Navigator can launch multiple
!         forms within its python instance, requiring a single session
!         login
  
  2002-06-05 18:02  jcater
  
        * src/: GNClient.py, GNObjects.py, UIwxpython.py: more work on
!         threading support in Navigator
  
  2002-06-04 22:54  jcater
  
***************
*** 317,323 ****
  2002-06-04 18:20  jcater
  
        * src/: GNClient.py, GNConfig.py, GNObjects.py, UIwxpython.py:
!       working on getting navigator to do local forms instances
  
  2002-06-04 16:59  jcater
  
--- 390,396 ----
  2002-06-04 18:20  jcater
  
        * src/: GNClient.py, GNConfig.py, GNObjects.py, UIwxpython.py:
!         working on getting navigator to do local forms instances
  
  2002-06-04 16:59  jcater
  
***************
*** 334,365 ****
  2002-06-02 17:21  jcater
  
        * src/GNClient.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-21 00:33  baumannd
  
        * scripts/.cvsignore, src/.cvsignore, src/Actions/.cvsignore:
!       Ignore some files.
  
  2002-05-04 11:45  jamest
  
        * src/: GNClient.py, GNConfig.py, GNObjects.py, UIwxpython.py,
!       Actions/gnome_menu.py, Actions/kde_menu.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-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-22 10:46  jcater
  
--- 407,438 ----
  2002-06-02 17:21  jcater
  
        * src/GNClient.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-21 00:33  baumannd
  
        * scripts/.cvsignore, src/.cvsignore, src/Actions/.cvsignore:
!         Ignore some files.
  
  2002-05-04 11:45  jamest
  
        * src/: GNClient.py, GNConfig.py, GNObjects.py, UIwxpython.py,
!         Actions/gnome_menu.py, Actions/kde_menu.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-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-22 10:46  jcater
  
***************
*** 368,374 ****
  2002-04-22 02:18  jcater
  
        * setup.py: fixed if's without corresponding code blocks (per
!       btami)
  
  2002-04-18 10:12  jcater
  
--- 441,447 ----
  2002-04-22 02:18  jcater
  
        * setup.py: fixed if's without corresponding code blocks (per
!         btami)
  
  2002-04-18 10:12  jcater
  
***************
*** 377,383 ****
  2002-04-17 14:09  jamest
  
        * src/__init__.py: removed getObjectType() clean up start of some
!       subtle new bugs
  
  2002-04-14 00:19  jcater
  
--- 450,456 ----
  2002-04-17 14:09  jamest
  
        * src/__init__.py: removed getObjectType() clean up start of some
!         subtle new bugs
  
  2002-04-14 00:19  jcater
  
***************
*** 386,398 ****
  2002-04-02 21:52  dneighbors
  
        * src/GNObjects.py: ** Added log message instead of doing blind
!       pass until reports    type implemented.
  
  2002-03-22 01:38  jcater
  
        * src/GNParser.py: clarified the loadXML parameter names (renamed
!       the misleading 'URL' to 'buffer' as it expected an open file
!       buffer, not a URL)
  
  2002-02-14 17:07  jamest
  
--- 459,471 ----
  2002-04-02 21:52  dneighbors
  
        * src/GNObjects.py: ** Added log message instead of doing blind
!         pass until reports    type implemented.
  
  2002-03-22 01:38  jcater
  
        * src/GNParser.py: clarified the loadXML parameter names (renamed
!         the misleading 'URL' to 'buffer' as it expected an open file
!         buffer, not a URL)
  
  2002-02-14 17:07  jamest
  
***************
*** 405,449 ****
  2002-02-13 15:59  jamest
  
        * src/: GNObjects.py, UIwxpython.py: fixed window startup size on
!       win32 start of default path support for running forms (broken on
!       win32)
  
  2002-02-13 14:38  jamest
  
        * setup.py, src/GNClient.py, src/GNObjects.py, src/GNParser.py,
!       src/UItext.py, src/UIwxpython.py, src/UIwxweb.py: added type='app'
!       support to steps added hourglass feedback on form/app launch fixed
!       setup to include Actions package on install
  
  2002-01-22 19:25  jcater
  
        * src/GNObjects.py: implemented a basic GNUe Navigator module for
!       GNUe Designer
  
  2002-01-21 17:56  jcater
  
        * src/UIwxweb.py: added widget toolbar to designer; not yet
!       functional
  
  2002-01-18 14:57  jcater
  
        * src/: UIwxpython.py, UIwxweb.py: fixed problem w/navigator
!       hanging on exit
  
  2002-01-13 23:40  jcater
  
        * src/Actions/: gnome_menu.py, kde_menu.py: fixed issue with '/' in
!       directories/submenus
  
  2002-01-13 22:13  jcater
  
        * src/Actions/: gnome_menu.py, kde_menu.py: fixed issue with '/' in
!       filenames
  
  2002-01-11 01:35  jcater
  
        * src/__init__.py: misc changes; restructuring -- this may
!       temporarily break cvs, I'll fix in the AM
  
  2002-01-10 19:14  jcater
  
--- 478,522 ----
  2002-02-13 15:59  jamest
  
        * src/: GNObjects.py, UIwxpython.py: fixed window startup size on
!         win32 start of default path support for running forms (broken on
!         win32)
  
  2002-02-13 14:38  jamest
  
        * setup.py, src/GNClient.py, src/GNObjects.py, src/GNParser.py,
!         src/UItext.py, src/UIwxpython.py, src/UIwxweb.py: added
!         type='app' support to steps added hourglass feedback on form/app
!         launch fixed setup to include Actions package on install
  
  2002-01-22 19:25  jcater
  
        * src/GNObjects.py: implemented a basic GNUe Navigator module for
!         GNUe Designer
  
  2002-01-21 17:56  jcater
  
        * src/UIwxweb.py: added widget toolbar to designer; not yet
!         functional
  
  2002-01-18 14:57  jcater
  
        * src/: UIwxpython.py, UIwxweb.py: fixed problem w/navigator
!         hanging on exit
  
  2002-01-13 23:40  jcater
  
        * src/Actions/: gnome_menu.py, kde_menu.py: fixed issue with '/' in
!         directories/submenus
  
  2002-01-13 22:13  jcater
  
        * src/Actions/: gnome_menu.py, kde_menu.py: fixed issue with '/' in
!         filenames
  
  2002-01-11 01:35  jcater
  
        * src/__init__.py: misc changes; restructuring -- this may
!         temporarily break cvs, I'll fix in the AM
  
  2002-01-10 19:14  jcater
  
***************
*** 452,469 ****
  2002-01-08 23:09  jcater
  
        * AUTHORS, README: updated AUTHORS and created a basic README   **
!       SOMEONE PLEASE DO A BETTER README **
  
  2002-01-08 22:57  jcater
  
        * src/: GNClient.py, Actions/__init__.py, Actions/gnome_menu.py,
!       Actions/kde_menu.py: Implemented --install-kde-menu and
!       --install-gnome-menu functionality
  
  2002-01-08 18:07  jcater
  
        * src/: GNClient.py, UItext.py, UIwxpython.py: added a text-based
!       (line-oriented) menu module
  
  2002-01-08 16:31  jcater
  
--- 525,542 ----
  2002-01-08 23:09  jcater
  
        * AUTHORS, README: updated AUTHORS and created a basic README   **
!         SOMEONE PLEASE DO A BETTER README **
  
  2002-01-08 22:57  jcater
  
        * src/: GNClient.py, Actions/__init__.py, Actions/gnome_menu.py,
!         Actions/kde_menu.py: Implemented --install-kde-menu and
!         --install-gnome-menu functionality
  
  2002-01-08 18:07  jcater
  
        * src/: GNClient.py, UItext.py, UIwxpython.py: added a text-based
!         (line-oriented) menu module
  
  2002-01-08 16:31  jcater
  
***************
*** 472,478 ****
  2002-01-08 16:16  jcater
  
        * AUTHORS, COPYING, ChangeLog, INSTALL, README, samples/sample.gpd,
!       scripts/gnue-navigator.in, src/GNClient.py, src/GNObjects.py,
!       src/GNParser.py, src/UIwxpython.py, src/__init__.py: first stab at
!       a navigator
  
--- 545,551 ----
  2002-01-08 16:16  jcater
  
        * AUTHORS, COPYING, ChangeLog, INSTALL, README, samples/sample.gpd,
!         scripts/gnue-navigator.in, src/GNClient.py, src/GNObjects.py,
!         src/GNParser.py, src/UIwxpython.py, src/__init__.py: first stab
!         at a navigator
  
Index: gnue-navigator/NEWS
diff -c gnue-navigator/NEWS:1.9 gnue-navigator/NEWS:1.10
*** gnue-navigator/NEWS:1.9     Sun Aug 10 14:15:39 2003
--- gnue-navigator/NEWS Mon Oct 20 21:46:31 2003
***************
*** 1,3 ****
--- 1,7 ----
+ New features/changes in version 0.0.6: (##-OCT-2003)
+ o Switched to gnue-common enhanced setup system
+ o Minor bug fixes
+ 
  New features/changes in version 0.0.5: (10-AUG-2003)
  o Reports support fixed
  o Improved windows support
Index: gnue-navigator/src/__init__.py
diff -c gnue-navigator/src/__init__.py:1.16 gnue-navigator/src/__init__.py:1.17
*** gnue-navigator/src/__init__.py:1.16 Sun Oct  5 13:45:44 2003
--- gnue-navigator/src/__init__.py      Mon Oct 20 21:46:31 2003
***************
*** 31,37 ****
  #   5. Commit to CVS
  
  _version = (0,0,6)
! _release = 0
  
  # Version will be of the form "1.1.2" if a release or "1.1.1.99" if in CVS
  if _release:
--- 31,37 ----
  #   5. Commit to CVS
  
  _version = (0,0,6)
! _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]