Re: [Kicad-developers] 1: GAL Bug with Window Buttons

2017-09-12 Thread Nick Østergaard
What version of kicad did he test? Den 13. sep. 2017 5.45 AM skrev "Strontium" : > Hi all, > > Background: My father is a hardware engineer, he has been doing it since > the early 70s learning in the RAAF, laying boards using tape, so he has a > lot of experience. He is

[Kicad-developers] 3: Net Connectivity

2017-09-12 Thread Strontium
His third criticism is with net connectivity. What he did was he has a component with 4 GND pads in a row. He ran a track across them (in the middle) and finished it at the last pad. The Track clearly crosses all pads, however the DRC shows them as "unconnected" when they are really

[Kicad-developers] 2: Via Tool

2017-09-12 Thread Strontium
His second criticism is with the via tool. What he did is lay two tracks on his board, one on either side. (Both had the same net) He then pressed the via tool, and dropped vias into the intersections. The vias created design violations because they are assigned No Net. Doing DRC does not

[Kicad-developers] 1: GAL Bug with Window Buttons

2017-09-12 Thread Strontium
Hi all, Background: My father is a hardware engineer, he has been doing it since the early 70s learning in the RAAF, laying boards using tape, so he has a lot of experience. He is retired, but still likes to design boards, and I have convinced him to give KiCAD a go. He has been using old

Re: [Kicad-developers] disable icons in menus by default on osx

2017-09-12 Thread Michael Kavanagh
Doesn't matter to me (although I personally always turn them off). I was just pointing out that the code didn't appear to work as it was intended to on macOS and provided an alternative. Michael On 12 September 2017 at 16:28, Wayne Stambaugh wrote: > Do we really need to

Re: [Kicad-developers] disable icons in menus by default on osx

2017-09-12 Thread Wayne Stambaugh
Do we really need to change the default? All this will do is change which group of users complains about the default setting. The reason we changed this is that some users wanted the menu bitmaps even on platforms where it is recommended not to use them. I just don't see any benefit to making

[Kicad-developers] [PATCH] Improved zoom behavior on MacOS

2017-09-12 Thread Jon Evans
Hi, This patch changes the way middle wheel events are handled on MacOS. In my testing, this new behavior feels way better when using Apple trackpads, and also seems to work fine with the normal wheel on my external mouse. Mac users, I'd appreciate some testing to see if the behavior is worse

Re: [Kicad-developers] [PATCH] minor icon improvements

2017-09-12 Thread Wayne Stambaugh
Fabrizio, Did you submit a revised patch with the suggestions that I made? I just looked in the mailing list archives and all I see is the original patch. Cheers, Wayne On 9/12/2017 8:57 AM, Fabrizio Tappero wrote: > gentle reminder  > > cheers > Fabrizio > > > On Tue, Aug 29, 2017 at 7:12

Re: [Kicad-developers] disable icons in menus by default on osx

2017-09-12 Thread Wayne Stambaugh
On 9/11/2017 1:51 PM, Diogo Condeço wrote: > While personally I won't use icons in the menus if that option is > available to me, I can see why someone would like to use them.  > > I can see it being useful to identify actions visually, but with that in > mind, I can't understand why having icons

Re: [Kicad-developers] [PATCH] Make BRIGHT_BOX line width dependent on zoom level

2017-09-12 Thread Jon Evans
Bump On Tue, Sep 5, 2017 at 10:21 PM, Jon Evans wrote: > OK, will wait to hear from Orson then. I did test and it seems to do what > I want on OpenGL + Cairo > > -Jon > > On Tue, Sep 5, 2017 at 10:03 PM, Oliver Walters < > oliver.henry.walt...@gmail.com> wrote: > >> Jon, >>

Re: [Kicad-developers] [PATCH] Add support for panning with left and right mouse buttons

2017-09-12 Thread Jon Evans
Bump, are any of the GAL developers around to review this? Thanks, Jon On Tue, Sep 5, 2017 at 9:31 PM, Jon Evans wrote: > Hi all, > > This patch extends the VIEW_CONTROLS to allow optional panning with left > or right buttons in addition to middle. I plan to make use of

Re: [Kicad-developers] [PATCH] minor icon improvements

2017-09-12 Thread Fabrizio Tappero
gentle reminder cheers Fabrizio On Tue, Aug 29, 2017 at 7:12 PM, Wayne Stambaugh wrote: > On 8/29/2017 12:44 PM, Simon Küppers wrote: > > -Run Pcbnew > > > > + Edit PCB > > > > What about "Edit PCB Layout" orientiert "Edit PCB Design"? Sounds more > > professional

Re: [Kicad-developers] disable icons in menus by default on osx

2017-09-12 Thread Fabrizio Tappero
Hi Diogo, thanks for point it our. This has been fixed in a patch that is currently in the pipeline. Cheers Fabrizio On Mon, Sep 11, 2017 at 7:51 PM, Diogo Condeço wrote: > While personally I won't use icons in the menus if that option is > available to me, I can see

Re: [Kicad-developers] [PATCH] Make RULER_ITEM generic

2017-09-12 Thread jp charras
Le 12/09/2017 à 04:56, Jon Evans a écrit : > Hi, > > Another in my series of patches leading up to GerbView GAL merge, this is a > quick one to enable the > ruler to work in GerbView. > > -Jon > Committed. Thanks. -- Jean-Pierre CHARRAS ___

Re: [Kicad-developers] [PATCH] Don't force grid color to LAYER_GRID in EDA_DRAW_PANEL_GAL

2017-09-12 Thread jp charras
Le 12/09/2017 à 05:03, Jon Evans a écrit : > Hi, > > This patch removes a call that prevents other children of EDA_DRAW_PANEL_GAL > from using layers other > than LAYER_GRID to specify grid color, and instead set the grid color in the > GAL when it is changed > or updated. > > -Jon Committed.

[Kicad-developers] [PATCH] Add background color for subsheets

2017-09-12 Thread Oliver Walters
This small patch adds a configurable background color for hierarchical sheets. Image: http://i.imgur.com/53zgcy9.png Oliver From b6f06edf51e0772c3a85917160d779e809388041 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 12 Sep 2017 19:07:00 +1000 Subject: