Re: [Kicad-developers] BZR 6510 breaks build for latest stable wxWidgets

2016-01-24 Thread jp charras
Le 25/01/2016 08:21, Andrew Zonenberg a écrit : > The most recent commit (6510) requires wxWidgets 3.1.0 even though > the latest stable release is 3.0.x. As a result, it will not build > on any platform that is not using a pre-release development build > of wxWidgets. > > If the intention was to

[Kicad-developers] BZR 6510 breaks build for latest stable wxWidgets

2016-01-24 Thread Andrew Zonenberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The most recent commit (6510) requires wxWidgets 3.1.0 even though the latest stable release is 3.0.x. As a result, it will not build on any platform that is not using a pre-release development build of wxWidgets. If the intention was to #ifdef this f

[Kicad-developers] FOSDEM

2016-01-24 Thread Wayne Stambaugh
Just a heads up. I will be arriving in Brussels at 2:25PM local time assuming my flights are on time. I should get to my hotel by no later than 4PM. If any one else is getting in early enough on Friday and is interested in grabbing some dinner and adult beverages, email me or you can use whatsap

Re: [Kicad-developers] OS X: pinch-to-zoom support for wxWidgets 3.1

2016-01-24 Thread Wayne Stambaugh
Patch committed in product branch r6510. Thanks, Wayne On 1/17/2016 4:00 PM, Bernhard Stegmaier wrote: > Hi, > > current mainline pinch-to-zoom support on OS X only works with a patched > wxWidgets 3.0. > Pinch-to-zoom support now officially has arrived in wxWidgets master/3.1. > The attached

Re: [Kicad-developers] Need feedback on new way of pcbnew importing footprints

2016-01-24 Thread Bernhard Stegmaier
Great, thanks! This is really a very useful feature. Regards, Bernhard > On 24 Jan 2016, at 22:14, Jon Neal wrote: > > Hmmm, I think I know where to look for this. I'll check it out later tonight. > > Thanks for the heads up Bernhard! > > Jon > > On Sun, Jan 24, 2016 at 4:09 PM Bernhard Ste

Re: [Kicad-developers] Need feedback on new way of pcbnew importing footprints

2016-01-24 Thread Jon Neal
Hmmm, I think I know where to look for this. I'll check it out later tonight. Thanks for the heads up Bernhard! Jon On Sun, Jan 24, 2016 at 4:09 PM Bernhard Stegmaier wrote: > One minor thing I just found, don’t know if it is intended this way: > > I have some IC on my board, most of its conne

Re: [Kicad-developers] Need feedback on new way of pcbnew importing footprints

2016-01-24 Thread Bernhard Stegmaier
One minor thing I just found, don’t know if it is intended this way: I have some IC on my board, most of its connections already routed. I swapped one pin of it to a different net in eeschema, exported the netlist. In pcbnew I imported the netlist (Footprint Selection = Reference, Exchange Footpr

Re: [Kicad-developers] Need feedback on new way of pcbnew importing footprints

2016-01-24 Thread Duane Johnson
Finally gave this a spin, and wow! So much better. Thank you Jon! On Sun, Jan 10, 2016 at 2:28 PM, Chris Pavlina wrote: > Patch committed in 6439. I like this a lot, it doesn't seem to break > anything*, and it's fairly minimal in reach. Thank you! > > *I also can't see any possible way it could

Re: [Kicad-developers] cvpacb components

2016-01-24 Thread jp charras
Le 23/01/2016 22:55, Martin Marmsoler a écrit : > Hello, > > where I can find the function, where the connection about cvpcb and > eeschema, how the parts will exchanged between cvpcb and eeschema? > > Martin > Cvpcb/Eeschema or Pcbnew/Eeschema send/receive messages to communicate. see for ins