Re: [Kicad-developers] OSX dev environments

2017-12-26 Thread Mark Roszko
>I tried CLion. After a ~10 minute-long freeze (indexing the code) it crashed due to lack of memory. With a 6 GB java heap the project loaded, but the editor was veeery slow. CLion works fine for me on Windows with MSYS2 for KiCAD. Was it a long time ago you tried? They've made many performance i

Re: [Kicad-developers] wxStaticBox bug

2017-12-26 Thread Adam Wolf
Ah, I saw you already updated a bug on the tracker--ignore my last question :) Adam On Tue, Dec 26, 2017 at 5:01 PM, Adam Wolf wrote: > I would suggest making a patch for wxwidgets and sending it to the > list. There are other macOS specific wxwidgets patches. I have > always created the patch

Re: [Kicad-developers] wxStaticBox bug

2017-12-26 Thread Adam Wolf
I would suggest making a patch for wxwidgets and sending it to the list. There are other macOS specific wxwidgets patches. I have always created the patch manually, and included the upstream bug/patch in the email to the list here. Let me know if you need step by steps, and thanks for tracking t

Re: [Kicad-developers] wxStaticBox bug

2017-12-26 Thread Jeff Young
I got a reply back from Igor Korot that wxWidgets 3.1.0 is scheduled for mid-January. The fix being tagged 3.1.0, however, is no guarantee that it will make it in. How often do we roll our wxWidgets version? Should I just go ahead and create another wxWidgets patch for it? (If so, is there a

[Kicad-developers] wxStaticBox bug

2017-12-26 Thread Jeff Young
I just tracked down a bug in OSX where tabbing doesn’t work within a wxStaticBox. The bug was in include/wx/osx/statbox.h, which failed to inherit from wxStaticBoxBase. I checked on master, and that bug was fixed by vadz two years ago: https://github.com/wxWidgets/wxWidgets/blame/master/include

[Kicad-developers] Ratsnest local ratsnest display option wackiness

2017-12-26 Thread Andy Peters
I am working in GAL mode, with yesterday’s nightly. I have reported this as bug 1740156. There are three controls for ratsnest display: left-hand-side toolbar’s (LHS) Hide/Show Board Ratsnest button, Visibility Render tab’s Ratsnest checkbox, and the right-hand-side (RHS) toolbar’s Display Loca

Re: [Kicad-developers] OSX dev environments

2017-12-26 Thread Jeff Young
Never mind. I somehow managed to get a release build built into my debug folder and vice-versa. All good now. > On 26 Dec 2017, at 11:14, Jeff Young wrote: > > Thanks for the tips, guys. > > I’ve installed QTCreator and have it up and running on my Kicad project. It > works great browsing

Re: [Kicad-developers] OSX dev environments

2017-12-26 Thread Jeff Young
Thanks for the tips, guys. I’ve installed QTCreator and have it up and running on my Kicad project. It works great browsing the source, etc. I had one issue with the runtime configuration: it defaults to wanting to run Kicad out of build/debug/kicad/ rather than out of build/bin/. But I added