Browse Source
Fix 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 also explains a few other bugs in modal mode.
Fix 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 also explains a few other bugs in modal mode.
footprint wizard frame: now shows messages from footprints python scripts. Especially usefull when a parameter is incorrect. Fix also an other issue (IO exception error) with some python scripts when they are usin a print command to output messages (now they use the new message window.
14 changed files with 236 additions and 68 deletions
-
15CMakeLists.txt
-
24common/kiway_player.cpp
-
6pcb_calculator/dialogs/pcb_calculator_frame_base.cpp
-
6pcb_calculator/dialogs/pcb_calculator_frame_base.fbp
-
4pcbnew/class_footprint_wizard.h
-
21pcbnew/footprint_wizard.cpp
-
95pcbnew/footprint_wizard_frame.cpp
-
29pcbnew/footprint_wizard_frame.h
-
7pcbnew/scripting/pcbnew_footprint_wizards.cpp
-
2pcbnew/scripting/pcbnew_footprint_wizards.h
-
24pcbnew/scripting/plugins/FPC_(SMD_type)_footprintwizard.py
-
54pcbnew/scripting/plugins/HelpfulFootprintWizardPlugin.py
-
11pcbnew/scripting/plugins/qfp_wizard.py
-
6scripting/kicadplugins.i
Write
Preview
Loading…
Cancel
Save
Reference in new issue