146 Commits (5625d6408f6fbd68a241d37272dd86786440a614)

Author SHA1 Message Date
Ian McInerney 31e626f279 Cleanup creation of all our smart pointers 5 years ago
Marek Roszko a1c75748a0 Remove GetChars(), a wxWidgets 2.9 compatibility hack 5 years ago
Marek Roszko ad191fda52 Unwrap eda_base_frame from base_screen 5 years ago
Michael Kavanagh c40483d18a Cleanup: Move KiCad files into plugins folder 5 years ago
jean-pierre charras 7865d8de43 more cleanup about removing useless include 5 years ago
Wayne Stambaugh ede39780e2 Remove all debugging output that cannot be disabled. 5 years ago
Mark Roszko c6e388db14 Implement an app progress indicator in the taskbar 5 years ago
Jon Evans 12b4a55ae8 Port Eeschema to new project settings 6 years ago
Wayne Stambaugh b624c7090a Deprecate saving legacy schematic and symbol library file formats. 6 years ago
Jeff Young ac096fdf99 Catch exceptions from a failed library load. 6 years ago
Jeff Young 836c1ea56e Fix a bunch of un-caught boost::bad_pointer exceptions. 6 years ago
Jeff Young 7bb9551801 Handle boost exceptions. (From Coverity scan.) 6 years ago
Wayne Stambaugh 54f066fed7 Implement simple inheritance for library symbols. 6 years ago
Jeff Young 5c43924338 Display all "File couldn't be found" messages at the end. 6 years ago
Jeff Young 99e659ff54 Coverity fixes. 8 years ago
jean-pierre charras 5d72aebd22 Fix code after renaming files 8 years ago
Maciej Suminski 8721f7ed70 Changed remaining occurences of 'part' to 'symbol' in the symbol editor 8 years ago
Simon Richter a9ccf1161b Fix quotes in UI messages 8 years ago
Wayne Stambaugh 7ca7d9078e Eeschema: fix potential symbol cache library name collisions. 8 years ago
Maciej Suminski 42220579df Const modifiers 8 years ago
Wayne Stambaugh 8fd89c881d Final symbol library table changes before merge. 8 years ago
Wayne Stambaugh c1f7c1778a Revise symbol rescuer to support 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
Wayne Stambaugh 83cf726cd6 Fix crash when no symbol libraries are found. 8 years ago
Dick Hollenbeck 19e6bde09a Rewrite class UTF8 to contain rather than extend std::string storage. 8 years ago
Dick Hollenbeck 4e7de8a761 Reverse commit 4011ed4e31. 8 years ago
jean-pierre charras 459fd9e584 Better fix for bugs 1703258 and 1702707: better detection of cache lib modifications, not always detected previously. 8 years ago
jean-pierre charras 9a2322cfcd New fix for bug 1700331 (Filenames with Double Period Invalid). 8 years ago
Tomasz Włostowski 0f5ab1bc87 Reverted commit 4130083445. 8 years ago
Wayne Stambaugh 4130083445 Eeschema: fix loading symbol libraries with dot in file name. 8 years ago
Kristoffer Ödmark 19d5cc7548 Removed all exception specifiers since deprecated. 9 years ago
Wayne Stambaugh 36606ceeb7 Add symbol library table remapping dialog. 9 years ago
Chris Pavlina 4011ed4e31 Convert UTF8 to/from wxString correctly around LIB_ID 9 years ago
jean-pierre charras 8f3fc7b858 Optimization in class_library.cpp: speed up power component list creation. 9 years ago
jean-pierre charras de30dc9f5d Speed up schematic libraries loading. 9 years ago
Maciej Suminski 7034ea0c95 Added missing PROPERTIES parameter to function calls in PART_LIB 9 years ago
Maciej Suminski 8b8de76aa5 Store information about buffering & caching in properties 9 years ago
Chris Pavlina 9effcb80e7 Optimize SCH_PLUGIN enumeration for populating the component chooser 9 years ago
Wayne Stambaugh 0898b6c94d Prevent symbol libraries from being unnecessarily reloaded. 9 years ago
Wayne Stambaugh 9375e18fb6 Fix broken symbol library alias root symbol links. 9 years ago
Wayne Stambaugh 175d68fbb1 Fix schematic cache library broken by schematic I/O plugin changes. 9 years ago
Wayne Stambaugh e8cf4f0724 Fix bug in legacy schematic I/O plugin. 9 years ago
Wayne Stambaugh 7ccdca5ced Use library ID to store library symbol information in the schematic symbol. 9 years ago
Wayne Stambaugh ebfbbcc1f5 Fix missing part library broken by schematic I/O plugin changes. 9 years ago
Wayne Stambaugh 73bbc35c3e Make the schematic I/O plugin the only option. 9 years ago
Oliver 702795f4a9 Added progress dialogs for library loading 9 years ago
jean-pierre charras d3af42d5de Fixes: lp:1641456 (Linux specific: Unable to load Eeschema libraries that have an absolute path, due to an incorrect initialization of a wxFileName variable) 9 years ago
jean-pierre charras 318429590e Eeschema: Fix an issue with new schematic plugin: it expects absolute paths for libraries, but if a library is in the current working dir, its filename was not absolute, and the lib was silently ignored. Now, filenames are always absolute. 9 years ago
Wayne Stambaugh d470ac9c24 Eeschema: minor LIB_PART object changes. 9 years ago