7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-11-22 10:05:01 +00:00
kicad/pcbnew/python/scripting
jean-pierre charras ab1b22d435 Python script: Ensure image handlers are loaded before loading a board,.
because a board can include bitmap images using various formats, all
available image handlers must be loaded.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/18959
2024-10-21 17:19:27 +02:00
..
pcb_scripting_tool.cpp Add QA tests and expand serialization for API 2024-04-02 19:51:18 -04:00
pcb_scripting_tool.h Fix typos in pcbnew sub-directory 2022-06-30 09:39:45 -04:00
pcbnew_action_plugins.cpp More build time optimizations. 2024-05-06 04:39:28 +03:00
pcbnew_action_plugins.h Improve error reporting when running Python action plugins. 2023-08-29 07:06:11 +03:00
pcbnew_footprint_wizards.cpp Fix some warnings detected by PVS-STUDIO (not used vars) 2022-07-26 16:00:14 +02: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_helpers.cpp Python script: Ensure image handlers are loaded before loading a board,. 2024-10-21 17:19:27 +02:00
pcbnew_scripting_helpers.h Initial jobset creation and running within the CLI and GUI. 2024-09-30 20:04:53 -04:00
pcbnew_scripting.cpp Unwrap the FROM_UTF8 macro in favor of direct function 2023-09-09 00:10:57 -04:00
pcbnew_scripting.h
pcbnew_utils_3d.cpp Fix compil issues (especially easyeda_parser_base.xx) and compil warnings 2023-09-07 13:41:25 +02:00
pcbnew_utils_3d.h ADDED: Basic STEP manipulation utils available to Python. 2023-09-07 10:57:02 +03:00