Re: [Kicad-developers] Array tool patches

2016-03-22 Thread Chris Pavlina
Personally, I'd rather patch 1 actually _hid_ the pad numbering options rather than just greying them out - I found it a bit confusing at first, I instinctively started trying to figure out how to un-grey them before I realized they were pad-specific options... :P On Tue, Mar 22, 2016 at

Re: [Kicad-developers] Pcbnew: Zone tool disabled after deleting a corner.

2016-03-22 Thread Wayne Stambaugh
Patch committed in product branch r6641. Thank you for your contribution to KiCad. Cheers, Wayne On 3/18/2016 10:39 AM, Константин Барановский wrote: > When selected zone tool and deleting the corner of a zone - tool resets > to pointer. > Attached patch allows for zone tool be active after

[Kicad-developers] Make Cairo optional

2016-03-22 Thread Simon Wells
Due to the performance of cairo on many systems attached is a patch that makes the cairo canvas and cairo libs optional. on osx this removes the need for the following libs libX11 libXau LibXdmcp LibXext libXrender libcairo libfontconfig libfreetype libpixman libpng16.16 libxcb-render libxcb-shm

[Kicad-developers] Array tool patches

2016-03-22 Thread John Beard
Hi all, Thank to JP for fixing the bug due to mistaken and misguided handling of the ratsnest in the array tool in pcbnew! These patches tidy up a bit more of that tool: * Disable re-numbering (the bit that was broken) controls in pcbnew. * Centralise code shared between legacy and GAL