Release 11.05.13
----------------

 * add legend function to chart container
 
 * Workspace maximizes when double clicking on tab bar
 
 * Fix tab behavour of some editors
 
 * Support for editing columns in the frozen part of a table view
 
 * New DateTime Editor
 
   .. image:: _static/editors/DateTimeEditor_editable.png
 
 * More intuitive navigation pane
 
   .. image:: _static/controls/navigation_pane.png
 
 * progress dialog when records are deleted
 
 * FileEditor supports removing files after copying them
 
 * EntityAdmin changes
 
   * supports objects mapped with plain SQLAlchemy, documentation on how
     to use this
     
   * confirm_delete reworked to delete_mode

   * expanded_list_search option to tune which fields show up
   
 * ApplicationAdmin changes
 
   * actions_changed_signal

   * application actions show up in desktop workspace
   
     .. image:: _static/controls/desktop_workspace.png

 * postgres support for backup / restore
 
 * new actions : DocxApplicationAction, PixmapFormAction
 
 * Most editors now support background_color, editable and tooltip
   as dynamic attributes
 
Release 10.11.27
----------------

 * Tab based desktop

 * Faster table view
 
 * Improved search queries
 
 * Much more dynamic field attributes : tooltip, background_color, editable,
   choices, prefix, suffix, arrow

 * Document merge import wizard
 
   .. image:: _static/mergedocumentwizard/wizard_widget.png
   
 * Support for SQLAlchemy 0.6.x
 
 * Charts and matplotlib integration
 
     .. image:: _static/editors/ChartEditor_editable.png 
     
 * Move from PyExcelerator to xlwt and xlrd
 
 * Move to new style signal/slot connections
 
 * Support for frozen columns in a table view
 
 * Faster backup and restore
   
Release 10.07.02
----------------

 * Expanded search and filter options

   .. image:: _static/controls/header_widget.png
    
 * Search works for integer, date and float fields
 
   .. image:: _static/controls/search_control.png
 
 * Sorting in table views and OneToMany widgets
 
 * Importer forces validation before importing
 
 * User translatable labels on forms
 
 * Litebox image preview for image fields
 
 * New editors and delegates :
 
   * NoteDelegate
   
     .. image:: _static/editors/NoteEditor_editable.png
     
   * LabelDelegate
   * TextBoolDelegate
   
 * i18n improvements
 
 * Fix date editor on windows
 
 * Add a default model to store batch job information
 
 * Backup and restore available from the File menu
     
 * More documentation

Release 09.12.07
----------------

 * Sqlalchemy 5.6 compatible
 
 * Dynamic background colors and tooltips
 
   .. image:: _static/snippets/background_color.png
   
 * Generic import wizard
 
   .. image:: _static/importwizard/csv_wizard.png
 
 * The busy indicator in the status bar
 
   .. image:: _static/controls/status_bar.png
 
 * Support for lazy translations
 
 * Remove PIL dependency and only depend on QImage
 
 * Support multiple levels of class inheritance in the model
 
 * Various bugfixes, usability and speed improvements
 
 * Code cleanup
