~sethh/kicad:bitset

Last commit made on 2019-05-25
Get this branch:
git clone -b bitset https://git.launchpad.net/~sethh/kicad
Only Seth Hillbrand can upload to this branch. If you are Seth Hillbrand please log in for upload directions.

Branch merges

Branch information

Name:
bitset
Repository:
lp:~sethh/kicad

Recent commits

c6f750f... by Seth Hillbrand

Removing integer bitset from GAL LAYER

ba4ba5b... by Jeff Young

Implementing boundingbox getters for WS_DRAW_ITEMs.

a6dee51... by Jeff Young

Fix issue with LAYER ids and bitfields.

a1b3e5d... by Jeff Young

Move PLEditor title updating to somewhere it will get called.

Also cleans up some uncalled stuff.

94c8e84... by Jeff Young

Make sure PCB document is opened when doing an update.

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

a73f3fe... by Jeff Young

Use a bigger hammer when changing plEditor display mode.

741140e... by Michael Kavanagh

Fix footprint marked as modified when layer visibility changed

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

7058b79... by Seth Hillbrand

pcbnew: Fix assert in debug build

Previously we saved the visibility as a mask of 32bits and the check was
needed. These are now saved as per-layer setting, so the assert is
extra.

f035217... by Seth Hillbrand

Fix a compile error in Linux

Operands to the ternary operator cannot have different types under g++
(linux)

32f25cf... by jean-pierre charras

ACTION_MENU::appendCopy: Fix an issue on Windows with Check-able menu-items.
The source bitmap was copied to the new created item.
However, for Checkable menu-items, when setting a bitmap, our standard check bitmap is also added.
This is unwanted when the source bitmap is the wxNullBitmap (bitmap sizes are different)