Re: Dabo 0.9.4 Released!

2011-10-07 Thread Ed Leafe
On Oct 6, 2011, at 12:18 PM, Neal Becker wrote:

 What is it?

Sorry, I guess I should have included that. We've been around for so 
long I sometimes assume that everyone knows what Dabo is.

Dabo is a framework for building desktop applications. It is strongly 
geared toward database applications, although a database connection is 
completely optional. We wrap the wxPython GUI toolkit, hiding its C++ roots and 
presenting a more Pythonic interface for creating your UI.

 See more at http://dabodev.com, and feel free to ask any more 
questions.



-- Ed Leafe



-- 
http://mail.python.org/mailman/listinfo/python-list


Dabo 0.9.4 Released!

2011-10-06 Thread Ed Leafe
Yes, it's been over a year, but today we're finally releasing Dabo 
0.9.4!

What can I say? While we've been actively developing Dabo all along, 
and committing improvements and fixes regularly, we don't seem to get around to 
doing releases as often as we should. Since Dabo has a Web Update feature that 
lets developers receive regular updates between releases, most people are 
fairly current, but creating a new release will help newcomers to Dabo get up 
to speed quicker.

The changes won't be too big for most current users of the framework, 
but compared to the 0.9.3 release, lots has been fixed and improved! Full 
release notes are at:
http://svn.dabodev.com/dabo/tags/dabo-0.9.4/ChangeLog

...but here are just a few of the major changes since 0.9.3:

- better handling of edge cases in bizobj relations
- addition of support in bizobjs for many-to-many relationships
- improved efficiency in detecting changed records
- added the dDatePicker control
- added the option of vertical text for grid headers
- integrated a code editor into the command window

You can grab the latest version, as always, from 
http://dabodev.com/download



-- Ed Leafe



-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Dabo 0.9.4 Released!

2011-10-06 Thread Neal Becker
Ed Leafe wrote:

 Yes, it's been over a year, but today we're finally releasing Dabo 0.9.4!
 
 What can I say? While we've been actively developing Dabo all along, and
 committing improvements and fixes regularly, we don't seem to get around to
 doing releases as often as we should. Since Dabo has a Web Update feature that
 lets developers receive regular updates between releases, most people are
 fairly current, but creating a new release will help newcomers to Dabo get up
 to speed quicker.
 
 The changes won't be too big for most current users of the framework, but
 compared to the 0.9.3 release, lots has been fixed and improved! Full release
 notes are at: http://svn.dabodev.com/dabo/tags/dabo-0.9.4/ChangeLog
 
 ...but here are just a few of the major changes since 0.9.3:
 
 - better handling of edge cases in bizobj relations
 - addition of support in bizobjs for many-to-many relationships
 - improved efficiency in detecting changed records
 - added the dDatePicker control
 - added the option of vertical text for grid headers
 - integrated a code editor into the command window
 
 You can grab the latest version, as always, from http://dabodev.com/download
 
 
 
 -- Ed Leafe

What is it?

-- 
http://mail.python.org/mailman/listinfo/python-list