8 Commits (2b33a039541ddc418bd69c7723d90582d5e97660)

Author SHA1 Message Date
Jeff Young 5dc8e9a5de Formatting. 9 months ago
Jeff Young 9083c9e6ab Remove dead code. 9 months ago
Seth Hillbrand 452e69de85 Move thread pool into true singleton 10 months ago
Seth Hillbrand 074e6df3bc Revert "Move thread pool to singleton class" 10 months ago
Seth Hillbrand 361f61a023 Move thread pool to singleton class 10 months ago
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 10 months ago
Mike Williams 895c977dd3 design blocks: move all loading out the main kicad frame 1 year ago
Mike Williams 2c99bc6c6d new feature: Schematic Design Blocks 2 years ago
Jeff Young 5a9b681009 Clear timestamp when clearing cache. 1 year ago
Jeff Young bf2b3b0b0f Deconflict some LIB_TREE_ITEM APIs so they can remain non-const. 2 years ago
Marek Roszko 4d77fd48ef Shove thread_pool to core 2 years ago
Jon Evans 4c4bbdc8f3 Stricter API for LIB_TABLE 2 years ago
Mike Williams 85f889bc19 Fields: Description now mandatory 2 years ago
Jeff Young f3d3ade1dc Increased mutex safety. 2 years ago
Seth Hillbrand 48ecd742eb Maintain file permissions when renaming 2 years ago
Seth Hillbrand 1a670f4673 Catch IO_ERROR thrown in timestamp gen 3 years ago
Jeff Young f846bc833b Don't error out when enumeration of footprints fails. 3 years ago
Jeff Young 36eb853570 Formatting. 3 years ago
Seth Hillbrand 26a1114e3c Avoid Yields when the results are ready 3 years ago
Jeff Young 96f01d33c8 Performance improvements. 3 years ago
Seth Hillbrand 03c279ffd4 ADDED: Threadpool 3 years ago
Jeff Young 1f16092e29 Infobar warning if symbol loading was cancelled. 4 years ago
Jeff Young 7ccac79192 More wxString wide literals. 4 years ago
Seth Hillbrand 2a0e4a8324 Catch errors from `load()` 4 years ago
Jeff Young 3aae3c6f65 Dark mode for a bunch of HTML dialogs. 4 years ago
Jeff Young 41619ebbe2 Decouple PROGRESS_REPORTER interface from implementations. 4 years ago
Jeff Young 6aaf4413b3 Fix kicad_string.h / string.cpp mismatch. 4 years ago
Wayne Stambaugh cf00319c85 More NULL expunging. 4 years ago
Jeff Young 5c21f93803 Consistency in progress and error messages. 4 years ago
Jeff Young 9f51f7b055 Formatting and include cleanup. 4 years ago
luz paz f968fc8719 Fix source comment / documentation typos 4 years ago
Marek Roszko d946d6e68f Cleanup some pgm_base.h includes 4 years ago
Jeff Young ccaf9e11df Load footprint info when there's no cache available. 5 years ago
Jon Evans c04e19f9ac Include optimization: move some things from common.h to point-of-use 5 years ago
Wayne Stambaugh 5ecef204cd Coding policy fixes. 5 years ago
Marek Roszko 525934881f Use a temp file for saving the fp-info-cache for now 5 years ago
Marek Roszko 0967995a80 Replace wxTextFile for writing fp info cache 5 years ago
Jeff Young a207bd97bb Naming conventions. 5 years ago
Jeff Young bdbb68f813 MODULE -> FOOTPRINT. 5 years ago
Jeff Young 84dd5108ba Remove some "class_" prefixes from files. 5 years ago
Marek Roszko e49ac45b84 HTML_MESSAGE_BOX is a dialog 5 years ago
Marek Roszko 1d559108c8 Move LOCALE_IO out of common.h 5 years ago
Marek Roszko 52a12c6ccd Remove kicad_string.h from footprint_info.h 5 years ago
jean-pierre charras 87a220b8e2 more cleanup about removing useless include 5 years ago
Mark Roszko c6e388db14 Implement an app progress indicator in the taskbar 5 years ago
Jeff Young 0e9714fdba Simplify fp-info-cache escaping mechanism. 5 years ago
Seth Hillbrand 73d6169338 pcbnew: Check before reading/writing cache 6 years ago
Seth Hillbrand b5f021ff9f Cleanup: Replace push_back with emplace_back 6 years ago
Jeff Young e269b5d1b9 Workaround an issue where a throw terminates (even when there's a catch for it). 6 years ago
Seth Hillbrand 5151cd0bfe C++14: Remove unused make_unique.h 6 years ago