kicad/pcbnew/python/scripting
Jon Evans 8eba0b356b Fix issues calling SaveBoard on board loaded from PcbNew frame
KiCad cannot have more than one board/project open, so disallow
the Python APIs for loading additional boards when the frame is
present.  Inherit the SETTINGS_MANAGER from the frame when present
instead of creating a new one that won't have the loaded project.
2021-08-14 09:18:21 -04:00
..
pcb_scripting_tool.cpp SCRIPTING_TOOL::showPluginFolder(): fix wxWidgets3.14 compatibility (Linux mainly) 2021-06-15 18:19:58 +02:00
pcb_scripting_tool.h
pcbnew_action_plugins.cpp More NULL expunging. 2021-07-20 07:27:18 -04:00
pcbnew_action_plugins.h More NULL expunging. 2021-07-20 07:27:18 -04:00
pcbnew_footprint_wizards.cpp More NULL expunging. 2021-07-20 07:27:18 -04:00
pcbnew_footprint_wizards.h Pass wxString objects by reference instead of on the stack. 2021-07-27 08:41:27 -04:00
pcbnew_scripting.cpp Fix kicad_string.h / string.cpp mismatch. 2021-07-29 16:03:25 +01:00
pcbnew_scripting.h
pcbnew_scripting_helpers.cpp Fix issues calling SaveBoard on board loaded from PcbNew frame 2021-08-14 09:18:21 -04:00
pcbnew_scripting_helpers.h Fix issues calling SaveBoard on board loaded from PcbNew frame 2021-08-14 09:18:21 -04:00