Re: [Kicad-developers] pcbnew: Zoom to fit board on screen broken

2018-01-08 Thread Jon Evans
Can't reproduce this on my Linux system. I even tried removing my config file and still the zoom to fit button works on the first try and I don't see any strange zoom behavior. On Mon, Jan 8, 2018 at 9:05 PM, Clemens Koller wrote: > Hi! > > The Zoom Button to fit board on

[Kicad-developers] pcbnew: Zoom to fit board on screen broken

2018-01-08 Thread Clemens Koller
Hi! The Zoom Button to fit board on screen seems to be broken. It does a fit board only on second click and then it's still not centered nicely in the drawing area. This might be related to: https://bugs.launchpad.net/kicad/+bug/1672868 Steps to reproduce: - Restart Kicad from scratch (rm

Re: [Kicad-developers] Renaming headers?

2018-01-08 Thread Wayne Stambaugh
On 1/8/2018 8:06 PM, Chris Pavlina wrote: > Hi, > > Soonish, I'd like to go through and rename header files to actually > match the names of the classes they define. It's a bit...unobvious that > PCB_EDIT_FRAME is in wxPcbStruct.h, for instance. Now, because this > would be a pretty large patch,

[Kicad-developers] Renaming headers?

2018-01-08 Thread Chris Pavlina
Hi, Soonish, I'd like to go through and rename header files to actually match the names of the classes they define. It's a bit...unobvious that PCB_EDIT_FRAME is in wxPcbStruct.h, for instance. Now, because this would be a pretty large patch, I'd normally hold on until after 5.0 is released, but

Re: [Kicad-developers] Libedit and Modedit Icons

2018-01-08 Thread Jeff Young
Hi Oliver, Nice work. A couple of comments: 1) The “new” stars are usually gold in most apps. 2) Are the folded up corners on the schematic and pcb icons really doing us any good (other than adding visual complexity)? It might be time to part ways with them…. 3) I thought we were going to

Re: [Kicad-developers] [4.0.7] Bug report: Cannot open a project called noname.pro

2018-01-08 Thread Nick Østergaard
I cannot reproduce this on linux with: Application: kicad Version: (2018-01-08 revision 3fb60f770)-master, release build Libraries: wxWidgets 3.0.3 libcurl/7.57.0 OpenSSL/1.1.0g zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) libssh2/1.8.0 nghttp2/1.28.0 Platform: Linux

Re: [Kicad-developers] Libedit and Modedit Icons

2018-01-08 Thread Jean-Paul Louis
Oliver, I usually try not to criticize someone else hard work, but these six top icons are for me the worst I ever saw. Let me qualify. My eyes are not like the ones of a teenager, so the extreme lack of contrast make them to me very hard to read. The only one that at first glance make sense to

Re: [Kicad-developers] Via dialog to support

2018-01-08 Thread Wayne Stambaugh
@Tom, please review and comment on this patch since this is your code. Thanks. On 1/6/2018 5:47 PM, kristoffer Ödmark wrote: > Attached patch that implements the via choices, they seem to render fine > and work as expected under linux. > > I guess that not many tests with different vias, since

[Kicad-developers] [4.0.7] Bug report: Cannot open a project called noname.pro

2018-01-08 Thread Heiko Rosemann
Hi everyone, I've been reading on this list for quite a while, but quietly... Today this changes - I stumbled across a bug in 4.0.7 stable, and since I don't have a launchpad ID, I'm reporting it here. I don't seem to recall this being addressed recently though if it's fixed in master I'll

Re: [Kicad-developers] Exchange/update footprints proposal

2018-01-08 Thread Wayne Stambaugh
On 1/7/2018 7:06 PM, Jeff Young wrote: > Hi Wayne, > > Yes, the Update from Library case is the one I’m talking about. I think the > original reporter of the bug was only reimporting the netlist because he > couldn’t find any other way that might do it. > > But what do you mean by “Just

[Kicad-developers] One more quick plug for reducing "Clarify Selection" dialogs

2018-01-08 Thread Jeff Young
Wayne, if I could get you to don that old project manager’s hat one more time: If we’re still weeks out from declaring an RC, I wanted to make one more plug for getting rid of the Clarify Selection dialog when dragging corners or using ‘U’ or ‘I’ over a corner[1]. While it’s marked Wishlist,

Re: [Kicad-developers] get_libngspice_so.sh link broken

2018-01-08 Thread Maciej Sumiński
I agree, it is better to keep it easily accessible. I added the script to the repository as suggested. Regards, Orson On 01/04/2018 06:12 PM, Wayne Stambaugh wrote: > I suppose we could add it to scripts/ folder in the source tree. > > On 01/04/2018 07:18 AM, Mark Roszko wrote: >> The

Re: [Kicad-developers] Launchpad janitor down?

2018-01-08 Thread Maciej Sumiński
It is a Python script invoked via WSGI, so it needs an HTTP server with python-wsgi support, Python itself and a few Python libraries (launchpadlib, git). The code is on Launchpad [1] and there is a short README about setting it up. I think it would be much better if we could move it a more