~orsonmmz/kicad:find_wxpython

Last commit made on 2018-11-02
Get this branch:
git clone -b find_wxpython https://git.launchpad.net/~orsonmmz/kicad
Only Maciej Suminski can upload to this branch. If you are Maciej Suminski please log in for upload directions.

Branch merges

Branch information

Name:
find_wxpython
Repository:
lp:~orsonmmz/kicad

Recent commits

c3dddca... by Maciej Suminski

Moved wxPython/Phoenix detection to a separate CMake module

23e574f... by Maciej Suminski

Remove a redundant semicolon in Python path configuration command

1c19a50... by Maciej Suminski

Add license header to Findngspice.cmake

179c46c... by Maciej Suminski

Handle another type of wxPython/Phoenix version string

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

5e44686... by jean-pierre charras

Eeschema, symbol editor: re-enable PNG export and fix a minor issue in SVG export (was in B&W mode instead of color).
Add a comment in plotter.h to avoid other errors when selecting plotting mode B&W or color

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

a55950b... by jean-pierre charras

DIALOG_COLOR_PICKER_BASE: fix a minor wxWidgets alert.

672e98b... by Seth Hillbrand

Phoenix: Fix wxwidget version

Phoenix reports version 4.x but wxWidgets do not follow this version.
Phoenix also does not have or require the wxPython.h file.

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

ad99983... by jean-pierre charras

Windows build: link gdiplus library on all Windows targets, not only mingw.

601e0a3... by jean-pierre charras

Open project folder in host OS: refinements.

Remove 2 png files that should not be is trunk.

efe6b04... by Ashutosh Gangwar

kicad: Open project folder in host OS

NEW: Adds support to browse project directory in default file manager in the host OS
CHANGED: Main frame's Browse menu now contains third option to Browse Project Files

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