19 Commits (03c279ffd42ea5d9b40025ba5634addcc7d46354)

Author SHA1 Message Date
Seth Hillbrand 8418fe12d8 Allow board saves without modifying project files 4 years ago
Jon Evans cb6d6d7ef4 Settings: allow multiple project access from Python standalone 4 years ago
jean-pierre charras 69453964b4 pcbnew_scripting_helpers: fix a potential crash when running a script outside kicad. 4 years ago
Seth Hillbrand 4f874057ab DRC scripting: load project from board if possible 4 years ago
Marek Roszko c4c56de708 Neurotically update position wxPoint usages 4 years ago
Jeff Young ab583a32f9 Better layer handling for DRC markers. 4 years ago
Jeff Young 5f37c2b247 Custom rule severities. 4 years ago
Jon Evans 63f67b7e5b Fix loading netclasses from legacy boards via Python 4 years ago
Jon Evans d76c6bc884 Add NewBoard API to allow standalone BOARD creation 4 years ago
Jeff Young f6c160eb50 Apply a big hammer for python script refreshing. 4 years ago
Jon Evans 5475303ec2 Allow loading secondary boards from Python 4 years ago
Seth Hillbrand 548e5f49bd Clean up unused variable usage 4 years ago
Jon Evans 8eba0b356b Fix issues calling SaveBoard on board loaded from PcbNew frame 4 years ago
qu1ck 7b4dcb6e10 Refactor ExportSpecctraFile to be usable in API 4 years ago
Jeff Young 6aaf4413b3 Fix kicad_string.h / string.cpp mismatch. 4 years ago
jean-pierre charras 31d2b2df8b QA test: fix a wx assert about Locale when running qa_python tests. 4 years ago
Wayne Stambaugh cf00319c85 More NULL expunging. 4 years ago
Marek Roszko 10e60acf34 Clean up including of board_design_settings.h 5 years ago
Seth Hillbrand adf885b667 Move pcbnew swig 5 years ago
Seth Hillbrand c7d188a8d0 Centralizing SCRIPTING class 5 years ago
jean-pierre charras 0427bda768 Remove useless wx/wx.h include, that create sometimes compil warnings on msys. 5 years ago
jean-pierre charras 4d9829ec8b Fix some issues related to python scripts: 5 years ago
Jon Evans c04e19f9ac Include optimization: move some things from common.h to point-of-use 5 years ago
jean-pierre charras af88b01068 export_vrml: Better export of pad shapes, both on copper and paste layers. 5 years ago
Ian McInerney 908de37e7c Don't hardcode the file extensions where possible 5 years ago
Marek Roszko b82fcbcad6 More exception var disuse warnings 5 years ago
jean-pierre charras 8beeb368d2 Scripting: Fix missing utf8 to unicode string conversion in swig file 5 years ago
Jeff Young 3b35bfc0a5 Don't write out synthetic severities (they're headings). 5 years ago
Jeff Young 7bd31d5237 Naming conventions. 5 years ago
Jeff Young 84dd5108ba Remove some "class_" prefixes from files. 5 years ago
Jeff Young f7333ad64a Update some classnames including archaic zone names. 5 years ago
Jeff Young 6417015b8a Harvest -> Export 5 years ago
Jeff Young 115fd1d7f3 Move track-to-zone testing to RTrees. 5 years ago
Jeff Young adfc9f1288 Move File > Archive Footprints to Tools > Harvest Footprints. 5 years ago
Jon Evans 6c6a3ff465 Remove API removed in 04c4012e from Python helpers 5 years ago
Jeff Young daac95400f Make sure new DRC_ENGINE is initialized. 5 years ago
Jeff Young 95f12d0826 Add some missing includes. 5 years ago
Jeff Young d70f812255 Fix some initialisation issues in the Python framework. 5 years ago
Jon Evans 6df4a0cc7f Clean up asserts when running DRC from Python 5 years ago
Jon Evans bb8aa70ad0 Fix copy pasta 5 years ago
Jon Evans 0783669633 CHANGED: Design rules files now use .kicad_dru extension 5 years ago
Jon Evans 8f01771138 ADDED: Python API to run DRC and write a report 5 years ago
Julian Fellinger dcf058d91e added vrml export via python api 5 years ago
Jon Evans 4dbbe1cf68 Project settings fixes from review 6 years ago
Jon Evans c0aa6965de Migrate PcbNew project settings to new framework 6 years ago
Paul Ewing 40250c427a Expose the footprint library table to Python 6 years ago
Ian McInerney 5d46e721e5 pcbnew: Cleanup includes of pcbnew_id.h 6 years ago
Ian McInerney 7fb56cf9a3 Fix compile error due to enum changes 6 years ago
Seth Hillbrand 4d2e953f42 Cleanup: Replace C-only deprecated headers 6 years ago
Jeff Young 8f84c3ec4f Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal. 7 years ago