Re: [Kicad-developers] wxPython version check

2015-02-19 Thread Miguel Ángel Ajo
Awesome Wayne!!, there it was [1]!!! :) :-D Miguel Ángel Ajo [1] https://github.com/KiCad/kicad-source-mirror/commit/04c55f0956b6e69cfc925be77cd9dfaa01537d1a On Thursday, 19 de February de 2015 at 02:49, Wayne Stambaugh wrote: I figured it out. The wxPython version was getting

Re: [Kicad-developers] OSX trackpad build details

2015-02-19 Thread Bob Gustafson
Garth: If I don't see the General Settings in Preferences, I don't see how. Lets see what happens at the end of my make. Bob G On 02/19/2015 12:16 PM, Garth Corral wrote: Bob, you shouldn't need to merge anything. Yes, it's a few revisions behind the trunk but there's nothing in those

Re: [Kicad-developers] 3D Viewer crushes whole KiCAD with this file

2015-02-19 Thread LordBlick
In response to a message written on 19.02.2015, 00:55, from Mark Roszko: Ok, I can confirm I get an identical crash. I believe I fixed it in another patch I submitted in the another email. I attached them to this email if you could try them. This however stops the crash but the LED model won't

Re: [Kicad-developers] OSX Nightlies Update

2015-02-19 Thread Adam Wolf
Hi folks, This is the post where Garth expressed concern about merging due to the trackpad patch changing how things work. I think he's talking about the delta with the scrollwheel--not sure. https://lists.launchpad.net/kicad-developers/msg15604.html Adam Wolf Cofounder and Engineer WL On

Re: [Kicad-developers] Standalone pcbnew crushes at exit

2015-02-19 Thread Nick Østergaard
Remember to attach version info to any new segfault. I think you have scripting enabled. Den 19/02/2015 13.30 skrev LordBlick lordbl...@gmail.com: Test condition: just simply run pcbnew in console, and then close/Ctrl+Q. Error message about segmentation protection fault will occur… gdb

Re: [Kicad-developers] OSX Nightlies Update

2015-02-19 Thread Bob Gustafson
After the 'make' finished successfully, I did: sudo make install 21 | tee ../ki-install01.out I have been testing the results and don't see any trackpad action. It operates as if there were no trackpad code. Also, because it is based on an older version (5270), there is no view menu - so I

Re: [Kicad-developers] Standalone pcbnew crushes at exit

2015-02-19 Thread LordBlick
In response to a message written on 19.02.2015, 14:16, from Nick Østergaard: Remember to attach version info to any new segfault. I think you have scripting enabled. Application: pcbnew Version: (after 2015-jan-16 BZR unknown)-BZR5431 Debug build wxWidgets: Version 3.0.1

Re: [Kicad-developers] OSX trackpad build details

2015-02-19 Thread Garth Corral
Bob, you shouldn't need to merge anything. Yes, it's a few revisions behind the trunk but there's nothing in those commits should account for what you describe. I'd suggest just working through the steps in the compiling document. You may merge if you want but I don't think it will solve

Re: [Kicad-developers] OSX Nightlies Update

2015-02-19 Thread Garth Corral
Thanks, Adam. Before I respond, I’d just like to say to Adam what a fantastic job he’s done with the OS X nightly packages. I took a look at these and they’re great. Others have pointed out a few remaining niggles, but these are tiny compared to the huge win for the Kicad and the OS X users.

Re: [Kicad-developers] 3D Viewer crushes whole KiCAD with this file

2015-02-19 Thread Cirilo Bernardo
I've checked the *.wrl file which had been purged of all entities not recognized by the KiCad vrml parser and it still does not display. There must be some other reason that the device does not display; since the scale is very small I suspect there may be rounding issues. When I have a little more

Re: [Kicad-developers] OSX Nightlies Update

2015-02-19 Thread Nick Østergaard
2015-02-19 19:45 GMT+01:00 Garth Corral gcor...@abode.com: Thanks, Adam. Before I respond, I’d just like to say to Adam what a fantastic job he’s done with the OS X nightly packages. I took a look at these and they’re great. Others have pointed out a few remaining niggles, but these are

Re: [Kicad-developers] Rendering issues with line drawing

2015-02-19 Thread Lorenzo Marcantonio
On Thu, Feb 19, 2015 at 08:26:36PM -0800, Rick Walker wrote: When I try to draw lines in either the pcb or library editor the lines are invisible. I can draw lines and polygons in the blind but they only become visible when I right click and select end trace. Then the line or polygon becomes

Re: [Kicad-developers] Rendering issues with line drawing

2015-02-19 Thread Rick Walker
Hi all, Dropping back to version 5054 gets the rendering working again on my laptop. Thanks, -- Rick So I now have Kicad 2015-02-19 BZR 5432 running on my Fedora Laptop with kernel 3.14.7-100.fc19.x86_64. When I try to draw lines in either the pcb or library editor the lines are

[Kicad-developers] Rendering issues with line drawing

2015-02-19 Thread Rick Walker
Dear Kicad-developers, It's time to do some more PCB layout, so I thought I'd try a late release of kicad, previously having only used the version packaged with Fedora ca. 2013 or so. I followed the recipe at www.kicad-pcb.org and ran the kicad-install.sh script. It ran correctly, only

Re: [Kicad-developers] OSX trackpad build details

2015-02-19 Thread Garth Corral
Ah, sorry, Bob. I originally added that patch on my branch as wxwidgets-3.0.0_macosx_bug_15684.patch, but it was later added to the product branch as wxwidgets-3.0.0_macosx_scrolledwindow.patch: http://bazaar.launchpad.net/~gcorral/kicad/osx-trackpad-gestures/revision/5250 I obviously never

[Kicad-developers] OSX trackpad build details

2015-02-19 Thread Bob Gustafson
From https://lists.launchpad.net/kicad-developers/msg15527.html Using Garth's branch: lp:~gcorral/kicad/osx-trackpad-gesture With a directory structure: KiCad-TP osx-trackpad-gestures wx-src wx-bin Other files you want to keep == Load source files for wxPython into the wx-src

Re: [Kicad-developers] OSX trackpad build details

2015-02-19 Thread Garth Corral
Thanks, Bernhard. Bob, at one point I updated Documentation/compiling/mac-osx.txt on that branch. It should have the additional things you need. There’s an additional patch for wxWidgets and another configuration flag to pass to cmake. After that, as Bernhard said, there’s a configuration

Re: [Kicad-developers] OSX trackpad build details

2015-02-19 Thread Bob Gustafson
OK Garth/Bernard I will do the 'merge' with the current head and give it another try. Bob G On 02/19/2015 11:06 AM, Garth Corral wrote: Thanks, Bernhard. Bob, at one point I updated Documentation/compiling/mac-osx.txt on that branch. It should have the additional things you need. There’s

Re: [Kicad-developers] OSX trackpad build details

2015-02-19 Thread Bob Gustafson
No luck. I missed putting in the additional wxWidgets and the cmake config flag. Will do it again.. Thanks much Bob G On 02/19/2015 03:12 PM, Bob Gustafson wrote: Garth: If I don't see the General Settings in Preferences, I don't see how. Lets see what happens at the end of my make. Bob G

Re: [Kicad-developers] 3D Viewer crushes whole KiCAD with this file

2015-02-19 Thread Wayne Stambaugh
Did you do a pull request on GitHub to add this model to the kicad 3D model library? If not, please do! On 2/19/2015 9:18 PM, Cirilo Bernardo wrote: No problem, I hope I got the scale right. On Fri, Feb 20, 2015 at 1:10 PM, LordBlick lordbl...@gmail.com mailto:lordbl...@gmail.com wrote:

Re: [Kicad-developers] 3D Viewer crushes whole KiCAD with this file

2015-02-19 Thread Cirilo Bernardo
No problem, I hope I got the scale right. On Fri, Feb 20, 2015 at 1:10 PM, LordBlick lordbl...@gmail.com wrote: In response to a message written on 20.02.2015, 00:50, from Cirilo Bernardo: There were numerous issues with the file; many were due to kicad's very limited vrml feature

Re: [Kicad-developers] 3D Viewer crushes whole KiCAD with this file

2015-02-19 Thread LordBlick
In response to a message written on 20.02.2015, 03:18, from Cirilo Bernardo: No problem, I hope I got the scale right. I think that it exactly fits to attached final version of lib. -- Best Regards, LordBlick (module FitDev Custom:LED-1206R (layer F.Cu) (tedit 52EEA941) (descr LED 1206 smd

Re: [Kicad-developers] 3D Viewer crushes whole KiCAD with this file

2015-02-19 Thread Mark Roszko
FreeWRL is pretty disgusting compared to Openvrml and its also GPLv3. Anyone know on the KiCAD GPLv2 mixing with GPLv3 code? There's like a billion different answers on mixing that stupid license. On Thu, Feb 19, 2015 at 5:55 PM, LordBlick lordbl...@gmail.com wrote: In response to a message

Re: [Kicad-developers] 3D Viewer crushes whole KiCAD with this file

2015-02-19 Thread Javier Serrano
On Fri, Feb 20, 2015 at 12:45 AM, Mark Roszko mark.ros...@gmail.com wrote: Anyone know on the KiCAD GPLv2 mixing with GPLv3 code? To complement Cirilo's answer: most of KiCad's source is GPL2+ (i.e. GPL2 or later). The push and shove router including the upcoming diff pair and length

Re: [Kicad-developers] 3D Viewer crushes whole KiCAD with this file

2015-02-19 Thread Cirilo Bernardo
The definitive answer is here: http://www.gnu.org/licenses/gpl-faq.html#v2v3Compatibility Basically if the existing license is GPLv2 or later there is no GPL-GPL incompatibility. GPLv3 does not affect our use of other libraries so is not an issue regarding linking to other libs; although static

Re: [Kicad-developers] 3D Viewer crushes whole KiCAD with this file

2015-02-19 Thread LordBlick
In response to a message written on 19.02.2015, 23:22, from Mark Roszko: I've been considering implementing OpenVRML for giggles which uses Boost::spirit for parsing. It's basically templating on steroids kind of C++ but can parse both standards fully. Except its GPLv3 so I don't know about

Re: [Kicad-developers] 3D Viewer crushes whole KiCAD with this file

2015-02-19 Thread Wayne Stambaugh
I haven't looked at either of these projects but if the quality of their design isn't solid, I probably would not agree to adding them to the kicad source. Although it's hard to imagine either of these projects being much worse than our vrml parser. I personally would like to use our own very

Re: [Kicad-developers] 3D Viewer crushes whole KiCAD with this file

2015-02-19 Thread Cirilo Bernardo
I just noticed a problem in the model - I set the emissive color features when checking if the lighting could somehow be a problem. The model will look much better in a board assembly if you change all emissive settings to emissiveColor 0 0 0. - Cirilo On Fri, Feb 20, 2015 at 1:32 PM, LordBlick

Re: [Kicad-developers] OSX trackpad build details

2015-02-19 Thread Bob Gustafson
Hi Garth In your Documentation/compiling/mac-osx.txt - looking at the wx* patching instructions: you refer to a patches/wxwidgets-3.0.0_macosx_bug_15684.patch I don't see that patch in the patches directory. Also, I see a few other patches in that directory which do not install using the

Re: [Kicad-developers] 3D Viewer crushes whole KiCAD with this file

2015-02-19 Thread Wayne Stambaugh
Mark, I committed your patches in the product branch version r5432. Thank you for fixing this. Cheers, Wayne On 2/18/2015 6:55 PM, Mark Roszko wrote: Ok, I can confirm I get an identical crash. I believe I fixed it in another patch I submitted in the another email. I attached them to this

Re: [Kicad-developers] 3D Viewer crushes whole KiCAD with this file

2015-02-19 Thread LordBlick
In response to a message written on 20.02.2015, 00:50, from Cirilo Bernardo: There were numerous issues with the file; many were due to kicad's very limited vrml feature implementation and the original vrml file also had its issues such as USE being employed before a DEF. […] Anyway, I have