Warning, /office/calligra/plugins/formulashape/TODO is written in an unsupported language. File is not indexed.

0001 * General:
0002 ** Move shape and tool to plugins/
0003 * Loading/saving
0004 ** Add support for entity elements
0005 ** Refactor attribute manager:
0006 *** It needs to be DOM aware to support complex attribute management (e.g. font-style attribute handling)
0007 *** Detection and proper handling of invalid attributes and values.
0008 *** Implement inheritsAttribute() method in every element class
0009 ** make load and save working for every element, and update test suite
0010 ** add defaultAttributevalues to mstyle
0011 ** correct mathspace parsing in operator element.
0012 * Painting
0013 ** implement rendering in all token elements
0014 * UI/Tool
0015 ** Implement the new tool widget
0016 ** Implement insertText completly -> some stuff is still missing for glyph elements
0017 
0018 mid term ( potential prerelease ) goals:
0019 - create template files - decide what kind of templates should be in place
0020 - add attribute caching as member variables in elements so that paint()
0021   does not need a AttributeManager
0022 
0023 long term goals:
0024 - iron the loading process out so that it won't crash on errors and report them