2013/8/23 Sebastian Götte <jaseg@...2974...>:
Hi, this week I changed the SPPoint selection to use Inkscape's normal selection mechanics instead of the control-point-selection.cpp. This has the advantage that selecting points and connectors at the same time is not quite as bad a hack as it would be otherwise.
Doing this I introduced a new signal for selection/deselection in SPObject.
Sorry for commenting that late, but couldn't this be done using the already existing signals on Inkscape::Selection?
In future we could have multiple selections per document (which would be used to pass sets of objects to scripted commands), not only the single one associated with the SPDesktop, and introducing this kind of dependency between the GUI and the object tree is a bad idea.
Regards, Krzysztof