Difference between revisions of "TedTODO"

From Inkscape Wiki
Jump to navigation Jump to search
Line 5: Line 5:
* Script writing HOWTO [[ScriptingHOWTO]]
* Script writing HOWTO [[ScriptingHOWTO]]
* [ExtensionArchProposal Extension design document]
* [ExtensionArchProposal Extension design document]
* (DONE) Error dialog for writing over a file (I think someone else did that, have to check)
* (DONE) Error dialogs when autodetect fails
* Requirements implemented in module definition files
* Requirements implemented in module definition files
* Filters using extensions not opening a new window
* Filters using extensions not opening a new window
* (DONE) Handle the name of the document better - get it all in modules system
* Replace calling in modules to be all verb based
* Replace calling in modules to be all verb based
* (DONE) Abstract implementation into it's own class (I can't believe I let Lauris talk me out of that) (50% done)
* Put save as dialog preferences in the preferences dialog
* Put save as dialog preferences in the preferences dialog
* Make the 'auto add extension' in the saveas dialog insensitive when in 'autodetect'
* Make the 'auto add extension' in the saveas dialog insensitive when in 'autodetect'
* Make extension parameters persistent
* Make extension parameters persistent
* make extension parameters have a 'document' mode where they are attached to the document.
* Make extension parameters have a 'document' mode where they are attached to the document.
 
* (DONE) Error dialog for writing over a file (I think someone else did that, have to check)
* (DONE) Error dialogs when autodetect fails
* (DONE) Handle the name of the document better - get it all in modules system
* (DONE) Abstract implementation into it's own class (I can't believe I let Lauris talk me out of that) (50% done)

Revision as of 06:51, 23 April 2004

This is the list of things that I'm planning on doing with the Inkscape project -- I figure that I'll never be able to keep a blog maintained - so this is as good as you get ;)

TODO

  • Script writing HOWTO ScriptingHOWTO
  • [ExtensionArchProposal Extension design document]
  • Requirements implemented in module definition files
  • Filters using extensions not opening a new window
  • Replace calling in modules to be all verb based
  • Put save as dialog preferences in the preferences dialog
  • Make the 'auto add extension' in the saveas dialog insensitive when in 'autodetect'
  • Make extension parameters persistent
  • Make extension parameters have a 'document' mode where they are attached to the document.
  • (DONE) Error dialog for writing over a file (I think someone else did that, have to check)
  • (DONE) Error dialogs when autodetect fails
  • (DONE) Handle the name of the document better - get it all in modules system
  • (DONE) Abstract implementation into it's own class (I can't believe I let Lauris talk me out of that) (50% done)