commit-gnue
[Top][All Lists]
Advanced

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

gnue/gnuef ChangeLog NEWS


From: James Thompson
Subject: gnue/gnuef ChangeLog NEWS
Date: Sun, 04 Nov 2001 22:41:58 -0500

CVSROOT:        /cvs
Module name:    gnue
Changes by:     James Thompson <address@hidden> 01/11/04 22:41:58

Modified files:
        gnuef          : ChangeLog NEWS 

Log message:
        Update files for upcomming release

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnuef/ChangeLog.diff?cvsroot=OldCVS&tr1=1.18&tr2=1.19&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnuef/NEWS.diff?cvsroot=OldCVS&tr1=1.14&tr2=1.15&r1=text&r2=text

Patches:
Index: gnue/gnuef/ChangeLog
diff -u gnue/gnuef/ChangeLog:1.18 gnue/gnuef/ChangeLog:1.19
--- gnue/gnuef/ChangeLog:1.18   Sat Jun 30 19:14:52 2001
+++ gnue/gnuef/ChangeLog        Sun Nov  4 22:41:58 2001
@@ -1,3 +1,755 @@
+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,
+       location/forms/state_maint.gfd,
+       location/forms/zip_coords_maint.gfd,
+       location/forms/zipcode_maint.gfd, po/sc_po_entry.gfd,
+       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
+
+       * doc/techref.lyx: Some doc updates
+
+2001-11-04 19:28  jamest
+
+       * src/__init__.py: Designer now runs on win32 platforms
+
+2001-11-04 16:49  jamest
+
+       * setup.py: Designer setup.py now works on win32 and linux Misc
+       setup.py changes for upcomming releases
+
+2001-11-04 16:04  jcater
+
+       * src/: GFForm.py, UIbase.py, UIwxpython.py, GFObjects/GFBlock.py:
+       fixes to form's exception handling, rollbacks
+
+2001-11-04 14:26  jamest
+
+       * setup.py, samples/zipcode/pg_zip_code.sql,
+       samples/zipcode/states.gfd, samples/zipcode/zipcode.gfd,
+       src/GFForm.py: Updated designer mouse code
+
+2001-11-04 12:36  jcater
+
+       * src/: GFClient.py, UIwxpython.py: improvements to exception
+       feedback system
+
+2001-11-04 09:54  jamest
+
+       * setup.py: Designer support using the mouse to move widgets (work
+       in process)
+
+2001-11-02 17:00  jcater
+
+       * src/UIwxpython.py: win32 changes
+
+2001-11-02 14:39  jcater
+
+       * src/GFObjects/GFEntry.py: temporarily commented out experimental
+       inputmask support
+
+2001-10-29 09:05  jamest
+
+       * src/GFForm.py: Small change to allow enter key in a field to act
+       like a tab key
+
+2001-10-14 23:15  jcater
+
+       * src/GFObjects/GFEntry.py: synching machines
+
+2001-10-12 19:06  jcater
+
+       * src/: GFForm.py, UIbase.py, UIwxpython.py, GFObjects/GFEntry.py:
+       synching machines (I hope it doesn't break)
+
+2001-10-11 22:21  dneighbors
+
+       * samples/track/forms/: address_type.gfd, assignment_status.gfd,
+       contact_manager.gfd, email_type.gfd, phone_type.gfd: Made the
+       datasource strings be gnue instead of dtbsGNUe.
+       
+       Jason/Jamest: there are 'case issues' with naming of
+       datasourcing...  Perhaps one of you can look at it?
+
+2001-10-10 23:36  jcater
+
+       * src/: GFForm.py, UIbase.py, UIcurses.py, GFObjects/GFEntry.py:
+       synching machines (may be broken)
+
+2001-10-10 20:45  jcater
+
+       * src/GFParser.py: fixed typo in parser description
+
+2001-10-10 18:24  jcater
+
+       * src/: GFForm.py, GFParser.py, GFObjects/GFEntry.py: synching
+       machines (may break cvs)
+
+2001-10-10 12:11  jcater
+
+       * src/GFObjects/GFBlock.py: fixed case sensitivity issue
+       w/block.datasource
+
+2001-10-09 23:48  jcater
+
+       * src/: GFParser.py, GFObjects/GFDataSource.py: Simplified sharing
+       of common GParser tags between clients (i.e., datasource,etc);
+       continued much overdue work on conditional support for datsources;
+       misc changes
+
+2001-10-09 10:19  jamest
+
+       * setup.py: setup.py bug
+
+2001-10-09 08:35  jamest
+
+       * src/: GFConfig.py, UIwxpython.py, GFObjects/GFBlock.py,
+       GFObjects/GFEntry.py: Fixed gnuef install bug Fixed query bug wrt
+       clearing fields with query defaults
+
+2001-10-08 22:02  jcater
+
+       * setup.py: setup.py now adds a single GNUe.py module to python's
+       default search path. A client app can import GNUe, after which the
+       gnue.common, gnue.forms, etc packages will be in your session's
+       search path (i.e., your app can 'import GNUe';'from gnue.common
+       import *' without having to do funky stuff to find the installation
+       path of gnue.  Also made setup.py check for python >= 2.0 and die
+       otherwise
+
+2001-10-08 07:38  jcater
+
+       * src/: GFError.py, GFEvent.py, GFForm.py, GFLibrary.py,
+       GFParser.py, GFTrigger.py, GFTriggerError.py, GFObjects/GFBlock.py,
+       GFObjects/GFBox.py, GFObjects/GFButton.py,
+       GFObjects/GFDataSource.py, GFObjects/GFDatabase.py,
+       GFObjects/GFEntry.py, GFObjects/GFLabel.py, GFObjects/GFMsgBox.py,
+       GFObjects/GFOption.py: 
+        * Updated GObject's new phaseInit system to
+          automatically determine the number of phases
+          necessary to do all the phaseInits (as opposed
+          to defaulting to 5.)  The number of phases
+          needed by an object is returned by _buildObject.
+       
+        * Updated Reports to use the new phaseInit system.
+       
+        * Modified reports/samples/location sample to use
+          tables from forms/samples/zipcode instead of
+          forms/samples/location.
+       
+        * Misc fixes
+
+2001-10-07 01:28  jcater
+
+       * setup.py, src/GFClient.py: misc setup changes; misc fixes
+
+2001-10-06 13:34  jcater
+
+       * src/GFTrigger.py: possible fix to the exec() nested scope error
+       introduced w/Python 2.1
+
+2001-10-04 00:24  baumannd
+
+       * doc/techref.txt: Add text version of technical refernce so ppl
+       don't have to use LyX.
+
+2001-09-26 23:32  jcater
+
+       * src/: GFConfig.py, GFForm.py: Synching machines
+
+2001-09-26 20:20  jcater
+
+       * src/GFConfig.py: Synching machines
+
+2001-09-19 14:32  jcater
+
+       * src/GFObjects/: GFBlock.py, GFEntry.py: fixed form's queryDefault
+       support; fixed problem w/conditional combines; misc other fixes
+
+2001-09-19 00:27  jcater
+
+       * src/: GFForm.py, GFInstance.py, GFObjects/GFDataSource.py,
+       GFObjects/GFEntry.py: changes to make datasources case-insensitive;
+       misc other changes
+
+2001-09-19 00:11  jcater
+
+       * src/GFObjects/: GFBlock.py, GFEntry.py, GFScrollBar.py: Added
+       default value support (looks kinda weird on startup & w/querying on
+       multirecord blocks, but it does work as expected); scrollbar now
+       sets rows=1 always; misc other fixes
+
+2001-09-18 22:23  jcater
+
+       * src/GFParser.py: Added support for several new dbdrivers (NOTE:
+       not all are tested). Also, some drivers no longer use dbname= and
+       host= connection parameters, but now use service= . This is also
+       true of the old DB2 and Oracle drivers as they want a DSN and TNS
+       Name, respectively.
+
+2001-09-18 13:18  jamest
+
+       * src/GFObjects/GFBlock.py: *************THIS BREAKS PYTHON 1.5.2
+       SUPPORT*********************** Modified recordset setField to allow
+       override of modification flag (for internal use) Work on
+       _recordCount in recordsets
+
+2001-09-17 23:34  jamest
+
+       * setup.py: Minor GEAS driver work change setup.py devel to make
+       scripts based upon python called to run setup.py
+
+2001-09-17 21:43  jamest
+
+       * samples/zipcode/states.gfd, samples/zipcode/zipcode.gfd,
+       src/GFObjects/GFDatabase.py: Misc little typos Added popy and
+       psycopg drivers
+
+2001-09-16 16:16  jcater
+
+       * src/: GFForm.py, UIbase.py, UIwxpython.py, GFObjects/GFBlock.py,
+       GFObjects/GFEntry.py, GFObjects/GFLabel.py, GFObjects/GFObj.py,
+       GFObjects/GFValue.py: Fixed the address@hidden rows problem; it now 
doesn't
+       happen at the individual object level, but at the block building
+       level
+
+2001-09-13 21:38  jcater
+
+       * src/GFObjects/GFDataSource.py: bugfix: master/detail was trying
+       to resolve master name before all datasources were loaded
+
+2001-09-13 17:39  jcater
+
+       * src/: GFForm.py, GFLibrary.py, GFTrigger.py,
+       GFObjects/GFBlock.py, GFObjects/GFDatabase.py,
+       GFObjects/GFEntry.py, GFObjects/GFLabel.py, GFObjects/GFOption.py:
+       Minor code cleanup
+
+2001-09-13 16:42  jcater
+
+       * setup.py, src/GFObjects/GFEntry.py: changes to support designer
+       wizards/templates
+
+2001-09-08 15:22  dneighbors
+
+       * src/GFObjects/GFEntry.py: GFEntry.py   ** Fixed so respects rows
+       attribute at levels other than block
+
+2001-09-06 04:06  baumannd
+
+       * .cvsignore, client/.cvsignore, src/GFObjects/.cvsignore: Ignore
+       the rest of the build generated files.
+
+2001-09-03 23:56  dneighbors
+
+       * samples/track/forms/contact_manager.gfd: contact_manager.gfd   **
+       New expiremental addition of notes/history tracking
+
+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: 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
+
+       * src/GFObjects/GFEntry.py:   ** Added check to field attribute to
+       ignore field=""
+       
+       Note:  Really designer needs to be fixed to not write our ="" on
+       all        attributes that are null.  It appears it does this
+       UNLESS you        have an attribute with a value.  Then if you null
+       it, it turns        to =""
+
+2001-08-30 16:34  jamest
+
+       * src/GFObjects/: GFBlock.py, GFEntry.py, GFObj.py: Fixes misc
+       TODOs in the code Deletions fixed Commits now jump to first record
+       left after commit Removed unneeded initialize from base object
+
+2001-08-30 13:48  jamest
+
+       * TODO, src/GFInstance.py, src/UIwxpython.py,
+       src/GFObjects/GFEntry.py: Updated TODO updated dropdown verify
+       fixed gfdes breakage (jcater)
+
+2001-08-30 12:26  jcater
+
+       * src/UIwxpython.py: synching machines
+
+2001-08-30 12:19  jcater
+
+       * src/GFObjects/GFDatabase.py: Fixed case problems w/database tags
+
+2001-08-29 19:23  jamest
+
+       * samples/helloworld2.gfd, samples/inventory/forms/company.gfd,
+       src/GFClient.py, src/GFTrigger.py, src/GFObjects/GFBlock.py: Got
+       master/details working/saving/caching correctly.  (jcater's
+       changes, not jamest's)
+
+2001-08-29 19:20  jcater
+
+       * samples/zipcode/zipcode.gfd, src/GFForm.py,
+       src/GFObjects/GFEntry.py: I'm really james using jason's laptop so
+       dont blame him for my mistakes....  Fixed dropdown support Fixed
+       cursor navigation Added order by support to the new datasources
+
+2001-08-13 18:15  jcater
+
+       * src/: GFParser.py, GFObjects/GFDatabase.py, GFObjects/GFObj.py:
+       Fixed support for <database> tags, although I do not recommend them
+       (but I suppose there are cases where it is needed)
+
+2001-08-12 14:55  jamest
+
+       * TODO, client/gfclient, samples/location/forms/zipcode_maint.gfd,
+       samples/trigger/trigger.gfd, samples/zipcode/states.gfd,
+       samples/zipcode/zipcode.gfd, 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: Merged new
+       datasource branch w/ HEAD *****THIS WILL BREAK THINGS***** The
+       previous cvs HEAD was tagged prior to doing this.  Use that if you
+       need features not yet present in this code.
+
+2001-08-12 13:23  jamest
+
+       * src/GFClient.py: Removed unneeded import preventing branch from
+       running
+
+2001-08-10 20:47  jamest
+
+       * src/: GFClient.py, GFController.py, GFDebug.py, GFForm.py,
+       GFGetOpt.py, GFInstance.py, GFOptions.py, UIwxpython.py,
+       GFObjects/GFBlock.py: Fixed forms starting up w/o any widget focus
+       Removed gnuef code no longer in use due to new db system Cleaned up
+       some classes and removed some no longer needed
+
+2001-08-09 23:49  jamest
+
+       * setup.py, samples/contact.gfd, samples/po/sc_po_entry.gfd,
+       samples/track/forms/contact_manager.gfd,
+       samples/zipcode/zipcode.gfd, src/GFForm.py, src/GFInstance.py,
+       src/GFParser.py, src/GFTrigger.py, src/UIbase.py, src/UIcurses.py,
+       src/UIpyncurses.py, src/GFObjects/GFBlock.py,
+       src/GFObjects/GFDataSource.py, src/GFObjects/GFEntry.py,
+       src/GFObjects/GFLabel.py: Merged changes from head into the branch
+       (did not move back to head yet) Fixed misc bugs More than likely
+       introduced more bugs than you can imagine (may jcater forgive me)
+
+2001-08-08 22:27  dneighbors
+
+       * samples/contact.gfd: Testing.
+
+2001-08-07 22:17  jamest
+
+       * src/: GFForm.py, GFObjects/GFBlock.py: Fixed yesterdays record
+       update on commit fix :)
+
+2001-08-06 22:36  jamest
+
+       * src/GFObjects/GFBlock.py: Fixed bug preventing fields updated
+       during a commit showing changes
+
+2001-08-05 16:38  jcater
+
+       * setup.py: Small fix to developer_install for BSD
+
+2001-08-03 18:18  jcater
+
+       * src/UIwxpython.py: made a busy cursor appear when form is busy
+
+2001-08-03 18:04  jcater
+
+       * src/: GFForm.py, UIbase.py, UIwxpython.py, GFObjects/GFEntry.py:
+       Added comments/TODOs to code; added a beginWAIT and endWAIT event
+       pair to signal to UI when forms is going into a 'working' state
+       (i.e., user cannot interact with ui). wxpython interface might
+       change the cursor to hourglass (should it display 'Working...' or
+       such in the status bar?) curses, if it has the concept of a status
+       bar, would probably display 'Working...'
+
+2001-08-02 23:57  jamest
+
+       * src/GFInstance.py: Added a working file-print to use add a
+       trigger to a form named 'process-printout' containing what you
+       require to produce the output
+
+2001-08-02 22:02  jamest
+
+       * src/: GFInstance.py, GFParser.py, GFTrigger.py, UIwxpython.py:
+       Started to add a print item to the menu Changes to the parser made
+       too long ago for me to remember why
+
+2001-07-31 20:40  jcater
+
+       * src/UIwxpython.py: made the main window recenter itself after
+       being initially sized
+
+2001-07-31 20:34  jcater
+
+       * src/GFObjects/GFEntry.py: Fixed problem w/cvs merge
+
+2001-07-31 20:09  jcater
+
+       * src/: UIwxpython.py, GFObjects/GFDataSource.py,
+       GFObjects/GFEntry.py: changes required for master/detail
+
+2001-07-31 18:22  jcater
+
+       * src/: GFParser.py, UIbase.py, UIcurses.py, UIpyncurses.py,
+       GFObjects/GFEntry.py, GFObjects/GFLabel.py, GFObjects/GFObj.py:
+       Fixed problem w/visibleCount vs rows that was causing designer to
+       always write a rows value for entries
+
+2001-07-29 14:36  jcater
+
+       * samples/location/forms/zipcode_maint.gfd: misc changes
+
+2001-07-23 16:29  jamest
+
+       * samples/zipcode/states.gfd, samples/zipcode/zipcode.gfd,
+       src/GFForm.py, src/GFParser.py, src/GFObjects/GFBlock.py,
+       src/GFObjects/GFEntry.py: Fixed verifyValue routine Work on
+       master/detail support
+
+2001-07-23 02:10  jcater
+
+       * src/GFObjects/GFBlock.py: Misc bug fixes
+
+2001-07-22 23:54  jcater
+
+       * src/GFObjects/: GFBlock.py, GFObj.py: Misc changes so that forms
+       can save data to database
+
+2001-07-22 23:01  jcater
+
+       * src/: GFForm.py, GFInstance.py, UIbase.py, UIwxpython.py,
+       GFObjects/GFBlock.py, GFObjects/GFEntry.py, GFObjects/GFObj.py:
+       lots o' bug fixes related to multiview, navigation, block inits,
+       etc
+
+2001-07-21 19:51  jcater
+
+       * src/: GFForm.py, UIbase.py, UIwxpython.py, GFObjects/GFBlock.py,
+       GFObjects/GFEntry.py: fixed Enter-Query to work; added 'remember
+       last query' (i.e., if you enter-query twice, your old query values
+       are retrieved); changed whole enter-query system so that: 1) next
+       record/prev record/jump record/etc are disabled; 2) previous query
+       can be retrieved (mentioned earlier); 3) values are not stored in a
+       recordset while in enter-query mode; misc other fixes; Note:
+       multi-record display of results isn't working right???
+
+2001-07-21 18:33  dneighbors
+
+       * samples/po/sc_po_entry.gfd,
+       samples/track/forms/contact_manager.gfd,
+       samples/zipcode/states.gfd, src/UIbase.py: sc_po_entry.gfd   **
+       Replaced visibleCount with rows because of visibleCount
+       deprication.
+       
+       contact_manager.gfd   ** Replaced visibleCount with rows because of
+       visibleCount deprication.
+       
+       UIbase.py   ** Finished implementation of rows to replace visible
+       count      Seems to work in designer and with and without data...
+
+2001-07-21 18:21  jcater
+
+       * samples/location/forms/zipcode_maint.gfd, src/UIbase.py,
+       src/GFObjects/GFBlock.py, src/GFObjects/GFEntry.py: fixed combo box
+       problem; rewrote findClosestValue; fixed data-aware multi-record
+       blocks; fixed execute query (enter query doesn't work yet)
+
+2001-07-21 17:01  jcater
+
+       * src/GFObjects/: GFDataSource.py, GFEntry.py: fixed typo in
+       GFDataSource.createResultSet; rewrote GFEntry.allowedValues to work
+       with new datasource model; dropdown entries now work again
+
+2001-07-20 18:15  jamest
+
+       * samples/zipcode/zipcode.gfd, src/GFObjects/GFBlock.py: Fixed form
+       rollback
+
+2001-07-20 16:06  jcater
+
+       * src/: GFClient.py, GFForm.py, GFInstance.py, UIbase.py,
+       UIwxpython.py, GFObjects/GFBlock.py, GFObjects/GFEntry.py: changes
+       for jamest to view
+
+2001-07-20 14:21  jcater
+
+       * src/GFObjects/GFBlock.py: changed ResultSet.getRecord to
+       getRecordNumber; made getRecord return a specified recordset; fixed
+       setRecord to work properly; misc bug fixes
+
+2001-07-20 14:14  jamest
+
+       * src/: GFForm.py, UIwxpython.py, GFObjects/GFBlock.py,
+       GFObjects/GFEntry.py: Syncing again
+
+2001-07-20 11:37  jamest
+
+       * src/: GFForm.py, GFObjects/GFBlock.py: Quick fixes again only
+       syncing so jcater and I can work with same code
+
+2001-07-20 11:21  jamest
+
+       * src/: GFClient.py, GFForm.py, GFInstance.py,
+       GFObjects/GFBlock.py, GFObjects/GFEntry.py, GFObjects/GFLabel.py:
+       Misc bug fixes and still porting to new db system.  checkin to sync
+       machines
+
+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: got
+       helloworld2.gfd working :)
+
+2001-07-19 23:20  jcater
+
+       * client/gfclient, src/GFForm.py, src/GFInstance.py,
+       src/GFObjects/GFBlock.py, src/GFObjects/GFDataSource.py,
+       src/GFObjects/GFEntry.py: synching machines
+
+2001-07-19 22:58  jamest
+
+       * src/GFTrigger.py: Trigger code can now be properly indented in
+       the gfd file
+
+2001-07-19 21:18  jcater
+
+       * src/: GFForm.py, GFObjects/GFBlock.py, GFObjects/GFDataSource.py,
+       GFObjects/GFObj.py: changing GFBlocks over to use ResultSets;
+       committing to synch machines [broken cvs\!]
+
+2001-07-19 16:49  jamest
+
+       * TODO, src/GFForm.py, src/GFTrigger.py, src/GFObjects/GFBlock.py,
+       src/GFObjects/GFDataSource.py, src/GFObjects/GFEntry.py,
+       src/GFObjects/GFLabel.py: Implemented phaseInit - makes it possible
+       to have multiple initialization phases of the GObj tree Added some
+       wrappers to GDataSource so the programmer can ignore the
+       GDataObject it contains
+
+2001-07-18 23:34  jcater
+
+       * src/: GFForm.py, GFObjects/GFBlock.py, GFObjects/GFDataSource.py,
+       GFObjects/GFEntry.py: Broken cvs; committed in order to synch
+       machines
+
+2001-07-18 18:40  jamest
+
+       * src/: GFForm.py, GFInstance.py, GFParser.py, GFTrigger.py,
+       GFObjects/GFBlock.py, GFObjects/GFBox.py, GFObjects/GFButton.py,
+       GFObjects/GFEntry.py, GFObjects/GFLabel.py, GFObjects/GFMsgBox.py,
+       GFObjects/GFObj.py, GFObjects/GFOption.py, GFObjects/GFOptions.py,
+       GFObjects/GFPage.py, GFObjects/GFScrollBar.py,
+       GFObjects/GFValue.py: merged trunk, from gnuef-new-datasources-1 to
+       HEAD
+
+2001-07-18 18:16  jcater
+
+       * src/: UIbase.py, UIwxpython.py: Put a bandaid over part that
+       shouldn't be slashed
+
+2001-07-18 18:13  jcater
+
+       * src/: UIbase.py, UIwxpython.py: Removed unused (i.e., completedly
+       slashed apart, chewed up, and spit out) login code
+
+2001-07-18 18:07  jcater
+
+       * src/UIwxpython.py: Several fixed to UI/Login stuff
+
+2001-07-18 17:57  jcater
+
+       * src/UIwxpython.py: Commits for jamest's perusal: part 2
+
+2001-07-18 17:50  jcater
+
+       * src/: GFClient.py, GFForm.py, GFInstance.py, UIwxpython.py:
+       Commits for jamest's perusal
+
+2001-07-18 17:45  jamest
+
+       * src/: GFParser.py, GFTrigger.py, GFObjects/GFBlock.py,
+       GFObjects/GFBox.py, GFObjects/GFButton.py, GFObjects/GFEntry.py,
+       GFObjects/GFLabel.py, GFObjects/GFMsgBox.py, GFObjects/GFObj.py,
+       GFObjects/GFOption.py, GFObjects/GFOptions.py, GFObjects/GFPage.py,
+       GFObjects/GFScrollBar.py, GFObjects/GFValue.py: Misc cleanup of
+       imports
+
+2001-07-18 15:38  jamest
+
+       * src/: GFClient.py, GFForm.py, GFInstance.py, UIwxpython.py,
+       GFObjects/GFBlock.py: Still broken changes during migration to new
+       datasources Checking in so jcater can see the damage I'm doing
+
+2001-07-17 17:59  jamest
+
+       * src/GFObjects/GFDataSource.py: THIS CHANGE BREAKS THIS BRANCH -
+       Only checking in to keep my working machines in sync Checking in
+       start of migration to new datasources
+
+2001-07-17 14:24  jamest
+
+       * TODO, client/gfclient, doc/techref.lyx,
+       samples/trigger/trigger.gfd, src/GFForm.py, src/GFInstance.py,
+       src/GFParser.py, src/GFTrigger.py, src/UIwxpython.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
+
+       * src/GFObjects/GFDataSource.py: Speed improvement on record
+       commits
+
+2001-07-16 22:09  jamest
+
+       * TODO, doc/techref.lyx, src/GFForm.py, src/GFInstance.py,
+       src/GFParser.py, src/UIwxpython.py, src/GFObjects/GFBlock.py,
+       src/GFObjects/GFEntry.py, src/GFObjects/GFLabel.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,
+       GFObjects/GFDatabase.py: Added DBDriver-specific extensions to Form
+       trigger namespaces; if your database connection is called gnue,
+       then your trigger namespace will contain an object called gnue.
+       It's methods will be the methods defined in the
+       DBdriver.TriggerExtensions class; e.g., gnue.getDate(); Oracle's
+       TriggerExtension's class defines getDate() -- return current date
+       according to database, getSequence(seqName) -- return the next
+       sequence number for sequence named seqName, and sql(statement) --
+       execute raw SQL statement.
+
+2001-07-12 13:38  jcater
+
+       * src/: GFForm.py, GFParser.py, GFObjects/GFEntry.py: Converted
+       entry: uppercase & lowercase to case=<upper|lower|mixed>; converted
+       numeric="" to typecast=<text|number|date>; added hacks to make old
+       forms work... Note that if you open an old form in Designer and
+       save, it will convert to new format.
+
+2001-07-12 10:52  jcater
+
+       * TODO: Updated TODO
+
+2001-07-11 23:58  jamest
+
+       * doc/techref.lyx, src/GFObjects/GFEntry.py: Fixed bug : <entry>
+       width atrrib was not setting default
+
+2001-07-11 18:06  jamest
+
+       * src/: GFForm.py, GFInstance.py, GFObjects/GFBlock.py,
+       GFObjects/GFDataSource.py: Fixed popup warnings on next/prev record
+       Removed debugging print lines
+
+2001-07-10 16:29  jcater
+
+       * src/GFObjects/: GFBlock.py, GFDataSource.py: fixed problem
+       w/oracle driver
+
+2001-07-09 23:14  jamest
+
+       * src/GFObjects/GFEntry.py: Fix - The default value for
+       visibleCount was preventing the rows block attrib from working
+
+2001-07-05 12:57  jcater
+
+       * src/GFTrigger.py: Added intelligent line wrapping when saving XML
+       elements w/many attributes; misc other problems w/trigger saving
+
+2001-07-04 19:40  jcater
+
+       * doc/gnue-forms.dtd: New DTD based on improved gnuedtd; Note that
+       it still doesn't show cascaded elements (such as triggers)
+
+2001-07-04 19:23  jcater
+
+       * src/: GFParser.py, GFTrigger.py: Added GTypecasts to gnue.common
+       for typecasting xml data
+
+2001-07-03 20:42  jcater
+
+       * src/: GFForm.py, GFInstance.py, GFParser.py, UIwxpython.py: Moved
+       width, height, title from <option> tags to <form> tag as they are
+       required, not optional. Added 'converter' hack so any old-style
+       forms will be converted. If you open an old-style form in Designer
+       and then save it, the new file will be correct
+
+2001-07-03 19:54  jcater
+
+       * src/: GFParser.py, GFObjects/GFObj.py, GFObjects/GFOption.py:
+       Made changes so options will be easier to edit in Designer
+
+2001-07-02 19:35  jcater
+
+       * src/GFParser.py: Minor changes
+
+2001-07-02 19:33  jcater
+
+       * doc/gnue-forms.dtd: Added beginnings of GNUe Forms DTD
+
+2001-07-02 12:54  jcater
+
+       * src/: GFClient.py, GFInstance.py, GFParser.py, __init__.py: Added
+       versioning/packaging information
+
+2001-07-02 11:55  jcater
+
+       * src/GFParser.py: Updated w/new attribute tag
+
+2001-07-01 19:47  jamest
+
+       * NEWS: NEWS dated for release
+
+2001-06-30 18:14  jamest
+
+       * ChangeLog, NEWS: Updated NEWS for next release
+
 2001-06-30 17:58  jamest
 
        * INSTALL, INSTALL.win32, MANIFEST.in, build_win.bat, setup.py,
Index: gnue/gnuef/NEWS
diff -u gnue/gnuef/NEWS:1.14 gnue/gnuef/NEWS:1.15
--- gnue/gnuef/NEWS:1.14        Sun Jul  1 20:47:26 2001
+++ gnue/gnuef/NEWS     Sun Nov  4 22:41:58 2001
@@ -1,3 +1,11 @@
+New features/changes in version 0.1.0(##-NOV-2001):
+o Removed python 1.5.2 support
+o Performance improvments
+o Migration to new GNUe common data driver model
+o   Numerous databases supported (See gnue-common 0.1.0 NEWS)
+o   Improved master/detail support
+o Print trigger support
+
 New features/changes in version 0.0.9(1-JUL-2001):
 o Windows support now functional again
 o Misc bug fixes in code and samples



reply via email to

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