Changeset 708

Show
Ignore:
Timestamp:
01/10/05 09:25:46 (4 years ago)
Author:
paul
Message:

About to tag 0.3. In addition to putting in Ed's changelog notes, I
also removed an old branch of mine.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r490 r708  
    11See the Subversion log for all the details. 
     2 
     3Dabo-0.3 (2005-01-10): 
     4 
     5New UI controls added: 
     6    dFileDialog.py 
     7    dListBox.py 
     8    dListControl.py 
     9    dSplitForm.py 
     10    dSplitter.py 
     11 
     12GridSizer added. Method calls to all sizers greatly simplified. 
     13 
     14Menus simplified, removing wx-specific calls. 
     15 
     16My favorite UI debugging tool: getMouseObject() 
     17 
     18Framework classes now consistently use the standard initialization  
     19methods: initProperties, initEvents, etc. 
     20 
     21Child requeries and transaction support added to bizobj 
     22 
     23Bizobjs now support the relationSpecs.rsxml format for adding child  
     24relations. 
     25 
     26Support for fulltext-type searches by word added. 
     27 
     28Auxiliary (one-shot) cursors added to main cursors for better support  
     29of different backends. 
     30 
     31Improved unicode support in cursors. 
     32 
     33Added support for PostgreSQL. Added template to ease creation of new  
     34backend support scripts. 
     35 
     36appWizard: added support for parent/child/grandchild/... relationships;  
     37improved FieldSpecEditor. 
     38 
     39appWizard/dDataNav* classes: 
     40    changed all wx.Sizers to dSizers 
     41    added "-ignore-" to visually indicate search criteria that will not be used 
     42    added save/restore of values on search page. 
     43    added 'Matches Words' option for fulltext searches 
     44    fixed bugs with searches for boolean values 
     45 
     46Controls: 
     47    Now auto-name themselves. Unique name enforcement added. 
     48    Added _IsContainer attribute to distinguish controls that can add other controls to themselves. 
     49    Added support for setting colors by name instead of RGB tuple. 
     50    Fixed resizing bug that would not allow a resized object to be made smaller. 
     51 
    252 
    353Dabo-0.2 (2004-09-20):