daboide Commit Revision 256 Date: 2005-11-29 18:33:01 -0800 (Tue, 29 Nov 2005) Author: paul
Changed: U trunk/ChangeLog Log: Changelog for daboide-0.3. Please review! Diff: Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2005-11-30 02:15:14 UTC (rev 255) +++ trunk/ChangeLog 2005-11-30 02:33:01 UTC (rev 256) @@ -1,5 +1,27 @@ See the Subversion log for all the details (svn log). + +daboide-0.3 (2005-11-29) (Revision 255): +<Ed, please handle the designer changelog entry.> + +Greatly improved AppWizard. It now generates a directory/file structure that +mirrors Dabo's structure: App at the top, and packages for db, ui, and biz. +Instead of everything being in one big file, you get individual files for +each form, bizobj, etc. and good boilerplate to run with. Much more scalable! + +The new AppWizard also generates a sample report, along with a menu item to +launch the report. + +The new AppWizard now generates code that makes MDI forms on Windows and +SDI forms on Mac and Linux. This is an easily-overridable one-liner, in case +you want different runtime behavior. + +The work on the ReportDesigner continues. You still can't use it to develop +new reports, but the designer property sheet is working well, as is the 2-way +editing (visual and xml). I've added copy/paste, bring to top/send to bottom, +and better dragging of report objects. + + daboide-0.2.2 (2005-10-07) (Revision 187): Updated the wizard to use the new biz.DefaultValues property. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
