dabowebsite Commit Revision 152 Date: 2011-10-03 08:04:39 -0700 (Mon, 03 Oct 2011) Author: Ed Trac: http://trac.dabodev.com/changeset/152
Changed: U trunk/blog/Announcements/Web_Update_revision_6866_Posted.txt Log: Fixed some formatting Diff: Modified: trunk/blog/Announcements/Web_Update_revision_6866_Posted.txt =================================================================== --- trunk/blog/Announcements/Web_Update_revision_6866_Posted.txt 2011-10-03 14:50:00 UTC (rev 151) +++ trunk/blog/Announcements/Web_Update_revision_6866_Posted.txt 2011-10-03 15:04:39 UTC (rev 152) @@ -1,5 +1,5 @@ Web Update revision 6866 Posted -<p><h3>General Framework Changes:</h3><br /> +<p><h4>General Framework Changes:</h4> - Lots of docstring changes to improve Sphinx documentation<br /> - You can now override the setting of the language defined by locale.<br /> - Changed default Encoding for datasets to the one declared for the backend.<br /> @@ -7,8 +7,8 @@ - Added getSharedAppDataDirectory() fuction, which returns application shared data directory.<br /> - Improved debugging by including the current call stack in every callAfter/setAfter call, so that errors can show the path that led to the *after method being called.<br /> - Fixed an issue where calling the _initModuleNames() method would not update with any changes since the app first launched. With this change, bizobjs created or changed in the Class Designer will now be available when test running the class.<br /> -- <br /> -- <h3>Bizobj/DB Layer Changes:</h3><br /> +<br /> +<h4>Bizobj/DB Layer Changes:</h4> - Augmented the Data Type Mismatch error to show the table name and not just the field name.<br /> - Fixed an issue where newly-added records in cursors that had never been requeried didn't know their data structure, even though DataStructure had been set explicitly.<br /> - Improved the getDataSet() method to eliminate the need for looping through all rows.<br /> @@ -25,7 +25,7 @@ - Changed the value returned by dCursorMixin's RowCount to 0 from -1 for the case where the cursor has not yet been requeried. Logically it makes more sense, and we don't rely on a value of -1 for this anywhere.<br /> - Improved the way that dBizobj's isAnyChanged() method determines changes.<br /> <br /> -<h3>UI Changes:</h3><br /> +<h4>UI Changes:</h4> - Added the 'ChildObjects' property to sizers. This will return a list of the objects managed by the sizer, whether they be controls, sizers, or spacers. The 'Children' property still returns a list of sizer items.<br /> - Fixed the dDockForm and dDockPanel classes so that the properties work again. <br /> - The DataSource property for controls can now be set to a callable, which will be evaluated each time the property is accessed. This makes it possible to have a dynamic DataSource.<br /> @@ -62,7 +62,7 @@ - Fixed an issue with dPageStyled where 'select' parameter was by default set to True and fired the PageChanging event on every newly added page.<br /> - Added a Rounded Rectangle to the available DrawObjects.<br /> <br /> -<h3>ReportWriter Changes:</h3><br /> +<h4>ReportWriter Changes:</h4> - Deprecated Frameset/Paragraph; Added Memo which accomplishes the same thing in the same way without the developer needing to know about the hierarchy.<br /> - Removed the auto-updating of the _def default properties when the main property changes, as it was causing unneeded cruft in the rfxml.<br /> - Changed default expr of String and Memo to "String" and "Memo", respectively.<br /> @@ -75,7 +75,7 @@ - Fixed the reprinting of group headers from the printing of a detail band so that they only reprint group headers higher in the list than the current group<br /> - Allow for the image expression to evaluate to None, and just don't print anything in that case.<br /> <br /> -<h3>Report Designer Changes:</h3><br /> +<h4>Report Designer Changes:</h4> - Enhanced the ReportDesigner by making Shift+Enter on an object activate the propsheet editor for the currently selected property in the propsheet.<br /> - Enhanced ReportDesigner to show the paragraph object expression on the design surface. In addition, made it so when you click on the Frameset, the Paragraph is what gets selected. You can still select the Frameset object by clicking on it in the object tree.<br /> - Deprecated Frameset/Paragraph; Added Memo which accomplishes the same thing in the same way but the appdev doesn't need to know about the hierarchy.<br /> @@ -84,7 +84,7 @@ - ReportDesigner looked horrible on Mac because of dark default background. Fixed.<br /> - Fixed a bug in the designer when changing the height of a band where the height was None (dynamic) previously.<br /> <br /> -<h3>Class Designer Changes:</h3><br /> +<h4>Class Designer Changes:</h4> - Replaced the painted of dSizerPanel with a nested panel. I prefer the look of the painted border, but it flickers way too much due to the excessive number of repaints.<br /> - Added needed self.refresh() after a Zoom operation to avoid artifacts.<br /> - Added code to save/restore the zoom level.<br /> _______________________________________________ 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/[email protected]
