42 Commits (36bcff34f7ddda3af7c7500fd552a3ee35c90505)

Author SHA1 Message Date
qu1ck 0f7c0e3872 PCM implementation 5 years ago
qu1ck 78ab69027d Add 3rdparty/plugins to plugin search 5 years ago
Jeff Young 6aaf4413b3 Fix kicad_string.h / string.cpp mismatch. 4 years ago
Wayne Stambaugh 6c3ba1c20b Coverity issue fixes. 5 years ago
Jeff Young 0dfb5fcaf9 Error message cleanup. 5 years ago
Peter Montgomery b4f5b6ef3c Update environment var for Python to allow running from build or install folder 5 years ago
luz paz f968fc8719 Fix source comment / documentation typos 5 years ago
Marek Roszko 0ffabf5e70 Shift the msvc specific pythonhome init 5 years ago
Seth Hillbrand 891e200fc8 Use Python to test for modules (not CPython) 5 years ago
Jon Evans 148ac19386 Fix launching from the build dir after new_python 5 years ago
Marek Roszko 0dbfd28942 Remove unused vars 5 years ago
Seth Hillbrand c0bc6b1107 Fix compile errors on MSVC 5 years ago
Seth Hillbrand e050d42658 Re-enable KICAD_SCRIPTING_WXPYTHON 5 years ago
Seth Hillbrand bf1437899e Add Python Tool to pcbnew 5 years ago
Seth Hillbrand c7d188a8d0 Centralizing SCRIPTING class 5 years ago
Seth Hillbrand 192fbfd5e5 Finalize Python Frame 5 years ago
Seth Hillbrand 81d58bcea9 Working python window 5 years ago
Seth Hillbrand 6fbbba8db3 Adding Python shell KIFACE 5 years ago
Seth Hillbrand f274a00c08 Remove PYTHON_* compile options 5 years ago
Jon Evans c04e19f9ac Include optimization: move some things from common.h to point-of-use 5 years ago
Jon Evans 1ab17dd2e7 MSVC: don't set python home when running from build dir 5 years ago
Marek Roszko b21da9672f Adjust py_sethome for the new path 5 years ago
Marek Roszko 30ba3aa240 Get python loading the new "user scripting" paths 5 years ago
Marek Roszko 2807a37fc0 Create a stock scripting path helper 5 years ago
Marek Roszko 28c6967dbc Start trying to shuffle around path management 5 years ago
qu1ck 07d4a28024 Improvements to pcbnew action plugins settings panel 5 years ago
Seth Hillbrand e3e9bfc1b8 Fix compile error 5 years ago
Seth Hillbrand 605dcfbedf Fix Windows script location 5 years ago
Seth Hillbrand b57ad4b2f9 Correct SWIG path 5 years ago
Seth Hillbrand 2cb8dff650 Use KICAD_DATA for data path lookup in scripting 5 years ago
Marek Roszko 84dd78e01d Fix the install location for vcpkg built python modules 5 years ago
Thomas Pointhuber 3b25e7344a Fix deprecation warning. PyEval_InitThreads() is not needed for Python >= 3.7 5 years ago
jean-pierre charras f6b4b66a86 Avoid include wx/wx.h in many files that do not actually use this include. 5 years ago
jean-pierre charras 0b23cb7dbb more cleanup about removing useless include 5 years ago
Jon Evans 8ef888e115 Add a path for scripting console to work from build dir for debugging 5 years ago
Mark Roszko 610f0372d3 Initialize Py_SetPythonHome for msvc/vcpkg 5 years ago
Seth Hillbrand 45ca1709bb Unify scripting dirs and open user-based 5 years ago
Ian McInerney 47f7c616f8 Fix Python environment variable handling 5 years ago
Ian McInerney 0a0ed9e064 Escape all env var strings sent to the Python interpreter 5 years ago
Ian McInerney c458b50fd9 Ensure the environment variables are synchronized between KiCad and Python 5 years ago
Seth Hillbrand 4d2e953f42 Cleanup: Replace C-only deprecated headers 6 years ago
Wayne Stambaugh 816f6db310 Pcbnew: Python scripting support clean up. 7 years ago
Seth Hillbrand ff9d814fbd Fix unused vars in wxpython3 7 years ago
Seth Hillbrand 8b060799eb python: Fix Phoenix app setting 7 years ago
Thomas Pointhuber 0e0b4d52a2 Add initial support for Phoenix (new wxPython binding) 7 years ago
Thomas Pointhuber e39eeb2f92 Remove debug printf and fix indentation inside of block 7 years ago
Thomas Pointhuber 95e55eb17a Fix coding style issue (space after if) 7 years ago
Thomas Pointhuber e09785db1d Introduce PyStringToWx helper to remove code duplication 7 years ago
Thomas Pointhuber ce471ec898 Fix braces 7 years ago
Thomas Pointhuber 6ac444f587 Fix style issue 7 years ago