~mrluzeiro/kicad:improve_reflections

Last commit made on 2017-01-21
Get this branch:
git clone -b improve_reflections 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:
improve_reflections
Repository:
lp:~mrluzeiro/kicad

Recent commits

5e3c1d8... by Mario Luzeiro

3D-Viewer: Improvements on reflection and refraction

- crete an option for absorvance (works better to make the epoxy
different for regular transparent materials).
- visual fix an issue related with the epoxy render (square bands on the
render).
- fix a reflection issue (it was not take in account the reflection
material color).

550a1ea... by Robbert Lagerweij

eeschema: set title of plotted pdf to sheet title

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

2de9137... by jean-pierre charras

Fix a UI policy issue. Very minor cosmetic change: give same look to Zoom and Grid selection in 2 menus.

92632a7... by jean-pierre charras

pcb_calculator/transline/microstrip.cpp: remove useless local var, shadowing a member var.

adb679d... by jean-pierre charras

ROUTER_TOOL_MENU: add zoom selection to this menu.

d51d53c... by jean-pierre charras

CONTEXT_TRACK_WIDTH_MENU EventHandler: better filtering of received events ID.
This is mandatory because currently, on Windows, this handler is also called when clicking on an other menu with submenus like the grid menu.

e710b8b... by jean-pierre charras

Fix incorrect parameter type when appending zoom and grid menuitems

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