[Kicad-developers] SYMBOL_LIB_TABLE throw()

2016-12-05 Thread Michael Steinberg
Hello, SYMBOL_LIB_TABLE::Parse is declared with "throw()", yet it explicitly throws an exception. What was the original intent? Michael ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Uns

Re: [Kicad-developers] Release 4.0.5 tagged.

2016-12-05 Thread Jean-Samuel Reynaud
Dear Wayne, Ok I'm ready on my side (Ubuntu PPA). Do you want I push the packages or I wait your announcement ? Le 03/12/2016 à 17:09, Wayne Stambaugh a écrit : > Better late than never. I just pushed the 4.0.5 stable release. Just a > note to the package devs, you no longer need to set the ve

Re: [Kicad-developers] Release 4.0.5 tagged.

2016-12-05 Thread Nick Østergaard
I would like if you wait, such that you can get all of them, I have not yet followed up on changes to the doc, but IIRC there are no updates. I will check it today or tomorrow. Den 05/12/2016 12.51 skrev "Jean-Samuel Reynaud" : > Dear Wayne, > > Ok I'm ready on my side (Ubuntu PPA). Do you want I

Re: [Kicad-developers] Release 4.0.5 tagged.

2016-12-05 Thread Wayne Stambaugh
Lets wait until most of the package devs are ready to go. I'll try to get the source archive and the release announcement done over the weekend. If most of the packages are ready to go, we can make the official announcement this weekend. Cheers, Wayne On 12/5/2016 8:07 AM, Nick Østergaard wrot

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

2016-12-05 Thread Michael Steinberg
Thank you Wayne, I'd be really highly interested in getting unit tests sorted out for the C++ part. Each time I write something without a set of tests for a project of this size I feel miserable :( Is there anything I can help with, sort out, think about? Michael Am 05.12.2016 um 14:19 sch

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

2016-12-05 Thread Wayne Stambaugh
On 12/4/2016 8:53 AM, Michael Steinberg wrote: > > Am 12.09.2016 um 17:14 schrieb Wayne Stambaugh: >> >> On 9/12/2016 11:04 AM, Tomasz Wlostowski wrote: >>> On 08.09.2016 18:49, Wayne Stambaugh wrote: Hey Tom, Here is the patch that fixes the linking as well. I linked against the >

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

2016-12-05 Thread Wayne Stambaugh
I would be more than happy if you wanted to take on the task of getting the c++ unit testing framework set up. Maybe once the infrastructure is in place, developers would be more likely to write unit tests. I would also prefer if you used CTest for running the test suites rather than using CMake

Re: [Kicad-developers] SYMBOL_LIB_TABLE throw()

2016-12-05 Thread Wayne Stambaugh
I was using throw() as a place holder and I forgot to change them to the actual exceptions that get thrown. I will fix this soon as I am working on getting the symbol library table code implemented. On 12/5/2016 5:07 AM, Michael Steinberg wrote: > Hello, > > SYMBOL_LIB_TABLE::Parse is declared w

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

2016-12-05 Thread Tomasz Wlostowski
On 05.12.2016 14:19, Wayne Stambaugh wrote: > On 12/4/2016 8:53 AM, Michael Steinberg wrote: >> >> Am 12.09.2016 um 17:14 schrieb Wayne Stambaugh: >>> >>> On 9/12/2016 11:04 AM, Tomasz Wlostowski wrote: On 08.09.2016 18:49, Wayne Stambaugh wrote: > Hey Tom, > > Here is the patch th

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

2016-12-05 Thread Mário Luzeiro
Hi Michael, Not sure if that is total on the same subject, just an example when I developed the 3D-viewer I implemented some C++ test cases with Asserts: https://git.launchpad.net/kicad/tree/3d-viewer/3d_rendering/test_cases.cpp It helped a lot in the beginning but in the end I managed to change

Re: [Kicad-developers] Release 4.0.5 tagged.

2016-12-05 Thread Simon Richter
Hi, On Mon, Dec 05, 2016 at 12:51:38PM +0100, Jean-Samuel Reynaud wrote: > Ok I'm ready on my side (Ubuntu PPA). Do you want I push the packages or > I wait your announcement ? It would also be really cool if these packages could be integrated with the regular Debian packages, so users can get s

[Kicad-developers] Symbol library editor UI refactor

2016-12-05 Thread Maciej Sumiński
Since some time we have been working on eeschema library editor with the goal of simplifying the user interface. Now it is available for beta testing [1] and I would appreciate some feedback. Changes: - symbol tree widget (thanks to Michele Castellana) - opening multiple components at the same tim

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

2016-12-05 Thread Michael Steinberg
Hey, I have worked only on one CMake project that uses CTest and that worked like CTest calls the the executable for a test suite and checks the return error code. However if there are multiple tests in a executable it will just show that any of it failed, but not what exactly failed, so it i

Re: [Kicad-developers] Symbol library editor UI refactor

2016-12-05 Thread Eldar Khayrullin
Looks very pretty good and usefull. Good work В Понедельник, 5 дек. 2016 в 7:52 , Maciej Sumiński написал: Since some time we have been working on eeschema library editor with the goal of simplifying the user interface. Now it is available for beta testing [1] and I would appreciate some feed

Re: [Kicad-developers] Symbol library editor UI refactor

2016-12-05 Thread Simon Richter
Hi, On 05.12.2016 17:52, Maciej Sumiński wrote: > Since some time we have been working on eeschema library editor with the > goal of simplifying the user interface. Now it is available for > beta testing [1] and I would appreciate some feedback. Building for Windows at http://ci.kicad-pcb.org/j

Re: [Kicad-developers] Symbol library editor UI refactor

2016-12-05 Thread Nick Østergaard
Hi Maciej, It looks quite good. It looks way more user friendly and the fact that it updates instantly. I have not tested how it behaves if there are parts with the same name. But I noticed that the toolbar form the left just seems to have been moved on the right and filling 50%, I guess that is

Re: [Kicad-developers] Symbol library editor UI refactor

2016-12-05 Thread Wayne Stambaugh
On 12/5/2016 5:46 PM, Nick Østergaard wrote: > Hi Maciej, > > It looks quite good. It looks way more user friendly and the fact that > it updates instantly. I have not tested how it behaves if there are > parts with the same name. > > But I noticed that the toolbar form the left just seems to hav

[Kicad-developers] Github plugin not built in Ubuntu PPA

2016-12-05 Thread Carl Poirier
Hi folks, I just noticed the Github plugin isn't built in the Ubuntu PPA. Why is that? This is confusing, you can select "Github" as plugin type in the fp-lib-table, but once you ask to browse the libs, an error pops out. I had never noticed before because I was compiling from source, but anyway t

[Kicad-developers] Ideas for a lightweight KiCad PDM

2016-12-05 Thread Kevin Bortis
Hi I try to figure out how it would be possible to create a central storage for symbols, footprints and other design data. With central I mean something like a design data server, where it is possible to assign workflows with sign-offs, make proper versioning, assign order numbers and define secon