Re: [Kicad-developers] [PATCH] mousewheelpan + ctrl = zooming

2016-11-22 Thread Maciej Sumiński
The patch seems reasonable to me. Currently with touchpad panning enabled there is no way to zoom with the scroll motion. With the patch applied zoom both are enabled. I do not have a two-wheel mouse or a touchpad to test if everything works well for the second axis, but the patch seems correct. I

Re: [Kicad-developers] [BUG] Autosave read-only project

2016-11-22 Thread jp charras
Le 21/11/2016 à 20:58, Константин Барановский a écrit : > Can anyone confirm this behavior? I think it is important. > > 2016-11-13 15:14 GMT+02:00 Константин Барановский > >: > > Sequence for reproducing (under linux): > 1) lauch kicad; > 2)

[Kicad-developers] [PATCH] Pcbnew, plot dialog: grey out advanced net attributes if Gerber X2 is unchecked.

2016-11-22 Thread Diego Herranz
m_useGerberNetAttributes is useless if m_useGerberX2Attributes is not checked. So disabled (greyed out) when Gerber X2 gets unchecked to make it clear to the user. --- pcbnew/dialogs/dialog_plot.cpp | 20 pcbnew/dialogs/dialog_plot.h| 3 ++- pcbnew/dialogs/dialo