~sjr/kicad:units

Last commit made on 2019-06-05
Get this branch:
git clone -b units https://git.launchpad.net/~sjr/kicad
Only Simon Richter can upload to this branch. If you are Simon Richter please log in for upload directions.

Branch merges

Branch information

Name:
units
Repository:
lp:~sjr/kicad

Recent commits

3cf069a... by Simon Richter

Enable floating point exceptions in Debug, disable in Release

03d9058... by Simon Richter

Angle

b137f2c... by Simon Richter

Compatibility functions for new coordinate system

87bc50c... by Simon Richter

New coordinate framework

6f8a0a4... by jean-pierre charras

pcbnew: Fix launching of action plugins from an action menu

The action menu handler was capturing too many menuitem events.
Only context menuitem highlight events and some popup menu events need to be captured
Any id < 0 (like automatically assigned menuitem id) is no longer captured.

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

3cb9006... by Andrew Lutsenko

Pcbnew scripting fixes

* Remove infinite recursion calls in footprint.i
* Extend DRAWINGS deque iterator to auto cast contained BOARD_ITEMS,
similar to what dlist implementation did.

f007d28... by Seth Hillbrand

pcbnew: ClearPcb() without queuing tools

When exiting pcbnew, we only want to run the sections of ClearPcb that
remove the old pcb data. We do not want to queue events that handle
initializing a new pcb. These were caught after freeing memory in some
cases, leading to segfaults.

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

15241b7... by Jeff Young

ACTION-ize toolbar/palette control.

1222f3c... by Jeff Young

ACTION-ize fab outputs.

1ea5b04... by Jeff Young

More ACTIONS work. Nearly done now.