commit-gnue
[Top][All Lists]
Advanced

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

r5241 - in trunk: gnue-appserver gnue-appserver/src gnue-common/doc/tech


From: reinhard
Subject: r5241 - in trunk: gnue-appserver gnue-appserver/src gnue-common/doc/technotes gnue-common/src gnue-designer gnue-designer/src gnue-forms gnue-forms/src gnue-navigator gnue-reports gnue-reports/src
Date: Fri, 5 Mar 2004 14:58:23 -0600 (CST)

Author: reinhard
Date: 2004-03-05 14:58:00 -0600 (Fri, 05 Mar 2004)
New Revision: 5241

Modified:
   trunk/gnue-appserver/ChangeLog
   trunk/gnue-appserver/src/__init__.py
   trunk/gnue-common/doc/technotes/00011.txt
   trunk/gnue-common/src/__init__.py
   trunk/gnue-designer/ChangeLog
   trunk/gnue-designer/src/__init__.py
   trunk/gnue-forms/ChangeLog
   trunk/gnue-forms/src/__init__.py
   trunk/gnue-navigator/ChangeLog
   trunk/gnue-reports/ChangeLog
   trunk/gnue-reports/src/__init__.py
Log:
Start work again after release.


Modified: trunk/gnue-appserver/ChangeLog
===================================================================
--- trunk/gnue-appserver/ChangeLog      2004-03-05 20:28:59 UTC (rev 5240)
+++ trunk/gnue-appserver/ChangeLog      2004-03-05 20:58:00 UTC (rev 5241)
@@ -1,3 +1,11 @@
+2004-03-05 18:06:40  Rev 5231   reinhard
+
+       * : Fix some svn:ignore properties.
+
+2004-03-05 18:00:16  Rev 5230   reinhard
+
+       * NEWS, ChangeLog: Updated ChangeLog and NEWS.
+
 2004-03-05 10:42:58  Rev 5224   reinhard
 
        * BUGS: We did make all strings translatable.

Modified: trunk/gnue-appserver/src/__init__.py
===================================================================
--- trunk/gnue-appserver/src/__init__.py        2004-03-05 20:28:59 UTC (rev 
5240)
+++ trunk/gnue-appserver/src/__init__.py        2004-03-05 20:58:00 UTC (rev 
5241)
@@ -31,8 +31,8 @@
 #   4. Set _release = 0
 #   5. Commit to CVS
 
-_version = (0,0,6)
-_release = 1
+_version = (0,0,7)
+_release = 0
 
 # Version will be of the form "1.1.2" if a release or "1.1.1.99" if in CVS
 if _release:

Modified: trunk/gnue-common/doc/technotes/00011.txt
===================================================================
--- trunk/gnue-common/doc/technotes/00011.txt   2004-03-05 20:28:59 UTC (rev 
5240)
+++ trunk/gnue-common/doc/technotes/00011.txt   2004-03-05 20:58:00 UTC (rev 
5241)
@@ -46,7 +46,7 @@
   "setup.py sdist --format='gztar,zip'"
 
 * Tag subversion.
-  "svn copy 
svn+ssh://svn.gnuenterprise.org/var/svn/gnue/tags/<package>-x-x-x-release"
+  "svn copy svn+ssh://svn.gnuenterprise.org/var/svn/gnue/trunk/gnue-<package> 
svn+ssh://svn.gnuenterprise.org/var/svn/gnue/tags/<package>-x-x-x-release"
 
 * Post the release to the web and remove the prerelease:
   "scp dist/* address@hidden:/var/www/downloads/releases"

Modified: trunk/gnue-common/src/__init__.py
===================================================================
--- trunk/gnue-common/src/__init__.py   2004-03-05 20:28:59 UTC (rev 5240)
+++ trunk/gnue-common/src/__init__.py   2004-03-05 20:58:00 UTC (rev 5241)
@@ -38,8 +38,8 @@
 
 
 
-_version = (0,5,3)
-_release = 1
+_version = (0,5,4)
+_release = 0
 
 # Version will be of the form "1.1.2" if a release or "1.1.1.99" if in CVS
 if _release:

Modified: trunk/gnue-designer/ChangeLog
===================================================================
--- trunk/gnue-designer/ChangeLog       2004-03-05 20:28:59 UTC (rev 5240)
+++ trunk/gnue-designer/ChangeLog       2004-03-05 20:58:00 UTC (rev 5241)
@@ -1,3 +1,11 @@
+2004-03-05 18:06:40  Rev 5231   reinhard
+
+       * : Fix some svn:ignore properties.
+
+2004-03-05 18:00:16  Rev 5230   reinhard
+
+       * ChangeLog, NEWS: Updated ChangeLog and NEWS.
+
 2004-03-01 18:05:54  Rev 5206   reinhard
 
        * MANIFEST.in: Updated list of distributable files to not include .

Modified: trunk/gnue-designer/src/__init__.py
===================================================================
--- trunk/gnue-designer/src/__init__.py 2004-03-05 20:28:59 UTC (rev 5240)
+++ trunk/gnue-designer/src/__init__.py 2004-03-05 20:58:00 UTC (rev 5241)
@@ -31,8 +31,8 @@
 #   4. Set _release = 0
 #   5. Commit to CVS
 
-_version = (0,5,3)
-_release = 1
+_version = (0,5,4)
+_release = 0
 
 # Version will be of the form "1.1.2" if a release or "1.1.1.99" if in CVS
 if _release:

Modified: trunk/gnue-forms/ChangeLog
===================================================================
--- trunk/gnue-forms/ChangeLog  2004-03-05 20:28:59 UTC (rev 5240)
+++ trunk/gnue-forms/ChangeLog  2004-03-05 20:58:00 UTC (rev 5241)
@@ -1,3 +1,11 @@
+2004-03-05 18:06:40  Rev 5231   reinhard
+
+       * : Fix some svn:ignore properties.
+
+2004-03-05 18:00:16  Rev 5230   reinhard
+
+       * NEWS, ChangeLog: Updated ChangeLog and NEWS.
+
 2004-03-05 11:45:03  Rev 5225   btami
 
        * src/GFDisplayHandler.py, src/GFForm.py, 

Modified: trunk/gnue-forms/src/__init__.py
===================================================================
--- trunk/gnue-forms/src/__init__.py    2004-03-05 20:28:59 UTC (rev 5240)
+++ trunk/gnue-forms/src/__init__.py    2004-03-05 20:58:00 UTC (rev 5241)
@@ -32,8 +32,8 @@
 #   4. Set _release = 0
 #   5. Commit to CVS
 
-_version = (0,5,3)
-_release = 1
+_version = (0,5,4)
+_release = 0
 
 # Version will be of the form "1.1.2" if a release or "1.1.1.99" if in CVS
 if _release:

Modified: trunk/gnue-navigator/ChangeLog
===================================================================
--- trunk/gnue-navigator/ChangeLog      2004-03-05 20:28:59 UTC (rev 5240)
+++ trunk/gnue-navigator/ChangeLog      2004-03-05 20:58:00 UTC (rev 5241)
@@ -1,551 +1,614 @@
-2003-10-06 14:10  jcater
+2004-03-05 18:06:40  Rev 5231   reinhard
 
-       * doc/: Concepts-Guide.sxw, Tech-Reference.sxw: fixed zero-length
+       * : Fix some svn:ignore properties.
+
+2004-03-01 18:05:54  Rev 5206   reinhard
+
+       * MANIFEST.in: Updated list of distributable files to not include .
+         svn directories.
+
+2004-02-24 04:45:21  Rev 5146   jcater
+
+       * src/UIwx.py: cleanup of driver init; added embeddable form support 
+         into gnue-navigator
+
+2004-01-29 20:52:10  Rev 5053   jcater
+
+       * src/__init__.py: fixed the release flags leftover from last 
+         release cycle
+
+2004-01-06 06:48:39  Rev 5025   jcater
+
+       * setup.py: fixed install to ignore .svn instead of CVS/
+
+2004-01-05 16:44:29  Rev 5024   jcater
+
+       * src/UIwin32.py, src/GNParser.py, src/Actions/kde_menu.py, setup.py,
+         src/UIwx.py, src/__init__.py, src/Actions/gnome_menu.py, 
+         src/GNObjects.py, src/GNConfig.py, src/UIweb.py, src/UItext.py, 
+         src/UIgtk2.py, src/GNClient.py: updated copyright header
+
+2003-12-18 00:19:12  Rev 4975   jcater
+
+       * src/Actions/.cvsignore, scripts/.cvsignore, .cvsignore, 
+         packaging/debian, src, src/.cvsignore, src/Actions, scripts, 
+         packaging/debian/.cvsignore: converted .cvsignore to svn propset 
+         svn:ignore
+
+2003-11-07 21:04:01  Rev 4851   btami
+
+       * AUTHORS: updated AUTHORS
+
+2003-10-27 19:44:29  Rev 4820   jbailey
+
+       * packaging/debian/rules: Add clean rule from Debian packaging
+
+2003-10-22 19:38:04  Rev 4816   jamest
+
+       * src/__init__.py: making release
+
+2003-10-22 15:48:06  Rev 4815   jbailey
+
+       * packaging/debian/.cvsignore: Add missing file
+
+2003-10-22 15:47:49  Rev 4814   jbailey
+
+       * packaging/debian/compat, packaging/debian/README.cvs, 
+         packaging/debian/changelog, packaging/debian/copyright, 
+         packaging/debian/rules, packaging/debian, packaging/debian/control:
+         Initial commit of Debian packaging for navigator
+
+2003-10-21 16:21:50  Rev 4812   reinhard
+
+       * src/__init__.py: Set release back to 0 for prereleases.
+
+2003-10-21 16:20:27  Rev 4811   reinhard
+
+       * setup.py: Include samples into installation.
+
+2003-10-21 01:47:05  Rev 4796   jamest
+
+       * ChangeLog, NEWS, src/__init__.py: preping for release
+
+2003-10-06 19:10:56  Rev 4699   jcater
+
+       * doc/Concepts-Guide.sxw, doc/Tech-Reference.sxw: fixed zero-length 
          file
 
-2003-10-06 13:50  reinhard
+2003-10-06 18:50:20  Rev 4697   reinhard
 
-       * setup.py, doc/man/gnue-navigator.1: Include man page.
+       * setup.py, doc/man, doc/man/gnue-navigator.1: Include man page.
 
-2003-10-05 13:03  btami
+2003-10-05 18:03:05  Rev 4678   btami
 
-       * scripts/gnue-navigator: removed old "magic" code needed for
+       * scripts/gnue-navigator: removed old "magic" code needed for 
          mcmillan packaging on win32
 
-2003-10-05 12:45  reinhard
+2003-10-05 17:45:44  Rev 4677   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.
+       * setup.py, MANIFEST.in, .cvsignore, scripts/gnue-navigator, 
+         src/__init__.py, scripts/gnue-navigator.in, setup.cfg.in, scripts/.
+         cvsignore: Changed setup script to use GSetup.
 
-2003-09-26 15:17  btami
+2003-09-26 20:17:37  Rev 4616   btami
 
-       * src/: UIwxpython.py, UIwxweb.py: removed duplicated files
+       * src/UIwxweb.py, src/UIwxpython.py: removed duplicated files
 
-2003-09-25 20:04  jcater
+2003-09-26 01:07:46  Rev 4608   jcater
 
        * setup.cvs: Added a new per-module cvs setup system
 
-2003-09-25 18:17  reinhard
+2003-09-25 23:17:16  Rev 4605   reinhard
 
-       * src/: GNClient.py, GNObjects.py: Do not use depreciated
+       * src/GNObjects.py, src/GNClient.py: Do not use depreciated 
          environment variable INSTALL_PREFIX
 
-2003-09-18 22:59  jcater
+2003-09-19 04:01:38  Rev 4531   jcater
 
        * setup.py: fix for --prefix
 
-2003-08-22 06:59  jcater
+2003-08-22 11:59:33  Rev 4445   jcater
 
-       * src/: UIgtk2.py, UIwx.py, UIwxpython.py: proper fix for version
-         display
+       * src/UIwx.py, src/UIwxpython.py, src/UIgtk2.py: proper fix for 
+         version display
 
-2003-08-21 10:57  jcater
+2003-08-21 15:57:53  Rev 4442   jcater
 
        * src/__init__.py: updated release status
 
-2003-08-20 08:57  dneighbors
+2003-08-20 13:57:01  Rev 4440   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
+       * 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
+2003-08-20 04:36:03  Rev 4439   dneighbors
 
-       * src/UIwx.py: Updated hard coded version number, needs to be
+       * src/UIwx.py: Updated hard coded version number, needs to be 
          changed to dynamic number I suspect.
 
-2003-08-10 18:28  btami
+2003-08-10 23:28:29  Rev 4398   btami
 
-       * src/: GNClient.py, UIweb.py, UIwx.py: changing to dyn_import
+       * src/UIweb.py, src/UIwx.py, src/GNClient.py: changing to dyn_import
 
-2003-08-10 13:15  jcater
+2003-08-10 18:15:48  Rev 4397   jcater
 
        * NEWS: updated dates in NEWS files
 
-2003-08-10 13:09  jcater
+2003-08-10 18:09:41  Rev 4396   jcater
 
        * ChangeLog: last minute release commits
 
-2003-08-04 10:41  siesel
+2003-08-04 15:41:37  Rev 4371   siesel
 
-       * src/: GNClient.py, UIgtk2.py: add gtk2 UI option to
+       * src/GNClient.py, src/UIgtk2.py: add gtk2 UI option to 
          gnue-navigator (enable with -u gtk2)
 
-2003-07-25 20:47  jamest
+2003-07-26 01:47:45  Rev 4339   jamest
 
        * src/__init__.py: prerelease prep
 
-2003-07-25 19:56  jamest
+2003-07-26 00:57:25  Rev 4338   jamest
 
        * ChangeLog, NEWS: preping for release
 
-2003-07-05 17:09  btami
+2003-07-05 22:09:30  Rev 4293   btami
 
        * src/UIwin32.py: A first activex contol in GNUe, wow !
 
-2003-06-27 02:22  btami
+2003-06-27 07:22:43  Rev 4279   btami
 
        * src/UIwin32.py: more work on win32 navigator
 
-2003-06-25 18:03  btami
+2003-06-25 23:03:50  Rev 4274   btami
 
-       * src/: GNClient.py, UIwin32.py: starting a native win32 navigator
+       * src/UIwin32.py, src/GNClient.py: starting a native win32 navigator 
          driver
 
-2003-06-16 07:39  btami
+2003-06-16 12:39:27  Rev 4246   btami
 
-       * src/: GNClient.py, GNObjects.py: fixing reports support in
+       * src/GNObjects.py, src/GNClient.py: fixing reports support in 
          navigator
 
-2003-04-15 17:06  jcater
+2003-04-15 22:06:32  Rev 4046   jcater
 
-       * src/__init__.py: set version numbers to reflect development
-         status
+       * src/__init__.py: set version numbers to reflect development status
 
-2003-04-15 16:35  jcater
+2003-04-15 21:35:18  Rev 4045   jcater
 
        * NEWS, src/__init__.py: updated navigator version
 
-2003-04-07 12:50  jamest
+2003-04-07 17:50:28  Rev 4035   jamest
 
        * src/UIwxpython.py: get navigator working again
 
-2003-04-06 21:12  jamest
+2003-04-07 02:12:35  Rev 4028   jamest
 
        * src/__init__.py: last updates prior to release
 
-2003-04-06 20:16  jamest
+2003-04-07 01:16:06  Rev 4027   jamest
 
        * NEWS: Updating text docs for release
 
-2003-04-02 15:20  jcater
+2003-04-02 21:20:11  Rev 3975   jcater
 
        * NEWS: updated NEWS
 
-2003-02-17 01:32  jcater
+2003-02-17 07:32:55  Rev 3792   jcater
 
-       * src/: GNClient.py, GNConfig.py, GNObjects.py, GNParser.py,
-         UItext.py, UIwxpython.py: phase I of gnue-common structural
-         cleanup
+       * src/GNConfig.py, src/GNParser.py, src/UItext.py, src/GNClient.py, 
+         src/UIwxpython.py, src/GNObjects.py: phase I of gnue-common 
+         structural cleanup
 
-2003-01-11 11:19  jcater
+2003-01-11 17:19:39  Rev 3750   jcater
 
        * src/GNClient.py: more independence fixes
 
-2003-01-11 11:05  jcater
+2003-01-11 17:05:30  Rev 3749   jcater
 
-       * src/: GNObjects.py, UIwxpython.py: fixed reports imports
+       * src/GNObjects.py, src/UIwxpython.py: fixed reports imports
 
-2003-01-01 18:45  jcater
+2003-01-02 00:45:49  Rev 3711   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
+       * src/GNConfig.py, src/GNParser.py, src/Actions/kde_menu.py, 
+         src/UItext.py, src/UIwxweb.py, src/GNClient.py, setup.py, 
+         src/UIwxpython.py, scripts/gnue-navigator.in, setup.cfg.in, 
+         src/__init__.py, src/Actions/gnome_menu.py, src/GNObjects.py: 
+         updated copyright headers
 
-2002-12-11 19:00  jcater
+2002-12-12 01:00:02  Rev 3599   jcater
 
        * ROADMAP.in: added roadmap/feature plan template and parser script
 
-2002-11-19 14:52  jcater
+2002-11-19 20:52:13  Rev 3473   jcater
 
-       * src/: GNParser.py, __init__.py: added description to be a child
+       * src/__init__.py, src/GNParser.py: added description to be a child 
          of step
 
-2002-11-17 19:27  jamest
+2002-11-18 01:27:05  Rev 3467   jamest
 
        * ChangeLog, NEWS: Final updates for new release
 
-2002-11-17 19:17  jcater
+2002-11-18 01:17:24  Rev 3466   jcater
 
        * src/__init__.py: doc/version changes in prep for a release
 
-2002-11-14 14:26  jcater
+2002-11-14 20:26:44  Rev 3437   jcater
 
        * src/GNParser.py: fixes for the new gparser xmlelement support
 
-2002-11-13 23:05  jcater
+2002-11-14 05:05:28  Rev 3432   jcater
 
        * ChangeLog, NEWS: Updated NEWS and ChangeLogs
 
-2002-11-13 21:55  jcater
+2002-11-14 03:55:35  Rev 3427   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:
-
+       * packaging/mcmillan/hooks/hook-gnue.common.commdrivers._helpers.
+         RpcDoc.py, packaging/mcmillan/hooks, 
+         packaging/mcmillan/hooks/hook-gnue.forms.GFClient.py, 
+         packaging/mcmillan/hooks/hook-gnue.common.GConnections.py, 
+         packaging/mcmillan/hooks/hook-gnue.common.GComm.py, 
+         packaging/mcmillan/hooks/hook-gnue.reports.GREngine.py, 
+         packaging/mcmillan/hooks/hook-gnue.reports.GRFilters.py, 
+         packaging/mcmillan/navigator.spec:
          Added btami's mcmillan support files
 
-2002-11-12 18:39  jamest
+2002-11-13 00:39:06  Rev 3411   jamest
 
        * src/__init__.py: Remove python2.2ism
 
-2002-11-12 17:07  jcater
+2002-11-12 23:07:05  Rev 3406   jcater
 
-       * src/__init__.py: updated VERSION numbers to be the new .99 format
+       * src/__init__.py: updated VERSION numbers to be the new .99 format 
          for cvs
 
-2002-11-10 14:32  jcater
+2002-11-10 20:32:11  Rev 3387   jcater
 
        * src/GNParser.py: added missing buildImportableTags call
 
-2002-11-04 18:38  jcater
+2002-11-05 00:38:47  Rev 3357   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
+       * 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
+2002-11-04 18:59:20  Rev 3351   jamest
 
        * src/GNObjects.py: Made navigator work w/ current rootObj call
 
-2002-11-04 08:55  jamest
+2002-11-04 14:55:51  Rev 3349   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
+       * 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
+2002-11-04 06:02:00  Rev 3348   jcater
 
-       * src/GNParser.py:
-
+       * src/GNParser.py: 
          * Misc cleanup
 
-2002-11-02 00:02  jcater
+2002-11-02 06:02:01  Rev 3340   jcater
 
-       * src/GNObjects.py: moved the dumpXML root call into GRootObj, so
+       * 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
+2002-10-07 21:45:15  Rev 3248   jcater
 
        * src/__init__.py: updating version numbers to 'development' status
 
-2002-09-29 19:56  jcater
+2002-09-30 00:56:34  Rev 3234   jcater
 
        * setup.py: added manfile support
 
-2002-09-29 19:27  jcater
+2002-09-30 00:27:45  Rev 3232   jcater
 
        * TODO: TODO fixes
 
-2002-09-29 19:19  jcater
+2002-09-30 00:19:18  Rev 3230   jcater
 
-       * ChangeLog, packaging/mcmillan/navigator.spec, src/__init__.py:
-         final changes for release
+       * src/__init__.py, packaging/mcmillan, packaging, ChangeLog, 
+         packaging/mcmillan/navigator.spec: final changes for release
 
-2002-09-25 18:05  jcater
+2002-09-25 23:05:54  Rev 3217   jcater
 
-       * doc/: Concepts-Guide.sxw, Tech-Reference.sxw: updates to
+       * doc/Concepts-Guide.sxw, doc/Tech-Reference.sxw: updates to 
          documentation
 
-2002-09-23 23:41  jcater
+2002-09-24 04:41:10  Rev 3208   jcater
 
-       * src/UIwxpython.py: fixed runForm support in Navigator (darn
-         typos, part 2)
+       * src/UIwxpython.py: fixed runForm support in Navigator (darn typos, 
+         part 2)
 
-2002-09-23 23:38  jcater
+2002-09-24 04:38:39  Rev 3207   jcater
 
-       * src/UIwxpython.py: fixed runForm support in Navigator (darn
-         typos)
+       * src/UIwxpython.py: fixed runForm support in Navigator (darn typos)
 
-2002-09-23 23:35  jcater
+2002-09-24 04:35:49  Rev 3206   jcater
 
        * src/UIwxpython.py: fixed runForm support in Navigator
 
-2002-09-20 14:23  jcater
+2002-09-20 19:23:57  Rev 3183   jcater
 
        * MANIFEST.in: added support files needed for sdist
 
-2002-09-20 01:23  jcater
+2002-09-20 06:23:30  Rev 3182   jcater
 
-       * ChangeLog, INSTALL, NEWS: first round of changes to text
-         documents in prep for a release
+       * ChangeLog, NEWS, INSTALL: first round of changes to text documents 
+         in prep for a release
 
-2002-09-17 10:27  jcater
+2002-09-17 15:27:45  Rev 3157   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
+       * src/UIwxpython.py, src/GNClient.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
+2002-08-08 14:47:55  Rev 3093   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
+       * 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
+2002-07-18 18:29:03  Rev 3030   jcater
 
        * doc/technotes/index.txt: added footer message
 
-2002-07-18 13:23  jcater
+2002-07-18 18:23:49  Rev 3029   jcater
 
-       * doc/technotes/: 00000.txt, index.txt: added technote structure
+       * doc/technotes/00000.txt, doc/technotes/index.txt, doc/technotes: 
+         added technote structure
 
-2002-07-15 15:00  jcater
+2002-07-15 20:00:18  Rev 3018   jcater
 
-       * doc/gnue-navigator.dtd: more changes to DTD to play nicer with
-         emacs
+       * doc/gnue-navigator.dtd: more changes to DTD to play nicer with emacs
 
-2002-07-15 14:35  jcater
+2002-07-15 19:35:46  Rev 3017   jcater
 
        * doc/gnue-navigator.dtd: misc changes in DTD formatting
 
-2002-07-01 18:09  jamest
+2002-07-01 23:09:14  Rev 2944   jamest
 
-       * src/UIwxpython.py: Added delete() to trigger namespace to delete
-         the current record being commited usefull in pre-commit triggers
+       * 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
+2002-07-01 00:30:50  Rev 2941   jcater
 
-       * doc/gnue-navigator.dtd: Reworked support for gnuedtd... created
-         base tool's DTD's as an example
+       * doc, doc/gnue-navigator.dtd: Reworked support for gnuedtd... 
+         created base tool's DTD's as an example
 
-2002-06-30 19:26  jcater
+2002-07-01 00:26:56  Rev 2940   jcater
 
        * FAQ, NEWS, TODO: documentation stubs
 
-2002-06-10 18:42  siesel
+2002-06-10 23:42:38  Rev 2903   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
+       * src/GNConfig.py, src/UIwxweb.py, src/GNObjects.py, src/UIwxpython.
+         py, src/UItext.py, samples/foobulations.gpd, src/GNClient.py: add 
+         foobulations navigator test changes to let navigator start reports 
+         with single logon
 
-2002-06-07 05:11  siesel
+2002-06-07 10:11:09  Rev 2894   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.
+       * src/UIwxweb.py, src/UIwxpython.py, src/UItext.py, src/GNClient.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
+2002-06-07 05:24:46  Rev 2893   dneighbors
 
-       * src/GNClient.py: Lame fix to circumvent fact that web interface
+       * src/GNClient.py: Lame fix to circumvent fact that web interface 
          isnt same as wx interface just yet.
 
-2002-06-06 22:03  dneighbors
+2002-06-07 03:03:05  Rev 2892   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
+       * 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
+2002-06-07 02:15:38  Rev 2891   jamest
 
-       * samples/sample.gpd, src/UIwxpython.py: Minor updates to sample
-         and new startup page
+       * src/UIwxpython.py, samples/sample.gpd: Minor updates to sample and 
+         new startup page
 
-2002-06-06 17:07  jamest
+2002-06-06 22:08:00  Rev 2888   jamest
 
-       * samples/sample.gpd, src/GNObjects.py, src/GNParser.py,
-         src/UIwxpython.py: Added support for <description> tag that can
+       * src/GNObjects.py, src/UIwxpython.py, samples/sample.gpd, 
+         src/GNParser.py: Added support for <description> tag that can 
          contain html code containing help text for the navigator
 
-2002-06-06 16:16  siesel
+2002-06-06 21:16:08  Rev 2887   siesel
 
-       * samples/sample.gpd, src/UIwxpython.py: corrected sample.gfd add
+       * src/UIwxpython.py, samples/sample.gpd: corrected sample.gfd add 
          error dialog and removed endless handle error loop
 
-2002-06-06 15:55  jamest
+2002-06-06 20:55:40  Rev 2886   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
+       * src/UIwxweb.py, src/UIwxpython.py, src/GNParser.py, src/UItext.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
+2002-06-06 19:48:17  Rev 2885   jamest
 
-       * src/UIwxpython.py: Starting to add description/help pane to
+       * src/UIwxpython.py: Starting to add description/help pane to 
          navigator
 
-2002-06-05 19:35  jcater
+2002-06-06 00:35:47  Rev 2883   jcater
 
-       * src/UIwxpython.py: It's here! GNUe Navigator can launch multiple
-         forms within its python instance, requiring a single session
-         login
+       * 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
+2002-06-05 23:02:09  Rev 2882   jcater
 
-       * src/: GNClient.py, GNObjects.py, UIwxpython.py: more work on
+       * src/GNObjects.py, src/UIwxpython.py, src/GNClient.py: more work on 
          threading support in Navigator
 
-2002-06-04 22:54  jcater
+2002-06-05 03:54:27  Rev 2877   jcater
 
        * src/GNClient.py: more work on native support for forms
 
-2002-06-04 18:20  jcater
+2002-06-04 23:20:47  Rev 2876   jcater
 
-       * src/: GNClient.py, GNConfig.py, GNObjects.py, UIwxpython.py:
-         working on getting navigator to do local forms instances
+       * src/GNConfig.py, src/GNObjects.py, src/UIwxpython.py, src/GNClient.
+         py: working on getting navigator to do local forms instances
 
-2002-06-04 16:59  jcater
+2002-06-04 21:59:44  Rev 2875   jcater
 
        * src/UIwxpython.py: Changes to make default a tree
 
-2002-06-04 16:03  jcater
+2002-06-04 21:03:53  Rev 2873   jcater
 
        * src/UIwxweb.py: fix for web driver
 
-2002-06-03 14:42  jcater
+2002-06-03 19:42:40  Rev 2861   jcater
 
-       * README, setup.py: fixes for the client/ directory changes
+       * setup.py, README: fixes for the client/ directory changes
 
-2002-06-02 17:21  jcater
+2002-06-02 22:21:42  Rev 2848   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
+       * 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
+2002-06-01 17:47:34  Rev 2844   jcater
 
-       * setup.py: added missing MANIFEST entries; added support for
-         GNUE_VERSION_SUFFIX to the setup.py's to ease the creating of
+       * 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
+2002-05-21 05:33:11  Rev 2776   baumannd
 
-       * scripts/.cvsignore, src/.cvsignore, src/Actions/.cvsignore:
-         Ignore some files.
+       * src/Actions/.cvsignore, src/.cvsignore, scripts/.cvsignore: Ignore 
+         some files.
 
-2002-05-04 11:45  jamest
+2002-05-04 16:45:09  Rev 2706   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 :)
+       * src/GNConfig.py, src/Actions/kde_menu.py, src/Actions/gnome_menu.
+         py, src/UIwxpython.py, src/GNObjects.py, src/GNClient.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
+2002-04-27 20:59:51  Rev 2650   jcater
 
-       * setup.py: to do a non-standard installation, pass "--cfg-file
+       * 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
+2002-04-22 15:46:21  Rev 2640   jcater
 
        * .cvsignore: added cvsignore file
 
-2002-04-22 02:18  jcater
+2002-04-22 07:18:16  Rev 2638   jcater
 
-       * setup.py: fixed if's without corresponding code blocks (per
-         btami)
+       * setup.py: fixed if's without corresponding code blocks (per btami)
 
-2002-04-18 10:12  jcater
+2002-04-18 15:12:31  Rev 2629   jcater
 
        * setup.py: [WO #30] removed PyXML checks from the setup scripts
 
-2002-04-17 14:09  jamest
+2002-04-17 19:09:19  Rev 2627   jamest
 
-       * src/__init__.py: removed getObjectType() clean up start of some
+       * src/__init__.py: removed getObjectType() clean up start of some 
          subtle new bugs
 
-2002-04-14 00:19  jcater
+2002-04-14 05:19:37  Rev 2611   jcater
 
        * AUTHORS: updates to documentation
 
-2002-04-02 21:52  dneighbors
+2002-04-03 03:52:32  Rev 2542   dneighbors
 
-       * src/GNObjects.py: ** Added log message instead of doing blind
-         pass until reports    type implemented.
+       * src/GNObjects.py: ** Added log message instead of doing blind pass 
+         until reports    type implemented.
 
-2002-03-22 01:38  jcater
+2002-03-22 07:38:36  Rev 2510   jcater
 
-       * src/GNParser.py: clarified the loadXML parameter names (renamed
-         the misleading 'URL' to 'buffer' as it expected an open file
+       * 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
+2002-02-14 23:07:42  Rev 2434   jamest
 
        * src/GNObjects.py: Windows updates syncing machines
 
-2002-02-14 00:01  jamest
+2002-02-14 06:01:48  Rev 2432   jamest
 
        * src/GNObjects.py: Check for missing formdir in gnue.conf
 
-2002-02-13 15:59  jamest
+2002-02-13 21:59:39  Rev 2431   jamest
 
-       * src/: GNObjects.py, UIwxpython.py: fixed window startup size on
-         win32 start of default path support for running forms (broken on
+       * src/GNObjects.py, src/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
+2002-02-13 20:38:42  Rev 2430   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
+       * setup.py, src/UIwxweb.py, src/GNObjects.py, src/UIwxpython.py, 
+         src/GNParser.py, src/UItext.py, src/GNClient.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
+2002-01-23 01:25:45  Rev 2355   jcater
 
-       * src/GNObjects.py: implemented a basic GNUe Navigator module for
+       * src/GNObjects.py: implemented a basic GNUe Navigator module for 
          GNUe Designer
 
-2002-01-21 17:56  jcater
+2002-01-21 23:57:37  Rev 2345   jcater
 
-       * src/UIwxweb.py: added widget toolbar to designer; not yet
-         functional
+       * src/UIwxweb.py: added widget toolbar to designer; not yet functional
 
-2002-01-18 14:57  jcater
+2002-01-18 20:57:06  Rev 2330   jcater
 
-       * src/: UIwxpython.py, UIwxweb.py: fixed problem w/navigator
+       * src/UIwxweb.py, src/UIwxpython.py: fixed problem w/navigator 
          hanging on exit
 
-2002-01-13 23:40  jcater
+2002-01-14 05:40:44  Rev 2304   jcater
 
-       * src/Actions/: gnome_menu.py, kde_menu.py: fixed issue with '/' in
-         directories/submenus
+       * src/Actions/gnome_menu.py, src/Actions/kde_menu.py: fixed issue 
+         with '/' in directories/submenus
 
-2002-01-13 22:13  jcater
+2002-01-14 04:13:41  Rev 2303   jcater
 
-       * src/Actions/: gnome_menu.py, kde_menu.py: fixed issue with '/' in
-         filenames
+       * src/Actions/gnome_menu.py, src/Actions/kde_menu.py: fixed issue 
+         with '/' in filenames
 
-2002-01-11 01:35  jcater
+2002-01-11 07:35:56  Rev 2290   jcater
 
-       * src/__init__.py: misc changes; restructuring -- this may
+       * src/__init__.py: misc changes; restructuring -- this may 
          temporarily break cvs, I'll fix in the AM
 
-2002-01-10 19:14  jcater
+2002-01-11 01:14:54  Rev 2288   jcater
 
-       * src/: GNClient.py, UIwxweb.py: syncing machines
+       * src/UIwxweb.py, src/GNClient.py: syncing machines
 
-2002-01-08 23:09  jcater
+2002-01-09 05:09:47  Rev 2278   jcater
 
-       * AUTHORS, README: updated AUTHORS and created a basic README   **
+       * README, AUTHORS: updated AUTHORS and created a basic README   ** 
          SOMEONE PLEASE DO A BETTER README **
 
-2002-01-08 22:57  jcater
+2002-01-09 04:57:41  Rev 2277   jcater
 
-       * src/: GNClient.py, Actions/__init__.py, Actions/gnome_menu.py,
-         Actions/kde_menu.py: Implemented --install-kde-menu and
-         --install-gnome-menu functionality
+       * src/Actions, src/Actions/gnome_menu.py, src/Actions/__init__.py, 
+         src/GNClient.py, src/Actions/kde_menu.py: Implemented 
+         --install-kde-menu and --install-gnome-menu functionality
 
-2002-01-08 18:07  jcater
+2002-01-09 00:07:36  Rev 2275   jcater
 
-       * src/: GNClient.py, UItext.py, UIwxpython.py: added a text-based
-         (line-oriented) menu module
+       * src/UIwxpython.py, src/UItext.py, src/GNClient.py: added a 
+         text-based (line-oriented) menu module
 
-2002-01-08 16:31  jcater
+2002-01-08 22:31:20  Rev 2273   jcater
 
-       * setup.cfg.in, setup.py, scripts/gnue-navigator.in: added setup.py
+       * setup.py, scripts/gnue-navigator.in, setup.cfg.in: added setup.py
 
-2002-01-08 16:16  jcater
+2002-01-08 22:16:55  Rev 2272   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
+       * COPYING, src/UIwxpython.py, src/__init__.py, src/GNClient.py, 
+         scripts/gnue-navigator.in, AUTHORS, src, scripts, ChangeLog, 
+         src/GNObjects.py, README, samples/sample.gpd, src/GNParser.py, 
+         samples, INSTALL: first stab at a navigator
 

Modified: trunk/gnue-reports/ChangeLog
===================================================================
--- trunk/gnue-reports/ChangeLog        2004-03-05 20:28:59 UTC (rev 5240)
+++ trunk/gnue-reports/ChangeLog        2004-03-05 20:58:00 UTC (rev 5241)
@@ -1,3 +1,11 @@
+2004-03-05 18:06:40  Rev 5231   reinhard
+
+       * : Fix some svn:ignore properties.
+
+2004-03-05 18:00:16  Rev 5230   reinhard
+
+       * ChangeLog, NEWS: Updated ChangeLog and NEWS.
+
 2004-03-01 18:05:54  Rev 5206   reinhard
 
        * MANIFEST.in: Updated list of distributable files to not include .

Modified: trunk/gnue-reports/src/__init__.py
===================================================================
--- trunk/gnue-reports/src/__init__.py  2004-03-05 20:28:59 UTC (rev 5240)
+++ trunk/gnue-reports/src/__init__.py  2004-03-05 20:58:00 UTC (rev 5241)
@@ -30,8 +30,8 @@
 #   4. Set _release = 0
 #   5. Commit to CVS
 
-_version = (0,1,4)
-_release = 1
+_version = (0,1,5)
+_release = 0
 
 # 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]