Re: [Kicad-developers] Trapezoidal pads and planes.

2014-11-30 Thread Nick Østergaard
2014-11-29 18:34 GMT+01:00 Nick Østergaard oe.n...@gmail.com: 2014-11-29 16:18 GMT+00:00 Wayne Stambaugh stambau...@verizon.net: On 11/29/2014 8:01 AM, jp charras wrote: Le 26/11/2014 17:18, Wayne Stambaugh a écrit : I just discovered something I never noticed before. Trapezoidal SMD pads

[Kicad-developers] [help needed] wx transparent always-on-top window

2014-11-30 Thread Tomasz Wlostowski
Dear Kicad Devs, I'm looking for a wx widget class implementing a transparent always-on-top window that follows mouse cursor (like in the attached drawing). The window will be used for displaying the current track length/impedance/phase skew when routing/tuning (or any other information). If

Re: [Kicad-developers] OSX: pcbnew comboboxes not working?

2014-11-30 Thread Jean-Paul Louis
Hi Bernhard, I second that annoying issue in OS X. I had already reported that odd behavior several weeks ago, but nobody even acknowledged it. It is really annoying, and I do not understand why it is an OS X only issue. Hopefully, someone will see the light, and fix it. Best regards, Jean-Paul

[Kicad-developers] 3D-Viewer: Disable Values/References?

2014-11-30 Thread Bernhard Stegmaier
Hi all, before the overhaul of the 3D-Viewer some while back it showed on silkscreen only what I did draw on it. In particular, it didn’t show values/references (maybe just because I switched off rendering of values/references in pcbnew?). Now, it seems to always show values/references… if I

Re: [Kicad-developers] OSX: pcbnew comboboxes not working?

2014-11-30 Thread Cirilo Bernardo
On Mon, Dec 1, 2014 at 6:08 AM, Jean-Paul Louis lou...@yahoo.com wrote: Hi Bernhard, I second that annoying issue in OS X. I had already reported that odd behavior several weeks ago, but nobody even acknowledged it. It is really annoying, and I do not understand why it is an OS X only

Re: [Kicad-developers] OSX: pcbnew comboboxes not working?

2014-11-30 Thread Bernhard Stegmaier
Hi, I will try to find out if no one has an idea about it… I just asked if someone has an idea so that maybe I wouldn’t have to start from scratch (or, just fix some forgotten spots). At least in eeschema it got fixed somehow, but maybe not on purpose but just as a side effect… Regards,

[Kicad-developers] Failure to build KiCad on OS X Yosemite with wxWidgets-3.0.2 and Boost-1.54

2014-11-30 Thread Jean-Paul Louis
Hi Bernhard, Now, I am failing to build for OS X. I just tried to rebuild the wxWidgets 3.0.2 for OS X 10.10. My last successful build was bzr5296. I just tried to build today with bzr5308. Now it fails just after building boost 1.54. Is it mandatory to use 1.57? If so, I will try to build the

Re: [Kicad-developers] Failure to build KiCad on OS X Yosemite with wxWidgets-3.0.2 and Boost-1.54

2014-11-30 Thread Bernhard Stegmaier
Hi Jean-Paul, I built bzr5307 yesterday with external boost 1.56 without any problems. I didn’t try internal 1.54 because that would cause problems having another one installed (as posted some while ago). But, IMHO it didn’t fail in boost but just in some of the icons using clang++ for the

[Kicad-developers] Another OS X build fail

2014-11-30 Thread devel
OK, BZR 5308, on a 10.9.5 machine with updated Xcode. Using the built-in boost and wxWidgets 3.0.2. I build according to the directions in mac-osx.txt. cmake ../kicad -DUSE_WXGRAPHICS_CONTEXT=OFF -DUSE_WX_OVERLAY=ON -DKICAD_SCRIPTING=OFF

Re: [Kicad-developers] Another OS X build fail

2014-11-30 Thread Bernhard Stegmaier
This /Volumes/Drobo/Projects/kicad-build/wx-bin/include/wx-3.0/wx/strvararg.h:30:18: fatal error: 'tr1/type_traits' file not found #include tr1/type_traits ^ 1 error generated. is almost for sure a sign that you compiled wxWidgets with a different C++ standard