dabo Commit Revision 3768 Date: 2007-12-04 16:16:13 -0800 (Tue, 04 Dec 2007) Author: Paul Trac: http://svn.dabodev.com/trac/dabo/changeset/3768
Changed: U trunk/ChangeLog Log: First draft of ChangeLog for upcoming 0.8.3. Please edit as needed. Diff: Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2007-12-03 12:22:02 UTC (rev 3767) +++ trunk/ChangeLog 2007-12-05 00:16:13 UTC (rev 3768) @@ -1,6 +1,61 @@ See the Subversion log for all the details. +Dabo 0.8.3 (2007-12-??) Revision 37??): =============================================================================== +Field types in the data layer are now covered better (previously only non- +joined fields were massaged). + +Transaction tokens are now per-connection, not per-bizobj. Thanks Uwe Grauer +for the nudge. + +dGrid performs better when changing rows. + +Fixed display problems with word-wrapped labels in dDialog. + +Fixed some report writer xml conversion problems. + +Enabled setting report writer's OutputFile property to a file-like object, and +not strictly a file object. + +Fixed unicode-xml saving/loading in ReportDesigner. + +Added default size and position for forms (they tended to be much too small +before). + +Web update fit and finish. + +Added defensive code to dBizobj when running without primary keys. + +Added dabo.ui.getDisplaySize() + +Fixed sending Enabled property to dToolbar constructor. + +Refactored masked functionality out of dTextBox into dMaskedTextBox. + +Improved Class Designer and Property Sheet. + +Experimental replacement for dSpinner added: dSpinnerX. + +Fixed relative pathing problem in .cdxml files. + +Tickets fixed: +#1070 +#1072 +#1108 +#1109 +#1110 +#1117 +#1121 + +Thanks to suggestions, patches, and contributions from: +Carl Karsten +Uwe Grauer +Pedro Vale de Gato +Orcun Avsar +Heling Yao + + +=============================================================================== Dabo 0.8.2 (2007-10-24) (Revision 3580): Most Notable Things: _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
