| | 2 | |
|---|
| | 3 | =============================================================================== |
|---|
| | 4 | Dabo 0.7.2 (2007-01-15) (Revision 2683): |
|---|
| | 5 | |
|---|
| | 6 | Additions, all minor, backported to stable only to keep compatibility with the |
|---|
| | 7 | stable 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 | |
|---|
| | 12 | Bug 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 | |
|---|