72 Commits (4df3cb912d3979fdc1f14a5c02ec3090183177c8)

Author SHA1 Message Date
Marek Roszko 4df3cb912d Remove another leaky wx/log.h header 4 years ago
Wayne Stambaugh 5da8e700ce Eeschema: fix BOM path bug in stand alone mode. 4 years ago
Jon Evans 18037e2f65 Rework bitmap system to load from archived PNGs 5 years ago
Jon Evans 720147d272 Remove transitive inclusion of bitmaps.h 5 years ago
Jon Evans 7fda7438f9 BOM dialog: explain when we can't find scripts 5 years ago
Jon Evans 8d62c73b86 Eeschema: overhaul storage of BOM plugin settings 5 years ago
Marek Roszko b609c7dcd6 Kick the osx specific path helpers into PATHS 5 years ago
Jeff Young 41234a8373 Implement more precise annotation-required messages. 5 years ago
Seth Hillbrand e4c77f3a47 Remove non-existant BOM plugins 5 years ago
Michael Kavanagh 154e19b6e7 Icons: use common prefix for small 16x16 5 years ago
Jeff Young 78129aabeb Fix another case of 413ff4525b. 5 years ago
Jeff Young a207bd97bb Naming conventions. 5 years ago
Jeff Young 6654c03041 Embarking on the next adventure: component -> symbol. 5 years ago
Jeff Young 1d110d5414 Move a couple more dialogs to QuasiModal for syntax help. 5 years ago
Marek Roszko e49ac45b84 HTML_MESSAGE_BOX is a dialog 5 years ago
jean-pierre charras 539ac4c214 Remove a few include<wx/wx.h> in many files that do not actually use this include. 5 years ago
jean-pierre charras bda275de46 more cleanup about removing useless include 5 years ago
Jeff Young 15c136ead2 Make a bunch of help dialogs modeless. 5 years ago
Wayne Stambaugh ede39780e2 Remove all debugging output that cannot be disabled. 5 years ago
Wayne Stambaugh 037898f6fb Eeschema: add support for excluding symbols from board. 5 years ago
Jon Evans a63df2fbf0 Remove BuildNetListBase from netlisting paths 5 years ago
Jon Evans d7bd4c9b04 Move Eeschema globals to new SCHEMATIC object 5 years ago
jean-pierre charras cc47062b17 Fix a few Coverity issues 6 years ago
Jon Evans e59a3d981e Implement a new settings framework across all of KiCad 6 years ago
jean-pierre charras 19e92c9d11 Eeschema: replace dialog_bom_help.html by dialog_bom_help.md The .md files are smaller and translatable. 6 years ago
Seth Hillbrand 5151cd0bfe C++14: Remove unused make_unique.h 6 years ago
Simon Richter c8c3e1f96a Fix build order for generated headers and sources 6 years ago
Ian McInerney c8cd95a718 eeschema: Force focus on dialog after BOM creation 6 years ago
jean-pierre charras 611878351a BOM and Netlist dialogs: replace "plugin" by "generator" and/or "script". 6 years ago
Jon Evans 5cf82f1a9e Begin refactoring netlist creation 7 years ago
jean-pierre charras e7fa02a9f0 DIALOG_BOM: fix a few issues. Mainly an annoying issue when a plugin file was not found 7 years ago
Seth Hillbrand 3b54a44540 wildcard strings update 7 years ago
Jeff Young ad0d9f8df0 Save user-defined nicknames. 7 years ago
jean-pierre charras 8522baf4a7 bom_plugins.cpp: fix incorrect command line for python scripts on Windows. 7 years ago
Maciej Suminski 2ee2d9014a Populate BOM plugins list if the list is empty 7 years ago
Maciej Suminski 15772e4b0b BOM plugins refactor 7 years ago
Wayne Stambaugh ce34a713b4 Eeschema, make BOM tool add file dialog remember last used path. 7 years ago
Jeff Young 65f62f93ef Fix MSW spacing issues. 7 years ago
Jeff Young d72fdaed29 Rewrite Library Symbol Properties dialog. 7 years ago
jean-pierre charras ce3760438c Fix a few wxWidgets minor asserts. Fix also a missing bitmap button initialization. 7 years ago
Jeff Young 7c3a67191b Freshen the BOM dialog. 7 years ago
jean-pierre charras 9a462d9414 dialog_bom: modify the way a command line is created (python scripts on windows only) to call python scripts 8 years ago
jean-pierre charras 8022f1cc01 fix code after renamin files 8 years ago
jean-pierre charras 47dfabc6c8 Add size control to HTML_MESSAGE_BOX. Fix incorrect default size of a few dialogs. 8 years ago
Simon Richter a9ccf1161b Fix quotes in UI messages 8 years ago
Marvin Schmidt 69974b73db Remove some extra semicolons 8 years ago
Russell Oliver 869743d573 Kicad Eagle Project Import Improvements. -- schematic and board files are both visible in file selection dialog. -- Allows for the selection of either the board or schematic file. -- silently fails on not detecting the corrosponding board or schematic file. -- all new kicad files are generated in new project directory -- Silently read netlist without generating annotation warnings which synchronises timestamps and paths based on given eagle references, otherwise renumbering schematic references will break links accross schematic and pcbnew. 8 years ago
jean-pierre charras e626136e29 Eeschema: boom generator: ugly fix on Windows to allow xsltproc.exe working from the command line created from bom dialog. 8 years ago
Kristoffer Ödmark 19d5cc7548 Removed all exception specifiers since deprecated. 8 years ago
Diogo Condeco 75ffcbcef5 MACOS Setfocus and CancelButtonIssue moved into dialog_shim. 9 years ago