55 Commits (a019626719ae50a46b095e046fad1d2c5dc47580)

Author SHA1 Message Date
Jeff Young 5dc8e9a5de Formatting. 9 months ago
Wayne Stambaugh f161d94521 Common folder housekeeping part 2. 10 months ago
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 10 months ago
Jeff Young f40cb8dcb8 Remove a couple of fixed-version-number stragglers. 11 months ago
John Beard 653d85f9fc Abstract LIB_TABLE IO to allow non-file-based tables 1 year ago
Seth Hillbrand 7214ef1f14 Remove basic masking class map_string_utf8 1 year ago
Jeff Young 431087fc7c Don't deadlock when adding rows. 1 year ago
Jeff Young 0f099ac65e Use lock when clearing and loading libTables. 1 year ago
Jeff Young d5c7ac5065 Fix scoping of lock. 1 year ago
Jon Evans 639f59839e Make sure database library has updated pointer to library table 2 years ago
Jon Evans 373fb56fb7 Fix legacy lib table loading logic 2 years ago
jean-pierre charras 53b2fda184 Fix some minor compil and Coverity warnings. 2 years ago
Jon Evans 4c4bbdc8f3 Stricter API for LIB_TABLE 2 years ago
Marek Roszko dffd2da8c8 Fix the shared_lock added and micro-opt the reindex 3 years ago
Marek Roszko e053fbefd7 Use a shared_mutex to read/write lock the nickIndex 3 years ago
Seth Hillbrand 442ee52905 Add versioning to lib tables 3 years ago
Seth Hillbrand 70a57505de Migrate lib tables to KICAD7 on open 3 years ago
Seth Hillbrand efe12f2da5 Cleanup variable naming 3 years ago
Jon Evans dd94b2d3a7 Rename PROPERTIES to STRING_UTF8_MAP for clarity 3 years ago
qu1ck 6ebb3baa3b PCM: autoload libs from installed packages to global lib tables 4 years ago
Jon Evans 26ba8e1938 Don't use recursive mutex for nicknames anymore 3 years ago
Jon Evans 300d92438c Allow hiding symbol library tables from symbol chooser 3 years ago
Jon Evans ae6a2a6443 ADDED: Database libraries MVP 4 years ago
Jeff Young a187076438 Use natural order sorting for FP libraries. 4 years ago
Jeff Young de49f5090d Formatting (and auto reduction). 4 years ago
Seth Hillbrand 70841c6393 Fix a crash bug when changing footprint name 4 years ago
Jeff Young f606679164 Proper numeric sorting for intersheet refs. 4 years ago
Jeff Young b84d1456d5 KIFACE_I -> KIFACE_BASE. 4 years ago
Ian McInerney ecd9bf696e Be consistent about using nullptr instead of 0 5 years ago
Ian McInerney ae91042544 Implement thread safety for symbol loading routines 5 years ago
Wayne Stambaugh 1eee72ec65 Fix library tree behavior when duplicate project table entry is disabled. 5 years ago
Jeff Young bb232e6ac6 Unify LIB_IDs now that both are stored in sexpr files. 5 years ago
Marek Roszko e928b2d8fd Split EDA_UNITS out from common. 5 years ago
jean-pierre charras 36bc44e6d7 more cleanup about removing useless include 5 years ago
Jeff Young cc9ac37a0e Add text variable support to envVar processing. 6 years ago
Jon Evans e59a3d981e Implement a new settings framework across all of KiCad 6 years ago
Simon Richter 48ce1239a2 Remove unused LIB_TABLE_ROW::Parse 6 years ago
Seth Hillbrand 0ba0c17245 Alphabetize Library Table returns 6 years ago
John Beard 84d79ec10d QA: LIB_TABLE tests 7 years ago
Jeff Young aa7da5dfcd Treat ${...} and $(...) envvar references uniformly. 8 years ago
Jeff Young 91cfecaa12 Don't allow wxDataViewCtrl updates during model update. 8 years ago
Wayne Stambaugh bf44d394c3 Eeschema: fix remapping bug on windows builds. 8 years ago
Wayne Stambaugh 8f0e6469ca Minor symbol remapping fixes. 8 years ago
Oliver 8b140186fe Only enumerate active libraries 8 years ago
Oliver f85ce87e44 Toggle LIB_TABLE_ROW enabled/disabled in grid editor 8 years ago
Oliver 7cdb78e852 Added "enabled" parameter for LIB_TABLE_ROW 8 years ago
Wayne Stambaugh 36f6d4a1f4 Convert symbol library editor over to use symbol library table. 8 years ago
Wayne Stambaugh 0cf2df51c6 Convert symbol library viewer over to symbol library table. 8 years ago
Wayne Stambaugh 96c3d5ff21 Enable symbol library table remapping. 8 years ago
Kristoffer Ödmark 19d5cc7548 Removed all exception specifiers since deprecated. 9 years ago