
On Sat, 2013-07-27 at 00:43 +0200, Sebastian Götte wrote:
Hi, the last few days I dug myself into connector-context.cpp, making that thing compatible with the routing changes I did last week. So far, this has proven quite a task and I am not done yet. A snapshot of the current changes (not yet compiling since I'm midways in it) can be found on launchpad[0]. The main missing parts (apart from actually connecting everything back together after ripping it apart) are fitting g_signal and sigc++ together and getting all the rainbow-colored curves right. I'll follow up if I have any questions. Best regards, Sebastian [0] https://bazaar.launchpad.net/~h-e-6/inkscape/connector-wip/files
The files sp-point.h and sp-point.cpp are not in the bazaar repository. As they are new files, you need to explicitly add them:
bzr add src/sp-point.h bzr add src/sp-point.cpp
and then commit them.
Tav