Re: [Kicad-developers] v5 timeline

2017-03-31 Thread John Beard
Hi, I "accidentally" made a Launchpad series for v5: https://launchpad.net/kicad/5.0 I wasn't really expecting to have permissions to do that, but it went though, so here it is! I doubled down on it and so there's also a milestone for RC1. Project management people are of course welcome to

Re: [Kicad-developers] Fwd: [PATCH] new measurement (caliper) icon

2017-03-31 Thread Wayne Stambaugh
This one did not apply cleanly either. On 3/28/2017 12:38 PM, Fabrizio Tappero wrote: > gentle reminder. > > Sorry I do not want to be insistent at all it is just that I will loose > track of these patches. > > Regards > Fabrizio > > -- Forwarded message -- > From: *Fabrizio

Re: [Kicad-developers] [PATCH] better UI experience (properties window)

2017-03-31 Thread Wayne Stambaugh
Fabrizio, I pushed your patch to the master branch. Thank you for your contribution. Cheers, Wayne On 3/30/2017 7:28 AM, Fabrizio Tappero wrote: > Hi Wayne, > OK, I fixed the problem. Please refer to the patch in attachment, it > will produce this: > > ​Inline image 1​ > > ​I tried to use

Re: [Kicad-developers] PCB update behavior

2017-03-31 Thread Kristoffer Ödmark
Sorry to open this again, but would what Maciej suggest be an okay fix here? He is indeed correct that they do not have a "Sheet Path" when footprints are explicitly added from pcbnew, compared to when they are added from "update from Schematic" On 2017-01-11 15:59, Maciej Sumiński wrote: On

Re: [Kicad-developers] Bug 1677282 fix feedback.

2017-03-31 Thread Kristoffer Ödmark
I agree here as well, I dont think that informing users of changes that will happen /once/ is to be considered nagware, and is a lot prefered than to just do the changes and let the user figure it out afterwards. On 2017-03-31 16:02, José Ignacio wrote: I do not thing such option is

Re: [Kicad-developers] Bug 1677282 fix feedback.

2017-03-31 Thread Wayne Stambaugh
I've already fixed this with option #3. I will go back and add a do not show again option when I get some time. I really wanted get this fix committed as quickly as possible to minimize the number of broken schematics. Cheers, Wayne On 3/31/2017 9:40 AM, José Ignacio wrote: > I like option #3

Re: [Kicad-developers] Bug 1677282 fix feedback.

2017-03-31 Thread José Ignacio
I like option #3 the most, #1 a close second, #4 the least, i wouldn't like unexpected automatic saving behavior. If anything it may be worth it to have a generic thing were to toss all these warts in the future. Perhaps a general "file repair/recovery", kind of how the rescue system works for

Re: [Kicad-developers] Symbol library editor UI refactor

2017-03-31 Thread Maciej Sumiński
Hi Chris, It should be fixed now, thank you for the report. Regards, Orson On 03/31/2017 12:44 AM, Chris Pavlina wrote: > Can't build: > > CMake Error at cvpcb/CMakeLists.txt:134 (add_library): > Cannot find source file: > > dialogs/dialog_footprints_tree.cpp > > Tried extensions .c

Re: [Kicad-developers] [PATCH] Add output stream operator for COLOR4D

2017-03-31 Thread Chris Pavlina
Merged, thank you. On Thu, Mar 30, 2017 at 10:12 PM, Jon Evans wrote: > Hi all, > > Quick patch attached to add output stream operator for COLOR4D, useful for > debugging and for some future things I am working on. > > -Jon > > ___