Camelot 11.09.10 Released
-
"Camelot":http://www.python-camelot.com is a Python GUI framework based on QT and SQLAlchemy. It excels
in the creation of database applications.!http://www.python-camelot.com/uploads/3/6/7/9/3679389/7625488.png(example application)!
Changes :
-
Refresh reexecutes queries in the table view
-
Deleted entities are grayed out in the GUI if they are deleted when
visible -
Add setup.py to new projects for easy packaging
-
The settings mechanism becomes plugable
-
Print preview does pdf export when no printer is available
-
Wizard to create a new project
!http://downloads.conceptive.be/downloads/camelot/doc/sphinx/build/_images/change_object.png(New project wizard)!
-
API documentation integrated with sphinx
-
UserException, a subclass of Exception that
can be used to inform the user in a gentle way he should behave different.
!http://downloads.conceptive.be/downloads/camelot/doc/sphinx/build/_images/user_exception.png(User Exception Dialog)!
-
Reduced memory usage
-
Experimental PySide support
-
German, French and Dutch translations
-
Generation of .po files integrated with setuptools
-
Fixes of VirtualAddress editor
-