Re: [Kicad-developers] [RFC] [PATCH] simple C++ tests

2016-09-07 Thread Wayne Stambaugh
Tom, Here's a patch against your patch that fixes the compile and some of the link issues. It linker still cannot find some of the PNS_NODE code. I thought PNS_NODE was in the libpcbcommon.a library but apparently not. I'm calling it a night. I'll see if I can get it to build tomorrow.

Re: [Kicad-developers] announcing eeshow (schematics renderer and viewer)

2016-09-07 Thread Werner Almesberger
Eldar Khayrullin wrote: > Conflicting of libgit2-dev (eeshow dependence) and libcurl4-openssl-dev > (kicad dependence) packages in Ubuntu. If you're on a "stable" installation (i.e., a base one should reasonably expect to have no such issues), that would be something you may want to report this

Re: [Kicad-developers] wxformbuilder version

2016-09-07 Thread Cirilo Bernardo
Sorry - ignore the last post - I managed to miss the part of the patch that did specify the branch. - Cirilo On Thu, Sep 8, 2016 at 8:08 AM, Cirilo Bernardo wrote: > I think the note needs to add some instructions to check out the > wxFB3.5-RC1 branch. > The default

Re: [Kicad-developers] wxformbuilder version

2016-09-07 Thread Cirilo Bernardo
I think the note needs to add some instructions to check out the wxFB3.5-RC1 branch. The default 'master' is probably not something we want at this point in time. - Cirilo On Wed, Sep 7, 2016 at 10:09 PM, Maciej Sumiński wrote: > Wayne, > > I attach a patch updating

Re: [Kicad-developers] [RFC] [PATCH] simple C++ tests

2016-09-07 Thread Tomasz Wlostowski
On 07.09.2016 21:24, Wayne Stambaugh wrote: > Tom, > > I also forgot to mention there were tabs in the CMakeLists.txt file. > Hi Wayne, Here's a (hopefully) fixed version. Cheers, Tom > Cheers, > > Wayne > > On 9/7/2016 12:17 PM, Tomasz Wlostowski wrote: >> Hi, >> >> This patch adds

Re: [Kicad-developers] [RFC] [PATCH] simple C++ tests

2016-09-07 Thread Wayne Stambaugh
Tom, I also forgot to mention there were tabs in the CMakeLists.txt file. Cheers, Wayne On 9/7/2016 12:17 PM, Tomasz Wlostowski wrote: > Hi, > > This patch adds possibility to build C++ tests for pcbnew, using > Boost.Test framework. I intended it primarily to make tests for the P, > which I

Re: [Kicad-developers] Undo buffer refactor

2016-09-07 Thread Sergey Borshch
On 06.09.2016 11:45, jp charras wrote: Le 05/09/2016 à 23:34, Sergey Borshch a écrit : On 05.09.2016 17:06, Maciej Sumiński wrote: As you may have noticed, there are a lot of changes to the KiCad internals. It would be great if there were some brave folks to take the branch for a test ride.

Re: [Kicad-developers] [RFC] [PATCH] simple C++ tests

2016-09-07 Thread Wayne Stambaugh
Tom, It looks like you did not include the build path in the unit test build configuration. I'm getting a build error when the unit test is enabled: [ 33%] Building CXX object tests/pns/CMakeFiles/test_node.dir/test_node.cpp.obj In file included from

Re: [Kicad-developers] translation code rework

2016-09-07 Thread Simon Wells
Well if you want all contributers since the epoch this could be documented in a text/md file in the kicad tree or preferably in the i18n package so that it can be updated seperate to the kicad project. On Thu, Sep 8, 2016 at 6:27 AM, Nick Østergaard wrote: > 2016-03-12 1:37

Re: [Kicad-developers] translation code rework

2016-09-07 Thread Nick Østergaard
2016-03-12 1:37 GMT+01:00 Simon Wells : > As part of the translation code rework that i am working on (and > auto-detection) part of it is moving the need for changing anything in > code to add a new language. As part of this involves the flags i was > wondering whether anyone

Re: [Kicad-developers] Undo buffer refactor

2016-09-07 Thread Wayne Stambaugh
Orson, I did some limited testing on this and it seems OK. The only thing I'm going to ask to wait until your going to be available in case things go sideways before you commit it. Thanks, Wayne On 9/5/2016 10:06 AM, Maciej Sumiński wrote: > Recently I was refactoring the undo buffer code

Re: [Kicad-developers] announcing eeshow (schematics renderer and viewer)

2016-09-07 Thread Eldar Khayrullin
Now eeshow search relative path relative current directory ($PWD) but should to search relative project file path. Errors if $PWD not equal to project file path. eeshow doesn't search title sheets in default directory /usr/share/kicad/template/. I use gost_landscape.kicad_wks from there. В

Re: [Kicad-developers] announcing eeshow (schematics renderer and viewer)

2016-09-07 Thread Eldar Khayrullin
Conflicting of libgit2-dev (eeshow dependence) and libcurl4-openssl-dev (kicad dependence) packages in Ubuntu. В Среда, 7 сен. 2016 в 9:13 , Werner Almesberger написал: Eldar Khayrullin wrote: Does eeshow watch to User defined search path? Ah yes, I hadn't

[Kicad-developers] [RFC] [PATCH] simple C++ tests

2016-09-07 Thread Tomasz Wlostowski
Hi, This patch adds possibility to build C++ tests for pcbnew, using Boost.Test framework. I intended it primarily to make tests for the P, which I used to develop out-of-tree before. Since Kicad's codebase is rather monolithic, testing/refactoring anything drags in pretty much everything else

Re: [Kicad-developers] wxformbuilder version

2016-09-07 Thread Simon Wells
yeah there has been talk in the irc channel On Thu, Sep 8, 2016 at 3:51 AM, Wayne Stambaugh wrote: > Simon, thanks for update. I knew it wasn't going to be that easy. I'm > guessing mroszko will be OK with this. > > On 9/7/2016 11:50 AM, Simon Wells wrote: >> Just fyi

Re: [Kicad-developers] wxformbuilder version

2016-09-07 Thread Wayne Stambaugh
Simon, thanks for update. I knew it wasn't going to be that easy. I'm guessing mroszko will be OK with this. On 9/7/2016 11:50 AM, Simon Wells wrote: > Just fyi mroszko's code doesn't currently build on osx, due to missing > stuff in cmakelists.txt i will try and find some time to make a patch

Re: [Kicad-developers] wxformbuilder version

2016-09-07 Thread Simon Wells
Just fyi mroszko's code doesn't currently build on osx, due to missing stuff in cmakelists.txt i will try and find some time to make a patch and send it to mroszko so there is something on osx On Thu, Sep 8, 2016 at 3:05 AM, Wayne Stambaugh wrote: > I'll commit it if

Re: [Kicad-developers] wxformbuilder version

2016-09-07 Thread Wayne Stambaugh
I'll commit it if there are no other serious objections. Speak now or forever hold your peace. This may be short lived if the wxFB folks start working on wxFB again. If they do, I hope they come up with a better release version policy. On 9/7/2016 8:09 AM, Maciej Sumiński wrote: > Wayne, > >

Re: [Kicad-developers] OCE plugin for 3D viewer

2016-09-07 Thread Mário Luzeiro
It's good to see that people is starting using the feature and special, new people joined with contributions to the 3D-Viewer (José Ignacio, Chris ...) Mario Luzeiro From: Kicad-developers [kicad-developers-bounces+mrluzeiro=ua...@lists.launchpad.net] on

Re: [Kicad-developers] OCE plugin for 3D viewer

2016-09-07 Thread Cirilo Bernardo
Thanks Nick for sorting out all the build issues on Windows - it would have taken much longer without all your work. - Cirilo On Wed, Sep 7, 2016 at 6:31 PM, Nick Østergaard wrote: > FYI the windows nightlies now built with OCE enabled. The first > nightlies are ready and

Re: [Kicad-developers] OCE plugin for 3D viewer

2016-09-07 Thread Nick Østergaard
FYI the windows nightlies now built with OCE enabled. The first nightlies are ready and my sanity check says that it works. As I write this only the x86_64 build have it enabled, but I expect the i686 build to be ready within a few hours from now on. I know that js-reynaud also enabled it on the

Re: [Kicad-developers] announcing eeshow (schematics renderer and viewer)

2016-09-07 Thread Werner Almesberger
Eldar Khayrullin wrote: > Does eeshow watch to User defined search path? Ah yes, I hadn't implemented this. Now searching LibDir and the default paths from common/gestfich.cpp:KicadDatasPath should work, too. The searching can be a bit too optimistic: if you've deleted or moved a file, eeshow