Re: [Kicad-developers] macos dev environment

2019-11-07 Thread Adam Wolf
Merging them in is blocked on the "eliminate symlinked bundles" task. I recently changed my employer and have less time for KiCad during the transition but I hope to be back to normal soon. Bt, if you want to tackle any of the open tickets, it'd be a great helps. Let me know if you are

Re: [Kicad-developers] macos dev environment

2019-11-07 Thread Bernhard Stegmaier
At least the last time I tried you don’t need to do a “make install” and build the bundle if you want to test something during development. Just run needed KiCad binary directly from the build folder… I don’t know about CLion, but that worked for me using Qt Creator without problems. The only

Re: [Kicad-developers] macos dev environment

2019-11-07 Thread Jonatan Liljedahl
Ok, I got it working by changing CMAKE_INSTALL_PREFIX to an absolute path. So using "../bin" as it says in http://docs.kicad-pcb.org/doxygen/md_Documentation_development_compiling.html#build_osx does not actually work. Perhaps it would be a good idea to merge the kicad-mac-builder patches instead

Re: [Kicad-developers] New lead developer announcement

2019-11-07 Thread Nick Østergaard
It is good to see Ian being recognized :) yaya On Thu, 7 Nov 2019 at 21:55, Seth Hillbrand wrote: > On 11/7/19 12:14 PM, Wayne Stambaugh wrote: > > I am happy to announce that the KiCad project now has a new member of > the lead development team. Ian McInerney has accepted an invitation to >

Re: [Kicad-developers] macos dev environment

2019-11-07 Thread Jonatan Liljedahl
Thanks. I managed to get it building directly in my kicad source dir by pointing it to the custom wxWidgets etc that was built by kicad-mac-builder. However, make install fails during fixup bundle (see below). I have the patches from kicad-mac-builder applied. I've attached my CMakeCache.txt.

Re: [Kicad-developers] New lead developer announcement

2019-11-07 Thread Seth Hillbrand
On 11/7/19 12:14 PM, Wayne Stambaugh wrote: I am happy to announce that the KiCad project now has a new member of the lead development team. Ian McInerney has accepted an invitation to become a member of the lead development team. Ian's contributions have earned him this privilege and we are

[Kicad-developers] [PATCH v3] [NEW] eeschema: Allow hierarchy navigator to stay open

2019-11-07 Thread franck . jullien
From: Franck Jullien User can now decide to keep the hierarchy navigator open while working on a schematic. This behavior can be configured in eeschema->preferences->eeschema->Editing options. Signed-off-by: Franck Jullien --- v2: fix coding style v3: fix memory leak after Wayne review

Re: [Kicad-developers] Symbol library code changes

2019-11-07 Thread Brian
From the peanut gallery: I know 6.0 symbol library handling has many significant differences versus 5.x.  Eventually, if I want to keep myself at or near the bleeding edge, I'll have to port my ODBC stuff to the 6.0 way of doing things.  A couple questions: 1. Is there any documentation of

Re: [Kicad-developers] New lead developer announcement

2019-11-07 Thread Alexander Shuklin
Congratulations, Ian! Best regards, Alex ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help :

Re: [Kicad-developers] New lead developer announcement

2019-11-07 Thread Drew Van Zandt
Congrats Ian! *Drew Van Zandt* On Thu, Nov 7, 2019 at 3:31 PM Sylwester Kocjan wrote: > On 07/11/2019 21:14, Wayne Stambaugh wrote: > > Ian's contributions have > > earned him this privilege and we are grateful for his efforts. > > Congratulations :) > > Cheers, > Sylwester > >

Re: [Kicad-developers] New lead developer announcement

2019-11-07 Thread Sylwester Kocjan
On 07/11/2019 21:14, Wayne Stambaugh wrote: Ian's contributions have earned him this privilege and we are grateful for his efforts. Congratulations :) Cheers, Sylwester ___ Mailing list: https://launchpad.net/~kicad-developers Post to :

Re: [Kicad-developers] New lead developer announcement

2019-11-07 Thread Jon Evans
Congrats and welcome, Ian! On Thu, Nov 7, 2019 at 3:17 PM Jeff Young wrote: > Woot! > > Congrats, Ian! > > Cheers, > Jeff. > > > > On 7 Nov 2019, at 20:14, Wayne Stambaugh wrote: > > > > I am happy to announce that the KiCad project now has a new member of > > the lead development team. Ian

Re: [Kicad-developers] New lead developer announcement

2019-11-07 Thread Jeff Young
Woot! Congrats, Ian! Cheers, Jeff. > On 7 Nov 2019, at 20:14, Wayne Stambaugh wrote: > > I am happy to announce that the KiCad project now has a new member of > the lead development team. Ian McInerney has accepted an invitation to > become a member of the lead development team. Ian's

[Kicad-developers] New lead developer announcement

2019-11-07 Thread Wayne Stambaugh
I am happy to announce that the KiCad project now has a new member of the lead development team. Ian McInerney has accepted an invitation to become a member of the lead development team. Ian's contributions have earned him this privilege and we are grateful for his efforts. Please join me in

Re: [Kicad-developers] Symbol library code changes

2019-11-07 Thread Wayne Stambaugh
Hey Seth, On 11/7/19 12:22 PM, Seth Hillbrand wrote: > On 2019-11-06 12:34, Wayne Stambaugh wrote: >> I finally finish up the initial attempt at simple inheritance for the >> symbol library code.  The change is non-trivial and will likely have >> some unexpected side affects that I missed.  I

Re: [Kicad-developers] Symbol library code changes

2019-11-07 Thread Seth Hillbrand
On 2019-11-06 12:34, Wayne Stambaugh wrote: I finally finish up the initial attempt at simple inheritance for the symbol library code. The change is non-trivial and will likely have some unexpected side affects that I missed. I pushed the branch to my personal repo[1] and I would like a few

Re: [Kicad-developers] macos dev environment

2019-11-07 Thread Adam Wolf
We're going to do that in the simple way, which is to copy rather than symlink. It costs a few megs, but that should be fine. On Thu, Nov 7, 2019 at 9:12 AM Jon Evans wrote: > > I also use CLion. It's okay but not perfect. It's been a while since I've > been compiling on my Mac but from what

Re: [Kicad-developers] macos dev environment

2019-11-07 Thread Jon Evans
I also use CLion. It's okay but not perfect. It's been a while since I've been compiling on my Mac but from what I recall, the most frustrating part is the need to re-generate all of the application packages whenever anything is touched (which is a slow and non-parallel process). It's possible

Re: [Kicad-developers] macos dev environment

2019-11-07 Thread Adam Wolf
I use CLion, but I also would love to see kicad-mac-builder improved to the point where it could do the right things for dev, as well. Adam On Thu, Nov 7, 2019 at 7:45 AM Jonatan Liljedahl wrote: > > Are there any developers on macOS that would like to give me some > hints on how to set up a

Re: [Kicad-developers] [PATCH] Pcbnew drill sizes statistics & Project manager multiple selection options

2019-11-07 Thread jp charras
Le 06/11/2019 à 23:18, Mikołaj Wielgus a écrit : > Hello, > > I have submitted two patches on Launchpad some time ago. I would like to > ask for feedback. > > Links: > https://bugs.launchpad.net/kicad/+bug/1841144 > https://bugs.launchpad.net/kicad/+bug/1016464 > > Best Regards, > Mikołaj

Re: [Kicad-developers] SIM_PLOT_TYPE

2019-11-07 Thread Jonatan Liljedahl
Indeed, it seems that in all cases the actual spice vector used for the X axis will be "frequency", which as far as I can tell is always log. Perhaps it would make sense to just replace SPT_LOG_FREQUENCY and SPT_LIN_FREQUENCY with a single SPT_FREQUENCY enum? I'm not sure how plotting linear

[Kicad-developers] macos dev environment

2019-11-07 Thread Jonatan Liljedahl
Are there any developers on macOS that would like to give me some hints on how to set up a good environment? Currently I'm using kicad-mac-builder, but it's not well suited for the kind of iterative rebuilding during development. 1. It applies the patches each time. 2. It resets the git repo each

Re: [Kicad-developers] [PATCH] Pcbnew drill sizes statistics & Project manager multiple selection options

2019-11-07 Thread Wayne Stambaugh
Hi Mikołaj, I apologize for the delay but all of the lead developers are very busy at the moment. We appreciate your patience and will try to get around to reviewing your patches as soon as possible. Hopefully it wont be too much longer. If one of the members of the lead dev team has a few

Re: [Kicad-developers] Back annotate references from PCB

2019-11-07 Thread Alexander Shuklin
Hi, is it alright to answer anybody in one letter? First of all, don't take amiss if I keep silence for a day, as I have 2 little children and at the best case I have couple of hours a day on my own. On Wed, 6 Nov 2019 at 16:27, Wayne Stambaugh wrote: > Complex schematic hierarchies (using the

Re: [Kicad-developers] [PATCH] simulation: allow entering signals (spice vectors) by name

2019-11-07 Thread Jonatan Liljedahl
Hi, Here's an updated patch with fixed commit message. Also I removed some unrelated UI tweaks in sim_plot_frame that accidentally was part of the previous patch. This patch applies to both 5.1 and master. Cheers On Thu, Nov 7, 2019 at 12:04 AM Kymatica wrote: > > Oh, this was for 5.1. > I’ll