~kicad-product-committers/kicad:4.0

Last commit made on 2017-08-01
Get this branch:
git clone -b 4.0 https://git.launchpad.net/~kicad-product-committers/kicad
Members of KiCad Lead Developers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
4.0
Repository:
lp:~kicad-product-committers/kicad

Recent commits

9f35e38... by jean-pierre charras

Pcbnew: fix a few plot issues (from master branch)

6b1b6d4... by Chris Pavlina <email address hidden>

Add several missing libraries

be070d9... by jean-pierre charras

Fix issues in plot functions, when used from python scripts.

17f7921... by jean-pierre charras

kicad: create zip archive: test for write file error (crashes when the folder was not writable)

631f6d5... by Wayne Stambaugh

Tag stable release 4.0.7

aba04c6... by Wayne Stambaugh

Remove leading/trailing white space error message from field validator.

The illegal white space testing for reference and value (library editor
only) fields are adequate to ensure the user cannot enter invalid white
space characters. Leading and/or trailing white space should not be an
issue for field storage in the schematic file as they are quoted. Rather
than silently removing the leading and/or trailing white space which is
frowned upon, let the user fix it.

Fixes lp:1659526

https://bugs.launchpad.net/kicad/+bug/1659526

133cb01... by Maciej Suminski

Fix crash when dragging a track

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

464175e... by jean-pierre charras

Fix possible crash and issues when a incorrect fp lib table is loaded:
correct lines are loaded, and pcbnew is no longer aborted.

c0fab4b... by jean-pierre charras

Cvpcb: fix incorrect automatic assignments when using .equ files and the automatic association.
Fix from master branch.

17c8198... by jean-pierre charras

Better error messages when throwing an io error or parse error.
Only the name of the .cpp file throwing the error instead of its full path is printed, like in master branch.