42 Commits (ceed9ca5f8eafe6d743bc4e223f705c377673cab)

Author SHA1 Message Date
John Beard b34746e06b Symbol editor: allow editing all related symbols from the treeview 2 months ago
Jeff Young 4e62a71448 Not all callers are expecting GUI to be put up at this level. 4 months ago
Jeff Young e18b4cbf72 User could lock the file at any time (KICAD-73V). 4 months ago
Jeff Young 04e38d3fcd This is also used for save as. (KICAD-81M) 4 months ago
Jeff Young 8302b0d6bd Escape/unescape symbol name in save as dialog. 4 months ago
Jeff Young ef395d3957 Slight performance improvements. 5 months ago
jean-pierre charras e54c73b516 SCH_IO_MGR::GuessPluginTypeFromLibPath(): fix issue for new .kicad_sym files 8 months ago
Jon Evans 49a5b44220 Fix usage of CmpNoCase in SymbolNameInUse 8 months ago
Jeff Young 7eb75720b5 Start to retire "alias" in favour of "symbol" and "derived symbol". 9 months ago
Jeff Young aaca66351e Case-insensitive collision detection for symbol names. 9 months ago
Wayne Stambaugh f45915ba93 Eeschema folder housekeeping. 9 months ago
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 10 months ago
Seth Hillbrand d04a20b765 Fix crash in symbol editor GetlibraryNames 11 months ago
John Beard df2ab5ce8c Sym lib manager: add descriptions to asserts 1 year ago
John Beard df5fe44839 sch_symbol.h doesn't need sch_lib_table.h 1 year ago
John Beard 9d4e7e359b SYMBOL_LIBRARY_MANAGER: SaveBuffer doesn't need ownership 1 year ago
John Beard a8f4dfd47d SYMBOL_BUFFER: Enforce non-null returns 1 year ago
John Beard 06eab304e5 SYMBOL_LIBRARY_MANAGER: Formalise ownership when creating SYMBOL_BUFFERs 1 year ago
John Beard 49a0318fe5 SYMBOL_LIBRARY_MANAGER: Clarify UpdateBuffer ownership 1 year ago
John Beard a756b058ae SYMBOL_LIBRARY_MANAGER: Clarify ownership semantics 1 year ago
John Beard 69889eff7c SYMBOL_LIBRARY_MANAGER: Enforce non-null via reference 1 year ago
Seth Hillbrand 7214ef1f14 Remove basic masking class map_string_utf8 1 year ago
Seth Hillbrand b38357a5ea Fix potentially incorrect libid when using save as 1 year ago
Jeff Young 251ed2ee54 Formatting and "auto" reduction. 1 year ago
Ian McInerney f2702b223c Introduce base IO_MGR class and unify RELEASER objects 2 years ago
Ian McInerney 85f62c1fde Rename all schematic IO plugins 2 years ago
Ian McInerney d8b47d18d3 Initial rename of file plugin infrastructure components to IO 2 years ago
Wayne Stambaugh 9ff8d02e60 Symbol library manager object changes. 2 years ago
Marek Roszko 8c6899b0d3 Tear out the eeschema conditional compile of PROJECT 2 years ago
Marek Roszko 7505fd0f37 Profile can live in core 2 years ago
Alex Shvartzkop e128896ba6 Schematic plugins refactoring, fixes for PCB plugins. 2 years ago
Wayne Stambaugh 0f621f9af9 Fix multiple inheritance deletion bug in symbol library manager. 2 years ago
Wayne Stambaugh 1026596964 Allow symbols to be derived from other derived symbols. 2 years ago
Seth Hillbrand 14f6e32c74 ADDED: Change watcher for libraries 2 years ago
Jon Evans e7a4d6d4da Exclude database libraries from the symbol library editor 3 years ago
Jon Evans dd94b2d3a7 Rename PROPERTIES to STRING_UTF8_MAP for clarity 3 years ago
Wayne Stambaugh 598b09821a Coverity fixes. 3 years ago
jean-pierre charras 806b5fab0e SYMBOL_LIBRARY_MANAGER::SaveLibrary(): Add missing code. 3 years ago
jean-pierre charras f5fd12c002 Symbol Editor: Fix reverting changes on a root symbol: derived symbols are displayed wrong 3 years ago
Ian McInerney 44c2782d39 Fix more for loops making copies of iterates 3 years ago
Ian McInerney fdb97a46c1 Don't copy items in for loops when not needed 3 years ago
Jon Evans 2089374f53 ADDED: Export symbols from schematic to library 3 years ago
Seth Hillbrand 35ac39844f Clean up some auto usage 3 years ago
Wayne Stambaugh 898ec0d094 Fix wxWidgets 3.1 and later deprecated build warnings. 3 years ago
Seth Hillbrand 5cd3c07862 Catch throws in DeleteSymbol 4 years ago
Seth Hillbrand 5f7ac58f95 Catch errors when saving individual symbols 4 years ago
Jeff Young c6f83b6dec ADDED Duplicate Footprint, Rename Symbol and Rename Footprint. 4 years ago
Wayne Stambaugh 7da7864f5e Fix some Coverity issues. 4 years ago
Jeff Young 1f16092e29 Infobar warning if symbol loading was cancelled. 4 years ago
Jeff Young 574bef2237 Normalize drawing sheet path to env vars & prj, not just prj. 4 years ago