
On 09/19/2013 03:29 PM, Tavmjong Bah wrote:
Hi,
There are only a few more days until the end of GSOC. Can you provide a status report? A list of action items would be good, including a list of known bugs.
Things to finish up:
- Documentation (nothing fancy... could be on the Inkscape Wiki or some
other web page).
I have documented the changes and UI here: http://wiki.inkscape.org/wiki/index.php/Connectors
- A comparison of functionality to the existing code.
I tried to do this in the above wiki page. The only removal I did was the code finding shape's centers and intersecting connectors with shape outlines.
- Update to latest trunk.
I am currently doing that, but I have a SEGFAULT left. The porting to the new C++ SPObject tree was pretty straightforward and mostly consisted of adding "virtual" keywords and removing shim code.
- Bugs, particularly any segfaults.
Here is one bug I just found:
- Select and move a connector (the path, not the ends).
- Undo.
- Move one of the objects the connector is attached to.
The path reverts to the moved position.
I will look into that.
Sebastian