~john-j-beard/kicad:ratsnest

Last commit made on 2017-01-21
Get this branch:
git clone -b ratsnest https://git.launchpad.net/~john-j-beard/kicad
Only John Beard can upload to this branch. If you are John Beard please log in for upload directions.

Branch merges

Branch information

Name:
ratsnest
Repository:
lp:~john-j-beard/kicad

Recent commits

e9cfa31... by Oskar Wyszynski <email address hidden>

Local ratsnest.

3c1ae15... by John Beard

Signal handlers for Kicad and Single-Top programs

This allows Kicad programs to be terminated with Ctrl-C (or SIGINT in
general) and still execute the correct shutodwn procedure. Previously,
Pcbnew wouldn't respond and eeschema would terminate immediately.

This is done in a new class with static functions, because C signal
handling only really works with static callbacks. This was done, rather
than just providing a single static function and wxApp pointer in
kicad.cpp and single_top.cpp, because this way allows for more code
reuse, and also hides future complexity if more signals are handled.

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