| | 2 | |
|---|
| | 3 | Dabo-0.4 (2005-08-07) (Revision 1122): |
|---|
| | 4 | |
|---|
| | 5 | Cleaned up the initialization of properties. No more initStyleProperties(), |
|---|
| | 6 | user code just puts their props in initProperties() or sends them to the |
|---|
| | 7 | constructor in the properties arg or as separate named arguments. The |
|---|
| | 8 | framework sorts out when the properties need to be set in the object |
|---|
| | 9 | construction cycle. |
|---|
| | 10 | |
|---|
| | 11 | Lots of sizer improvement, such as... |
|---|
| | 12 | |
|---|
| | 13 | New dGrid, with dColumn and Header objects available for reference. |
|---|
| | 14 | |
|---|
| | 15 | Lots of convenience functions written, including... |
|---|
| | 16 | |
|---|
| | 17 | Simplified access to common dialogs. For instance, getFile(), getColor(), |
|---|
| | 18 | getBitmap(), getString() functions all show the dialog and return the |
|---|
| | 19 | result. So, to get a font, just call dabo.ui.getFont(). Similarly, |
|---|
| | 20 | to show a common messagebox and get the response, just use dabo.ui.info(), |
|---|
| | 21 | dabo.ui.stop(), or dabo.ui.areYouSure(). |
|---|
| | 22 | |
|---|
| | 23 | doDefault() much faster now (thanks to Alex Martelli) |
|---|
| | 24 | |
|---|
| | 25 | Support for decimal.Decimal. |
|---|
| | 26 | |
|---|
| | 27 | New classes: dColorDialog, dToolBar. |
|---|
| | 28 | |
|---|
| | 29 | Work on the report writer and report designer progresses. |
|---|
| | 30 | |
|---|
| | 31 | We finally have distutils support. To install Dabo, do the standard |
|---|
| | 32 | "python setup.py install". Thanks to limodou for submitting the patch. |
|---|