116 Commits (7f00b9758657ff9558b33b9d36eff1cda32975b6)

Author SHA1 Message Date
qu1ck 75819206a0 Add support for dark theme in plugin icons 5 years ago
jean-pierre charras 49ce32b403 Fix a minor python2/python3 compatibility issue on MSW 5 years ago
jean-pierre charras 959c2f18ab Fix python encode( 'UTF-8' ) error 5 years ago
Seth Hillbrand 5354780904 Fix Linux/Python3 issue with plugins 5 years ago
jean-pierre charras 8beeb368d2 Scripting: Fix missing utf8 to unicode string conversion in swig file 5 years ago
Jon Evans ec334f172b Fix some issues with reloading of action plugins 5 years ago
Marek Roszko 30ba3aa240 Get python loading the new "user scripting" paths 5 years ago
Seth Hillbrand 45ca1709bb Unify scripting dirs and open user-based 5 years ago
Seth Hillbrand 5ca23e3e5c Fix missing quote in git_libngspice 5 years ago
Andrew D'Addesio b48a6274e6 Fetch ngspice over https 6 years ago
Dimitris Tassopoulos 9b4b85bb7d Added an option to use a configurable number of cores for make 6 years ago
Jon Evans e59a3d981e Implement a new settings framework across all of KiCad 6 years ago
Ian McInerney 57253b7a3c Update ngspice build script to new version 6 years ago
Ian McInerney 6186dd5c51 Update ngspice build tool script to ngspice-30 7 years ago
Ian McInerney 59b729c731 pcbnew: Fix reload of python plugins in python 3 7 years ago
Mark 5685174808 Fix for SWIG 4.0.0 7 years ago
Seth Hillbrand b6565079ee Updating icon build paths 7 years ago
Seth Hillbrand ad77863668 Cleanup build script locations 7 years ago
Thomas Pointhuber 310e3f5eb9 Add Python3 compability to scripting/build_tools/extract_docstrings.py 7 years ago
Thomas Pointhuber 7365cb8e52 Get Exception handling working with Python 3 7 years ago
Thomas Pointhuber 88d04f3bcb Get Action Plugins working with Python 3, fix some unicode string errors 7 years ago
Thomas Pointhuber de7b362695 Rewrite some code to work on Python 2.7 and 3+ 7 years ago
qu1ck 72f87861bb pcbnew: Add toolbar buttons for action plugins 7 years ago
Wayne Stambaugh ade3c2b129 Minor Python scripting documentation fixes. 8 years ago
jean-pierre charras ccce376e33 Refinements for commit 986b904 8 years ago
jean-pierre charras 986b90424b Fix an issue in LoadPlugins(bundlepath=None) python method (Windows specific). 8 years ago
Alessandro Gatti f1cf95b8dd scripting: Fix invalid error message syntax. 8 years ago
jean-pierre charras b11b9b9d0d Fix forgotten change in kicadplugins.i, after changing he class name PYTHON_FOOTPRINT_WIZARDS to PYTHON_FOOTPRINT_WIZARD_LIST 8 years ago
jean-pierre charras 5d8dd7c20f Loading python plugins: make subdir import more tolerant to broken python scripts, 9 years ago
Jean-Samuel Reynaud e40de096bc Fix broken directory names building for python plugins 9 years ago
Jean-Samuel Reynaud 5ef3e5a15d Pcbnew: Add ACTION_PLUGINS class. It allows loading python scripts in footprint editor and run them from the Tools/External Plugins menu 9 years ago
jean-pierre charras 4f46f79cf0 dialog_footprint_wizard_list.cpp: allows updating (on request) python modules from this dialog. 9 years ago
jean-pierre charras e6a8294c56 dialog_footprint_wizard_list: add button to show the trace of errors when python scripts wizards failed to load. 9 years ago
jean-pierre charras 76a82dcd3b Dialog footprint wizard selector: better dialog (displays the wizard search path list) and allows double click to select a wizard 9 years ago
jean-pierre charras 56f8e10eb4 Footprint wizards management: Now display the list of not loadable footprint wizards in footprint wizard dialog. 9 years ago
jean-pierre charras 8e11d9b628 very minor change. 9 years ago
Oliver Walters 66ee44cb1f Footprint Wizards Update 9 years ago
Oliver 636e060c99 A few enhancements from a larger patch, not yet committed, for footprint wizards 9 years ago
Dick Hollenbeck 7311f07eaf SWIG Improvements 9 years ago
Wayne Stambaugh cbcb3b896b Fix incorrect string translation macros. 9 years ago
Dick Hollenbeck e24990146d Pcbnew: major swig fix. 10 years ago
Dan Cross f5fa6a2148 Fix broken swig import script when using swig >= 3.0.10. 10 years ago
jean-pierre charras 1e7b0f83d9 Fix script fix_swig_imports.py to work with swig version 3.09 10 years ago
jean-pierre charras 6d1e904334 Code cleanup: Remove outdated decimils to/from iu defines and conversion functions (decimils are no more in use since a long time). 10 years ago
Strontium c3d3a7a4c8 Scripting: replace PyCrust shell with enhanced PyAlaMode shell. 10 years ago
jean-pierre charras c94a5dd46f Footprint wizard: fixes and enhancements in python scripts. 10 years ago
Bernhard Stegmaier 3f807bdc78 OSX Python scripting plugin path fixes. 10 years ago
Wayne Stambaugh 053458b81a Minor scripting improvements and code cleaning. 10 years ago
Wayne Stambaugh 8f99fc0496 Minor Python scripting fixes. 10 years ago
jean-pierre charras 7808b2e240 Fix in KIWAY_PLAYER::ShowModal: the top level windows children of the KIWAY_PLAYER Modal frame are now enabled (previously were disabled). It fix some issues for instance with the aui toolbar when moved, and the dialog open when starting the footprint wizard frame. Perhaps explain a few other bugs. 10 years ago