Changeset 2684

Show
Ignore:
Timestamp:
01/15/07 13:31:22 (2 years ago)
Author:
paul
Message:

Added the 0.7.2 ChangeLog? to trunk so it won't get orphaned later on.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r2489 r2684  
    11See the Subversion log for all the details. 
     2 
     3=============================================================================== 
     4Dabo 0.7.2 (2007-01-15) (Revision 2683): 
     5 
     6Additions, all minor, backported to stable only to keep compatibility with the  
     7stable versions of daboide and/or dabodemo: 
     8+ Enhanced the getImagePath() function to work better with Windows pathing. 
     9+ Refactored dPanel into a common mixin class. 
     10+ Added getBaseNodeClass() function to dTreeView. 
     11 
     12Bug Fixes: 
     13+ Fixed the stable branch to work with wxPython 2.7 and 2.8, which was a fairly 
     14  large backport of relevant changes from the development trunk. 
     15+ Fixed incremental search in dGrid, which was broken by earlier unicode fixes. 
     16+ dBizobj.onSaveNew() user hook never being called. Fixed. 
     17+ Fixed but in dUserSettingProvider if setting/retrieving nested settings. 
     18+ dForm not updating field values after a save(), which is sometimes needed. 
     19  Fixed. 
     20+ Fixed dForm to explicitly cancel bizobj changes if the user answers "no" to 
     21  the "do you wish to save?" message. Otherwise, the application would never 
     22  finish. 
     23+ Fixed dGrid and dImage's attProperties. 
     24+ Fixed bug in dGrid.HeaderHeight resulting in a traceback if you tried to set 
     25  it in initProperties() or as a kwarg to the constructor. 
     26+ Fixed dabo.ui.busyInfo() to actually show the specified text instead of just 
     27  an ugly grey box on Gtk. 
     28+ Fixed a bug in dbFirebird that was caused by initializing more than once. 
     29+ Fixed a problem with the date textbox in the datanav select page adding 1 
     30  to each month, resulting in an incorrect select statement. 
     31+ Fixed some minor wording and behavior problems with the Quick Report option 
     32  in AppWizard apps, thanks to Ted Roche. 
     33+ Fixed htmlAbout to not return the html tags to the clipboard. 
     34+ Fixed dToggleButton to always flush its data, not just on LostFocus. 
     35 
    236 
    337===============================================================================