Re: [Kicad-developers] RFC: Arbitrary color support

2017-02-06 Thread Simon Wells
i thought this wasn't possible due to wxDC limitations On 7 February 2017 at 17:00, Chris Pavlina wrote: > I'm working on an eight-layer board and really can't wait for this to > hit pcbnew too. It's bloody impossible to tell layers apart with KiCad's >

Re: [Kicad-developers] RFC: Arbitrary color support

2017-02-06 Thread Chris Pavlina
I'm working on an eight-layer board and really can't wait for this to hit pcbnew too. It's bloody impossible to tell layers apart with KiCad's state-of-the-80s-art color system. On Mon, Feb 06, 2017 at 10:03:11PM -0500, Jon Evans wrote: > Hi all, > > I started working on the idea of a color

[Kicad-developers] RFC: Arbitrary color support

2017-02-06 Thread Jon Evans
Hi all, I started working on the idea of a color theme system for KiCad, starting with the schematic editor. This change relies on a complete removal of EDA_COLOR_T from the code, and replacement with a color structure that can handle arbitrary colors. I think this is important and the right

Re: [Kicad-developers] Add a cmake option for legacy canvas

2017-02-06 Thread John Beard
Here is an example of the kind of commit that would remove a feature from the legacy canvas: Duplicate Item. This tool doesn't have a lot of code behind it because it mostly piggy-backs on other block operations, so this patch is a fairly good example of the overhead and wiring that can be

Re: [Kicad-developers] I'm working on a nice thing

2017-02-06 Thread Chris Pavlina
Preview at g...@github.com:cpavlina/kicad branch componentchooser. Footprint part still pending. On Sun, Feb 05, 2017 at 09:52:03PM -0500, Chris Pavlina wrote: > Still very early... I call it "componentchoosernew" > > https://misc.c4757p.com/componentchoosernew.png > > -- > Chris

[Kicad-developers] [RFC][PATCH] import pins from CSV

2017-02-06 Thread Alex Bell
I've not submitted a patch before nor really used a mailing list, so please let me know if I did something wrong. This adds a button on the component editor toolbar that prompts for a csv file, and then reads pin numbers and names and generates pins. I decided to start with something small but a

Re: [Kicad-developers] I'm working on a nice thing

2017-02-06 Thread Wayne Stambaugh
On 2/6/2017 3:02 PM, Chris Pavlina wrote: > On Mon, Feb 06, 2017 at 02:55:35PM -0500, Wayne Stambaugh wrote: >> On 2/6/2017 7:59 AM, Chris Pavlina wrote: >>> Eagle converts should like it, it's rather inspired by their component >>> selector... ;) >>> >>> It's coming together nicely. Footprint

Re: [Kicad-developers] I'm working on a nice thing

2017-02-06 Thread Chris Pavlina
On Mon, Feb 06, 2017 at 02:55:35PM -0500, Wayne Stambaugh wrote: > On 2/6/2017 7:59 AM, Chris Pavlina wrote: > > Eagle converts should like it, it's rather inspired by their component > > selector... ;) > > > > It's coming together nicely. Footprint preview/selection won't be done > > until

Re: [Kicad-developers] I'm working on a nice thing

2017-02-06 Thread Wayne Stambaugh
On 2/6/2017 7:59 AM, Chris Pavlina wrote: > Eagle converts should like it, it's rather inspired by their component > selector... ;) > > It's coming together nicely. Footprint preview/selection won't be done > until probably the end of the week, but for now I just got clickable > datasheet links

Re: [Kicad-developers] [BUG] Bug introduced in fix for lp:1660875

2017-02-06 Thread Wayne Stambaugh
Oliver, Thanks for looking at this. I was trying to find time to look at this today but the airline has made a complete mess of things so all of my between flight time has been spent at customer service. :( I'll try too look at your patch if I have time between flights. Sorry everyone for

Re: [Kicad-developers] [RFC] Application naming

2017-02-06 Thread Chris Pavlina
Well, the user response on the forum has been overwhelmingly in favor: https://forum.kicad.info/t/non-devs-what-do-you-think-of-the-app-names/5147 That said, I'm in no hurry to do this - like I said, I'm just seeking out opinions to know whether people agree with me or not. I'd like to see it

[Kicad-developers] [PATCH] Add duplicate zone onto layer tool

2017-02-06 Thread John Beard
Hi, This patch adds a missing tool to GAL: duplicate zone onto layer. It's accessed through the zones context menu and does the same as the legacy mode version. Cheers, John From 031b15406695e60b17af6bb9e8b984e662c728d8 Mon Sep 17 00:00:00 2001 From: John Beard Date:

Re: [Kicad-developers] I'm working on a nice thing

2017-02-06 Thread Chris Pavlina
On Mon, Feb 06, 2017 at 02:16:26PM +, Mário Luzeiro wrote: > Hi Chris, > > What should be in that empty frame square below "Footprint"? (the footprint?) > and what is on the dropdown box? Empty frame will have a footprint preview, both 2D and 3D (switchable). The dropbox allows footprint

Re: [Kicad-developers] I'm working on a nice thing

2017-02-06 Thread Chris Pavlina
Eagle converts should like it, it's rather inspired by their component selector... ;) It's coming together nicely. Footprint preview/selection won't be done until probably the end of the week, but for now I just got clickable datasheet links too :) Wayne, once I get everything *but* the

Re: [Kicad-developers] I'm working on a nice thing

2017-02-06 Thread Tomasz Wlostowski
On 06.02.2017 12:29, Chris Pavlina wrote: > Awesome! I was going to do it last night but spent so much time trying > to make wx behave that I never got around to it. Thank you! > The feature you're working on is also awesome! Looking forward to see it in the master branch! Tom > On Mon, Feb 06,

Re: [Kicad-developers] I'm working on a nice thing

2017-02-06 Thread Chris Pavlina
Awesome! I was going to do it last night but spent so much time trying to make wx behave that I never got around to it. Thank you! On Mon, Feb 06, 2017 at 10:38:55AM +0100, Tomasz Wlostowski wrote: > On 06.02.2017 03:52, Chris Pavlina wrote: > > Still very early... I call it "componentchoosernew"

[Kicad-developers] [PATCH] Fix warp-to-nearest pad bug with T hotkey

2017-02-06 Thread John Beard
Hi, This patch fixes a GAL usability quirk with the T hotkey (find and move). Fixes: https://bugs.launchpad.net/kicad/+bug/1571214 Cheers, John From 191412b93ba263f69d69e75cabb7758b175607bd Mon Sep 17 00:00:00 2001 From: John Beard Date: Mon, 6 Feb 2017 18:16:36 +0800