41 Commits (546c7ed218b783f311f7716ca80b0cc9ef42c07e)

Author SHA1 Message Date
jean-pierre charras 4d48376eae Fix some warnings detected by PVS-STUDIO (not used vars) 3 years ago
Jeff Young 7ccac79192 More wxString wide literals. 4 years ago
Jeff Young c3552a940a Make sure standard OK/Cancel buttons respond to current language. 4 years ago
Jeff Young b84d1456d5 KIFACE_I -> KIFACE_BASE. 4 years ago
Jeff Young 6aaf4413b3 Fix kicad_string.h / string.cpp mismatch. 4 years ago
Wayne Stambaugh 1a301d8eea Stop using wxDialog::EndModal() from inside dialogs. 4 years ago
Seth Hillbrand adf885b667 Move pcbnew swig 5 years ago
Seth Hillbrand 81d58bcea9 Working python window 5 years ago
Seth Hillbrand f274a00c08 Remove PYTHON_* compile options 5 years ago
Jon Evans c04e19f9ac Include optimization: move some things from common.h to point-of-use 5 years ago
qu1ck 07d4a28024 Improvements to pcbnew action plugins settings panel 5 years ago
Jeff Young a207bd97bb Naming conventions. 5 years ago
Marek Roszko 304e5faf36 Move wxStringSplit to kicad_string 5 years ago
Jon Evans e59a3d981e Implement a new settings framework across all of KiCad 6 years ago
Seth Hillbrand 7cf394e34f pcbnew: Handle missing footprint wizards 7 years ago
Jeff Young a0364a1137 Don't make user click twice to toggle checkbox in wxGrid. 8 years ago
jean-pierre charras 6d6ef0097b Fix code after renaming files. Minor other fix. 8 years ago
Marvin Schmidt 69974b73db Remove some extra semicolons 8 years ago
jean-pierre charras 4d3054599b Fix a warning in Debug build on Linux, when there is no wizard loaded. 9 years ago
jean-pierre charras a7c4c8c7f2 Pcbnew: Fix a crash when reloading python scripts, when Kicad uses wxPython. 9 years ago
jean-pierre charras 4f46f79cf0 dialog_footprint_wizard_list.cpp: allows updating (on request) python modules from this dialog. 9 years ago
jean-pierre charras 1039b6dda7 Make dialog_footprint_wizard_list.cpp compilable when scripting is not enabled. 9 years ago
jean-pierre charras e72a3b99ee dialog_footprint_wizard_list: cosmetic enhancements. 9 years ago
jean-pierre charras e6a8294c56 dialog_footprint_wizard_list: add button to show the trace of errors when python scripts wizards failed to load. 9 years ago
jean-pierre charras 76a82dcd3b Dialog footprint wizard selector: better dialog (displays the wizard search path list) and allows double click to select a wizard 9 years ago
jean-pierre charras 56f8e10eb4 Footprint wizards management: Now display the list of not loadable footprint wizards in footprint wizard dialog. 9 years ago
jean-pierre charras 02fa9639cd DIALOG_FOOTPRINT_WIZARD_LIST: minor enhancement. qrcode_footprint_wizard.py: use filled polygons instead of square pads on silkscren layer. 9 years ago
jean-pierre charras a76f40be3b Pcbnew: fix compil issue when Python scripting isn't enabled. 9 years ago
Oliver 636e060c99 A few enhancements from a larger patch, not yet committed, for footprint wizards 9 years ago
jean-pierre charras c94a5dd46f Footprint wizard: fixes and enhancements in python scripts. 10 years ago
jean-pierre charras 19124ceee8 Fix crash when exporting vrml (see bug Bug #1502549) when there is a Glu error. 10 years ago
jean-pierre charras 3084c0aa0b Eeschema: add missing rotate and mirror sheet in sheet context menu (these transforms were possible in block commands, but not from the sheet menu). 11 years ago
jean-pierre charras ea6b03cd5f footprint wizard python plugins management: Fix a memory leak. Remove useless and outdated code, and add a minor enhancement. 11 years ago
Wayne Stambaugh 86b39ca3c0 More missing source license fixes. 11 years ago
jean-pierre charras 5a38d2b657 Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. 11 years ago
jean-pierre charras e89db97dd4 Pcbnew: footprint wizard dialogs: minor fixes, and fixes a not working parmeters dialog under Windows, due to an incorrect Printf format. 12 years ago
jean-pierre charras b810135e4e Code cleaning, minor fixes and minor coding style fixes. wxWidgets 2.9.4 compatibility fix( deprecated function MakeModal ) 13 years ago
Miguel Angel Ajo 465dabd919 Fixes Win32 compilation that my previous commit broke, thanks to JP 13 years ago
jean-pierre charras a3ea46d0e4 Fix compil issues under mingw 13 years ago
Miguel Angel Ajo 70df15175b Footprint wizard, plus fixes 14 years ago
Miguel Angel Ajo 351e08c8a9 Footprint wizard UI gets the module from python wizard, and show it 14 years ago
Miguel Angel Ajo c051c1a4a9 footprint wizard UI and footprint wizard lists 14 years ago