Re: [Kicad-developers] Component selector (was: I'm working on a nice thing)

2017-02-11 Thread Chris Pavlina
And, it's in the branch now, temporarily gated by build option KICAD_FOOTPRINT_SELECTOR. At the moment it is VERY rudimentary, by which I mean it doesn't work - the preview is stuck showing one particular footprint permanently, and it's one you probably don't have in your libraries... Hopefully th

Re: [Kicad-developers] Component selector

2017-02-11 Thread Chris Pavlina
Sure! The specific arrangement of the dialog makes it feel a bit cramped; I find that resizing things a bit shows it works quite well even at a small size. I'm going to have to tweak the exact placement of things in that dialog. On Sat, Feb 11, 2017 at 08:44:24PM -0500, Wayne Stambaugh wrote: > Ve

Re: [Kicad-developers] Component selector

2017-02-11 Thread Wayne Stambaugh
Very nice but will it fit on my 640 X 480 display ;) On 2/11/2017 8:25 PM, Oliver Walters wrote: > Nice work, this is looking very professional Chris > > On 12 Feb 2017 12:12, "Chris Pavlina" > wrote: > > This bit is not in the branch yet, but here's a little

Re: [Kicad-developers] RFC: Change UX for item selection clarification

2017-02-11 Thread Clemens Koller
Hallo, Jon! On 2017-02-11 20:21, Jon Evans wrote: > I had been thinking about proposing this already as a UX enhancement, > and then while looking through the starter bugs realized that lp:1154020 [1] > is actually quite difficult to solve in a nice way due to the popup menu > used for clarificati

Re: [Kicad-developers] Component selector (was: I'm working on a nice thing)

2017-02-11 Thread Oliver Walters
Nice work, this is looking very professional Chris On 12 Feb 2017 12:12, "Chris Pavlina" wrote: > This bit is not in the branch yet, but here's a little preview... > > https://misc.c4757p.com/i-can-footprint.png > > Thanks Tom! > > On Mon, Feb 06, 2017 at 09:07:16PM -0500, Chris Pavlina wrote: >

Re: [Kicad-developers] Component selector (was: I'm working on a nice thing)

2017-02-11 Thread Chris Pavlina
This bit is not in the branch yet, but here's a little preview... https://misc.c4757p.com/i-can-footprint.png Thanks Tom! On Mon, Feb 06, 2017 at 09:07:16PM -0500, Chris Pavlina wrote: > Preview at g...@github.com:cpavlina/kicad branch componentchooser. > Footprint part still pending. > > On Su

Re: [Kicad-developers] RFC: Change UX for item selection clarification

2017-02-11 Thread Jon Evans
I was going to add a context menu entry for "next selection", is that obvious enough to you or do you think there should be extra hints? On Feb 11, 2017 18:14, "Chris Pavlina" wrote: > Very nice. I only think it needs to be a bit more obvious how to do it. > > On Sat, Feb 11, 2017 at 05:49:05PM

Re: [Kicad-developers] RFC: Change UX for item selection clarification

2017-02-11 Thread Chris Pavlina
Very nice. I only think it needs to be a bit more obvious how to do it. On Sat, Feb 11, 2017 at 05:49:05PM -0500, Jon Evans wrote: > Proof of concept: https://www.youtube.com/watch?v=JfnXPosOHcY > (when you see the selection changing, I'm hitting the new hotkey I made for > cycling through items)

Re: [Kicad-developers] RFC: Change UX for item selection clarification

2017-02-11 Thread Jon Evans
Proof of concept: https://www.youtube.com/watch?v=JfnXPosOHcY (when you see the selection changing, I'm hitting the new hotkey I made for cycling through items) On Sat, Feb 11, 2017 at 2:24 PM, Chris Pavlina wrote: > I wish I had thoughts more verbose than "yes" right now... Yeah, this is > how

Re: [Kicad-developers] RFC: Change UX for item selection clarification

2017-02-11 Thread Chris Pavlina
I wish I had thoughts more verbose than "yes" right now... Yeah, this is how most tools work, and it's quite intuitive. I would be 100% in favor of implementing it this way. On Sat, Feb 11, 2017 at 02:21:08PM -0500, Jon Evans wrote: > Hi all, > > I had been thinking about proposing this already a

[Kicad-developers] RFC: Change UX for item selection clarification

2017-02-11 Thread Jon Evans
Hi all, I had been thinking about proposing this already as a UX enhancement, and then while looking through the starter bugs realized that lp:1154020 [1] is actually quite difficult to solve in a nice way due to the popup menu used for clarification today, so I decided to send it out now. I prop

Re: [Kicad-developers] {PATCH] Icon tweaks

2017-02-11 Thread Wayne Stambaugh
I looks like we have several devs working on icons at the same time. We really need to do a better job of letting other devs know what your working on to prevent conflicts and to allow for collaboration. I would be all for supplying image libraries. We've talked about this in the past but it's s

Re: [Kicad-developers] fp-lib-table.pretty from github crashes nightly builds

2017-02-11 Thread Wayne Stambaugh
An empty pretty library should not cause a crash. Please file a bug report so it doesn't get lost in the mailing list. Make sure you include your build information in the bug report. Thanks, Wayne On 2/10/2017 7:41 PM, SU Pyrow wrote: > hello, first time posting here, not sure if this is the r

[Kicad-developers] [PATCH] Correctly filter copyable objects for copy hotkey (Fixes lp:1571316)

2017-02-11 Thread Jon Evans
Hi, Minor patch to eeschema attached to fix reported issue with clarify menu. -Jon From 315b745a1db89c06240b42f544502a9cefaa2ad4 Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Sat, 11 Feb 2017 13:29:22 -0500 Subject: [PATCH] Correctly filter copyable objects for copy hotkey (Fixes lp:1571316)

Re: [Kicad-developers] Schematic I/O plugin.

2017-02-11 Thread Nick Østergaard
This segfault seems to be related to only occour with the offical display.lib. Also, I note that I get a bunch of asserts when it loads the libs. Possibly related to the rescue lib, becasue after the asserts I get a kicad error dialog showing 17:26:40: Failed to retrieve file times for '/tmp/kit-

[Kicad-developers] [PATCH] Update FindGLEW.cmake

2017-02-11 Thread Simon Richter
On Windows, the debug build of the GLEW library has an attached "d" in the library name, which the version in the kicad source doesn't know about. Updating to current FindGLEW.cmake solves the issue. Tested on msys2, msvc and Linux. --- CMakeModules/FindGLEW.cmake | 155 -

Re: [Kicad-developers] Selection tool that selects components and local connections

2017-02-11 Thread Chris Pavlina
Merged. This looks very useful. Thank you for your contribution! On Sat, Feb 11, 2017 at 01:25:24PM +0100, Kristoffer Ödmark wrote: > Sure! here comes! > > - Kristoffer > > On 2017-02-11 03:02, Chris Pavlina wrote: > >Can you update this again? > > > >On Fri, Feb 10, 2017 at 01:45:10PM +0100, Kr

Re: [Kicad-developers] Selection tool that selects components and local connections

2017-02-11 Thread Kristoffer Ödmark
Sure! here comes! - Kristoffer On 2017-02-11 03:02, Chris Pavlina wrote: Can you update this again? On Fri, Feb 10, 2017 at 01:45:10PM +0100, Kristoffer Ödmark wrote: Updated the patch to fit on current master. On 2017-02-08 21:14, Kristoffer Ödmark wrote: I tried reverting back to master

Re: [Kicad-developers] {PATCH] Icon tweaks

2017-02-11 Thread Chris Pavlina
You use way too many icons with identical silhouettes, which makes them very difficult to tell apart at a glance. And lose the pencils, they also don't add anything for quick recognition. On Sat, Feb 11, 2017 at 09:05:55AM +0200, Константин Барановский wrote: > I'm also working on new icons for a

Re: [Kicad-developers] Schematic I/O plugin.

2017-02-11 Thread Nick Østergaard
I just got a crash when trying to load the eeschema symbol picker thing, this is using 092c61e02. This happens two out of two times. #0 0x7faf85e92c38 in main_arena () at /usr/lib/libc.so.6 #1 0x7faf74dda458 in SCH_LEGACY_PLUGIN_CACHE::~SCH_LEGACY_PLUGIN_CACHE() (this=0x4f600f0, __in_chr

Re: [Kicad-developers] {PATCH] Icon tweaks

2017-02-11 Thread John Beard
Hi Piotr, It's a nice idea, and I certainly think it would be good not to have to compile in the icons, but instead be able to load from files. However, as far as I know, there are some technical problems with that, to do with WX icons only being able to use XPM on all platforms, If nothing else,

[Kicad-developers] [PATCH] Select filter dialog in GAL

2017-02-11 Thread John Beard
Hi, Here is a branch with a GAL action to invoke the block select dialog and filter the current selection based on the results: https://code.launchpad.net/~john-j-beard/kicad/+git/kicad/+ref/select_filter The first commit refactors the dialog so it can be reached by the GAL too, the second plumb

Re: [Kicad-developers] pcbnew crash when pad clearance "too negative"

2017-02-11 Thread Maciej Suminski
Hi Jean-Samuel, Thank you for investigating the problem, it should be fixed in the master branch now. I decided to attribute the patch to you, as you gave a valid solution. I know there is a corresponding report on the bug tracker, but I would be very grateful if we reported bugs exclusively there

Re: [Kicad-developers] {PATCH] Icon tweaks

2017-02-11 Thread Piotr Esden-Tempski
Did anyone consider adding the ability for “themes”/“resource packs"? So that one could load and switch packs that contain icons, colors and fonts. A good default is very important, but an easy way of testing out modifications to icons and color themes might be a nice thing to have. Cheers, Pi

Re: [Kicad-developers] {PATCH] Icon tweaks

2017-02-11 Thread Константин Барановский
In my vision, pencil - is the symbol of the edit action. If you look to left sidebar of the kicad window (on attached image from previous message), you can see icons without pencil. That icons of the files (pcb, schematic, libraries, netlist, etc.). On the instrumental panel of the kicad window pla