← Back to team overview

kicad-developers team mailing list archive

Re: Label dragging patch

 

> I intend to use global labels to name power nets instead of power symbols, and,
> thus, I made some changes to enable dragging of labels. Most of the code should be
> pretty straightforward. The changes in dangling_ends.cpp make dangling label
> detection work for all wire orientations and not just for horizontal or vertical.
> One thing about the original code I didn't quite get is why the setting of the
> SELECTED flags was handled the way it was handled. That code required some changes
> to prevent the labels from being added twice into pickedlist. Now everything in
> pickedlist is flagged as SELECTED.

> Marco



committed by Jean Pierre on 2010-07-17



References