jean-pierre charras
|
fdbdb76c39
|
Initial release of pl_editor, the page layout and title block editor.
|
2013-07-19 20:27:22 +02:00 |
jean-pierre charras
|
8d675d9bc0
|
Pcbnew: fix Bug #1156193 . Fix compil issues when KICAD_SCRIPTING_WXPYTHON is not enabled and KICAD_SCRIPTING is enabled
|
2013-03-17 20:04:42 +01:00 |
Miguel Angel Ajo
|
c867ed9de4
|
Refactoring python to wxArrayString, and better exception error reporting
|
2013-03-17 02:14:46 +01:00 |
Miguel Angel Ajo
|
9bb6ead2b1
|
LOCALE_IO toggle implementation for locale switches on scripting; code cleanups to comply with kicad coding style policy
|
2013-03-15 17:35:24 +01:00 |
Miguel Angel Ajo
|
0163e4b4e4
|
Reverted back the ( i ) parameters for python, applied the PyGILState_Ensure from Dick into his PyLOCK class
|
2013-03-12 01:37:45 +01:00 |
Dick Hollenbeck
|
c9edd2c8de
|
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.
|
2013-03-11 03:09:48 -05:00 |
Miguel Angel Ajo
|
e469a6b3d8
|
pcbnew scripting: cleanup, renamed KICAD_SCRIPTING_EXPERIMENT to KICAD_SCRIPTING_WXPYTHON, now every flavour compiles
|
2012-08-02 19:24:53 +02:00 |
Miguel Angel Ajo
|
02ced9a339
|
scripting: fixed kicad compilation, cleanups
|
2012-08-02 09:47:30 +02:00 |
Miguel Angel Ajo
|
f4c8abb1b4
|
Double Python initialization fixed
|
2012-08-01 13:54:20 +02:00 |
Miguel Angel Ajo
|
cd68572df5
|
code cleanup and comments
|
2012-06-27 23:19:19 +02:00 |
Miguel Angel Ajo
|
e97a630235
|
* More cleanup (common wrappers moved to scripting, instead of pcbnew/scripting)
* Added a first test 'testLoadSave.py'
|
2012-03-17 18:30:03 +01:00 |