Re: [Kicad-developers] Patch: Legacy symbol read/write extraction; SCH_PLUGIN registry mechanism

2019-03-12 Thread Jeff Young
Don’t worry; everyone misses at least a few of them the first couple of times. Cheers, Jeff. > On 12 Mar 2019, at 20:18, Brian wrote: > > >> >> As for patches, it's always a good idea to make commits the smallest >> required size to implement your changes. Large change sets like the one >>

Re: [Kicad-developers] Bus upgrades merge

2019-03-12 Thread Jon Evans
https://code.launchpad.net/~craftyjon/kicad/+git/kicad/+merge/364346 On Tue, Mar 12, 2019 at 4:32 PM Seth Hillbrand wrote: > Am 2019-03-11 18:03, schrieb Jon Evans: > > Rebased branch is located here: > > https://github.com/craftyjon/kicad/tree/bus_upgrades_merge > > I've also attached a

Re: [Kicad-developers] 5.1.0 tag

2019-03-12 Thread Pedro Martin
Thank you very much, Jean-Samuel! Yes, I'm planning the upgrade to 18.04 mostly because the LTS of 14.04 is close to its end. A bit frightened of a (again) clean install. À bientôt, Pedro. El 12/3/19 a las 21:32, Jean-Samuel Reynaud escribió: Hi Pedro, According to your version info you

Re: [Kicad-developers] 5.1.0 tag

2019-03-12 Thread Jean-Samuel Reynaud
Hi Pedro, According to your version info you use Ubuntu version 14.04. Based on this version py3 is not available because wx is not available on py3 for this version. You have to upgrade to 18.04 for that... Regards, Le 12/03/2019 à 20:21, Pedro Martin a écrit : > Hi Jean-Samuel and All, > > I

Re: [Kicad-developers] Patch: Legacy symbol read/write extraction; SCH_PLUGIN registry mechanism

2019-03-12 Thread Brian
> > As for patches, it's always a good idea to make commits the smallest > required size to implement your changes. Large change sets like the one > you posted are difficult to review and comment on. I did notice a quite > a few coding policy[1] errors. Mostly trailing white space and some K

Re: [Kicad-developers] Bus upgrades merge

2019-03-12 Thread Seth Hillbrand
Am 2019-03-11 18:03, schrieb Jon Evans: Rebased branch is located here: https://github.com/craftyjon/kicad/tree/bus_upgrades_merge I've also attached a patchset for convenience. -Jon Hi Jon- Any chance you could you make a launchpad branch with a merge request for this? I'd like to ask

Re: [Kicad-developers] Feedback on 5.1

2019-03-12 Thread Rene Pöschl
Some more answers to what andy wrote. Disclaimer not a dev only the main lib maintainer and very active on the user forum. In general: Make bug reports for feature requests. Your requests will be forgotten by being only here on the mailing list. But check first if what you request has

Re: [Kicad-developers] Patch: Legacy symbol read/write extraction; SCH_PLUGIN registry mechanism

2019-03-12 Thread Wayne Stambaugh
Hi Brian, On 3/12/2019 3:37 PM, Brian wrote: > > > On 3/12/19 3:30 PM, Wayne Stambaugh wrote: >> >> I still have to finish reviewing the original patch so please do not >> merge it.  For the few simple changes required to access the symbol >> library parser and formatter that Brian requested,

Re: [Kicad-developers] Patch: Legacy symbol read/write extraction; SCH_PLUGIN registry mechanism

2019-03-12 Thread Brian
On 3/12/19 3:30 PM, Wayne Stambaugh wrote: I still have to finish reviewing the original patch so please do not merge it. For the few simple changes required to access the symbol library parser and formatter that Brian requested, it seems like an excessively large change set. Oh yes, the

Re: [Kicad-developers] Patch: Legacy symbol read/write extraction; SCH_PLUGIN registry mechanism

2019-03-12 Thread Wayne Stambaugh
On 3/12/2019 2:27 PM, Seth Hillbrand wrote: > Am 2019-03-12 13:49, schrieb Wayne Stambaugh: >> Hey Seth, >> >> On 3/11/2019 6:12 PM, Seth Hillbrand wrote: >>> Why make new plugin registry that is different from the plugin registry >>> that is used in pcbnew?  And if we do need a new version for

[Kicad-developers] Patch for spice netlist

2019-03-12 Thread BERTRAND Joël
Hello everyone, I have written a patch for Spice netlist exporter. I spend a lot of time when I want to switch from .AC analysis to .TRAN or .NOISE. This patch allows spice exporter to use different configurations with two new instructions .if and .config. Usage : .config

Re: [Kicad-developers] 5.1.0 tag

2019-03-12 Thread Pedro Martin
Hi Jean-Samuel and All, I have successfully installed v5.1.0 from ppa. Thanks for your fast support! One of the new features is Pcbnew scripting support for Python 3 but in the version info KICAD_SCRIPTING_PYTHON3 is off. Is this compilation alright? Regards, Pedro. Application: kicad

Re: [Kicad-developers] Feedback on 5.1

2019-03-12 Thread Andy Peters
On Mar 12, 2019, at 10:21 AM, Ruth Ivimey-Cook wrote: > SCHEMA > Schema: taking part of a diagram and making that into a subsheet seems to > involve setting up the new sheet, Cutting components, entering the sheet, > then pasting. Could that be one action: Make new sheet with selection? This

Re: [Kicad-developers] Patch: Legacy symbol read/write extraction; SCH_PLUGIN registry mechanism

2019-03-12 Thread Seth Hillbrand
Am 2019-03-12 13:49, schrieb Wayne Stambaugh: Hey Seth, On 3/11/2019 6:12 PM, Seth Hillbrand wrote: Why make new plugin registry that is different from the plugin registry that is used in pcbnew?  And if we do need a new version for schematic type plugins, can we unify them to avoid having to

Re: [Kicad-developers] Patch: Legacy symbol read/write extraction; SCH_PLUGIN registry mechanism

2019-03-12 Thread Wayne Stambaugh
Hey Seth, On 3/11/2019 6:12 PM, Seth Hillbrand wrote: > Am 2019-03-11 17:46, schrieb Brian: >> -- Registry mechanism >> >> This one's a bit more involved and I welcome comment and discussion. >> >> Refer to eeschema/sch_io_plugin_registry.h/cpp. >> >> A new class called SCH_IO_PLUGIN_REGISTRY is

[Kicad-developers] Feedback on 5.1

2019-03-12 Thread Ruth Ivimey-Cook
Folks, I've been using 5.1-pre for a couple of weeks on a side project, and thought you might like feedback on it. SHARED 1. Common: The general quality (appearance, stability, speed) of the apps is much improved. Thank you. 2. Common: I have seen a couple of crashes, mostly when doing

Re: [Kicad-developers] Patch: Legacy symbol read/write extraction; SCH_PLUGIN registry mechanism

2019-03-12 Thread Seth Hillbrand
Am 2019-03-12 11:37, schrieb Brian: I think some discussion is in order to decide on which ideas should make it into a unified plugin registry (something I'm definitely in favor of and would be happy to contribute to the project). Thanks for looking into this Brian! 1.  What's the right

Re: [Kicad-developers] Patch: Legacy symbol read/write extraction; SCH_PLUGIN registry mechanism

2019-03-12 Thread Brian
(Previously: "Can IO_MGR from pcbnew be used?") I've taken a brief look at the IO_MGR code from pcbnew with an eye toward merging its functionality with the SCH_IO_PLUGIN_REGISTRY I submitted in my patch.  Obviously the idea is the same, but the implementation details are rather different; in

Re: [Kicad-developers] 5.1.0 tag

2019-03-12 Thread Jean-Samuel Reynaud
You are true. It's missing. I have added packages. Copy is in progress... Le mar. 12 mars 2019 à 13:20, jack ma a écrit : > There is no libngspice-kicad in > https://launchpad.net/~js-reynaud/+archive/ubuntu/kicad-5.1 ? > > Jean-Samuel Reynaud 于2019年3月12日周二 下午7:08写道: > >> Just to confirm that

Re: [Kicad-developers] 5.1.0 tag

2019-03-12 Thread jack ma
There is no libngspice-kicad in https://launchpad.net/~js-reynaud/+archive/ubuntu/kicad-5.1 ? Jean-Samuel Reynaud 于2019年3月12日周二 下午7:08写道: > Just to confirm that packages on ppa dedicated to this new version (for > Linux ubuntu) are now ready. > I have a pending PR on the web site with

Re: [Kicad-developers] Download speeds for nightly builds seem a bit slow to a lot of people over at the forum

2019-03-12 Thread Nick Østergaard
The specific discussion on this is off topic and should be kept at the github issue. Yes, it is not online at that url anymore. The windows builds are on Simon's Jenkins for now. But for the normal nightlies it just does makepkg and copydlls.sh https://jenkins.simonrichter.eu/ tir. 12. mar.

Re: [Kicad-developers] 5.1.0 tag

2019-03-12 Thread Jean-Samuel Reynaud
Just to confirm that packages on ppa dedicated to this new version (for Linux ubuntu) are now ready. I have a pending PR on the web site with instructions to use this new ppa for KiCad 5.1. FYI I have an issue on building doc on version "Disco" (next release of ubuntu ie 19.04). I'm working on it

Re: [Kicad-developers] Download speeds for nightly builds seem a bit slow to a lot of people over at the forum

2019-03-12 Thread Russell Oliver
Is it just me or in the ci server down? http://ci.kicad-pcb.org/ I was going to investigate the current build configuration for the windows nightly installers. seems it might be possible with a few lines added to the nsis script.

Re: [Kicad-developers] Download speeds for nightly builds seem a bit slow to a lot of people over at the forum

2019-03-12 Thread Nick Østergaard
https://github.com/KiCad/kicad-winbuilder/issues/53#issuecomment-337167911 tir. 12. mar. 2019 11.07 skrev Russell Oliver : > To cut down the download size, can there be a nightly package built > that doesn't contain the library, module and 3d files? just enough to > overwrite the program files.

Re: [Kicad-developers] Download speeds for nightly builds seem a bit slow to a lot of people over at the forum

2019-03-12 Thread Russell Oliver
To cut down the download size, can there be a nightly package built that doesn't contain the library, module and 3d files? just enough to overwrite the program files. Regards Russell Oliver On Mon, 11 Mar 2019 at 06:00, Mark Roszko wrote: > > AFAI CERN has private cluster using Ceph that has

Re: [Kicad-developers] Idea: Merging libraries along the search path

2019-03-12 Thread Rene Pöschl
Hi again, I thought about it a bit more. I am less and less convinced this will make it easier for users to understand the library setup overall. But i understand where this comes from. After all many users say library management is hard in kicad. (It is always listed as a downside when kicad is