~agarciamontoro/kicad:eagle-import

Last commit made on 2017-04-28
Get this branch:
git clone -b eagle-import https://git.launchpad.net/~agarciamontoro/kicad
Only Alejandro can upload to this branch. If you are Alejandro please log in for upload directions.

Branch merges

Branch information

Name:
eagle-import
Repository:
lp:~agarciamontoro/kicad

Recent commits

50adf9f... by Alejandro

Moves Eagle file parser to common. Changes its backend to wxXml.

ba419cb... by Alejandro

Starts pcbnew plugin refactor

d3395aa... by Alejandro

Starts the loading layout

1dd08e0... by Alejandro

Testing the structure

cbbee94... by Alejandro

Adds necessary structure to implement and test Eagle schematich plugin

ade263f... by Jan Mrázek

Check required libraries in FindwxWidgets.cmake

Both official one and KiCad one version of FindwxWidgets.cmake do not check if
all the required components are part of the wxWidgets build. This couses trouble
on Ubuntu when user misses libwxgtk3.0-dev package - CMake succeeds, build does
not.

This fix was accepted also to the CMake 3.9 upstream
(https://gitlab.kitware.com/cmake/cmake/merge_requests/704).

Fixes: lp:1630020
* https://bugs.launchpad.net/kicad/+bug/1630020

5013ea2... by Cirilo Bernardo

Added comments on skipped patterns in VRML2 parser

e57c962... by Robbert Lagerweij

Pcbnew: add option to select origin & anchor in move exactly tool

This patch adds a radiobox to allow the user to select a reference point for
the move. The additional options are: User Origin (set with <space>),
Grid Origin and Sheet Origin (effectively making it an absolute coordinate).

A checkbox is added (where it makes sense) to allow overriding which point
within the component is put on top of the designated coordinate.

Fixes: lp:1460460
* https://bugs.launchpad.net/kicad/+bug/1460460

0af5695... by Eldar Khayrullin

Pcbnew: add option to plot DXF lines in outline mode.

Add option to plot dialog to plot DXF layers *.Cu, *.Adhes, *.Paste, and
*.Mask in outline mode or line mode.

Fixes lp:1643330

https://bugs.launchpad.net/kicad/+bug/1643330

50716c9... by Dick Hollenbeck

Fix BOM generation bug for components with multiple units.

Sadly, each unit of a component can have its own unique fields. This
change finds the last non blank field and records it. Last guy wins
and the order of units occuring in a schematic hierarchy is variable.
Therefore user is best off setting fields into only one unit. But this
scavenger algorithm will find any non blank fields in all units and use
the last non-blank field for each unique field name.

Fixes lp:1471417

https://bugs.launchpad.net/kicad/+bug/1471417