diff options
| author | Soren Berg <glimmer07@gmail.com> | 2009-08-13 20:57:14 +0000 |
|---|---|---|
| committer | glimmer07 <glimmer07@users.sourceforge.net> | 2009-08-13 20:57:14 +0000 |
| commit | babbc935015ef0e1bce562b22bb771e8aba8a784 (patch) | |
| tree | 35a3d6d010ec79fdfee668cedd80c08a14dd6085 /src | |
| parent | Made wrapper functions non static. (diff) | |
| download | inkscape-babbc935015ef0e1bce562b22bb771e8aba8a784.tar.gz inkscape-babbc935015ef0e1bce562b22bb771e8aba8a784.zip | |
Added file with some current issues listed for coders.
(bzr r8254.1.25)
Diffstat (limited to 'src')
| -rw-r--r-- | src/extension/dbus/Notes.txt | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/extension/dbus/Notes.txt b/src/extension/dbus/Notes.txt new file mode 100644 index 000000000..d91dc4039 --- /dev/null +++ b/src/extension/dbus/Notes.txt @@ -0,0 +1,35 @@ +BUGS: + *Inkscape crashes if widow is closed while code is running, + need better error handling. + + *Pause updates needs work. + + *The following methods are broken: + -document_interface_selection_move_to_layer + + *The following are not implemented: + -document_interface_layer_get_all + -document_interface_selection_box + -document_interface_get_node_coordinates + + *The following do not behave like the documentation: + -document_interface_transform + -document_interface_text + +EFFICIENCY: + *Need better way to retrive objects by name. + Switch to GQuark codes for object retrival? + + *Rethink how often activate_desktop needs to be called. + + + +FEATURES: + *Find out more about extension API. + *API compatibility for plugins? + +CLEANUP: + + + + |
