kicad:5.0

Last commit made on 2019-01-27
Get this branch:
git clone -b 5.0 https://git.launchpad.net/kicad

Branch merges

Branch information

Name:
5.0
Repository:
lp:kicad

Recent commits

24ab814... by jean-pierre charras

Gerber output: fix a potential minor issue in a G04 line comment.
In gbr files only ASCII7 chars are allowed.
However, in a comment line a UTF8 string is used. It should not create issues, but it is incorrect.

7848c3a... by jean-pierre charras

Fix cross-probing issue (not working) when a net name or a pin name contains a space.

752cc43... by jean-pierre charras

Fix 2 minor wxWidgets alerts.

cf5d3ae... by jean-pierre charras

Pcbnew: fix missing initialization in PCB_PAINTER::draw( const TRACK* aTrack, int aLayer )
the stroke mode was always activated, even in fill mode. creating incorrect size shape for null length track segments.

e22113c... by jean-pierre charras

* Toolbars with wxChoice: Fix incorrect ReCreate Toolbar methods: they recreated these wxChoice without deleting the previously created.
This issue created memory leak and not working wxChoice (for instance after modifying the language selection).
Now, they are created only once, never recreated.

35dc387... by joel-bertrand-JKB <email address hidden>

Fix duplicate directives in Spice netlist inside .control ... .endc

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

025578f... by Wayne Stambaugh

Do not set wxSetAssertHandler on non-debug builds.

Fixes lp:1809622

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

45a3d86... by Wayne Stambaugh

Eeschema: fix schematic symbol parsing bug.

Schematic symbol library link names are unquoted strings that can
contain non-ascii characters which breaks the parser. Converting
the line to uft-8 before breaking the string into tokens resolves
the issue.

(cherry picked from commit b8de4e73bf8f1497d9a100f056e8e7426e282c66)

9f1b668... by Wayne Stambaugh

Eeschema: fix library symbol pin definition parsing bug.

Pin names are unquoted strings that can contain non-ascii characters
which breaks the parser. Converting the line to uft-8 before breaking
the string into tokens resolves the issue.

(cherry picked from commit 742961119d42473d309a6e1beafffa24c0f227c0)

385eb49... by Wayne Stambaugh

Fix schematic append clear annotation bug.

Clear the annotation of only the appended schematic and any sheets in it's
hierarchy. Do not clear the annotation of the symbols in the target sheet.

Fixes lp:1805695

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

(cherry picked from commit 07ebc4df14583cf6eefc93a143882922d1b71ad2)