kicad/cvpcb
Seth Hillbrand c15a9e60d4 Used cached footprints without check in preview
Between the time the user loads the footprint preview in cvpcb or Add
Footprint in pcbnew, we don't need to verify cache integrity to display
the footprint.  We use the cache copy when displaying until we close the
selection window and re-open.  This limits our need to iterate over the
full directory on every footprint display.

Alternate solutions for v7 should include looking into libfswatch for
change detection
2021-02-25 15:46:52 -08:00
..
dialogs Change environmental variables to human-readable 2021-01-01 16:20:35 +00:00
tools Remove incorrect icon 2021-02-06 22:51:56 +00:00
CMakeLists.txt Remove GITHUB plugins 2020-10-29 16:45:04 -07:00
auto_associate.cpp Formatting and naming conventions. 2020-11-07 18:50:30 +00:00
auto_associate.h Push deprecation warning suppression down into boost. 2020-02-21 17:36:12 +00:00
components_listbox.cpp Code cleanup for readibility. 2020-01-11 21:30:48 +00:00
cvpcb.cpp Change environmental variables to human-readable 2021-01-01 16:20:35 +00:00
cvpcb.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
cvpcb.rc Handle Windows manifests ourselves and add dpi awareness option 2020-10-10 19:08:23 +00:00
cvpcb_association.h Unify LIB_IDs now that both are stored in sexpr files. 2020-12-18 00:30:26 +00:00
cvpcb_doc.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
cvpcb_id.h Actionize cvpcb 2019-08-12 14:19:01 -04:00
cvpcb_mainframe.cpp Fix missing change for GetPath() 2021-02-22 11:23:56 -08:00
cvpcb_mainframe.h Finish module cleanup (except for xpms). 2020-11-14 22:00:12 +00:00
cvpcb_settings.cpp Various Coverity fixes 2020-10-27 00:25:08 +00:00
cvpcb_settings.h Remember pane widths in CvPcb. 2020-10-09 21:30:09 +01:00
display_footprints_frame.cpp Used cached footprints without check in preview 2021-02-25 15:46:52 -08:00
display_footprints_frame.h More Undo/Redo Cleanup. 2021-02-12 11:26:48 -08:00
footprints_listbox.cpp Remove redundant Text Filter toggle icon and fix <Enter>. 2020-07-09 16:22:59 +01:00
library_listbox.cpp Code cleanup for readibility. 2020-01-11 21:30:48 +00:00
listbox_base.cpp Code cleanup for readibility. 2020-01-11 21:30:48 +00:00
listboxes.h Remove redundant Text Filter toggle icon and fix <Enter>. 2020-07-09 16:22:59 +01:00
menubar.cpp Trim down ever-expanding context menu. 2020-12-01 14:04:01 +00:00
readwrite_dlgs.cpp Always enable save; move dirty bit to asterisk in title bar. 2021-02-18 16:05:42 +00:00
toolbars_cvpcb.cpp Add a palette to the toolbars to display groups of actions 2020-09-27 01:00:44 +01:00