~stambaughw/kicad/+git/kicad-dev:stable-4

Last commit made on 2016-08-20
Get this branch:
git clone -b stable-4 https://git.launchpad.net/~stambaughw/kicad/+git/kicad-dev
Only Wayne Stambaugh can upload to this branch. If you are Wayne Stambaugh please log in for upload directions.

Branch merges

Branch information

Name:
stable-4
Repository:
lp:~stambaughw/kicad/+git/kicad-dev

Recent commits

e7c34bd... by jean-pierre charras

Do not allow spaces in component name (value field) in component library editor, in dialogs (Edit field, Create component).
In component libraries, a space in name breaks the library, and is not allowed.

415d4b1... by Chris Pavlina

FUTURE_FORMAT_ERROR: don't nest errors unnecessarily.

c6506c9... by Wayne Stambaugh

Eeschema: fix broken component reference field in hierarchies. (fixes lp:1572812)

f92cb8c... by xzcvczx

Hide OpenGL scrollbars on OS X to fix freeze. (fixes lp:1553428)

543442e... by jean-pierre charras

Pcbnew: fix a minor bug where the DRC report file is always created. (fixes lp:1593389)

* Prevent DRC file from being created regardless the option selected in the check box.
* The browse file dialog now open the current project folder by default.

43fba17... by Maciej Suminski

Pcbnew: fixed a crash when dragging a line was interrupted. (fixes lp:1606332)

* Crash was caused by removing an element from m_activeTools list, causing other
  iterators to be invalidated when dragging line in GAL mode.

5c2ee37... by Tomasz Wlostowski

Polygon: fixed polygon filleting glitch for colinear outline segments. (fixes lp:1527827)

34820e7... by jean-pierre charras

Fix window positioning bug when context menu is open. (fixes lp:1606378)

* When a context menu was open and a left mouse click event in the window title
  bar occurred, the window would shift from the title bar click position to the
  context menu select position. This only seemed to effect windows.

285fb5c... by Michael Steinberg

Fix dangling board reference crash in GAL. (fixes lp:1584489)

7ced063... by Thomas Pointhuber

Remove front silkscreen default setting for PTH and NPTH pads.