26 Commits (9cac0a38cc3050f8a9a3380f505eda07bfca39e6)

Author SHA1 Message Date
jean-pierre charras e2afe5e1a3 Toolbars with wxComboboxes: Fix incorrect ReCreate Toolbar methods: they recreated these wxComboboxes without deleting the previously created. 7 years ago
Jeff Young 69952a7b9f Improve updating of symbol and footprint trees. 7 years ago
Jeff Young 0585382986 Allow editing of library footprint from board reference. 7 years ago
Jeff Young 37f7faf433 Move lock checks to CLIENT_SELECTION_FILTER. 7 years ago
Jeff Young a5e2ddd65a Don't save footprint when it's renamed; wait for the user to save. 7 years ago
Jeff Young e55547223e ModEdit Save should save back to board if that's where the FP came from. 7 years ago
Jeff Young 4b1a31ffad Regularize save-changes dialogs. 7 years ago
Jeff Young 4c08a71df5 Warn before replacing edited footprint in footprint editor. 7 years ago
Jeff Young be1d6113d6 More performance enhancements. 7 years ago
Jeff Young f3f814e622 Performance enhancements for footprint info list. 7 years ago
Jeff Young 9322139baa Touch up Footprint Viewer for new Lib Tree. 7 years ago
Jeff Young f8a5e2c1c8 Performance enhancements in fp loading, string cmp, etc. 7 years ago
Jeff Young 0a35c5c97e Convert Footprint Editor to component tree. 7 years ago
Jeff Young b400565880 Convert Place Footprint to component tree. 7 years ago
Jeff Young cb61525394 Handle separate parsing rules for ID_SCH and ID_PCB. 7 years ago
jean-pierre charras 4cac974420 Add Bezier curve (S_CURVE shape) support in DIALOG_GRAPHIC_ITEM_PROPERTIES. 7 years ago
Jeff Young 271826f8f3 Fix crash when deleting from library with nothing selected. 8 years ago
jean-pierre charras 9354372a0c Fix bug: Pcbnew crash on invoking footprint browser when already open (happens only in some distros) 8 years ago
Jeff Young a65088419e More forgiving keyword search. 8 years ago
Jeff Young 942d4e7658 Check footprint history list for validity. 8 years ago
Jeff Young d391489596 Don't clear old footprint till after user has hit OK. 8 years ago
Jeff Young 7bd2f14342 Go back to checking individual file timestamps. 8 years ago
Jeff Young cb77babe52 Only load all the libraries for a keyword or wildcard search. 8 years ago
Jeff Young 809093acd0 Don't bail out of loading when one library couldn't be found. 8 years ago
Jeff Young f69d499527 Use async footprint loader for Place Footprint. 8 years ago
jean-pierre charras 0c8b852e52 rename files 8 years ago
jean-pierre charras be746a8e3d rename a few files related to the footprint viewer. 8 years ago
jean-pierre charras 39b4afecfa fix code after file renaming 8 years ago
jean-pierre charras 8552f3fedf fix code after renaming files 8 years ago
Camille 3168d03fe5 Fix unnecessary copy initialization detected by clang-tidy 8 years ago
Simon Richter a9ccf1161b Fix quotes in UI messages 8 years ago
Tomasz Włostowski 50bb9ce665 pcbnew: catch exceptions for missing modules during netlist update to avoid silent failure on first missing footprint 8 years ago
Dick Hollenbeck 4e7de8a761 Reverse commit 4011ed4e31. 8 years ago
Tomasz Włostowski 9ad886344b New connectivity algorithm. 9 years ago
Kristoffer Ödmark 19d5cc7548 Removed all exception specifiers since deprecated. 9 years ago
Wayne Stambaugh 3cec63e9b9 Pcbnew: plugin improvements. 9 years ago
Chris Pavlina 4011ed4e31 Convert UTF8 to/from wxString correctly around LIB_ID 9 years ago
Chris Pavlina 849b3c2a4b Add footprint select dropdown to component chooser, serious refactoring 9 years ago
Wayne Stambaugh 64c892ee23 Make footprint ID into a generic library ID. 9 years ago
Dick Hollenbeck 9ad49dc2d1 Split IO_ERROR out of richio.* and store Problem() and Where() separately 9 years ago
Michael Steinberg fde12ebd25 Replace boost::function and boost::bind with their std:: counterparts 10 years ago
jean-pierre charras 1ae9175671 A few minor fixes for compil warnings (shadowed variables and deprecated auto_ptr) 10 years ago
jean-pierre charras 99d18faca9 Change the way main editor frames are managed by Kicad: before this change, they had the Kicad manager frame as parent frame, and it creates a few issues: 10 years ago
jean-pierre charras 6ff0092e21 Github plugin: fix lack of message when trying to download a non existing footprint library (Curl does not return an error: the message "Not Fount" is stored in buffer, and the zip handler returns a not suitable error message) 10 years ago
jean-pierre charras 59d02cf1a4 Minor fixes: 10 years ago
jean-pierre charras 21d700facc Replace "module" by "footprint" in a few messages. 10 years ago
Wayne Stambaugh 25ef22b00c Pcbnew: fix assertion due to string formatting error when loading footprint from board in footprint editor. (fixes lp:1495744) 10 years ago
jean-pierre charras bbbb84e6c2 Fix a few minor coverity warnings. 11 years ago
Wayne Stambaugh d1d1e2b58a Lots of Coverity scan error fixes. 11 years ago
Maciej Suminski 4fb9bce354 Code formatting. 11 years ago