[Kicad-developers] special.lib

2015-05-21 Thread Garth Corral
So it seems that the special library has been removed. It probably shouldn’t be in the kicad.pro template anymore. Garth smime.p7s Description: S/MIME cryptographic signature ___ Mailing list: https://launchpad.net/~kicad-developers Post to : ki

Re: [Kicad-developers] hard crash with pcbnew

2015-05-21 Thread Garth Corral
Thanks, Orson, much appreciated. It looks like there a small nit in those changes due to a recent change in lp:kicad. The attached patch is needed to build against a patched wxWidgets. wx_view_controls.cpp.patch Description: Binary data > On May 21, 2015, at 2:31 PM, Maciej Sumiński wrot

Re: [Kicad-developers] hard crash with pcbnew

2015-05-21 Thread Adam Wolf
I will gladly rebuild wxWidgets everyday if we keep making the builds better! On May 21, 2015 4:32 PM, "Maciej Sumiński" wrote: > Wayne agreed, so the patch has been committed in 5673. There is just one > reminder - please test the patch thoroughly before the stable release, > as later we will on

Re: [Kicad-developers] hard crash with pcbnew

2015-05-21 Thread Maciej Sumiński
Wayne agreed, so the patch has been committed in 5673. There is just one reminder - please test the patch thoroughly before the stable release, as later we will only backport patches that cause KiCad to crash. There were minor changes to fix code formatting. I updated the patch to apply cleanly ag

Re: [Kicad-developers] hard crash with pcbnew

2015-05-21 Thread Bob Gustafson
+1 On 05/21/2015 12:33 PM, Garth Corral wrote: I’m not going to flog the dead trackpad horse again, but could we at least get my pinch-to-zoom changes in? I committed this separately from the rest of the stuff on my branch because it can stand on it’s own, and is completely conditional so it

Re: [Kicad-developers] hard crash with pcbnew

2015-05-21 Thread Adam Wolf
I am in support of merging the pinch-to-zoom code in-especially now that zoom is nicer in GAL anyway! The other features that were more controversial were regarding the trackpad and "fine resolution scroll devices", and I have exhausted all brainpower regarding that until after the stable release

Re: [Kicad-developers] hard crash with pcbnew

2015-05-21 Thread Garth Corral
Hi, Orson. This is not the controversial set of changes to which you refer, it is only the subset that does pinch-to-zoom. It is 100% conditionally compiled so will be inert unless explicitly compiled in, and will only compile/work on OS X. Garth > On May 21, 2015, at 12:13 PM, Maciej Sumiń

Re: [Kicad-developers] hard crash with pcbnew

2015-05-21 Thread Maciej Sumiński
Hi Garth, If I recall correctly there were issues on other platforms, but I guess it is not the case anymore, so if Wayne does not mind - I will merge them. Personally, I do not mind applying the patch if it does not break anything, especially if OS X users find it useful. I borrowed a Macbook on

[Kicad-developers] mac nightlies hiccup fixed

2015-05-21 Thread Adam Wolf
Hi folks, After a hiccup last week, the Mac nightlies are back as of last night, and they include Orson's latest stuff. Let me know if they work (or don't) for you. Thanks! ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-d

Re: [Kicad-developers] Kicad Presentation at Maker Faire

2015-05-21 Thread Garth Corral
Nice job, Adam. It was a good crowd and a happy coincidence that your talk was back-to-back with another KiCad talk. It was nice to meet you and Matthew in person as well as your family, especially the little guy. Garth > On May 19, 2015, at 8:18 AM, Adam Wolf wrote: > > Hi folks, > > I'm

Re: [Kicad-developers] hard crash with pcbnew

2015-05-21 Thread Garth Corral
I’m not going to flog the dead trackpad horse again, but could we at least get my pinch-to-zoom changes in? I committed this separately from the rest of the stuff on my branch because it can stand on it’s own, and is completely conditional so it won’t touch anything else. It might not be as us