pyspread todo
=============

0.0.14
------
+ Signature based save load cycle

0.0.13
------
+ Print framework that supports colors and drawn elements (done)
+ Folder renaming to fix installation errors on some distributions (done)
+ Remove splash screen (done)
+ Some drawing speed-ups (done)

0.0.12b
-------
+ Revamp print framework
+ Trust system for loading and saving (GPG-based signatures)
+ Help framework
+ New About dialog
+ Fix lost white rectangle bug (done)

0.0.12a
-------
+ Make pys file support more secure (done)
+ ODF file support removed (done)
+ Add left and right alignment to cell attributes (done)
+ Add custom grid & cell drawing on refresh (done)
+ Add save functionality for row and column size (done)
+ Solve problem with update of cells that contain strings, lists, ... (done)
+ Fix frozen cells toolbar update (done)

0.0.12
------
+ Switch to AUI toolbars (done)
+ Fix default text color from black to system default (done)
+ Change Ok and Cancel Buttons and tab sequence for New sheet dialog (done)
+ Add regex search (done)
+ Add find toolbar (done)
+ Add frozen cells (done)
+ Add style toolbar (done)
+ Add cell dc support for graphic printing in cells (done)
+ Remove networkx dependency (done)
+ Add zoom function (done)
+ Add cell styles (done)
+ New ODF native file format support (done)


0.0.11
------
+ Unicode support (done)
+ Relative filepath repacement by Python functionality (done)
+ CSV import with custom Python datatypes (done)
+ Recursion detection for slicing operations (done)
+ Resize grid menu item (done)
+ Command line options (done)
+ Command line help (done)
+ Save As vs. Save functionality (done)
+ Grid cell code display in statusbar (done)
+ easy_install support (done)
+ CSV export (done)

0.0.12
------
+ Colored cell backgrounds
+ Border styles
+ Text styles
+ Frozen cells (update only manually)
+ Protected cells (cannot be edited unless unprotected)
+ Cells can display Images (if the function returns a wx.DC object)

Ideas
=====

Likely
------
+ Windows installer
+ Integrated help framework
+ Syntax highlighted cell code entry

Uncertain
---------
+ Dialog for easy chart creation
+ Excel import of cell contents
+ Sparse matrix usage for allowing huge tables

Unlikely
--------
+ Excel import by translating Excel content into Python
+ ODF file support