From ea77b3cdbf754c43a3d669f9a990bf8e7c4ab5f4 Mon Sep 17 00:00:00 2001 From: glimmer07 Date: Thu, 13 Aug 2009 20:57:14 +0000 Subject: [PATCH] Added file with some current issues listed for coders. --- src/extension/dbus/Notes.txt | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/extension/dbus/Notes.txt 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: + + + + -- 2.30.2