141 Commits (d72a778f1930c359c755c35cce17792007deba1e)

Author SHA1 Message Date
Ian McInerney 2148c593d6 Fix some compile warnings 6 years ago
Wayne Stambaugh aa9e74493f Eeschema: fix netlist creation crash when opening spice simulator. 6 years ago
Wayne Stambaugh 7183e9f97e Make the new schematic and symbol library file formats the default. 6 years ago
Jeff Young 2b6089240a Change super/subscript syntax to ^{foo} and _{foo}. 6 years ago
Jeff Young 9c8941e040 Remove a bunch of globals. 6 years ago
Wayne Stambaugh 9d6f64da9a Implement symbol library s-expression parser. 6 years ago
Wayne Stambaugh e1900161a7 Eeschema: implement new symbol library file s-expression formatter. 6 years ago
jean-pierre charras 2ca16c0b29 eeschema: fixes some issues related to translated and not translated field names. 6 years ago
Jeff Young cc573eed31 Patch crash bug when closing symbol properties dialog. 6 years ago
Wayne Stambaugh c67a52ffd8 Symbol editor: fix various crash and behavior bugs. 6 years ago
Wayne Stambaugh 9fe2c4b21f Fix a few more symbol library inheritance bugs. 6 years ago
Wayne Stambaugh 8e150521a2 Fix a few minor symbol library inheritance bugs. 6 years ago
Wayne Stambaugh 54f066fed7 Implement simple inheritance for library symbols. 6 years ago
Jeff Young 80dd3f8635 Draw datasheet field with the value from the dfm file. 6 years ago
Jeff Young b4c8657904 Fix non-visible-part or conversion items from getting selected. 6 years ago
Wayne Stambaugh 9020a3a26c Eeschema: remove dead code from LIB_PART object. 6 years ago
Jeff Young d6e9bdf07b Convert remaining legacy drawing code to print code. 7 years ago
Jeff Young 7995b5cc3c Restore selection on abort and undo/redo. 7 years ago
Jeff Young f87d371b8b Move to shared COLLECTORS for sch and lib. 7 years ago
Jeff Young 2aad4a5e57 Remove dead code from removal of eeschema legacy canvas. 7 years ago
Seth Hillbrand d25d62295a Ensure LIB_ALIAS elements are always drawn 7 years ago
jean-pierre charras 7b10490256 Library viewer: fix broken behavior of unit selector (could be Windows specific). 7 years ago
Jeff Young f17c18bcce Remove AdvanceDepth() hacks in favour of proper layers. 7 years ago
Jeff Young 1c52824913 Rewrite unit/convert handling so it also works for LibEdit. 7 years ago
Jeff Young a03dc577f8 Add support for units. 7 years ago
Jeff Young 8e915ae8d8 Add support for LIB_ALIAS objects. 7 years ago
Tomasz Wlostowski 90c7c60471 eeschema-gal: initial GALified version. Lots of stuff still to do! 7 years ago
Jeff Young d72fdaed29 Rewrite Library Symbol Properties dialog. 7 years ago
Jeff Young be1d6113d6 More performance enhancements. 7 years ago
Jeff Young f8a5e2c1c8 Performance enhancements in fp loading, string cmp, etc. 7 years ago
Jeff Young 97f7bd4cb9 Push component tree down into common. 7 years ago
Maciej Suminski 2865084ce8 Library Field editor: validate alias name before changing it 8 years ago
Wayne Stambaugh 81843c37a4 Organize trace debugging code for ease of maintenance. 8 years ago
Maciej Suminski a5844c9bb8 Replace illegal characters in LIB_{ALIAS,PART} LIB_IDs 8 years ago
Maciej Suminski 6c32b6f955 Pin edit coupling: renamed and changed the description 8 years ago
Maciej Suminski a99d0c44e1 Code comments 8 years ago
Maciej Suminski 6e65049a56 Do not modify LIB_ID in LIB_PART::SetLib() 8 years ago
Wayne Stambaugh 51717aad22 Eeschema: fix segfault bug when LIB_PART has no aliases. 8 years ago
jean-pierre charras dee93e5eeb Minor fix: rename LIB_PART::m_dateModified to LIB_PART::LIB_PART::m_dateLastEdition 8 years ago
Wayne Stambaugh 694ad93385 Move LIB_PART save code to legacy schematic plugin. 8 years ago
Wayne Stambaugh 0acdd9f02e Remove obsolete symbol library item load code. 8 years ago
Tomasz Włostowski 7fc1e1d53c Library Editor: component cut/copy/paste/duplicate 8 years ago
Maciej Suminski 2c20a10242 Removed friendship in LIB_PART and LIB_ALIAS classes. 8 years ago
Maciej Suminski aa81f5b98d Removed LIB_PART::SetLibId() 8 years ago
Maciej Suminski 445ac50588 Keep LIB_ID and LIB_PART name/library in sync 8 years ago
Maciej Suminski 4c4f5ae962 Unified way of setting LIB_PART name 8 years ago
Wayne Stambaugh cb764d73c5 Minor trace logging improvements. 8 years ago
Maciej Suminski 1edaa8090d Turned LIB_ITEMS_CONTAINER into a template 8 years ago
Bernhard Stegmaier 0be357ec3e LIB_ITEMS_CONTAINER reimplemented using C-style array of boost::ptr_vector 8 years ago
Maciej Suminski 352919658d Refactored LIB_PART data storage 8 years ago