Browse Source
Fix in 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 explain a few other bugs.
Fix in 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 explain a few other bugs.
footprint wizard frame: now shows messages from footprints python scripts. Especially usefull when a parameter is incorrect. Fix also an other issue (IO error) with some scripts which were usint the print command to output messages (now they use the nes message window.
13 changed files with 225 additions and 65 deletions
-
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
-
96pcbnew/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