~andrei-pozolotin/kicad:master

Last commit made on 2019-05-04
Get this branch:
git clone -b master https://git.launchpad.net/~andrei-pozolotin/kicad
Only Andrei Pozolotin can upload to this branch. If you are Andrei Pozolotin please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~andrei-pozolotin/kicad

Recent commits

3e4913a... by Andrei Pozolotin

Pcbnew export/import scripting functions.

Discussion can be found at
https://forum.kicad.info/t/pcbnew-export-import-scripting-functions/16343

Fixes lp:1824668

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

f877548... by Ian McInerney

Remove ki_mutex.h and associated includes

REMOVED: ki_mutex.h since all mutexes now use std::mutex

9e6e9d0... by Ian McInerney

Replace remaining Boost mutexs with std::mutex

CHANGED: Replaced all MUTEX types with std::mutex
         Replaced all MUTLOCK types with std::lock_guard

38f54b4... by jean-pierre charras

pcb_calculator: Minor fixes in strings and tool tips

2e8d930... by Jeff Young

Fix merge issue.

Some legacy_gal code leaked into legacy_wx.

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

4d77603... by Seth Hillbrand

Merge remote-tracking branch 'andrei/pr-gitignore'

2a09664... by Michael Kavanagh

Clean up import and export menus

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

7508f02... by jean-pierre charras

KiCadVersion.cmake: fix Kicad version id to 6.0.0, used when git is not available to calculate this version id

460d1f2... by jean-pierre charras

pcb_calculator: code cleanup. Remove a few duplicate code.

839f0fb... by Jon Evans

Refactor and fix a few issues with bus unfolding