Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-26 Thread Simon Wells
if I (uncheck the option and) press shift / ctrl.. I also got >>>>> that 6/-6 steps.. >>>>> also it only work for Y.. and not for X >>>>> >>>>> >>>>> http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/vi

Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-26 Thread Mário Luzeiro
rs Subject: Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning Hi Mario, what canvas are you talking about? What do you mean with “in steps of 6 / -6”? Regards, Bernhard > On 25 Feb 2016, at 23:10, Mário Luzeiro <mrluze...@ua.pt> wrote: > > Hi Wayne, Bernhard, > &

Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-26 Thread Bernhard Stegmaier
ists.launchpad.net] on behalf of Wayne Stambaugh [stambau...@gmail.com] Sent: 24 February 2016 19:56 To: Bernhard Stegmaier Cc: KiCad Developers Subject: Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning Patch committed in r6586. Thanks! Wayne On 2/23/2016 12:25 PM, Bernha

Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-25 Thread Simon Wells
nvas.cpp#L284 >>> >>> So I think for my case the >>> if( event.GetWheelAxis() == wxMOUSE_WHEEL_HORIZONTAL ) >>> >>> is not horizontal when I press the shift and scroll.. >>> >>> Would you mind to verify? >>> >>> Th

Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-25 Thread Bernhard Stegmaier
> if( event.GetWheelAxis() == wxMOUSE_WHEEL_HORIZONTAL ) >> >> is not horizontal when I press the shift and scroll.. >> >> Would you mind to verify? >> >> Thanks! >> Mario >> >> >> From: Kicad-developers >> [kicad-developers-boun

Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-25 Thread Bernhard Stegmaier
> From: Kicad-developers > [kicad-developers-bounces+mrluzeiro=ua...@lists.launchpad.net] on behalf of > Wayne Stambaugh [stambau...@gmail.com] > Sent: 24 February 2016 19:56 > To: Bernhard Stegmaier > Cc: KiCad Developers > Subject: Re: [Kicad-developers] [PATC

Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-25 Thread Mário Luzeiro
[kicad-developers-bounces+mrluzeiro=ua...@lists.launchpad.net] on behalf of Wayne Stambaugh [stambau...@gmail.com] Sent: 24 February 2016 19:56 To: Bernhard Stegmaier Cc: KiCad Developers Subject: Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning Patch committed in r6586. Thanks

Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-24 Thread Wayne Stambaugh
Patch committed in r6586. Thanks! Wayne On 2/23/2016 12:25 PM, Bernhard Stegmaier wrote: > >> On 23.02.2016, at 17:44, Bernhard Stegmaier wrote: >> >>> * The touchpad panning is not implemented in the component viewer, >>> component editor, footprint viewer, and

Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-23 Thread Wayne Stambaugh
On 2/23/2016 12:25 PM, Bernhard Stegmaier wrote: > >> On 23.02.2016, at 17:44, Bernhard Stegmaier wrote: >> >>> * The touchpad panning is not implemented in the component viewer, >>> component editor, footprint viewer, and footprint editor. I would think >>> that we

Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-23 Thread Bernhard Stegmaier
> On 23.02.2016, at 17:44, Bernhard Stegmaier wrote: > >> * The touchpad panning is not implemented in the component viewer, >> component editor, footprint viewer, and footprint editor. I would think >> that we would want it implemented in these windows for the sake of

Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-23 Thread Bernhard Stegmaier
> On 23 Feb 2016, at 17:00, Wayne Stambaugh wrote: > > * Is there any reason that the mouse scroll wheel behavior has to be > disabled to support the touchpad panning? It's kind of a pain to switch > it on and off when I install my mouse on my laptop. Perhaps remapping >

Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-23 Thread Bernhard Stegmaier
> On 23 Feb 2016, at 17:00, Wayne Stambaugh wrote: > > * In Eeschema the mouse wheel is completely disabled but in Pcbnew > (legacy canvas) and GerbView the mouse wheel causes vertical scrolling. > It should be consistent across all canvases. Wait a second… did you zoom

Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-23 Thread Bernhard Stegmaier
Hi Wayne, > On 23 Feb 2016, at 17:00, Wayne Stambaugh wrote: > > * In Eeschema the mouse wheel is completely disabled but in Pcbnew > (legacy canvas) and GerbView the mouse wheel causes vertical scrolling. > It should be consistent across all canvases. You are talking

Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-23 Thread Wayne Stambaugh
Bernhard, I tested this patch on Windows and it causes some odd behavior. * In Eeschema the mouse wheel is completely disabled but in Pcbnew (legacy canvas) and GerbView the mouse wheel causes vertical scrolling. It should be consistent across all canvases. * The touchpad panning is not

Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-22 Thread Bernhard Stegmaier
The retina patch is unrelated. It should (still) apply without any conflicts (I guess/hope, I didn’t try). If it doesn’t, I can generate a new one. Attached a new patch against rev6578. Regards, Bernhard touchpad-panning.patch Description: Binary data > On 22.02.2016, at 16:42, Wayne

Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-22 Thread Wayne Stambaugh
Bernhard, I'll wait until this evening that way I can test it on linux and windows. Does the touchpad panning patch need to be applied before the retina patch? Thanks, Wayne On 2/22/2016 10:08 AM, Bernhard Stegmaier wrote: > Sure, no problem. I'll send an updated version this evening. > >

Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-22 Thread Bernhard Stegmaier
Sure, no problem. I'll send an updated version this evening. You also could pull it directly from https://github.com/bstegmaier75/kicad-source-mirror/tree/touchpad-panning Updated this weekend... Regards, Bernhard On 2016-02-22 15:34, Wayne Stambaugh wrote: Bernhard, This patch no

Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-22 Thread Wayne Stambaugh
Bernhard, This patch no longer applies cleanly. Would you please rebase it so I can test it? Thanks, Wayne On 2/20/2016 7:56 AM, Bernhard Stegmaier wrote: > Any plans/comments whether this one will get merged? > >> On 12.02.2016, at 20:38, Bernhard Stegmaier wrote:

Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-22 Thread Wayne Stambaugh
On 2/22/2016 8:57 AM, Tomasz Wlostowski wrote: > On 20.02.2016 13:56, Bernhard Stegmaier wrote: >> Any plans/comments whether this one will get merged? > > Hi Bernard, > > I don't have a Mac, so I can't test the OSX changes myself, but as no > one among the OSX Kicad has complained for the last

Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-22 Thread Tomasz Wlostowski
On 20.02.2016 13:56, Bernhard Stegmaier wrote: > Any plans/comments whether this one will get merged? Hi Bernard, I don't have a Mac, so I can't test the OSX changes myself, but as no one among the OSX Kicad has complained for the last 2 weeks, I'd vote for merging it... Cheers, Tom > >> On

Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-22 Thread Bernhard Stegmaier
Any plans/comments whether this one will get merged? > On 12.02.2016, at 20:38, Bernhard Stegmaier wrote: > > Hi all, > > attached a patch to add a new feature “touchpad panning”. > When enabled, you can pan in x/y-direction by just using usual 2-finger > touchpad