~orsonmmz/kicad:fanout

Last commit made on 2017-02-03
Get this branch:
git clone -b fanout https://git.launchpad.net/~orsonmmz/kicad
Only Maciej Suminski can upload to this branch. If you are Maciej Suminski please log in for upload directions.

Branch merges

Branch information

Name:
fanout
Repository:
lp:~orsonmmz/kicad

Recent commits

e033333... by Maciej Suminski

Fanout tool

39317ea... by Maciej Suminski

Display clearance for routed tracks (GAL)

487dfee... by Maciej Suminski

Display clearance for pads, tracks & vias (GAL)

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

fc12283... by Maciej Suminski

Code formatting

80956ef... by Maciej Suminski

Added GAL::DrawPolygon(SHAPE_POLY_SET) & GAL::DrawPolyLine(SHAPE_LINE_CHAIN)

1eb7e71... by Maciej Suminski

Rename DisplayZonesMode enum to DISPLAY_ZONE_MODE

24d63fb... by Maciej Suminski

Removed redundant calls to wxUpdateUIEvent handlers

This is done automatically by wxWidgets
and does not need to be called explicitly.

750eed7... by Maciej Suminski

Renamed MODULE_TOOLS to MODULE_EDITOR_TOOLS

498e8b1... by Chris Pavlina

Clean up file format error message a bit more

If a FUTURE_FORMAT_ERROR wraps another FUTURE_FORMAT_ERROR, only print
the error for it once.

3ffc17c... by Chris Pavlina

Fix PCB format version after 0c459ce moved 'hide'

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