Re: [Kicad-developers] UI changes for 5.0?

2018-02-09 Thread hauptmech
On 9/02/18 20:57, Maciej Sumiński wrote: Please consider that there are documenters that have just updated some screenshots and so they probably will have to update some more because of these UI changes. The changes proposed by Jeff are not that disruptive. It is just adding '...' or changing

Re: [Kicad-developers] UI changes for 5.0?

2018-02-09 Thread Jeff Young
OK, the two patches are up. Cheers, Jeff. > On 9 Feb 2018, at 14:27, Nick Østergaard wrote: > > 2018-02-09 15:05 GMT+01:00 Wayne Stambaugh >: > On 2/9/2018 1:34 AM, Carsten Schoenert wrote: > > Am 09.02.2018 um 01:54

Re: [Kicad-developers] Is eeschema's Symbol Table supposed to be editable?

2018-02-09 Thread Andrey Kuznetsov
Table editing doing weird things you didn't mean: Sounds like the bug I reported. On Fri, Feb 9, 2018 at 11:33 AM, Wayne Stambaugh wrote: > Whew! You can't blame that one on me. To be honest, I have not really > used the new "Symbol Table View" dialog so there could be

Re: [Kicad-developers] Is eeschema's Symbol Table supposed to be editable?

2018-02-09 Thread Jeff Young
Footprint library table editor is good. > On 9 Feb 2018, at 19:09, Wayne Stambaugh wrote: > > Does this not occur in the footprint library table editor? I would be > surprised because its almost identical code unless I broke something. > > On 02/09/2018 01:59 PM,

Re: [Kicad-developers] Is eeschema's Symbol Table supposed to be editable?

2018-02-09 Thread Wayne Stambaugh
Does this not occur in the footprint library table editor? I would be surprised because its almost identical code unless I broke something. On 02/09/2018 01:59 PM, Bernhard Stegmaier wrote: > Yes, seems as if it is completely broken on macOS. > Seems to be fine on other platforms. > > It did

Re: [Kicad-developers] New OpenGL debug stuff crashes pcbnew on startup

2018-02-09 Thread Wayne Stambaugh
Linux and windows are find for me. On 02/09/2018 01:14 PM, Jeff Young wrote: > Mac-only? > > Cheers, > Jeff. > > ___ > Mailing list: https://launchpad.net/~kicad-developers > Post to : kicad-developers@lists.launchpad.net > Unsubscribe :

Re: [Kicad-developers] Is eeschema's Symbol Table supposed to be editable?

2018-02-09 Thread Bernhard Stegmaier
Yes, seems as if it is completely broken on macOS. Seems to be fine on other platforms. It did somewhat work a while ago. At least, I was able to change some cells/values when clicking multiple times… Regards, Bernhard > On 9. Feb 2018, at 19:13, Jeff Young wrote: > > There’s

Re: [Kicad-developers] New OpenGL debug stuff crashes pcbnew on startup

2018-02-09 Thread Jon Evans
Just from doing a bit of reading, maybe this extension is not supported on MacOS https://github.com/go-gl/gl/issues/40 On Fri, Feb 9, 2018 at 1:29 PM, Jon Evans wrote: > Yup, all GAL apps now crashing on MacOS for me > > thread #1, queue = 'com.apple.main-thread', stop

Re: [Kicad-developers] New OpenGL debug stuff crashes pcbnew on startup

2018-02-09 Thread Jon Evans
Yup, all GAL apps now crashing on MacOS for me thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0) * frame #0: 0x frame #1: 0x00010b5ae868 _gerbview.kiface`enableGlDebug(aEnable=true) at utils.cpp:108 frame #2:

[Kicad-developers] New OpenGL debug stuff crashes pcbnew on startup

2018-02-09 Thread Jeff Young
Mac-only? Cheers, Jeff. ___ 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

[Kicad-developers] Is eeschema's Symbol Table supposed to be editable?

2018-02-09 Thread Jeff Young
There’s a Symbol Table dialog in eeschema (from the "Edit symbol fields” button in the top toolbar) with Apply Changes and Revert Changes buttons, suggesting that it should be editable. Yet there are no other buttons, and neither right-clicking or double-clicking on the list does anything.

Re: [Kicad-developers] Zone fill hangup - more info

2018-02-09 Thread Steven A. Falco
That indeed fixes the issue that I was having. I built 8a68a215 for Fedora Rawhide, and the zone fill now works perfectly. Excellent work! Thanks! Steve On 02/09/2018 08:26 AM, Maciej Sumiński wrote: > Steven, > > Please try 86566fc1 or newer, it may fix the problem. > > Regards, >

Re: [Kicad-developers] Another performance patch....

2018-02-09 Thread Wayne Stambaugh
I think this is just a short term issue (famous last words) until the next stable release of wx. I haven't seen too many distros package 3.1 yet so I don't think we should make that transition until that happens. Hopefully some time during v6 development we can make this transition without too

Re: [Kicad-developers] Another performance patch....

2018-02-09 Thread Bernhard Stegmaier
Worst part for macOS is that we still need the patched overlay stuff for the legacy canvases. There has been something added to master recently, but it unfortunately doesn’t work (it does, but is slow as hell). I would be surprised if this gets usable for 3.1. So, getting rid of legacy canvases

Re: [Kicad-developers] Another performance patch....

2018-02-09 Thread Adam Wolf
Part of the issue with wx is that we are using a legacy version of wxpython. I know there has been some motion towards getting the new version of wxpython working with KiCad, but it does not seem like it will be super easy. There is no real guarantee that the next version of wx will work with

Re: [Kicad-developers] UI changes for 5.0?

2018-02-09 Thread Nick Østergaard
2018-02-09 15:05 GMT+01:00 Wayne Stambaugh : > On 2/9/2018 1:34 AM, Carsten Schoenert wrote: > > Am 09.02.2018 um 01:54 schrieb Wayne Stambaugh: > >>> If you want to tag rc1 this weekend, should we tag the libs as well? > > > > Absolutely! Don't make the life of

Re: [Kicad-developers] Another performance patch....

2018-02-09 Thread Wayne Stambaugh
On 2/9/2018 1:41 AM, Carsten Schoenert wrote: > Am 09.02.2018 um 01:35 schrieb Jeff Young: >> Ping. >> >> Any thoughts on patching wxWidgets for other platforms? > > If you are talking about other Linux platforms then please do this in a > way the user hasn't to deal with changes to system

Re: [Kicad-developers] UI changes for 5.0?

2018-02-09 Thread Wayne Stambaugh
On 2/9/2018 1:34 AM, Carsten Schoenert wrote: > Am 09.02.2018 um 01:54 schrieb Wayne Stambaugh: >>> If you want to tag rc1 this weekend, should we tag the libs as well? > > Absolutely! Don't make the life of distributions and packagers more > complicated than needed. I'm not sure how we want to

Re: [Kicad-developers] Zone fill hangup - more info

2018-02-09 Thread Maciej Sumiński
Steven, Please try 86566fc1 or newer, it may fix the problem. Regards, Orson On 02/08/2018 09:15 PM, Steven A. Falco wrote: > I continue to have problems performing a zone fill with the latest kicad 5 > builds. A copy of the project that is causing me trouble is here: > >

Re: [Kicad-developers] Another performance patch....

2018-02-09 Thread Maciej Sumiński
Jeff, Thank you for the patches, I have just tested the one for KiCad. While I do not see any difference when launching the footprint list dialog for the first time (~6s on a debug build), the subsequent ones are significantly faster (~2.6s reduced to ~0.6s). I tested: - removing a footprint