← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] mousewheelpan + ctrl = zooming

 

Hi Konstantin,

I committed your patch.  Thank you for making the changes Orson
suggested and the patch.  In the future, please update the copyright
date when you make changes to source files.

Cheers,

Wayne

On 1/17/2017 12:17 PM, Константин Барановский wrote:
> In attachment placed new patch, that contains both previous patches and
> in mousewheelpan mode, with pressed Shift key, does horizontal scrolling.
> 
> So, in common, we will get:
> 
> * mousewheelpan disabled:
> - mousewheel = zooming;
> - mousewheel + ctrl = horizontal scrolling;
> - mousewheel + shift = vertical scrolling;
> 
> * mousewheelpan enabled:
> - touchpad two finger scrolling = pan;
> - mousewheel = vertical scrolling;
> -> mousewheel (touchpad two finger scrolling) + ctrl = zooming;
> -> mousewheel (touchpad two finger scrolling)  + shift = horizontal
> scrolling.
> 
> This patch adds two last options and decreases the pan step in 3d-viewer
> to be more comfortable.
> It works in eeschema, pcbnew (legacy, openGL, cairo), 3d-viewer, gerbview.
> 
> 2017-01-17 11:27 GMT+02:00 Maciej Sumiński <maciej.suminski@xxxxxxx
> <mailto:maciej.suminski@xxxxxxx>>:
> 
>     Hi Konstantin,
> 
>     Your patches were not ignored, the problem was neither me nor Wayne
>     could fully apply the patches in their original version. Thank you for
>     correcting this.
> 
>     I still hold my previous remark about wheel scroll and shift+wheel
>     scroll doing the same thing when touchpad panning is enabled. Instead,
>     shift+wheel scroll could perform horizontal scrolling in touchpad
>     panning mode.
> 
>     Regards,
>     Orson
> 
>     On 01/16/2017 07:38 PM, Константин Барановский wrote:
>     > Thank you, Wayne, for your response. I'm attached the checked patches.
>     >
>     > 2017-01-16 20:07 GMT+02:00 Wayne Stambaugh <stambaughw@xxxxxxxxx
>     <mailto:stambaughw@xxxxxxxxx>>:
>     >
>     >> You are not being ignored.  I can't speak for all of the lead
>     developers
>     >> but I've been really busy so pretty much everyone has been getting
>     >> ignored by me.  It's not intentional, it's just the reality of my
>     >> current work load.
>     >>
>     >> Patch is giving me an unexpected eof with 3d_viewer-pan_step.patch.
>     >>
>     >> Did you address Bernhard's concern about the behavior of the GAL
>     >> canvases as well as the legacy canvas?  I don't remember seeing
>     anything
>     >> but I may have missed it.
>     >>
>     >> On 1/16/2017 11:29 AM, Константин Барановский wrote:
>     >>> Hello. I'm sorry for disturbing you, but I'm not understand why my
>     >>> messages are ignored. Proposed feature not needed for no one,
>     except me?
>     >>> Or I'm made something wrong? Please, give any comment.
>     >>>
>     >>> 2017-01-06 12:03 GMT+02:00 Константин Барановский
>     >>> <baranovskiykonstantin@xxxxxxxxx
>     <mailto:baranovskiykonstantin@xxxxxxxxx>
>     <mailto:baranovskiykonstantin@xxxxxxxxx
>     <mailto:baranovskiykonstantin@xxxxxxxxx>
>     >>>> :
>     >>>
>     >>>     2016-11-23 0:22 GMT+02:00 Maciej Sumiński
>     <maciej.suminski@xxxxxxx <mailto:maciej.suminski@xxxxxxx>
>     >>>     <mailto:maciej.suminski@xxxxxxx
>     <mailto:maciej.suminski@xxxxxxx>>>:
>     >>>
>     >>>         I could not apply the second patch, it gives me
>     "unexpected end
>     >>>         of file
>     >>>         in patch" error. Would you verify the file?
>     >>>
>     >>>
>     >>>      I downloaded both patches and checked them, they looks good
>     for me.
>     >>>     I do not got any problems or errors.
>     >>>
>     >>>
>     >>
>     >
>     >
>     >
>     > _______________________________________________
>     > Mailing list: https://launchpad.net/~kicad-developers
>     <https://launchpad.net/~kicad-developers>
>     > Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
>     <mailto:kicad-developers@xxxxxxxxxxxxxxxxxxx>
>     > Unsubscribe : https://launchpad.net/~kicad-developers
>     <https://launchpad.net/~kicad-developers>
>     > More help   : https://help.launchpad.net/ListHelp
>     <https://help.launchpad.net/ListHelp>
>     >
> 
> 
> 
>     _______________________________________________
>     Mailing list: https://launchpad.net/~kicad-developers
>     <https://launchpad.net/~kicad-developers>
>     Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
>     <mailto:kicad-developers@xxxxxxxxxxxxxxxxxxx>
>     Unsubscribe : https://launchpad.net/~kicad-developers
>     <https://launchpad.net/~kicad-developers>
>     More help   : https://help.launchpad.net/ListHelp
>     <https://help.launchpad.net/ListHelp>
> 
> 
> 
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 


References