| | 14 | + Began work on new unit testing harness, with Nate Lowrie at the helm. |
|---|
| | 15 | |
|---|
| | 16 | + Added/enhanced unit tests for dCursor, dBizobj, dTextBox, and dForm. |
|---|
| | 17 | |
|---|
| | 18 | + Big fixes and enhancements, as always, to runtime cdxml instantiation, |
|---|
| | 19 | including much better inheritance of properties. |
|---|
| | 20 | |
|---|
| | 21 | + General move away from accepting specific keyword arguments to class |
|---|
| | 22 | constructors, in favor of accepting property values instead. |
|---|
| | 23 | |
|---|
| | 24 | ===== UI Tier ===== |
|---|
| | 25 | + EasyDialogBuilder - minor improvements by Nate Lowrie. |
|---|
| | 26 | |
|---|
| | 27 | + Added ensureLineVisible() method in dEditor, which even unfolds if needed. |
|---|
| | 28 | |
|---|
| | 39 | |
|---|
| | 40 | + dTreeView supported in ClassDesigner-designed files. |
|---|
| | 41 | |
|---|
| | 42 | + Added Icon property to dApp, which will become the default Icon for all |
|---|
| | 43 | forms and dialogs, if not overridden at the form level. |
|---|
| | 44 | |
|---|
| | 45 | + Simplified drag/drop in dabo.ui. |
|---|
| | 46 | |
|---|
| | 47 | + Added dabo.ui.getChoice() and getChoices(), which present a list of choices |
|---|
| | 48 | to the user, and return the user's selection(s). |
|---|
| | 49 | |
|---|
| | 50 | + Added TextLength property to dTextBox, to limit the number of characters |
|---|
| | 51 | that can be typed in by the user. Courtesy Nate Lowrie. |
|---|
| | 52 | |
|---|
| | 53 | + Improved font zooming. Improved handling of resizing fonts for different |
|---|
| | 54 | platforms (Mac), so that you have cross-platform consistency. Thanks to |
|---|
| | 55 | Dj Gilcrease for help in working this out. |
|---|
| | 56 | |
|---|
| | 57 | + Added Continuous property to dSlider, which determines whether Hit is |
|---|
| | 58 | raised while the slider is being changed, or only after the user has |
|---|
| | 59 | finished sliding. |
|---|
| | 60 | |
|---|
| | 61 | + Improved autocompletion in dEditor. |
|---|
| | 62 | |
|---|
| | 63 | + Added AutoAutoCompletion option to dEditor. |
|---|
| | 64 | |
|---|
| | 65 | ===== Data Tier ===== |
|---|
| | 66 | + dbFirebird - Minor improvements by Uwe Grauer. |
|---|
| | 67 | |
|---|
| | 68 | + dbPostgreSQL - Improvements by John Fabiani, including some missing data |
|---|
| | 69 | types and support for schemas. |
|---|
| | 70 | |
|---|
| | 71 | + Added support for SQL-JOIN clauses in the sql builder. |
|---|
| 55 | | + Added Icon property to dApp, which will become the default Icon for all |
|---|
| 56 | | forms and dialogs, if not overridden at the form level. |
|---|
| 57 | | |
|---|
| 58 | | + Simplified drag/drop in dabo.ui. |
|---|
| 59 | | |
|---|
| 60 | | + Began work on new unit testing harness, with Nate Lowrie at the helm. |
|---|
| 61 | | |
|---|
| 62 | | + Added dabo.ui.getChoice() and getChoices(), which present a list of choices |
|---|
| 63 | | to the user, and return the user's selection(s). |
|---|
| 64 | | |
|---|
| 65 | | + Added dBizobj.deleteAllChildren() |
|---|
| 66 | | |
|---|
| 67 | | + Added TextLength property to dTextBox, to limit the number of characters |
|---|
| 68 | | that can be typed in by the user. Courtesy Nate Lowrie. |
|---|
| 69 | | |
|---|
| 70 | | + Big fixes and enhancements, as always, to runtime cdxml instantiation, |
|---|
| 71 | | including much better inheritance of properties. |
|---|
| 72 | | |
|---|
| 73 | | + Improved font zooming. Improved handling of resizing fonts for different |
|---|
| 74 | | platforms (Mac), so that you have cross-platform consistency. Thanks to |
|---|
| 75 | | Dj Gilcrease for help in working this out. |
|---|
| 76 | | |
|---|
| 77 | | + Added ability to set parameters to pass to default values in dBizobj. |
|---|
| 78 | | |
|---|
| 79 | | + General move away from accepting specific keyword arguments to class |
|---|
| 80 | | constructors, in favor of accepting property values instead. |
|---|
| 81 | | |
|---|
| 82 | | + Added Continuous property to dSlider, which determines whether Hit is |
|---|
| 83 | | raised while the slider is being changed, or only after the user has |
|---|
| 84 | | finished sliding. |
|---|
| 85 | | |
|---|
| 86 | | + Improved autocompletion in dEditor. |
|---|
| | 95 | + Added moveToPK() method in dBizobj |
|---|
| | 96 | |
|---|