daboide Commit
Revision 844
Date: 2007-05-20 14:55:26 -0700 (Sun, 20 May 2007)
Author: Paul
Trac: http://svn.dabodev.com/trac/daboide/changeset/844

Changed:
U   trunk/ChangeLog
U   trunk/__version__.py

Log:
Changelog for daboide-0.8


Diff:
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2007-05-10 19:48:32 UTC (rev 843)
+++ trunk/ChangeLog     2007-05-20 21:55:26 UTC (rev 844)
@@ -1,6 +1,50 @@
 See the Subversion log for all the details (svn log).
 
 ===========================================================================
+daboIDE 0.8 (2007-05-20) (Revision 845):
+
++ Added Float types to the quick layout wizard (thanks John Fabiani).
+
++ Fixed Editor to show the line even if folded during the function popup,
+  plus other enhancements to Editor.
+
++ AppWizard now building apps using datanav2 instead of original datanav.
+
++ Added support for postgres schemas (thanks John Fabiani).
+
++ Fixed bugs related to setting custom properties and custom classes in the 
+  class designer.
+
++ AppWizard-generated bizobjs now explicitly set DataStructure.
+
++ Fixed a bug that kept image controls from resizing in the Class Designer.
+
++ Fixed the problem with incorrect relative paths being stored for CxnFile 
values.
+
++ Converted the pref editor to single-file structure.
+
++ In general, the Class Designer is moving forward, with better sizer control,
+  better propsheet options, saving classes inside other designs, getting 
+  inheritance working correctly, etc.
+
++ Added dScrollPanel as a potential container class.
+
++ Turned off continuous mouse event handling. This was responsible for a lot 
+  of performance problems, such as the 100% CPU usage noted in Ticket #1008. 
+  It should also eliminate the layout panels repeatedly redrawing themselves 
+  unless one of them is selected.
+
++ Appwizard-generated apps now use the tango icon set, resulting in much
+  prettier applications.
+
++ Added some defensive code to alert the user when writing to the disk fails. 
+  Ticket [1057].
+
++ Only store a relative path for the database if it is a file-based backend. 
+  Tracker [1024].
+
+
+===========================================================================
 daboIDE 0.7.1 (2007-01-15) (Revision 753):
 
 + Illegible fontsize in AppWizard's convert_to_spaces option. Fixed.

Modified: trunk/__version__.py
===================================================================
--- trunk/__version__.py        2007-05-10 19:48:32 UTC (rev 843)
+++ trunk/__version__.py        2007-05-20 21:55:26 UTC (rev 844)
@@ -2,7 +2,7 @@
 # The following 2 lines are the only thing you should change in this file.
 # Everything else is boilerplate copied also to other dabo repositories.
 package_name = "daboide"
-_version = "0.8a"
+_version = "0.8s"
 
 
 import os




_______________________________________________
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]

Reply via email to