Re: [Kicad-developers] [PATCH] Eeschema wire/bus selection logic

2017-12-05 Thread Wayne Stambaugh
I merged your patch. Thanks, Wayne On 12/4/2017 10:26 AM, Seth Hillbrand wrote: > No worries.  Here's the patch rebased to current master. > > -S > > On Mon, Dec 4, 2017 at 5:01 AM, Wayne Stambaugh > wrote: > > Seth, > > I thought I merged all of your wi

Re: [Kicad-developers] [PATCH] Eeschema wire/bus selection logic

2017-12-04 Thread Seth Hillbrand
No worries. Here's the patch rebased to current master. -S On Mon, Dec 4, 2017 at 5:01 AM, Wayne Stambaugh wrote: > Seth, > > I thought I merged all of your wire/bus patches. I cannot find this one > in my inbox. Please resend this patch when you get a chance. > > Thanks, > > Wayne > > On 12

Re: [Kicad-developers] [PATCH] Eeschema wire/bus selection logic

2017-12-04 Thread Wayne Stambaugh
Seth, I thought I merged all of your wire/bus patches. I cannot find this one in my inbox. Please resend this patch when you get a chance. Thanks, Wayne On 12/3/2017 10:57 PM, Seth Hillbrand wrote: > Gentle ping. > > Wayne, this is the wire-drag fix you requested last week. > > -Seth > > O

Re: [Kicad-developers] [PATCH] Eeschema wire/bus selection logic

2017-12-03 Thread Seth Hillbrand
Gentle ping. Wayne, this is the wire-drag fix you requested last week. -Seth On Thu, Nov 30, 2017 at 6:53 PM, Jon Evans wrote: > Gave this a shot, I like this logic, thanks! > > On Thu, Nov 30, 2017 at 8:55 PM, Seth Hillbrand > wrote: > >> ​Attached is a patch to correct the wire/bus connecti

Re: [Kicad-developers] [PATCH] Eeschema wire/bus selection logic

2017-11-30 Thread Jon Evans
Gave this a shot, I like this logic, thanks! On Thu, Nov 30, 2017 at 8:55 PM, Seth Hillbrand wrote: > ​Attached is a patch to correct the wire/bus connection logic. Currently, > Eeschema will register wires and busses as being connected if their > endpoints touch. They will drag together and t

[Kicad-developers] [PATCH] Eeschema wire/bus selection logic

2017-11-30 Thread Seth Hillbrand
​Attached is a patch to correct the wire/bus connection logic. Currently, Eeschema will register wires and busses as being connected if their endpoints touch. They will drag together and their endpoints will not show the "unconnected" symbols. The attached patch implements the following logic.