commit-gnue
[Top][All Lists]
Advanced

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

gnue appserver/ChangeLog appserver/src/__init__...


From: Jason Cater
Subject: gnue appserver/ChangeLog appserver/src/__init__...
Date: Sun, 29 Sep 2002 20:19:19 -0400

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/09/29 20:19:18

Modified files:
        appserver      : ChangeLog 
        appserver/src  : __init__.py 
        common         : ChangeLog 
        common/src     : __init__.py 
        designer       : setup.py 
        designer/packaging/mcmillan: designer.spec 
        designer/src   : __init__.py 
        forms          : ChangeLog 
        forms/packaging/inno: README gfclient.iss 
        forms/packaging/mcmillan: README forms.spec 
        forms/src      : __init__.py 
        navigator      : ChangeLog 
        navigator/src  : __init__.py 
        reports        : ChangeLog 
        reports/src    : __init__.py 
Added files:
        navigator/packaging/mcmillan: navigator.spec 

Log message:
        final changes for release

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/appserver/ChangeLog.diff?cvsroot=OldCVS&tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/appserver/src/__init__.py.diff?cvsroot=OldCVS&tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/common/ChangeLog.diff?cvsroot=OldCVS&tr1=1.13&tr2=1.14&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/common/src/__init__.py.diff?cvsroot=OldCVS&tr1=1.16&tr2=1.17&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/designer/setup.py.diff?cvsroot=OldCVS&tr1=1.35&tr2=1.36&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/designer/packaging/mcmillan/designer.spec.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/designer/src/__init__.py.diff?cvsroot=OldCVS&tr1=1.12&tr2=1.13&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/forms/ChangeLog.diff?cvsroot=OldCVS&tr1=1.26&tr2=1.27&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/forms/packaging/inno/README.diff?cvsroot=OldCVS&tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/forms/packaging/inno/gfclient.iss.diff?cvsroot=OldCVS&tr1=1.15&tr2=1.16&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/forms/packaging/mcmillan/README.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/forms/packaging/mcmillan/forms.spec.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/forms/src/__init__.py.diff?cvsroot=OldCVS&tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/navigator/ChangeLog.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/navigator/packaging/mcmillan/navigator.spec?cvsroot=OldCVS&rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/navigator/src/__init__.py.diff?cvsroot=OldCVS&tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/reports/ChangeLog.diff?cvsroot=OldCVS&tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/reports/src/__init__.py.diff?cvsroot=OldCVS&tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: gnue/appserver/ChangeLog
diff -c gnue/appserver/ChangeLog:1.4 gnue/appserver/ChangeLog:1.5
*** gnue/appserver/ChangeLog:1.4        Fri Sep 20 02:23:30 2002
--- gnue/appserver/ChangeLog    Sun Sep 29 20:19:17 2002
***************
*** 1,3 ****
--- 1,17 ----
+ 2002-09-23 15:32  jcater
+ 
+       * src/_featuretest/geasTransaction.py: fixes to allow mcmillan to
+       package designer
+ 
+ 2002-09-22 23:42  jcater
+ 
+       * NEWS: updated NEWS files
+ 
+ 2002-09-20 01:23  jcater
+ 
+       * ChangeLog: first round of changes to text documents in prep for a
+       release
+ 
  2002-09-18 09:07  siesel
  
        * INSTALL, INSTALL.cvs, setup.py, samples/setup-pgsql.sh,
Index: gnue/appserver/src/__init__.py
diff -c gnue/appserver/src/__init__.py:1.3 gnue/appserver/src/__init__.py:1.4
*** gnue/appserver/src/__init__.py:1.3  Sat Jun 15 15:51:35 2002
--- gnue/appserver/src/__init__.py      Sun Sep 29 20:19:17 2002
***************
*** 32,38 ****
  #   5. Commit to CVS
  
  _version = (0,0,2)
! _release = 0
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
--- 32,38 ----
  #   5. Commit to CVS
  
  _version = (0,0,2)
! _release = 1
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
Index: gnue/common/ChangeLog
diff -c gnue/common/ChangeLog:1.13 gnue/common/ChangeLog:1.14
*** gnue/common/ChangeLog:1.13  Fri Sep 20 02:23:30 2002
--- gnue/common/ChangeLog       Sun Sep 29 20:19:17 2002
***************
*** 1,3 ****
--- 1,100 ----
+ 2002-09-28 01:30  jcater
+ 
+       * src/GDataSource.py: added primarykey="" support to datasources to
+       eliminate the 'entire-record-is-a-where-clause hack
+ 
+ 2002-09-28 01:10  jcater
+ 
+       * src/GDataSource.py: added explicitfields attribute for updatable
+       datasources with no corresponding block [temp]
+ 
+ 2002-09-28 00:47  jcater
+ 
+       * src/GConditions.py: cleaned up GConditions file; added LOGIC
+       construct to buildConditionFromDict()
+ 
+ 2002-09-28 00:47  jcater
+ 
+       * src/GDataObjects.py: added setFields() to recordset's namespace
+ 
+ 2002-09-27 23:41  jcater
+ 
+       * src/GTrigger.py: fixed designer's incorrect creation of <![CDATA[
+       .. ]]> sections
+ 
+ 2002-09-27 23:26  jcater
+ 
+       * src/GTrigger.py: removed more redundant code from
+       GTrigger/GFTrigger to get designer to recognize recent changes to
+       GFTrigger's ValidTriggers list
+ 
+ 2002-09-27 13:24  arturas
+ 
+       * translations/ru/LC_MESSAGES/gnue.po: Translations source
+ 
+ 2002-09-27 13:23  arturas
+ 
+       * translations/ru/LC_MESSAGES/gnue.mo: Updated translations
+ 
+ 2002-09-25 15:20  jcater
+ 
+       * etc/: sample.gnue.conf, sample.report-filters.conf: added example
+       win32 lpr
+ 
+ 2002-09-24 08:44  siesel
+ 
+       * utils/xml2sql/: gadfly.xsl, sqlite.xsl: added XSLT stylesheets
+       for gadfly and sqlite
+ 
+ 2002-09-24 08:35  siesel
+ 
+       * README.databases, src/dbdrivers/gadfly/DBdriver.py,
+       src/dbdrivers/sqlite/DBdriver.py: * add gadfly and sqlite to
+       README.databases * add schema support to sqlite db
+ 
+ 2002-09-23 23:35  jcater
+ 
+       * src/GTrigger.py: fixed runForm support in Navigator
+ 
+ 2002-09-23 15:04  jcater
+ 
+       * src/dbdrivers/sapdb/DBdriver.py: applied Daniel Dittmar's patch
+       for SAP-DB introspection
+ 
+ 2002-09-23 12:32  siesel
+ 
+       * utils/: README, connection.gfd: add connection.gfd to
+       common/utils more Parameter fixes
+ 
+ 2002-09-23 10:52  jcater
+ 
+       * src/: GRootObj.py, GTrigger.py: added support for runForm() in
+       global namespace of forms; minor bugfixes in trigger system
+ 
+ 2002-09-23 06:19  siesel
+ 
+       * src/dbdrivers/mysql/DBdriver.py: moved mysql driver back to
+       fetchmany() (closing #126)
+ 
+ 2002-09-22 23:42  jcater
+ 
+       * NEWS: updated NEWS files
+ 
+ 2002-09-20 22:21  jcater
+ 
+       * doc/technotes/: 00007.txt, index.html, index.txt: added notes on
+       --cfg-file=
+ 
+ 2002-09-20 16:14  jcater
+ 
+       * src/commdrivers/_corba/CommDriver.py: changes needed for windows
+       binaries
+ 
+ 2002-09-20 01:23  jcater
+ 
+       * ChangeLog: first round of changes to text documents in prep for a
+       release
+ 
  2002-09-19 10:57  arturas
  
        * doc/technotes/00002.txt: Some more updates, probably known to
Index: gnue/common/src/__init__.py
diff -c gnue/common/src/__init__.py:1.16 gnue/common/src/__init__.py:1.17
*** gnue/common/src/__init__.py:1.16    Tue Sep 17 11:27:44 2002
--- gnue/common/src/__init__.py Sun Sep 29 20:19:17 2002
***************
*** 39,45 ****
  #   5. Commit to CVS
  
  _version = (0,4,0)
! _release = 0
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
--- 39,45 ----
  #   5. Commit to CVS
  
  _version = (0,4,0)
! _release = 1
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
Index: gnue/designer/packaging/mcmillan/designer.spec
diff -c gnue/designer/packaging/mcmillan/designer.spec:1.2 
gnue/designer/packaging/mcmillan/designer.spec:1.3
*** gnue/designer/packaging/mcmillan/designer.spec:1.2  Wed Sep 25 19:05:54 2002
--- gnue/designer/packaging/mcmillan/designer.spec      Sun Sep 29 20:19:17 2002
***************
*** 1,19 ****
! a = Analysis(['C:\\installer\\installer\\support\\_mountzlib.py',
!               'C:\\installer\\installer\\support\\useUnicode.py',
!               'C:\\installer\\designer\\gfd.py',
!               'c:\\python22\\lib\\keyword.py'],
!              pathex=['c:\\python22\\lib\\site-packages\\wxPython',
!                      'c:\\python22\\lib\\site-packages\\gnue'],
!              excludes=('wxPython.demo','wxPython.samples'))
  pyz = PYZ(a.pure)
  exe = EXE(pyz,
            a.scripts,
            exclude_binaries=1,
!           name='distgfd/gnue-designer.exe',
!           debug=1,
            strip=0,
!           console=1 )
  coll = COLLECT( exe,
                 a.binaries,
                 strip=0,
!                name='distgfd')
--- 1,19 ----
! a = Analysis(['C:\\installer\\Installer\\support\\_mountzlib.py',
!               'C:\\installer\\Installer\\support\\useUnicode.py',
!               'C:\\installer\\gnue\\gfd.py',
!               'C:\\installer\\gnue\\gnue-hidden-imports.py'],
!              pathex=[])
! 
  pyz = PYZ(a.pure)
+ 
  exe = EXE(pyz,
            a.scripts,
            exclude_binaries=1,
!           name='buildgnue-designer/gnue-designer.exe',
!           debug=0,
            strip=0,
!           console=0 )
  coll = COLLECT( exe,
                 a.binaries,
                 strip=0,
!                name='distgnue')
Index: gnue/designer/setup.py
diff -c gnue/designer/setup.py:1.35 gnue/designer/setup.py:1.36
*** gnue/designer/setup.py:1.35 Tue Sep 17 15:36:38 2002
--- gnue/designer/setup.py      Sun Sep 29 20:19:17 2002
***************
*** 193,204 ****
  
  
  docfiles = []
! for file in ('doc/DevelopersGuide-Forms.txt',
!              'doc/DevelopersGuide-Forms.pdf'):
!   if os.path.isfile(file):
!     docfiles.append(file)
!   else:
!     print "WARNING: File %s does not exist... not installing!" % file
  
  manfiles = []
  for file in ('man/gnue-designer.1',):
--- 193,204 ----
  
  
  docfiles = []
! #for file in ('doc/DevelopersGuide-Forms.txt',
! #             'doc/DevelopersGuide-Forms.pdf'):
! #  if os.path.isfile(file):
! #    docfiles.append(file)
! #  else:
! #    print "WARNING: File %s does not exist... not installing!" % file
  
  manfiles = []
  for file in ('man/gnue-designer.1',):
Index: gnue/designer/src/__init__.py
diff -c gnue/designer/src/__init__.py:1.12 gnue/designer/src/__init__.py:1.13
*** gnue/designer/src/__init__.py:1.12  Sat Jun 15 15:51:35 2002
--- gnue/designer/src/__init__.py       Sun Sep 29 20:19:17 2002
***************
*** 1,6 ****
  #
- # Copyright 2001 Free Software Foundation
- #
  # This file is part of GNU Enterprise.
  #
  # GNU Enterprise is free software; you can redistribute it
--- 1,4 ----
***************
*** 18,23 ****
--- 16,23 ----
  # write to the Free Software Foundation, Inc., 59 Temple Place
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
+ # Copyright 2001 Free Software Foundation
+ #
  
  
  #
***************
*** 31,37 ****
  #   5. Commit to CVS
  
  _version = (0,4,0)
! _release = 0
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
--- 31,37 ----
  #   5. Commit to CVS
  
  _version = (0,4,0)
! _release = 1
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
Index: gnue/forms/ChangeLog
diff -c gnue/forms/ChangeLog:1.26 gnue/forms/ChangeLog:1.27
*** gnue/forms/ChangeLog:1.26   Fri Sep 20 02:23:30 2002
--- gnue/forms/ChangeLog        Sun Sep 29 20:19:17 2002
***************
*** 1,3 ****
--- 1,112 ----
+ 2002-09-29 12:42  jcater
+ 
+       * packaging/: inno/gfclient.iss, mcmillan/README,
+       mcmillan/forms.spec: synching machines
+ 
+ 2002-09-28 01:10  jcater
+ 
+       * src/GFForm.py: added explicitfields attribute for updatable
+       datasources with no corresponding block [temp]
+ 
+ 2002-09-28 00:46  jcater
+ 
+       * src/GFForm.py: added support for form.commit() in triggers
+ 
+ 2002-09-27 23:26  jcater
+ 
+       * src/GFTrigger.py: removed more redundant code from
+       GTrigger/GFTrigger to get designer to recognize recent changes to
+       GFTrigger's ValidTriggers list
+ 
+ 2002-09-25 18:05  jcater
+ 
+       * doc/: Concepts-Guide.sxw, Developers-Guide.sxw,
+       Tech-Reference.sxw, Users-Guide.sxw, client-objects.dia,
+       components.dia, containers.dia, database.dia, gnuef.idl,
+       layout.dia, login-dialog.ps, techref.lyx, techref.txt,
+       user_guide.lyx, archive/client-objects.dia, archive/components.dia,
+       archive/containers.dia, archive/database.dia, archive/gnuef.idl,
+       archive/layout.dia: updates to documentation
+ 
+ 2002-09-25 17:26  jcater
+ 
+       * doc/techref.lyx: doc updates
+ 
+ 2002-09-25 15:35  jcater
+ 
+       * src/: GFForm.py, GFTrigger.py: added On-Startup form startup
+       trigger support
+ 
+ 2002-09-23 23:00  jcater
+ 
+       * src/GFObjects/GFEntry.py: removed extraneous debugging print
+       statement
+ 
+ 2002-09-23 22:59  jcater
+ 
+       * src/GFObjects/GFEntry.py:  added entry.get() and
+       entry.set('value') to GFEntry's trigger namespace
+ 
+ 2002-09-23 22:40  jcater
+ 
+       * src/GFObjects/GFEntry.py: reintroduced support for Pre-Change and
+       Post-Change triggers; called prior and after setting a field's
+       value
+ 
+ 2002-09-23 22:34  jcater
+ 
+       * src/GFForm.py: removed debugging "print" (doh!)
+ 
+ 2002-09-23 12:32  siesel
+ 
+       * src/GFObjects/GFParameter.py: add connection.gfd to common/utils
+       more Parameter fixes
+ 
+ 2002-09-23 11:11  siesel
+ 
+       * src/: GFForm.py, GFObjects/GFParameter.py: * added i18n stuff to
+       testcases/testrun.gpd * fixed conditional parameter support in
+       forms * add showMessage("") to triggernamespace
+ 
+ 2002-09-23 10:52  jcater
+ 
+       * src/: GFForm.py, GFTrigger.py: added support for runForm() in
+       global namespace of forms; minor bugfixes in trigger system
+ 
+ 2002-09-23 07:46  jcater
+ 
+       * src/uidrivers/wx/UIdriver.py: fixed traceback from
+       boxes-as-container temporary removal
+ 
+ 2002-09-23 04:55  siesel
+ 
+       * src/uidrivers/wx/UIdriver.py: move connection.gfd back to old
+       (boxes!=container) format fix UIdriver
+ 
+ 2002-09-22 23:42  jcater
+ 
+       * NEWS: updated NEWS files
+ 
+ 2002-09-22 10:58  jcater
+ 
+       * packaging/mcmillan/gfclient-PY21.cfg: restored python 2.1 setup
+       files
+ 
+ 2002-09-21 07:47  arturas
+ 
+       * src/uidrivers/wx/UIdriver.py: Minor updates.
+ 
+ 2002-09-20 16:14  jcater
+ 
+       * doc/techref.txt, packaging/inno/gfclient.iss,
+       packaging/mcmillan/gfclient.cfg: changes needed for windows
+       binaries
+ 
+ 2002-09-20 01:23  jcater
+ 
+       * AUTHORS, ChangeLog: first round of changes to text documents in
+       prep for a release
+ 
  2002-09-20 01:20  jcater
  
        * src/uidrivers/: _base/UIWidget.py, wx/UIdriver.py: temporarily
***************
*** 7,14 ****
  
  2002-09-19 04:58  siesel
  
!       * samples/configfile/connection.gfd, src/GFObjects/GFContainer.py:
!       fix connection.gfd to work with "box as container" patch
  
  2002-09-18 19:17  jcater
  
--- 116,123 ----
  
  2002-09-19 04:58  siesel
  
!       * src/GFObjects/GFContainer.py: fix connection.gfd to work with
!       "box as container" patch
  
  2002-09-18 19:17  jcater
  
***************
*** 79,96 ****
        uidrivers/wx/UIdriver.py: applied Via Libre's
        GFBoxes-as-container's patch [untested]
  
- 2002-09-14 09:19  siesel
- 
-       * samples/configfile/: README, TODO, connection.gfd: add a
-       "configfile" DB driver to edit config files add an "connection.cfd"
-       example which can be directly used to edit your private
-       "connection.conf".
- 
- 2002-09-11 15:23  siesel
- 
-       * samples/trigger/showparameter.gfd: add missing ":" to
-       __init__.py, add <parameter> tag to showparameter.gfd example
- 
  2002-09-10 13:35  jcater
  
        * src/GFParser.py, src/GFObjects/GFParameter.py,
--- 188,193 ----
***************
*** 99,106 ****
  
  2002-09-10 12:34  siesel
  
!       * doc/technotes/00003.txt, samples/trigger/showparameter.gfd: add a
!       test form for user parameters and some more explanations
  
  2002-09-10 10:34  jcater
  
--- 196,203 ----
  
  2002-09-10 12:34  siesel
  
!       * doc/technotes/00003.txt: add a test form for user parameters and
!       some more explanations
  
  2002-09-10 10:34  jcater
  
***************
*** 387,394 ****
  
  2002-06-17 19:57  jcater
  
!       * samples/geas/person.gfd,
!       samples/inventory/forms/inv_maintenance.gfd,
        samples/location/forms/county_maint.gfd,
        samples/location/forms/zip_coords_maint.gfd,
        samples/location/forms/zipcode_maint.gfd,
--- 484,490 ----
  
  2002-06-17 19:57  jcater
  
!       * samples/inventory/forms/inv_maintenance.gfd,
        samples/location/forms/county_maint.gfd,
        samples/location/forms/zip_coords_maint.gfd,
        samples/location/forms/zipcode_maint.gfd,
***************
*** 552,565 ****
  
  2002-05-30 09:33  jcater
  
!       * samples/button/forms/THIS_SAMPLE_IS_BROKEN, src/GFInstance.py,
!       src/GFObjects/GFButton.py, src/GFObjects/GFValue.py: Gave a more
!       meaningful warning message if there are no navigable widgets in a
!       form
! 
! 2002-05-30 09:21  jcater
! 
!       * samples/trigger/trigger.gfd: fixed sample form
  
  2002-05-29 22:56  jcater
  
--- 648,656 ----
  
  2002-05-30 09:33  jcater
  
!       * src/: GFInstance.py, GFObjects/GFButton.py, GFObjects/GFValue.py:
!       Gave a more meaningful warning message if there are no navigable
!       widgets in a form
  
  2002-05-29 22:56  jcater
  
***************
*** 714,722 ****
  
  2002-04-16 21:05  jamest
  
!       * samples/trigger/trigger.gfd, src/GFDisplayHandler.py,
!       src/GFForm.py, src/GFObjects/GFButton.py, src/GFObjects/GFEntry.py:
!       Moved normal text field validation into display handler Clean up
  
  2002-04-15 15:42  jcater
  
--- 805,813 ----
  
  2002-04-16 21:05  jamest
  
!       * src/: GFDisplayHandler.py, GFForm.py, GFObjects/GFButton.py,
!       GFObjects/GFEntry.py: Moved normal text field validation into
!       display handler Clean up
  
  2002-04-15 15:42  jcater
  
***************
*** 1098,1107 ****
  
  2002-02-11 21:03  jamest
  
!       * samples/button/forms/form.gfd, src/GFParser.py,
!       src/GFObjects/GFDataSource.py, src/GFObjects/GFEntry.py: Merged
!       datasource code back into GDataSource and adjusted forms and
!       reports accordingly.  Started work on GMenu
  
  2002-02-11 12:59  jcater
  
--- 1189,1197 ----
  
  2002-02-11 21:03  jamest
  
!       * src/: GFParser.py, GFObjects/GFDataSource.py,
!       GFObjects/GFEntry.py: Merged datasource code back into GDataSource
!       and adjusted forms and reports accordingly.  Started work on GMenu
  
  2002-02-11 12:59  jcater
  
***************
*** 1168,1177 ****
  
  2002-01-31 23:07  jamest
  
!       * samples/trigger/trigger.gfd, src/GFForm.py,
!       src/GFObjects/GFEntry.py: Added support for global functions in
!       triggers bug fixes more trigger.gfd samples trigger namespace
!       additions   global setFocus(not working yet)   entry
        __properties__.readonly
  
  2002-01-31 20:57  jcater
--- 1258,1266 ----
  
  2002-01-31 23:07  jamest
  
!       * src/: GFForm.py, GFObjects/GFEntry.py: Added support for global
!       functions in triggers bug fixes more trigger.gfd samples trigger
!       namespace additions   global setFocus(not working yet)   entry
        __properties__.readonly
  
  2002-01-31 20:57  jcater
***************
*** 1180,1189 ****
  
  2002-01-31 20:25  jamest
  
!       * samples/helloworld2.gfd, samples/intro/intro.gfd,
!       samples/trigger/trigger.gfd, src/GFForm.py, src/GFTrigger.py,
!       src/GFObjects/GFEntry.py: New trigger namespace code patched into
!       forms for testing Still messy Will break old triggers
  
  2002-01-30 23:47  jcater
  
--- 1269,1278 ----
  
  2002-01-31 20:25  jamest
  
!       * samples/helloworld2.gfd, samples/intro/intro.gfd, src/GFForm.py,
!       src/GFTrigger.py, src/GFObjects/GFEntry.py: New trigger namespace
!       code patched into forms for testing Still messy Will break old
!       triggers
  
  2002-01-30 23:47  jcater
  
***************
*** 1376,1385 ****
        * samples/location/sql/create_locale.sql: fixed misspelling of
        florida :)
  
- 2002-01-02 09:32  jcater
- 
-       * samples/masks/masks.gfd: mask sample added
- 
  2002-01-01 12:32  jcater
  
        * src/: GFForm.py, GFObjects/GFEntry.py: resumed work on input
--- 1465,1470 ----
***************
*** 1397,1406 ****
        the changes from the patches branch into head   entry 'label'
        support
  
- 2001-12-20 20:42  jamest
- 
-       * samples/geas/users.gfd: Syncing machines
- 
  2001-12-20 17:24  jcater
  
        * doc/techref.lyx: update techref to reflect label-style entries
--- 1482,1487 ----
***************
*** 1668,1675 ****
  
  2001-11-04 21:21  jamest
  
!       * samples/: contact.gfd, helloworld2.gfd, button/forms/form.gfd,
!       geas/country.gfd, geas/person.gfd, geas/users.gfd,
        inventory/forms/company.gfd, inventory/forms/inv_maintenance.gfd,
        inventory/forms/sc_inv_cycle_count.gfd,
        location/forms/country_maint.gfd, location/forms/county_maint.gfd,
--- 1749,1755 ----
  
  2001-11-04 21:21  jamest
  
!       * samples/: contact.gfd, helloworld2.gfd,
        inventory/forms/company.gfd, inventory/forms/inv_maintenance.gfd,
        inventory/forms/sc_inv_cycle_count.gfd,
        location/forms/country_maint.gfd, location/forms/county_maint.gfd,
***************
*** 1679,1687 ****
        simple/form.gfd, track/forms/address_type.gfd,
        track/forms/assignment_status.gfd, track/forms/contact_manager.gfd,
        track/forms/email_type.gfd, track/forms/phone_type.gfd,
!       trigger/trigger.gfd, vendor/forms/vendor_maint.gfd,
!       zipcode/states.gfd, zipcode/zipcode.gfd: Small designer stuff ran
!       all forms thru designer (except the history forms)
  
  2001-11-04 20:23  jamest
  
--- 1759,1767 ----
        simple/form.gfd, track/forms/address_type.gfd,
        track/forms/assignment_status.gfd, track/forms/contact_manager.gfd,
        track/forms/email_type.gfd, track/forms/phone_type.gfd,
!       vendor/forms/vendor_maint.gfd, zipcode/states.gfd,
!       zipcode/zipcode.gfd: Small designer stuff ran all forms thru
!       designer (except the history forms)
  
  2001-11-04 20:23  jamest
  
***************
*** 1928,1952 ****
  
  2001-09-03 22:11  jamest
  
!       * samples/trigger/trigger.gfd, src/GFForm.py, src/GFTrigger.py,
!       src/UIwxpython.py, src/GFObjects/GFBlock.py,
!       src/GFObjects/GFDataSource.py, src/uidrivers/wx/UIdriver.py: added
!       quick type converter to postgresql and _dbsig driver (ints were
!       being loaded where 20 = 20L - long int) added check for tabs in
!       triggers as they where stripping as a single char added a rowcount
!       to the _dbsig driver (have not implemented in forms yet) modified
!       the trigger namespace to match the old database driver system
!       without this the datasource names were pointing to the
!       TriggerExtension class in the dbdriver which prevented me from
!       using datasource based queires in triggers (this is a temp change
!       pending the new trigger system) removed misc debug output
  
  2001-09-03 12:29  jamest
  
!       * samples/helloworld2.gfd, samples/trigger/trigger.gfd,
!       src/GFClient.py, src/GFTrigger.py: Fixed support for non-data-aware
!       forms Fixed existing trigger system to work again Removed some
!       debugging output Updated new trigger system notes
  
  2001-09-03 11:31  dneighbors
  
--- 2008,2032 ----
  
  2001-09-03 22:11  jamest
  
!       * src/: GFForm.py, GFTrigger.py, UIwxpython.py,
!       GFObjects/GFBlock.py, GFObjects/GFDataSource.py,
!       uidrivers/wx/UIdriver.py: added quick type converter to postgresql
!       and _dbsig driver (ints were being loaded where 20 = 20L - long
!       int) added check for tabs in triggers as they where stripping as a
!       single char added a rowcount to the _dbsig driver (have not
!       implemented in forms yet) modified the trigger namespace to match
!       the old database driver system without this the datasource names
!       were pointing to the TriggerExtension class in the dbdriver which
!       prevented me from using datasource based queires in triggers (this
!       is a temp change pending the new trigger system) removed misc debug
!       output
  
  2001-09-03 12:29  jamest
  
!       * samples/helloworld2.gfd, src/GFClient.py, src/GFTrigger.py: Fixed
!       support for non-data-aware forms Fixed existing trigger system to
!       work again Removed some debugging output Updated new trigger system
!       notes
  
  2001-09-03 11:31  dneighbors
  
***************
*** 2001,2011 ****
  2001-08-12 14:55  jamest
  
        * TODO, samples/location/forms/zipcode_maint.gfd,
!       samples/trigger/trigger.gfd, samples/zipcode/states.gfd,
!       samples/zipcode/zipcode.gfd, scripts/gfclient, src/GFClient.py,
!       src/GFController.py, src/GFDebug.py, src/GFForm.py,
!       src/GFGetOpt.py, src/GFInstance.py, src/GFOptions.py,
!       src/GFParser.py, src/GFTrigger.py, src/UIbase.py,
        src/UIwxpython.py, src/GFObjects/GFBlock.py,
        src/GFObjects/GFDataSource.py, src/GFObjects/GFEntry.py,
        src/GFObjects/GFLabel.py, src/GFObjects/GFObj.py,
--- 2081,2090 ----
  2001-08-12 14:55  jamest
  
        * TODO, samples/location/forms/zipcode_maint.gfd,
!       samples/zipcode/states.gfd, samples/zipcode/zipcode.gfd,
!       scripts/gfclient, src/GFClient.py, src/GFController.py,
!       src/GFDebug.py, src/GFForm.py, src/GFGetOpt.py, src/GFInstance.py,
!       src/GFOptions.py, src/GFParser.py, src/GFTrigger.py, src/UIbase.py,
        src/UIwxpython.py, src/GFObjects/GFBlock.py,
        src/GFObjects/GFDataSource.py, src/GFObjects/GFEntry.py,
        src/GFObjects/GFLabel.py, src/GFObjects/GFObj.py,
***************
*** 2213,2222 ****
  
  2001-07-20 00:44  jcater
  
!       * samples/trigger/trigger.gfd, src/GFForm.py, src/GFInstance.py,
!       src/UIwxpython.py, src/GFObjects/GFBlock.py,
!       src/GFObjects/GFDataSource.py, src/GFObjects/GFEntry.py,
!       src/uidrivers/wx/UIdriver.py: got helloworld2.gfd working :)
  
  2001-07-19 23:20  jcater
  
--- 2292,2301 ----
  
  2001-07-20 00:44  jcater
  
!       * src/: GFForm.py, GFInstance.py, UIwxpython.py,
!       GFObjects/GFBlock.py, GFObjects/GFDataSource.py,
!       GFObjects/GFEntry.py, uidrivers/wx/UIdriver.py: got helloworld2.gfd
!       working :)
  
  2001-07-19 23:20  jcater
  
***************
*** 2311,2323 ****
  
  2001-07-17 14:24  jamest
  
!       * TODO, doc/techref.lyx, samples/trigger/trigger.gfd,
!       scripts/gfclient, src/GFForm.py, src/GFInstance.py,
!       src/GFParser.py, src/GFTrigger.py, src/UIwxpython.py,
!       src/uidrivers/wx/UIdriver.py, src/GFObjects/GFBlock.py,
!       src/GFObjects/GFDataSource.py, src/GFObjects/GFDatabase.py,
!       src/GFObjects/GFEntry.py, src/GFObjects/GFLabel.py: merged trunk,
!       from gnuef-new-datasources to HEAD
  
  2001-07-17 08:43  jamest
  
--- 2390,2402 ----
  
  2001-07-17 14:24  jamest
  
!       * TODO, doc/techref.lyx, scripts/gfclient, src/GFForm.py,
!       src/GFInstance.py, src/GFParser.py, src/GFTrigger.py,
!       src/UIwxpython.py, src/uidrivers/wx/UIdriver.py,
!       src/GFObjects/GFBlock.py, src/GFObjects/GFDataSource.py,
!       src/GFObjects/GFDatabase.py, src/GFObjects/GFEntry.py,
!       src/GFObjects/GFLabel.py: merged trunk, from gnuef-new-datasources
!       to HEAD
  
  2001-07-17 08:43  jamest
  
***************
*** 2332,2342 ****
        src/uidrivers/wx/UIdriver.py: Added jump to record number support. 
        Added rows and rowSpacer atrribs to <label> and <entry>
  
- 2001-07-12 22:59  jcater
- 
-       * samples/trigger/trigger.gfd: Changed reference from field.value
-       with field.getValue()
- 
  2001-07-12 22:56  jcater
  
        * src/: GFForm.py, GFInstance.py, GFTrigger.py,
--- 2411,2416 ----
***************
*** 2496,2506 ****
  
  2001-06-27 20:58  jamest
  
!       * setup.py, samples/geas/country.gfd, samples/geas/users.gfd,
!       src/UIwxpython.py, src/uidrivers/wx/UIdriver.py: Fixed geas driver
!       issues Fixed button trigger support in UIwxpython Minor setup.py
!       changes Misc config changes to make gnuef work with installed geas
!       by default
  
  2001-06-26 23:26  jcater
  
--- 2570,2579 ----
  
  2001-06-27 20:58  jamest
  
!       * setup.py, src/UIwxpython.py, src/uidrivers/wx/UIdriver.py: Fixed
!       geas driver issues Fixed button trigger support in UIwxpython Minor
!       setup.py changes Misc config changes to make gnuef work with
!       installed geas by default
  
  2001-06-26 23:26  jcater
  
***************
*** 2654,2661 ****
  
  2001-06-07 20:36  jcater
  
!       * samples/helloworld2.gfd, samples/button/forms/form.gfd,
!       samples/geas/users.gfd, samples/po/sc_po_entry.gfd,
        samples/track/forms/contact_manager.gfd, src/GFForm.py,
        src/GFObjects.py, doc/techref.lyx: Changed references to old
        trigger 'id=' attribute to 'name='
--- 2727,2733 ----
  
  2001-06-07 20:36  jcater
  
!       * samples/helloworld2.gfd, samples/po/sc_po_entry.gfd,
        samples/track/forms/contact_manager.gfd, src/GFForm.py,
        src/GFObjects.py, doc/techref.lyx: Changed references to old
        trigger 'id=' attribute to 'name='
***************
*** 3225,3233 ****
  
  2001-03-20 14:23  jamest
  
!       * samples/trigger/trigger.gfd, scripts/gfclient, src/GFForm.py,
!       src/GFObjects.py, src/GFTrigger.py: Added MicahY's toXML function
!       Added support for On-Change trigger
  
  2001-03-17 08:11  jamest
  
--- 3297,3305 ----
  
  2001-03-20 14:23  jamest
  
!       * scripts/gfclient, src/GFForm.py, src/GFObjects.py,
!       src/GFTrigger.py: Added MicahY's toXML function Added support for
!       On-Change trigger
  
  2001-03-17 08:11  jamest
  
***************
*** 3270,3282 ****
        * ChangeLog, doc/techref.lyx, doc/techref.ps: Updated documentation
        for 0.0.6
  
- 2001-03-06 19:16  treshna
- 
-       * samples/geas/users.gfd: A GEAS user management application:
-       Currently allows users to be added, viewed, and edited. Only deals
-       with username/password currently. (delete still fails in gnuef when
-       using the GEAS driver)
- 
  2001-03-05 22:04  jamest
  
        * src/: GFForm.py, UIbase.py, uidrivers/_base/UIdriver.py: Added
--- 3342,3347 ----
***************
*** 3284,3292 ****
  
  2001-03-05 21:15  jamest
  
!       * samples/geas/country.gfd, samples/geas/customer.gfd,
!       samples/geas/person.gfd, src/GFOptions.py: GEAS driver working for
!       basic stuff demo forms added
  
  2001-03-04 23:01  jamest
  
--- 3349,3356 ----
  
  2001-03-05 21:15  jamest
  
!       * src/GFOptions.py: GEAS driver working for basic stuff demo forms
!       added
  
  2001-03-04 23:01  jamest
  
***************
*** 3295,3302 ****
  
  2001-03-04 18:54  jamest
  
!       * samples/geas/customer.gfd, src/GFOptions.py, src/UIcurses.py:
!       partial geas driver updates for geas:tng partial curses rewrite
  
  2001-02-25 19:50  jamest
  
--- 3359,3366 ----
  
  2001-03-04 18:54  jamest
  
!       * src/: GFOptions.py, UIcurses.py: partial geas driver updates for
!       geas:tng partial curses rewrite
  
  2001-02-25 19:50  jamest
  
***************
*** 3349,3360 ****
  
  2001-02-19 20:47  jamest
  
!       * TODO, samples/button/forms/form.gfd, samples/zipcode/states.gfd,
!       samples/zipcode/zipcode.gfd, src/GFForm.py, src/GFObjects.py,
!       src/GFParser.py, src/UIbase.py, src/UIwxpython.py,
!       src/uidrivers/_base/UIdriver.py, src/uidrivers/wx/UIdriver.py:
!       <button> support misc internal changes that I don't recall :(
!       cleaned up TODO a bit
  
  2001-02-19 11:31  jamest
  
--- 3413,3423 ----
  
  2001-02-19 20:47  jamest
  
!       * TODO, samples/zipcode/states.gfd, samples/zipcode/zipcode.gfd,
!       src/GFForm.py, src/GFObjects.py, src/GFParser.py, src/UIbase.py,
!       src/UIwxpython.py, src/uidrivers/_base/UIdriver.py,
!       src/uidrivers/wx/UIdriver.py: <button> support misc internal
!       changes that I don't recall :( cleaned up TODO a bit
  
  2001-02-19 11:31  jamest
  
***************
*** 3527,3538 ****
  
        * TODO, samples/inventory/README,
        samples/inventory/forms/company.gfd, samples/location/README,
!       samples/trigger/trigger.gfd, samples/zipcode/states.gfd,
!       src/GFForm.py, src/GFObjects.py, src/GFParser.py, src/GFTrigger.py:
!       Added access to datasources to triggers Added a sample of using
!       that to query values from a db Clean up and a few more comments
!       fixed rollback causing UI corruption fixed mouse and shift-tab to
!       hidden or readonly fields
  
  2001-01-14 16:00  dneighbors
  
--- 3590,3600 ----
  
        * TODO, samples/inventory/README,
        samples/inventory/forms/company.gfd, samples/location/README,
!       samples/zipcode/states.gfd, src/GFForm.py, src/GFObjects.py,
!       src/GFParser.py, src/GFTrigger.py: Added access to datasources to
!       triggers Added a sample of using that to query values from a db
!       Clean up and a few more comments fixed rollback causing UI
!       corruption fixed mouse and shift-tab to hidden or readonly fields
  
  2001-01-14 16:00  dneighbors
  
***************
*** 3583,3595 ****
  
  2001-01-12 00:08  jamest
  
!       * TODO, samples/trigger/trigger.gfd, src/GFController.py,
!       src/GFForm.py, src/GFObjects.py, src/GFOptions.py,
!       src/GFTrigger.py, src/UIwxpython.py, src/uidrivers/wx/UIdriver.py:
!       Rewrote internal objects to be less dependent upon events (speed
!       up) Added enhannced About box Added support for label alignemnts
!       Hack for rollback errors (see comments for more info) Misc bug
!       fixing and code cleanup Clean up
  
  2001-01-11 18:29  jamest
  
--- 3645,3656 ----
  
  2001-01-12 00:08  jamest
  
!       * TODO, src/GFController.py, src/GFForm.py, src/GFObjects.py,
!       src/GFOptions.py, src/GFTrigger.py, src/UIwxpython.py,
!       src/uidrivers/wx/UIdriver.py: Rewrote internal objects to be less
!       dependent upon events (speed up) Added enhannced About box Added
!       support for label alignemnts Hack for rollback errors (see comments
!       for more info) Misc bug fixing and code cleanup Clean up
  
  2001-01-11 18:29  jamest
  
***************
*** 3634,3647 ****
  2000-12-22 17:14  dneighbors
  
        * TODO, samples/contact.gfd, samples/login.gfd,
!       samples/geas/customer.gfd, samples/history/first.gfd,
!       samples/history/myform.gfd, samples/po/sc_po_entry2.gfd,
!       samples/simple/form.gfd, samples/tests/placement.gfd,
!       samples/track/staff.gfd, samples/trigger/trigger.gfd,
!       samples/zipcode/states.gfd, samples/zipcode/zipcode.gfd: update of
!       samples so they work for 0.0.5 release.  i fixed up sc_po_entry.gfd
!       very nicely and then rm it on accident trying to eliminate
!       sc_po_entery2.gfd. I am very pissed at myself.
  
  2000-12-22 17:05  jamest
  
--- 3695,3707 ----
  2000-12-22 17:14  dneighbors
  
        * TODO, samples/contact.gfd, samples/login.gfd,
!       samples/history/first.gfd, samples/history/myform.gfd,
!       samples/po/sc_po_entry2.gfd, samples/simple/form.gfd,
!       samples/track/staff.gfd, samples/zipcode/states.gfd,
!       samples/zipcode/zipcode.gfd: update of samples so they work for
!       0.0.5 release.  i fixed up sc_po_entry.gfd very nicely and then rm
!       it on accident trying to eliminate sc_po_entery2.gfd. I am very
!       pissed at myself.
  
  2000-12-22 17:05  jamest
  
***************
*** 3707,3718 ****
  
  2000-12-18 13:59  cspence
  
!       * samples/trigger/trigger.gfd, scripts/gfclient, src/GFDebug.py,
!       src/GFEvent.py, src/GFForm.py, src/GFGetOpt.py, src/GFObjects.py,
!       src/GFOptions.py, src/GFParser.py, src/UIbase.py,
!       src/UIpyncurses.py, src/UIwxpython.py,
!       src/uidrivers/_base/UIdriver.py, src/uidrivers/wx/UIdriver.py:
!       Added improved support for debug levels, logging etc.
  
  2000-12-16 16:15  dneighbors
  
--- 3767,3778 ----
  
  2000-12-18 13:59  cspence
  
!       * scripts/gfclient, src/GFDebug.py, src/GFEvent.py, src/GFForm.py,
!       src/GFGetOpt.py, src/GFObjects.py, src/GFOptions.py,
!       src/GFParser.py, src/UIbase.py, src/UIpyncurses.py,
!       src/UIwxpython.py, src/uidrivers/_base/UIdriver.py,
!       src/uidrivers/wx/UIdriver.py: Added improved support for debug
!       levels, logging etc.
  
  2000-12-16 16:15  dneighbors
  
***************
*** 3832,3844 ****
  
  2000-12-09 15:59  jamest
  
!       * samples/tests/placement.gfd, samples/zipcode/zipcode.gfd,
!       src/GFObjects.py, src/GFOptions.py, src/UIpyncurses.py,
!       src/UIwxpython.py, src/uidrivers/wx/UIdriver.py: Altered char based
!       placement removing scaling (it's messed up) Switched the forms
!       height/widget from pixel to char based Added support for a default
!       entry height set via GFOptions.py UIpyncurses.py version check
!       modified to work on python 1.5.2
  
  2000-12-09 06:55  cspence
  
--- 3892,3904 ----
  
  2000-12-09 15:59  jamest
  
!       * samples/zipcode/zipcode.gfd, src/GFObjects.py, src/GFOptions.py,
!       src/UIpyncurses.py, src/UIwxpython.py,
!       src/uidrivers/wx/UIdriver.py: Altered char based placement removing
!       scaling (it's messed up) Switched the forms height/widget from
!       pixel to char based Added support for a default entry height set
!       via GFOptions.py UIpyncurses.py version check modified to work on
!       python 1.5.2
  
  2000-12-09 06:55  cspence
  
***************
*** 3848,3856 ****
  
  2000-12-08 19:02  jamest
  
!       * samples/tests/placement.gfd, src/GFForm.py, src/UIwxpython.py,
!       src/uidrivers/wx/UIdriver.py: Added a little spacer support for
!       char based placement
  
  2000-12-08 15:49  cspence
  
--- 3908,3915 ----
  
  2000-12-08 19:02  jamest
  
!       * src/: GFForm.py, UIwxpython.py, uidrivers/wx/UIdriver.py: Added a
!       little spacer support for char based placement
  
  2000-12-08 15:49  cspence
  
***************
*** 3931,3940 ****
  
  2000-12-04 12:33  cspence
  
!       * samples/trigger/trigger.gfd, src/GFForm.py, src/GFObjects.py,
!       src/GFTrigger.py, src/UIwxpython.py, src/uidrivers/wx/UIdriver.py:
!       Added support for message boxes and fixed parser to strip
!       whitespace from triggers.
  
  2000-12-04 06:40  dneighbors
  
--- 3990,3998 ----
  
  2000-12-04 12:33  cspence
  
!       * src/: GFForm.py, GFObjects.py, GFTrigger.py, UIwxpython.py,
!       uidrivers/wx/UIdriver.py: Added support for message boxes and fixed
!       parser to strip whitespace from triggers.
  
  2000-12-04 06:40  dneighbors
  
***************
*** 3956,3965 ****
  
        * Makefile.am, acinclude.m4, autogen.sh, configure.in,
        setup_cvs_devel.sh, doc/Makefile.am, samples/Makefile.am,
!       samples/geas/Makefile.am, samples/po/Makefile.am,
!       samples/zipcode/Makefile.am, scripts/Makefile.am, src/Makefile.am:
!       Removed autotools files since they are no longer needed Moved
!       script that allows us to test in CVS to setup_cvs_devel.sh
  
  2000-11-26 22:56  dneighbors
  
--- 4014,4023 ----
  
        * Makefile.am, acinclude.m4, autogen.sh, configure.in,
        setup_cvs_devel.sh, doc/Makefile.am, samples/Makefile.am,
!       samples/po/Makefile.am, samples/zipcode/Makefile.am,
!       scripts/Makefile.am, src/Makefile.am: Removed autotools files since
!       they are no longer needed Moved script that allows us to test in
!       CVS to setup_cvs_devel.sh
  
  2000-11-26 22:56  dneighbors
  
***************
*** 4035,4042 ****
  
        * samples/: form.gfd, form2.gfd, helloworld.gfd, myform.gfd,
        history/first.gfd, history/myform.gfd, simple/form.gfd,
!       trigger/trigger.gfd, zipcode/zipcode.gfd: A little bit of samples
!       cleanup
  
  2000-11-14 22:04  jamest
  
--- 4093,4099 ----
  
        * samples/: form.gfd, form2.gfd, helloworld.gfd, myform.gfd,
        history/first.gfd, history/myform.gfd, simple/form.gfd,
!       zipcode/zipcode.gfd: A little bit of samples cleanup
  
  2000-11-14 22:04  jamest
  
***************
*** 4210,4220 ****
  2000-10-31 13:05  jmeskill
  
        * __init__.py, setup.py: Changes to use distutils
- 
- 2000-10-30 22:46  jmeskill
- 
-       * samples/geas/: Makefile.am, customer.gfd: Added a sample that
-       conforms to geas sample tables
  
  2000-10-30 22:43  jmeskill
  
--- 4267,4272 ----
Index: gnue/forms/packaging/inno/README
diff -c gnue/forms/packaging/inno/README:1.6 
gnue/forms/packaging/inno/README:1.7
*** gnue/forms/packaging/inno/README:1.6        Wed Sep 18 16:02:57 2002
--- gnue/forms/packaging/inno/README    Sun Sep 29 20:19:18 2002
***************
*** 1,3 ****
--- 1,9 ----
+ 
+ WARNING: Outdated info enclosed.  
+ Forms is now included with Designer. 
+ See designer/packaging/mcmillan
+ 
+ 
  Very crude attempt at single file windows installs.  It assumes that 
  cvs is available in the users home dir (mounted as H: drive) H:\cvs\gnue
  
Index: gnue/forms/packaging/inno/gfclient.iss
diff -c gnue/forms/packaging/inno/gfclient.iss:1.15 
gnue/forms/packaging/inno/gfclient.iss:1.16
*** gnue/forms/packaging/inno/gfclient.iss:1.15 Sun Sep 29 13:42:06 2002
--- gnue/forms/packaging/inno/gfclient.iss      Sun Sep 29 20:19:18 2002
***************
*** 3,14 ****
  
  [Setup]
  AppName=GNUe Forms Client
! AppVerName=gfclient 0.3.0
  AppPublisher=GNU Enterprise
  AppPublisherURL=http://www.gnuenterprise.org
  AppSupportURL=http://www.gnuenterprise.org
  AppUpdatesURL=http://www.gnuenterprise.org
! DefaultDirName={pf}\gnue\forms
  DefaultGroupName=GNUe
  AllowNoIcons=yes
  AlwaysCreateUninstallIcon=yes
--- 3,14 ----
  
  [Setup]
  AppName=GNUe Forms Client
! AppVerName=gfclient 0.4.0
  AppPublisher=GNU Enterprise
  AppPublisherURL=http://www.gnuenterprise.org
  AppSupportURL=http://www.gnuenterprise.org
  AppUpdatesURL=http://www.gnuenterprise.org
! DefaultDirName={pf}\GNUe\
  DefaultGroupName=GNUe
  AllowNoIcons=yes
  AlwaysCreateUninstallIcon=yes
***************
*** 27,34 ****
  Name: "doc"; Description: "Documentation"; Types: full
  
  [Files]
! Source: "h:\cvs\gnue\forms\packaging\mcmillan\distgfc\gnue-forms.exe"; 
DestDir: "{app}"; CopyMode: alwaysoverwrite; Components: main
! Source: "h:\cvs\gnue\forms\packaging\mcmillan\distgfc\*.*"; DestDir: "{app}"; 
CopyMode: alwaysoverwrite; Components: main
  Source: "h:\cvs\gnue\forms\Copying"; DestDir: "{app}"; DestName: 
"LICENSE.txt"; Components: main
  Source: "C:\python22\etc\s*.*"; DestDir: "{app}\..\etc"; CopyMode: 
alwaysoverwrite; Components: sampleconfig
  Source: "C:\python22\etc\gnue.conf"; DestDir: "{app}\..\etc"; CopyMode: 
onlyifdoesntexist; Components: main
--- 27,34 ----
  Name: "doc"; Description: "Documentation"; Types: full
  
  [Files]
! Source: "c:\installer\distgnue\gnue-forms.exe"; DestDir: "{app}\bin"; 
CopyMode: alwaysoverwrite; Components: main
! Source: "c:\installer\distgnue\*.*"; DestDir: "{app}"; CopyMode: 
alwaysoverwrite; Components: main
  Source: "h:\cvs\gnue\forms\Copying"; DestDir: "{app}"; DestName: 
"LICENSE.txt"; Components: main
  Source: "C:\python22\etc\s*.*"; DestDir: "{app}\..\etc"; CopyMode: 
alwaysoverwrite; Components: sampleconfig
  Source: "C:\python22\etc\gnue.conf"; DestDir: "{app}\..\etc"; CopyMode: 
onlyifdoesntexist; Components: main
Index: gnue/forms/packaging/mcmillan/README
diff -c gnue/forms/packaging/mcmillan/README:1.1 
gnue/forms/packaging/mcmillan/README:1.2
*** gnue/forms/packaging/mcmillan/README:1.1    Sun Sep 29 13:42:06 2002
--- gnue/forms/packaging/mcmillan/README        Sun Sep 29 20:19:18 2002
***************
*** 1 ****
! First, make a directory in this directory called 'gfcdist'. 
--- 1 ----
! See designer/packaging/mcmillan
Index: gnue/forms/packaging/mcmillan/forms.spec
diff -c gnue/forms/packaging/mcmillan/forms.spec:1.1 
gnue/forms/packaging/mcmillan/forms.spec:1.2
*** gnue/forms/packaging/mcmillan/forms.spec:1.1        Sun Sep 29 13:42:06 2002
--- gnue/forms/packaging/mcmillan/forms.spec    Sun Sep 29 20:19:18 2002
***************
*** 1,19 ****
! a = Analysis(['C:\\installer\\installer\\support\\_mountzlib.py',
!               'C:\\installer\\installer\\support\\useUnicode.py',
!               'C:\\installer\\forms\\gfc.py',
!               'c:\\python22\\lib\\keyword.py'],
!              pathex=['c:\\python22\\lib\\site-packages\\wxPython',
!                      'c:\\python22\\lib\\site-packages\\gnue'],
!              excludes=('wxPython.demo','wxPython.samples'))
  pyz = PYZ(a.pure)
  exe = EXE(pyz,
            a.scripts,
            exclude_binaries=1,
!           name='distgfc/gnue-forms.exe',
!           debug=1,
            strip=0,
!           console=1 )
  coll = COLLECT( exe,
                 a.binaries,
                 strip=0,
!                name='distgfc')
--- 1,19 ----
! a = Analysis(['C:\\installer\\Installer\\support\\_mountzlib.py',
!               'C:\\installer\\Installer\\support\\useUnicode.py', 
!               'C:\\installer\\gnue\\gfc.py',
!               'C:\\installer\\gnue\\gnue-hidden-imports.py'],
!              pathex=[])
! 
  pyz = PYZ(a.pure)
+ 
  exe = EXE(pyz,
            a.scripts,
            exclude_binaries=1,
!           name='buildgnue-forms/gnue-forms.exe',
!           debug=0,
            strip=0,
!           console=0 )
  coll = COLLECT( exe,
                 a.binaries,
                 strip=0,
!                name='distgnue')
Index: gnue/forms/src/__init__.py
diff -c gnue/forms/src/__init__.py:1.8 gnue/forms/src/__init__.py:1.9
*** gnue/forms/src/__init__.py:1.8      Sat Jun 15 15:51:35 2002
--- gnue/forms/src/__init__.py  Sun Sep 29 20:19:18 2002
***************
*** 1,6 ****
  #
- # Copyright 2001 Free Software Foundation
- #
  # This file is part of GNU Enterprise.
  #
  # GNU Enterprise is free software; you can redistribute it
--- 1,4 ----
***************
*** 18,23 ****
--- 16,23 ----
  # write to the Free Software Foundation, Inc., 59 Temple Place
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
+ # Copyright 2001-2002 Free Software Foundation
+ #
  
  
  
***************
*** 32,38 ****
  #   5. Commit to CVS
  
  _version = (0,4,0)
! _release = 0
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
--- 32,38 ----
  #   5. Commit to CVS
  
  _version = (0,4,0)
! _release = 1
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
Index: gnue/navigator/ChangeLog
diff -c gnue/navigator/ChangeLog:1.2 gnue/navigator/ChangeLog:1.3
*** gnue/navigator/ChangeLog:1.2        Fri Sep 20 02:23:30 2002
--- gnue/navigator/ChangeLog    Sun Sep 29 20:19:18 2002
***************
*** 1,3 ****
--- 1,31 ----
+ 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
+ 
+       * src/UIwxpython.py: fixed runForm support in Navigator
+ 
+ 2002-09-20 14:23  jcater
+ 
+       * MANIFEST.in: added support files needed for sdist
+ 
+ 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
Index: gnue/navigator/src/__init__.py
diff -c gnue/navigator/src/__init__.py:1.3 gnue/navigator/src/__init__.py:1.4
*** gnue/navigator/src/__init__.py:1.3  Wed Apr 17 15:09:19 2002
--- gnue/navigator/src/__init__.py      Sun Sep 29 20:19:18 2002
***************
*** 1,6 ****
  #
- # Copyright 2001 Free Software Foundation
- #
  # This file is part of GNU Enterprise.
  #
  # GNU Enterprise is free software; you can redistribute it
--- 1,4 ----
***************
*** 18,23 ****
--- 16,23 ----
  # write to the Free Software Foundation, Inc., 59 Temple Place
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
+ # Copyright 2001-2002 Free Software Foundation
+ #
  
  
  #
***************
*** 31,37 ****
  #   5. Commit to CVS
  
  _version = (0,0,1)
! _release = 0
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
--- 31,37 ----
  #   5. Commit to CVS
  
  _version = (0,0,1)
! _release = 1
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
Index: gnue/reports/ChangeLog
diff -c gnue/reports/ChangeLog:1.5 gnue/reports/ChangeLog:1.6
*** gnue/reports/ChangeLog:1.5  Fri Sep 20 02:23:30 2002
--- gnue/reports/ChangeLog      Sun Sep 29 20:19:18 2002
***************
*** 1,3 ****
--- 1,30 ----
+ 2002-09-25 18:05  jcater
+ 
+       * doc/: Concepts-Guide.sxw, ReportingConcepts.lyx,
+       Tech-Reference.sxw, services.txt: updates to documentation
+ 
+ 2002-09-24 10:04  jcater
+ 
+       * src/GRFilters.py: removed extraneous print statement
+ 
+ 2002-09-23 15:32  jcater
+ 
+       * src/GRServices.py: fixes to allow mcmillan to package designer
+ 
+ 2002-09-23 15:19  jcater
+ 
+       * adapters/destinations/email/smtp.py: fixed typos preventing
+       mcmillan from packaging designer
+ 
+ 2002-09-22 23:42  jcater
+ 
+       * NEWS: updated NEWS files
+ 
+ 2002-09-20 01:23  jcater
+ 
+       * ChangeLog: first round of changes to text documents in prep for a
+       release
+ 
  2002-09-18 10:14  siesel
  
        * src/GRServer.py: split grpc's up in GRServer part and Appserver
Index: gnue/reports/src/__init__.py
diff -c gnue/reports/src/__init__.py:1.6 gnue/reports/src/__init__.py:1.7
*** gnue/reports/src/__init__.py:1.6    Sat Jun 15 15:51:36 2002
--- gnue/reports/src/__init__.py        Sun Sep 29 20:19:18 2002
***************
*** 31,37 ****
  #   5. Commit to CVS
  
  _version = (0,0,2)
! _release = 0
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')
--- 31,37 ----
  #   5. Commit to CVS
  
  _version = (0,0,2)
! _release = 1
  
  # Version will be of the form "1.1.2" if a release or "1.1.2a" if in CVS
  VERSION= ("%s.%s.%s" % _version) + (not _release and 'a' or '')




reply via email to

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