Re: [Kicad-developers] About Bug 1604841: Pcbnew crash at moving via, and boost::context fixes to make it compatible with boost 1.61

2016-07-31 Thread Michael Steinberg
Hey, pinpointing the problem proved really difficult, I didn't expect it where it was... This bug existed before my 1.61-patch and did not surface because DELEGATE would not clear its content on destruction. See the attached patch. That being said, I'm not yet 100% sure the macro'ed code for

Re: [Kicad-developers] Testing Tom’s integrated ngspice simulator on Mac OSX

2016-07-31 Thread Johannes Maibaum
> Am 31.07.2016 um 23:02 schrieb Adam Wolf : > > Thanks! This is good work! I'll start working with it on my test machine, > and it will be first in line after the cvpcb crash in the nightlies (which is > first in line after 4.0.3) :) > > Adam Wolf Thanks a

Re: [Kicad-developers] Testing Tom’s integrated ngspice simulator on Mac OSX

2016-07-31 Thread Johannes Maibaum
> Am 31.07.2016 um 23:02 schrieb Bernhard Stegmaier : > > This looks like you didn’t build your wxWidgets with the soname patch. > With stock wxWidgets the library names get screwed up, so multiple copies > will be added when bundling. Hi Bernard, yeah, it might be

Re: [Kicad-developers] New eeschema file format

2016-07-31 Thread Chris Pavlina
Power labels replace power components. Here are a couple screenshots from my feature branch that I dug up - still haven't actually got it building again, it had a few issues, but the screenshots should explain. Bear in mind they're all at different levels of development, so I don't necessarily

Re: [Kicad-developers] Testing Tom’s integrated ngspice simulator on Mac OSX

2016-07-31 Thread Adam Wolf
Thanks! This is good work! I'll start working with it on my test machine, and it will be first in line after the cvpcb crash in the nightlies (which is first in line after 4.0.3) :) Adam Wolf On Sun, Jul 31, 2016 at 3:56 PM, Johannes Maibaum wrote: > Hi Adam, > > I’ve

Re: [Kicad-developers] Testing Tom’s integrated ngspice simulator on Mac OSX

2016-07-31 Thread Bernhard Stegmaier
Hi, > On 31 Jul 2016, at 21:51, Johannes Maibaum wrote: > > However, I get instant segfaults in all Kicad applications now, and all > fingers in the crashlog point towards the wxWidgets dynamic libraries, which > obviously got not installed correctly into the App bundle,

Re: [Kicad-developers] New eeschema file format

2016-07-31 Thread Wayne Stambaugh
On 7/31/2016 4:45 PM, Wayne Stambaugh wrote: > On 7/31/2016 3:59 PM, Chris Pavlina wrote: >> On Sun, Jul 31, 2016 at 03:25:11PM -0400, Wayne Stambaugh wrote: >>> On 7/30/2016 9:22 PM, Chris Pavlina wrote: Hi, I was reading through the new sch/lib format documents posted back in

Re: [Kicad-developers] Testing Tom’s integrated ngspice simulator on Mac OSX

2016-07-31 Thread Johannes Maibaum
Hi Adam, I’ve attached a diff with my current changes to Tom’s ngspice branch on Github. Unfortunately, I cannot guarantee that this is all that is needed. As written in my last email, I obviously screwed up my app bundles so that I can’t start Eeschema to test. It’s all still work in

Re: [Kicad-developers] New eeschema file format

2016-07-31 Thread Wayne Stambaugh
On 7/31/2016 4:02 PM, Chris Pavlina wrote: > On Sun, Jul 31, 2016 at 07:53:41PM +, Mário Luzeiro wrote: >> Hi all, >> >> Feature request for eeschema: >> >> Not sure if this is the right thread, as now I started using again KiCad, >> one thing I miss and I believe I found somewhere other

Re: [Kicad-developers] New eeschema file format

2016-07-31 Thread Wayne Stambaugh
On 7/31/2016 3:59 PM, Chris Pavlina wrote: > On Sun, Jul 31, 2016 at 03:25:11PM -0400, Wayne Stambaugh wrote: >> On 7/30/2016 9:22 PM, Chris Pavlina wrote: >>> Hi, >>> >>> I was reading through the new sch/lib format documents posted back in >>> February:

Re: [Kicad-developers] New eeschema file format

2016-07-31 Thread Chris Pavlina
On Sun, Jul 31, 2016 at 07:53:41PM +, Mário Luzeiro wrote: > Hi all, > > Feature request for eeschema: > > Not sure if this is the right thread, as now I started using again KiCad, > one thing I miss and I believe I found somewhere other requests, is the > ability to > make some kind of

[Kicad-developers] Fwd: About DRC from the plot dialog

2016-07-31 Thread Nick Østergaard
Hi I forgot to add the kicad list to this thread so I am forwarding it here for info and if others want to participate in the discussion. Nick 2016-07-28 13:24 GMT+02:00 jp charras : > Le 28/07/2016 à 12:12, Nick Østergaard a écrit : >> Hello Jean-Pierre, >> >> I see you

Re: [Kicad-developers] New eeschema file format

2016-07-31 Thread Chris Pavlina
On Sun, Jul 31, 2016 at 03:25:11PM -0400, Wayne Stambaugh wrote: > On 7/30/2016 9:22 PM, Chris Pavlina wrote: > > Hi, > > > > I was reading through the new sch/lib format documents posted back in > > February: https://lists.launchpad.net/kicad-developers/msg23302.html > > > > Since work is

Re: [Kicad-developers] New eeschema file format

2016-07-31 Thread Nick Østergaard
2016-07-31 21:53 GMT+02:00 Mário Luzeiro : > Hi all, > > Feature request for eeschema: > > Not sure if this is the right thread, as now I started using again KiCad, > one thing I miss and I believe I found somewhere other requests, is the > ability to > make some kind of notes in

Re: [Kicad-developers] Testing Tom’s integrated ngspice simulator on Mac OSX

2016-07-31 Thread Adam Wolf
If you make a branch with your changes, Johannes, I can test it here, and set up a build on the nightlies server for it. It won't be super useful as right now there are some issues in the nightlies that will be resolved after 4.0.3 comes out (which will be soon!), but it will be nice to have. If

Re: [Kicad-developers] New eeschema file format

2016-07-31 Thread Mário Luzeiro
Hi all, Feature request for eeschema: Not sure if this is the right thread, as now I started using again KiCad, one thing I miss and I believe I found somewhere other requests, is the ability to make some kind of notes in schematics. Usually I use "Add text" but that text is visible and

Re: [Kicad-developers] Testing Tom’s integrated ngspice simulator on Mac OSX

2016-07-31 Thread Johannes Maibaum
Hi, OK, I finally found the reason for the linking error from my previous mail. Stupid me was already looking at eeschema/sim/simulate.cpp yesterday, where I found both SCH_EDIT_FRAME::CURSOR_PROBE and ::CURSOR_TUNE defined. What I overlooked was the conditional compilation macros (doh!). In

Re: [Kicad-developers] About Bug 1604841: Pcbnew crash at moving via, and boost::context fixes to make it compatible with boost 1.61

2016-07-31 Thread Michael Steinberg
Hello, of course! So I'm not to sure if 1.60 is supposed to work on windows, I think I read it might be bugged for that specific version and platform combination. I will investigate that. However the intent was to not change anything behaviorial for boost version < 1.61, so if a 1.54-version

Re: [Kicad-developers] Project Wiki?

2016-07-31 Thread Wayne Stambaugh
On 7/25/2016 11:33 AM, Simon Richter wrote: > Hi, > > On 25.07.2016 17:12, Nick Østergaard wrote: > >> Using pads we have no content control, but it is very easy to >> brainstorm stuff. > > That would be fine if we can at some point finalize a proposal and > archive it. > >> Using hugo, it

[Kicad-developers] About Bug 1604841: Pcbnew crash at moving via, and boost::context fixes to make it compatible with boost 1.61

2016-07-31 Thread jp charras
Orson, Michael: May I ask you to have a look into this bug: In gal mode, Pcbnew crashes when try to drag a via or a track. To reproduce that, set the interactive Router Setting/ Mouse drag behavior to interactive drag. (In move mode, no crash) I am asking you to have a look into this issue

Re: [Kicad-developers] New eeschema file format

2016-07-31 Thread Chris Pavlina
Crap, mis-sent this on my phone. > On Jul 31, 2016 2:06 AM, "Lorenzo Marcantonio" wrote: > > > > > > Il Dom, 31 Luglio 2016 1:22, Chris Pavlina ha scritto: > > > > > - Why both 'polyline' and 'line'? Surely eeschema isn't going to get > > > tired of writing 'poly' and