| | 2 | |
|---|
| | 3 | Dabo-0.3 (2005-01-10): |
|---|
| | 4 | |
|---|
| | 5 | New UI controls added: |
|---|
| | 6 | dFileDialog.py |
|---|
| | 7 | dListBox.py |
|---|
| | 8 | dListControl.py |
|---|
| | 9 | dSplitForm.py |
|---|
| | 10 | dSplitter.py |
|---|
| | 11 | |
|---|
| | 12 | GridSizer added. Method calls to all sizers greatly simplified. |
|---|
| | 13 | |
|---|
| | 14 | Menus simplified, removing wx-specific calls. |
|---|
| | 15 | |
|---|
| | 16 | My favorite UI debugging tool: getMouseObject() |
|---|
| | 17 | |
|---|
| | 18 | Framework classes now consistently use the standard initialization |
|---|
| | 19 | methods: initProperties, initEvents, etc. |
|---|
| | 20 | |
|---|
| | 21 | Child requeries and transaction support added to bizobj |
|---|
| | 22 | |
|---|
| | 23 | Bizobjs now support the relationSpecs.rsxml format for adding child |
|---|
| | 24 | relations. |
|---|
| | 25 | |
|---|
| | 26 | Support for fulltext-type searches by word added. |
|---|
| | 27 | |
|---|
| | 28 | Auxiliary (one-shot) cursors added to main cursors for better support |
|---|
| | 29 | of different backends. |
|---|
| | 30 | |
|---|
| | 31 | Improved unicode support in cursors. |
|---|
| | 32 | |
|---|
| | 33 | Added support for PostgreSQL. Added template to ease creation of new |
|---|
| | 34 | backend support scripts. |
|---|
| | 35 | |
|---|
| | 36 | appWizard: added support for parent/child/grandchild/... relationships; |
|---|
| | 37 | improved FieldSpecEditor. |
|---|
| | 38 | |
|---|
| | 39 | appWizard/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 | |
|---|
| | 46 | Controls: |
|---|
| | 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 | |
|---|