Changeset 959

Show
Ignore:
Timestamp:
03/21/05 20:26:31 (4 years ago)
Author:
paul
Message:

Changelog for 0.3.2 which is imminent.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r802 r959  
    11See the Subversion log for all the details. 
     2 
     3 
     4Dabo-0.3.2 (2005-03-21) (Revision 959): 
     5 
     6Work continued on the Dabo report writer and report designer. The 
     7writer will now read and write the rfxml file format, and will do some  
     8simple reports. The designer will edit the rfxml files, again, with simple 
     9formats. This isn't ready to use yet but the foundation is in place. 
     10 
     11cursorToXML() added. 
     12 
     13Encoding property added to databases. 
     14 
     15dBitmap introduced. 
     16dWizard introduced. 
     17dTreeView introduced. 
     18 
     19dGrid is being refactored, and is almost done. For a short time, it can 
     20be found as dGridX. 
     21 
     22We worked hard trying to get window closing not to segfault on Windows,  
     23to get icons to display correctly on Mac, and to optimize Dabo in some key 
     24bottleneck areas. We've greatly improved Dabo's performance on all platforms, 
     25and Dabo now behaves less differently on each platform. 
     26 
     27Improved data binding: controls don't need to bind to a bizobj, but to any  
     28object expression. 
     29 
     30Improved Firebird and PostgreSQL support. 
     31 
     32Lots of improvements and bug fixes, in all three tiers. 
     33 
    234 
    335Dabo-0.3.1 (2005-02-16) (Revision 802):