85 Commits (a3c9454221f211636d0fb51e5c71c8b9805ee420)

Author SHA1 Message Date
Wayne Stambaugh f45915ba93 Eeschema folder housekeeping. 10 months ago
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 11 months ago
Jeff Young e698156975 Upgrade many editing actions to SCHEMATIC_COMMIT. 3 years ago
Marek Roszko d2c0f5fc2a More wxSing 3 years ago
Jeff Young 389287e942 A bit more Part -> Symbol. 5 years ago
Jeff Young 1722bc03b0 Consistent terminology and punctuation. 5 years ago
Wayne Stambaugh ff099453c8 Rename class_library.[h|cpp] to symbol_library.[h|cpp]. 5 years ago
Wayne Stambaugh ee3eac325d Expunge the use of the word part from Eeschema code. 5 years ago
Wayne Stambaugh fb46cd8bc5 Expunge the use of the word component from Eeschema code. 5 years ago
Wayne Stambaugh 71c183d7bb Rename LIB_PART to LIB_SYMBOL. 5 years ago
Wayne Stambaugh fbc135e69f Rename SCH_COMPONENT to SCH_SYMBOL. 5 years ago
Jeff Young 2e3860de6f Naming conventions. 5 years ago
Wayne Stambaugh 1786ae8773 Eeschema: use symbol nomenclature for object file naming. 5 years ago
Ian McInerney 31e626f279 Cleanup creation of all our smart pointers 5 years ago
Marek Roszko ad191fda52 Unwrap eda_base_frame from base_screen 5 years ago
jean-pierre charras 7865d8de43 more cleanup about removing useless include 5 years ago
Wayne Stambaugh b624c7090a Deprecate saving legacy schematic and symbol library file formats. 6 years ago
Jon Evans d7bd4c9b04 Move Eeschema globals to new SCHEMATIC object 6 years ago
Wayne Stambaugh e91f1f57dd Eeschema: fix rescue multiple unit symbol bug. 6 years ago
Seth Hillbrand 6e5e453d0d Replace EESchema DLIST 7 years ago
Wayne Stambaugh 54f066fed7 Implement simple inheritance for library symbols. 6 years ago
Wayne Stambaugh 18667377f7 Eeschema: improve error message when writing cache library. 6 years ago
Jeff Young 01882d3103 Add more/better error messages for file i/o problems. 7 years ago
jean-pierre charras b636aaddf6 Eeschema: fix incorrect UI messages in dialogs due to using UTF8 strings instead of wxStrings (unicode) to build them. 8 years ago
Simon Richter 7e47ef7471 Fix warnings for unreferenced local variables 8 years ago
jean-pierre charras 8022f1cc01 fix code after renamin files 8 years ago
jean-pierre charras 795a36c9fe Fix code after renaming files, and a bit of code cleanup (remove useless includes and multiple includes of the same files) 8 years ago
jean-pierre charras 5d72aebd22 Fix code after renaming files 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
Wayne Stambaugh 168bf5e4b0 Symbol library archive bug fixes. 8 years ago
Wayne Stambaugh c1f7c1778a Revise symbol rescuer to support symbol library table. 8 years ago
Wayne Stambaugh 36f6d4a1f4 Convert symbol library editor over to use symbol library table. 8 years ago
Maciej Suminski 0d76b2947f Store imported Eagle symbols in a library 9 years ago
Russell Oliver b9edfe4fe4 WIP: Refactor symbol importation to account for multiple gates and device connect pin maps. 9 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. 9 years ago
jean-pierre charras d7a4fb7d8b Fix a crash in Eeschema when creating a netlist just after saving the project. 9 years ago
jean-pierre charras 83b4e45eb4 Fix a memory leak, if an error occurs. 9 years ago
jean-pierre charras 895c0bb716 Fix a compil warning and a wxASSERT in netlist dialog and component_tree.cpp 9 years ago
jean-pierre charras e9577a1025 Fixes: lp:1692706 (eeschema cache lib not rebuilt when saving schematic, and existing symbols already in cache are not updated) 9 years ago
Chris Pavlina 4011ed4e31 Convert UTF8 to/from wxString correctly around LIB_ID 9 years ago
Wayne Stambaugh 58ed5466b4 Fix legacy schematic I/O symbol library parser bug. 9 years ago
Wayne Stambaugh 175d68fbb1 Fix schematic cache library broken by schematic I/O plugin changes. 9 years ago
Wayne Stambaugh d5bf465dc6 Fix library save 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 73bbc35c3e Make the schematic I/O plugin the only option. 9 years ago
Wayne Stambaugh f477cc958c Eeschema: PART_LIB object clean up. 9 years ago
jean-pierre charras 37deba60c3 Fix shadowed vars (in microstrip.cpp) and deprecated compil warnings. 10 years ago