| | 2 | |
|---|
| | 3 | Dabo 0.8.4 (2008-06-03) Revision 4111): |
|---|
| | 4 | =============================================================================== |
|---|
| | 5 | Dabo: |
|---|
| | 6 | + Bugfix: grid can now search by non-string/non-numeric fields. Thanks Dennis Meulensteen |
|---|
| | 7 | for pointing out the problem |
|---|
| | 8 | |
|---|
| | 9 | + Deprecated bad spelling: unBindEvent() |
|---|
| | 10 | |
|---|
| | 11 | + Web Update now works for ide and demo, as well as the base framework. |
|---|
| | 12 | |
|---|
| | 13 | + Fixed WordWrap in dGrid. |
|---|
| | 14 | |
|---|
| | 15 | + Fixed Windows dTextBox problem, which would change ReadOnly back to False when changing |
|---|
| | 16 | the Alignment. |
|---|
| | 17 | |
|---|
| | 18 | + Added StrictNumericEntry property to dTextBox and dSpinner. |
|---|
| | 19 | |
|---|
| | 20 | + Linked the Find/Replace dialog to dGrid's findReplace() method, enabling finding in a dGrid. |
|---|
| | 21 | (ticket #1126) |
|---|
| | 22 | |
|---|
| | 23 | + Replace All bugfixes. |
|---|
| | 24 | |
|---|
| | 25 | + Forms were always restoring their default size, even when explicit sizes were given. Fixed. |
|---|
| | 26 | |
|---|
| | 27 | + Fixes from Kevin Edwards to make sizing sub-panels perform better, and to propertly set the |
|---|
| | 28 | background color of the dGrid bool renderer checkbox. |
|---|
| | 29 | |
|---|
| | 30 | + Fixed the getLastInsertID() for dbPostgreSQL, to work with non-serial PK's as well. Thanks |
|---|
| | 31 | to John Fabiani, Adrian Klaver, and Lorenzo Alberton. |
|---|
| | 32 | |
|---|
| | 33 | + Added dabo.settings.dateFormat, dateTimeFormat, and timeFormat. If None (the default) the |
|---|
| | 34 | formatting of these date types will be dependent on the user's settings in the operating |
|---|
| | 35 | system. This lets the appdev specify the format desired for display and editing in text |
|---|
| | 36 | controls and the grid. Prior to this, the only format was YYYY-MM-DD, which was satisfying |
|---|
| | 37 | to nobody. |
|---|
| | 38 | |
|---|
| | 39 | + Added dabo.ui.getObjectAtPosition(x,y), which returns an object reference based on the |
|---|
| | 40 | screen coordinates passed. |
|---|
| | 41 | |
|---|
| | 42 | + Removed unneeded, hackish code from datanav2, thanks to Pedro Vale de Gato. |
|---|
| | 43 | |
|---|
| | 44 | + John Fabiani fixed some issues with port in dbMSSQL.py. |
|---|
| | 45 | |
|---|
| | 46 | + Added dataToXML() to dBizobj. |
|---|
| | 47 | |
|---|
| | 48 | + Nate Lowrie added some niceties to dEditor, including better code folding. |
|---|
| | 49 | |
|---|
| | 50 | + Added code to allow biz.DefaultValues being set to None. If the field values are |
|---|
| | 51 | still null when saving, the insert statement won't include them, allowing |
|---|
| | 52 | database defaults to be used. |
|---|
| | 53 | |
|---|
| | 54 | + dCursorMixin no longer raises NoRecordsException from sort().. it merely returns. |
|---|