~jeyjey/kicad:6.0

Last commit made on 2019-04-22
Get this branch:
git clone -b 6.0 https://git.launchpad.net/~jeyjey/kicad
Only Jeff Young can upload to this branch. If you are Jeff Young please log in for upload directions.

Branch merges

Branch information

Name:
6.0
Repository:
lp:~jeyjey/kicad

Recent commits

5e2cf51... by Jeff Young

Improve robustness of SCH_PIN storage architecture.

In particular, allow short-term storage of pointers to SCH_PINs.

a461eae... by Jeff Young

Fix 100s of usages of GetFlags() which conflated != 0 with being edited.

While this was true long ago, many flags have been added since which
have nothing to do with editing (HIGHLIGHTED, BEGIN_ONPAD, etc.)

64ba866... by Jeff Young

Fix ignoreMouseEvents getting stuck in drawing tool.

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

6e8dd59... by jean-pierre charras

Minor fixes in translatable strings. Fix also a minor compil warning.

1a9aa2e... by John Beard

Use old-style boost includes

The Boost::boost style library dependencies don't work
on some CMake versions (couldn't find library -lBoost::boost)

Use ${Boost_INCLUDE_DIRS} in the target_include_dirs() instead.

e2c12d8... by Jon Evans

Overhaul connectivity neighbor and global connection processing

223e24f... by jean-pierre charras

export_hyperlynx.cpp: better message in a warning.

2b3b26b... by Simon Richter

Remove two extraneous spaces from a tooltip

ed4c9f7... by Simon Richter

Use format string for composed strings

Some translations may need this.

dffd117... by Jon Evans

Add a mechanism to load kifaces when run from the build directory

This is useful when working on code paths that rely on KiWay
communications, since you can run and debug the kicad application
without needing to run an install task first.