[Kicad-developers] Jenkins build is back to normal : linux-kicad-full-gcc-head #4326

2018-11-20 Thread Miguel Angel Ajo
See ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe :

Re: [Kicad-developers] Has the handling of the datasheet field changed again?

2018-11-20 Thread Wayne Stambaugh
It appears that this has indeed changed which has bitten me on my last two symbol library pull requests. Had to manually edit the library and document files so the root symbol datasheet was correct. We need to change it back to the previous behavior. On 11/20/2018 6:12 PM, Rene Pöschl wrote: >

[Kicad-developers] Has the handling of the datasheet field changed again?

2018-11-20 Thread Rene Pöschl
Is it possible that the datasheet field has been moved to the lib file in the current nightly builds? That would break our testscripts and create unnecessary noise on github. I thought the solution (for v5) has been that the field of the lib file is filled with the one from the dcm file if it

[Kicad-developers] [RFC 1/2] New coordinate framework

2018-11-20 Thread Simon Richter
--- include/length.h | 105 +++ include/point.h | 46 2 files changed, 151 insertions(+) create mode 100644 include/length.h create mode 100644 include/point.h diff --git a/include/length.h b/include/length.h new

[Kicad-developers] [RFC 2/2] Compatibility functions for new coordinate system

2018-11-20 Thread Simon Richter
--- CMakeLists.txt| 4 common/base_units.cpp | 13 + include/base_units.h | 10 ++ include/point.h | 30 ++ 4 files changed, 57 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 982209910..08fe26918 100644 ---

[Kicad-developers] [RFC 0/2] New coordinate framework

2018-11-20 Thread Simon Richter
Hi, I've been working on a possible new coordinate framework on a side branch. This is still missing a lot of functions, but the general direction should be visible already. Ideas: - Coordinates have units, so they are not scalar and cannot be used as scalars - All coordinates are in

[Kicad-developers] Jenkins build is back to normal : linux-kicad-full-gcc-head #4323

2018-11-20 Thread Miguel Angel Ajo
See ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe :