23 Commits (ca5e66a57fc06a9e526d8951ac642be821424ded)

Author SHA1 Message Date
Strontium c3d3a7a4c8 Scripting: replace PyCrust shell with enhanced PyAlaMode shell. 10 years ago
jean-pierre charras 204eb49ce5 Minor enhancement in python console: remove margins around the client area. simplify code. 10 years ago
jean-pierre charras 718053376d forgotten python_scripting.cpp fix. 11 years ago
jean-pierre charras 01ae08a9a9 Remove the call to wxversion.py on winbuilder, because it does not work (not found, even when exists), ans it is not useful. Avoid crashes when wxPython scripting layer is not loaded, on kicad exit, and when trying to open the py console. 11 years ago
Wayne Stambaugh c288d200fb Minor wxPython scripting improvements. 11 years ago
Mark Roszko 3c42764563 Fix snprintf usage. 11 years ago
Wayne Stambaugh 69553d6fa3 wxPython find and version loading fixes. (fixes lp:1408060) 11 years ago
Jean-Samuel Reynaud 47b5bdcd47 Fix a mismatch between method signature in scripting/python_scripting.cpp and scripting/python_scripting.h 12 years ago
jean-pierre charras fd2afec6f5 Remove some fully outdated code (#pragma, from Henner Zeller's report, and some other things) 12 years ago
jean-pierre charras 50743cf3ba Initial release of pl_editor, the page layout and title block editor. 13 years ago
jean-pierre charras 3e8bd5592b Pcbnew: fix Bug #1156193 . Fix compil issues when KICAD_SCRIPTING_WXPYTHON is not enabled and KICAD_SCRIPTING is enabled 13 years ago
Miguel Angel Ajo f227383341 ReloadPlugins() python function, and mtime stored in the KICAD_PLUGINS dictionary 13 years ago
Miguel Angel Ajo 31a693cb8d Refactoring python to wxArrayString, and better exception error reporting 13 years ago
Miguel Angel Ajo 155ea57c36 LOCALE_IO toggle implementation for locale switches on scripting; code cleanups to comply with kicad coding style policy 13 years ago
Dick Hollenbeck 2a2a530c62 improvements to python's GIL acquisition and release, but not done yet, since I think the GIL needs to be acquired even when not involving wxPython. 13 years ago
Dick Hollenbeck 9bbff22d96 1) Switch to boost hashtable support from wx macros which did not handle std::string. 13 years ago
Miguel Angel Ajo 89dd074841 pcbnew scripting: cleanup, renamed KICAD_SCRIPTING_EXPERIMENT to KICAD_SCRIPTING_WXPYTHON, now every flavour compiles 14 years ago
Miguel Angel Ajo b0881d8ec5 scripting: fixed kicad compilation, cleanups 14 years ago
Miguel Angel Ajo beec323603 Double Python initialization fixed 14 years ago
Miguel Angel Ajo 2a9b8df888 Support for nanometer build, extra example 14 years ago
Miguel Angel Ajo 08af577218 code cleanup and comments 14 years ago
Miguel Angel Ajo edee5dc1ce KiCad scripting plugin architecture, footprint wizards first 14 years ago
Miguel Angel Ajo 06c570bab3 * More cleanup (common wrappers moved to scripting, instead of pcbnew/scripting) 14 years ago
Miguel Angel Ajo f422350605 pcbnew_scripting_helpers.cpp/h to handle generic scripting tools 14 years ago
Miguel Angel Ajo ec5757a4fa code cleanup, io_mgr and kicad_plugin included when enabled in cmake... 14 years ago