~mrluzeiro/kicad:master

Last commit made on 2017-01-21
Get this branch:
git clone -b master https://git.launchpad.net/~mrluzeiro/kicad
Only Mario Luzeiro can upload to this branch. If you are Mario Luzeiro please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~mrluzeiro/kicad

Recent commits

2b7f704... by Mario Luzeiro

Start implementing "render to image" feature

ba9576b... by Tomasz Wlostowski

router: snap to clearance boundaries in Highlight Collisions mode

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

2eb840b... by Mario Luzeiro

3D-Viewer: Fix precision issues (experienced on isometric mode) in frustum tests

e5fbd0c... by Maciej Suminski

Fixed crash upon finished zone drawing in GAL.

In principle, this patch reverts 2eefa117. The difference is removal of
one unused method (SELECTION::clear) and fixing hidden overloaded
virtual methods warnings.

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

fbace8e... by Simon Richter

Fixed two hidden overloaded function warnings.

Correct way of writing commit c4db8bf4.

c4db8bf... by Maciej Suminski

Revert "Removed Pin{Shape,Type}ComboBox::SetSelection()."

Enforcing the appropriate type is a good thing, though it results in
build warnings. For the moment we stay with the latter.

This reverts commit 6dd47119fe99e733c00190e4417e6917e8259cf0.

5a2be26... by John Beard

Tool Framework documentation

bb463ad... by Tomasz Wlostowski

pns: fix assertion fail when placing diff pairs

838c609... by Maciej Suminski

Removed a redundant assert in OPENGL_COMPOSITOR.

196c5ac... by Maciej Suminski

Fixed 'unreferenced local variable' warning in OPENGL_GAL.