Re: [Kicad-developers] FOSDEM2016

2016-03-19 Thread Ben Hest
Hopefully someone can also put this up on the Kicad youtube account. On Thu, Mar 17, 2016 at 12:21 PM, Eldar Khayrullin wrote: > And > > http://video.fosdem.org/2016/aw1121/designing-with-kicad-of-oshw-64-bit-arm-board.mp4 > and more video of EDA in > http://video.fosdem.org/2016/aw1121/ > > On

[Kicad-developers] FOSDEM2016

2016-03-19 Thread Eldar Khayrullin
Hello guys. Video is ready :) http://video.fosdem.org/2016/aw1121/kicad-project-status.mp4 ![](https://link.nylas.com/open/ac7n0u7eu8cj6vjow9ajimqdr/4ffc1e29798349da908b cd0743504849) ___ Mailing list: https://launchpad.net/~kicad-developers Post to

Re: [Kicad-developers] [PATCH] Enable C++11

2016-03-19 Thread Wayne Stambaugh
I tested this on my Debian testing and it seemed fine. It is 2016 after all so I guess it's time to jump into the C++11 waters if there are no objections. I figure we'll be good to roll out C++14 in 2019 or 2020. :). On 3/18/2016 12:08 AM, Simon Richter wrote: > Hi Wayne, > > On 17.03.2016 20:3

Re: [Kicad-developers] kicad StepUp nice MCAD renderings

2016-03-19 Thread Simon Wells
why are you sending this to the dev list? would it not be more suitable on the user list? On Sun, Mar 20, 2016 at 11:43 AM, easyw wrote: > Hi, > thanks to an other happy user of my kicad StepUp tools, I'm glad to share > this nice rendering made in PTC Creo (ProE) after having exported multiple >

Re: [Kicad-developers] [PATCH] Enable C++11

2016-03-19 Thread Wayne Stambaugh
I tested this patch on msys1/mingw32 (gcc 4.7.2), msys2/mingw32 (gcc 5.3.0), and msys2/mingw64 (gcc 5.3.0) and kicad compiles and runs without any issues other than a few new compiler warnings. I'm using cmake 3.4.1 on all three platforms. @Simon, when cmake is < 3.1 you set the -std-c++11 flag f

Re: [Kicad-developers] Trouble with BOM plugin execution on Windows

2016-03-19 Thread Константин Барановский
Ok. I see nobody cares about this issue, except me. As I understand, applying that flag for all commands is to radical for other Windows users. But for me very important ability to start pythonw scripts with gui. May you apply the attached patch? Regards, Konstantin. 2016-03-14 22:41 GMT+02:00 Wa

Re: [Kicad-developers] [PATCH] [Bug 1558353] Re: Preferred Editor Dialog opens twice

2016-03-19 Thread Chris Pavlina
Patch committed in revision 6625. Thank you for your contribution. On Thu, Mar 17, 2016 at 01:43:24PM -0600, Daniel Wilches wrote: > Hello, > I'm attaching a patch for bug 1558353 > . > > The functions involved in the problem were PGM_BASE::GetEditorName

Re: [Kicad-developers] idea suggestion for a settings module

2016-03-19 Thread Wayne Stambaugh
On 3/18/2016 8:39 AM, Mário Luzeiro wrote: > Interesting... these things are (almost) all invented already these days.. :O > > https://github.com/KiCad/kicad-source-mirror/blob/master/include/config_params.h > https://github.com/KiCad/kicad-source-mirror/blob/master/common/config_params.cpp > > "

Re: [Kicad-developers] Trouble with BOM plugin execution on Windows

2016-03-19 Thread jp charras
Le 18/03/2016 19:11, Константин Барановский a écrit : > What if realize it through the command line of the BOM plugin in the next > way : > "bom_tool.exe %I %O" - execute and hide window (by default); > "!bom_tool.exe %I %O" - execute and show window. > Yes, it is not intuitive, but it is rare case

Re: [Kicad-developers] PNS rounding errors?

2016-03-19 Thread Chris Pavlina
Hard to say which has the most, I've got a bunch of PCBs and they all have some. Here's one I'm working on now that has quite a few errors at the current clearance setting: https://misc.c4757p.com/xmega.kicad_pcb Thinking a bit more, I'm not sure adding a small margin is a good idea either. Suppos

Re: [Kicad-developers] [PATCH] Eeschema creating extra whitespace in .lib

2016-03-19 Thread jp charras
Le 13/03/2016 22:00, Carl Poirier a écrit : > Hi folks, > > Working on the libraries, we noticed opening and saving back a lib with > KiCad creating a big diff mainly because of extra whitespace. > > The attached patch fixes this. I can commit it once I have the green light. > > Regards, > > Ca

Re: [Kicad-developers] PNS rounding errors?

2016-03-19 Thread Tomasz Wlostowski
On 19.03.2016 19:11, Chris Pavlina wrote: > Hey, just wondering about something. PNS has had slightly different rounding > behavior than DRC since the beginning - when I use PNS heavily on a board, I > usually have to decrease my clearance very slightly (say from 0.2mm to > 0.199mm) > to make DRC

Re: [Kicad-developers] Trouble with BOM plugin execution on Windows

2016-03-19 Thread Константин Барановский
bom_gen_tool.exe --option1 --option2 %I %O --show_console Command line looks like all options is pushed to bom_gen_tool.exe and not obvious that --show_console used to wxExecute. For me it less intuitive than "!" symbol at beginning of the command line. 2016-03-19 16:23 GMT+02:00 jp charras : >

Re: [Kicad-developers] Is there a OpenSuSE packager?

2016-03-19 Thread Nick Østergaard
Hi I don't know why you forwarded another mail from the list, but you should contact the opensuse packager directly. I expect you can find an email somewhere on https://build.opensuse.org/package/show/electronics/kicad on Dmitry Roshchin, AFIK he is the primary maintainer for opensuse. Nick 20

[Kicad-developers] idea suggestion for a settings module

2016-03-19 Thread Mário Luzeiro
Hello all, I just want to left a simple idea if someone have the need in future. While working on 3d-viewer, create / changing new settings (the ones that are stored in local user.. etc) I notice there are a lot of "manual work source code write" on this task every time I want to add a simple o

[Kicad-developers] PNS rounding errors?

2016-03-19 Thread Chris Pavlina
Hey, just wondering about something. PNS has had slightly different rounding behavior than DRC since the beginning - when I use PNS heavily on a board, I usually have to decrease my clearance very slightly (say from 0.2mm to 0.199mm) to make DRC pass. Is this a known issue among the devs working on

Re: [Kicad-developers] [PATCH] Enable C++11

2016-03-19 Thread Eldar Khayrullin
Hi. To jp, look at cmake properties CXX_STANDARD, CXX_STANDARD_REQUIRED, CXX_EXTENSIONS. [https://cmake.org/cmake/help/v3.4/manual/cmake-properties.7.html](https://lin k.nylas.com/link/ac7n0u7eu8cj6vjow9ajimqdr/4174df36c5bf4561b73f89e228f5d608/0? redirect=https%3A%2F%2Fcmake.org%2Fcmake%2Fhelp%2F

[Kicad-developers] plot component image from command line

2016-03-19 Thread Ricardo Crudo
Hello Everyone. I've attached a patch that allows to eeschema plot a PNG image from given library and component names via command line. First let me say that my intention is not to have this patch applied to upstream KiCad code, I wrote the patch exclusively to got this feature, I know it's wrong

Re: [Kicad-developers] [PATCH] Enable C++11

2016-03-19 Thread Simon Richter
Hi Wayne, On 17.03.2016 20:35, Wayne Stambaugh wrote: > @Simon, when cmake is < 3.1 you set the -std-c++11 flag for gcc and > clang instead of the -gnu-c++11. This seems to be an issue that should > be addressed. Maybe this is what is breaking @Mark's builds. I would > feel more comfortable if

Re: [Kicad-developers] idea suggestion for a settings module

2016-03-19 Thread jp charras
Le 18/03/2016 11:42, Mário Luzeiro a écrit : > Hello all, > > I just want to left a simple idea if someone have the need in future. > > While working on 3d-viewer, create / changing new settings (the ones that are > stored in local user.. etc) I notice there are a lot of "manual work source > c

Re: [Kicad-developers] Trouble with BOM plugin execution on Windows

2016-03-19 Thread jp charras
Le 18/03/2016 22:17, Константин Барановский a écrit : > Parameter like --show-console will be passed to bom generator (bom_tool.exe > in example), but we need tell wxExecute to run command with flag > wxEXEC_SHOW_CONSOLE. And I propose "!" sign at begining of the command line > to indicate that it

Re: [Kicad-developers] [PATCH] Enable C++11

2016-03-19 Thread jp charras
Le 10/03/2016 08:30, Simon Richter a écrit : > > This enables C++11 support, if either CMake is sufficiently new to have > this feature built in, or the compiler is supported by the workaround code > (gcc or clang). > --- > CMakeLists.txt | 23 +++ > 1 file changed, 23 inserti

Re: [Kicad-developers] Trouble with BOM plugin execution on Windows

2016-03-19 Thread Константин Барановский
2016-03-18 18:02 GMT+02:00 Wayne Stambaugh : > > ... A better > patch would be to add an option to the BOM generator dialog to always > show the console for a given BOM generator configuration. This way you > can use any executable and configure accordingly. But this option does matter only for

Re: [Kicad-developers] Trouble with BOM plugin execution on Windows

2016-03-19 Thread Wayne Stambaugh
I don't think setting the wxEXEC_SHOW_CONSOLE for a single executable name (in the case of your patch pythonw(.exe)) is a good idea. The problem I foresee is someone will want launch executables X, Y, and Z and soon this code would spiral out of control. I would rather not add pet behavior patche

Re: [Kicad-developers] Is there an OpenSuSE packager?

2016-03-19 Thread ifs
2016-03-16 13:10 egunean, Nick Østergaard-(e)k idatzi du: Hi Hi Nick. I don't know why you forwarded another mail from the list, I sent it with the phone reusing old one and the rest of the message was hidden so I forgot to delete it, sorry. but you should contact the opensuse packager

[Kicad-developers] [PATCH] [Bug 1558353] Re: Preferred Editor Dialog opens twice

2016-03-19 Thread Daniel Wilches
Hello, I'm attaching a patch for bug 1558353 . The functions involved in the problem were PGM_BASE::GetEditorName and EDA_BASE_FRAME::OnSelectPreferredEditor: 1. OnSelectPreferredEditor showed a dialog to allow the user selecting the editor, but bef

Re: [Kicad-developers] idea suggestion for a settings module

2016-03-19 Thread jp charras
Le 18/03/2016 13:39, Mário Luzeiro a écrit : > Interesting... these things are (almost) all invented already these days.. :O > > https://github.com/KiCad/kicad-source-mirror/blob/master/include/config_params.h > https://github.com/KiCad/kicad-source-mirror/blob/master/common/config_params.cpp > >

Re: [Kicad-developers] [PATCH] Enable C++11

2016-03-19 Thread Nick Østergaard
2016-03-17 10:15 GMT+01:00 jp charras : > Le 10/03/2016 08:30, Simon Richter a écrit : >> >> This enables C++11 support, if either CMake is sufficiently new to have >> this feature built in, or the compiler is supported by the workaround code >> (gcc or clang). >> --- >> CMakeLists.txt | 23 ++

Re: [Kicad-developers] Trouble with BOM plugin execution on Windows

2016-03-19 Thread Константин Барановский
Parameter like --show-console will be passed to bom generator (bom_tool.exe in example), but we need tell wxExecute to run command with flag wxEXEC_SHOW_CONSOLE. And I propose "!" sign at begining of the command line to indicate that it must be run with that flag, it may be checked like it done wit