Re: [Kicad-developers] KiCad 5 release announcement update

2018-07-26 Thread Andrey Kuznetsov
You guys may want to fix the announcement on the website: http://kicad-pcb.org/blog/2018/07/KiCad-5--a-new-generation/ That is NOT how you spell simulation! Packaging Changes In regard to packaging the KiCad binaries, not a lot has changed. You should mostly be able to bump the package version,

Re: [Kicad-developers] Fix CMakeLists.txt

2018-07-26 Thread Aimylios
Hi Orson, thank you for taking the time to review and merge my patches! Thank you for the patches, I have just merged them. I have slightly modified the last patch - I realize that you used the correct convention for calling execute_process(), but IIRC it did not work with msys2. Therefore I

Re: [Kicad-developers] [PATCH] Gerbview Worksheet Display Setting

2018-07-26 Thread John Gehrig
No worries, it was a good learning exercise anyways. :) Thanks for the tip! -John On Thu, Jul 26, 2018 at 2:48 PM, Jeff Young wrote: > Hi John, > > Sorry to send you on a goose chase; I should have mentioned in the commit > notes that the checkbox moves to the Render tab to be consistent with

Re: [Kicad-developers] [PATCH] Gerbview Worksheet Display Setting

2018-07-26 Thread Jeff Young
Hi John, Sorry to send you on a goose chase; I should have mentioned in the commit notes that the checkbox moves to the Render tab to be consistent with PcbNew: You can also change the colour there…. Cheers, Jeff. > On 26 Jul 2018, at 18:51, John Gehrig wrote: > > Reference images

[Kicad-developers] [PATCH] Gerbview Worksheet Display Setting

2018-07-26 Thread John Gehrig
Hi everyone, I noticed recently that worksheets are now displayed in the Gerbview GAL rendering engine. It appears this behavior was added to GAL in the following commit: https://github.com/KiCad/kicad-source-mirror/commit/9a228d8e

Re: [Kicad-developers] Board setup icon

2018-07-26 Thread John Beard
Hi Andrey, I am inclined to agree, but the priority for me is to get *an* icon there what doesn't overload an exciting metaphor, and wire it in to the relevant places in the code. The icon can be further modified. With respect to the options icons, you could do something like the attached?

Re: [Kicad-developers] [RFC] Op-amp symbol icons

2018-07-26 Thread Jeff Young
I actually agree that 6a looks better on it’s own, but 6b matches the DeMorgan icons better. (Of course we could always update those to match the opamp….) Cheers, Jeff. > On 26 Jul 2018, at 17:37, Wayne Stambaugh wrote: > > Maybe it's my old eyes but 6a looks better to me. 6b seems a bit >

Re: [Kicad-developers] [RFC] Op-amp symbol icons

2018-07-26 Thread Wayne Stambaugh
Maybe it's my old eyes but 6a looks better to me. 6b seems a bit crowded with the additional line thickness. I can live with it either way. On 7/26/2018 5:26 AM, Jeff Young wrote: > 6B is my new fave. > >> > > > > ___ > Mailing list:

Re: [Kicad-developers] Patch to draw bitmaps in GAL canvases

2018-07-26 Thread Mário Luzeiro
Hi JP, Don't know about CAIRO, but a "for xy DrawRectangle" it is too heavy. >From what I remember from OPENGL_GAL the proper way to develop it would be by >adding a new "draw element" using a new shader for draw a texture and by >uploading the images data to GPU textures. I believe the GAL

Re: [Kicad-developers] Patch to draw bitmaps in GAL canvases

2018-07-26 Thread Tiger12506
I know nothing about kicad's GAL, but I'd use one rectangle and give it a texture that is the bitmap. It's been too long since I've messed with it for me to provide an example, but maybe something like this page would help? https://open.gl/textures On 7/26/2018 5:46 AM, jp charras wrote: Hi,

Re: [Kicad-developers] Fix CMakeLists.txt

2018-07-26 Thread Maciej Suminski
Hi Marcus, Thank you for the patches, I have just merged them. I have slightly modified the last patch - I realize that you used the correct convention for calling execute_process(), but IIRC it did not work with msys2. Therefore I simply added the suggested ${wxWidgets_CONFIG_OPTIONS} to the

[Kicad-developers] [PATCH] -Wcatch-value in kicad2step.cpp

2018-07-26 Thread John Beard
Hi, Another -Wcatch-value warning, this time in kicad2step.cpp. Cheers, John From 7f1b0be567101647a31f1b4cc69c0d05cf441d40 Mon Sep 17 00:00:00 2001 From: John Beard Date: Thu, 26 Jul 2018 13:37:44 +0100 Subject: [PATCH] Fix -Wcatch-value in kicad2step.cpp --- utils/kicad2step/kicad2step.cpp

[Kicad-developers] [PATCH] Rename lang_catalan and lang_chinese SVGs

2018-07-26 Thread John Beard
Hi, The SVGs for Catalan and Chinese did not match the XPM constant names, so there were linking errors. I'm not sure how this hasn't been causing breakages since 7841f8a466, but presumably it only breaks if you have MAINTAIN_PNGs on *and* clean something in a way most people don't, as the old

Re: [Kicad-developers] Windows Builds

2018-07-26 Thread Wayne Stambaugh
Thank you gentlemen. I appreciate the support. Wayne On 7/25/2018 2:58 PM, Adam Wolf wrote: > Nice work team! > > On Wed, Jul 25, 2018, 1:57 PM Mark Roszko > wrote: > > Appears Simon has handled it, the downloads are updated. > > I installed it and it

Re: [Kicad-developers] [RFC] Op-amp symbol icons

2018-07-26 Thread Fabrizio Tappero
Hello, sharp 1px or 2px lines cause icon to look sharp (obviously). This does not normally lead to a pleasant GUI experience unless we consider a GUI from the 90s. According the the overall style chosen it might be a good idea to add a a second line next to the 1px (2px) line of a much lower (or

Re: [Kicad-developers] Board setup icon

2018-07-26 Thread Fabrizio Tappero
it sounds good. cheers Fabrizio On Wed, Jul 25, 2018 at 3:19 PM Jeff Young wrote: > Hi Fabrizio, > > I think we’re moving in both directions at once. Where there is only a > single context, I favour the generic icons (for instance, we’re moving to > using a generic save icon in contexts

[Kicad-developers] Patch to draw bitmaps in GAL canvases

2018-07-26 Thread jp charras
Hi, GAL gurus, I wrote this fix that add the code to draw bitmaps that can be used in page layout editor and eeschema. (Currently, this code is missing, and bitmaps used in page layout are shown in legacy canvas, but not in GAL canvases) I need a GAL guru to verify this patch (I am not a

Re: [Kicad-developers] [RFC] Op-amp symbol icons

2018-07-26 Thread Jeff Young
6B is my new fave. > ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

Re: [Kicad-developers] [RFC] Op-amp symbol icons

2018-07-26 Thread John Beard
OK, that is style 6. Note that the opamp is a bit taller in 6B. This is because the versions with the 2px output lead have the body 0.5px lower to keep alignment. The alternative remedy is 6D, where the - is moved down 1px. Cheers, John On Thu, Jul 26, 2018 at 9:58 AM, Andrey Kuznetsov wrote:

Re: [Kicad-developers] [RFC] Op-amp symbol icons

2018-07-26 Thread Andrey Kuznetsov
Can you do B4 body and C2 or B2 +-? except make sure +- don't look like they're touching the body. On Thu, Jul 26, 2018 at 1:33 AM, Jeff Young wrote: > Hi John, > > Most other icons use a heavier pen width (see the DeMorgan symbols, pin > graphics, etc.), which would favour the B column. > > I

Re: [Kicad-developers] [RFC] Op-amp symbol icons

2018-07-26 Thread Jeff Young
Hi John, Most other icons use a heavier pen width (see the DeMorgan symbols, pin graphics, etc.), which would favour the B column. I like the wider stance of the input pins in row 4. BTW, the new black-and-white 16x16 icons for the dialog buttons also suffer from slight blurryness. I don’t

Re: [Kicad-developers] [PATCH] Icon for "Update PCB from Schematic"

2018-07-26 Thread Jeff Young
I like it! The old one was somewhat jarring because the tool icons were all arranged in progression, but the arrow pointed the wrong way. This one is much better. Cheers, Jeff. > On 26 Jul 2018, at 00:13, John Beard wrote: > > Hi, > > Another icon! (Groan) > > This one is the update PCB