111 Commits (175a2bc0b40516279940ca59d9bfd4b10f831ed5)

Author SHA1 Message Date
jean-pierre charras 175a2bc0b4 Force time stamp to 32 bits unsigned values, and make it tolerant to files using 64 bits values. 7 years ago
Jon Evans ab74445df4 Fix loading of components with convert parameter set to zero 7 years ago
Wayne Stambaugh cf7639b4da Fix coding policy violations of previous patch. 7 years ago
Brian Henning 79bacd15e1 Made LIB_PART parsing and formatting (from/to string) static and public 7 years ago
Seth Hillbrand 72c885797e Eeschema: prevent schematic images with bad scales 7 years ago
jean-pierre charras e50d9df76a Eeschema: fix incorrect parsing of line color (r v b values). 7 years ago
Wayne Stambaugh b8de4e73bf Eeschema: fix schematic symbol parsing bug. 7 years ago
Wayne Stambaugh 742961119d Eeschema: fix library symbol pin definition parsing bug. 7 years ago
Wayne Stambaugh a61a51f26e Eeschema: fix UTF8 character handling bug in legacy parser. 7 years ago
Wayne Stambaugh 34ea79eddb Fix LIB_ID illegal character tests. 7 years ago
Jeff Young 0b39b68d37 Generate error dialog when a symbol library can't be found. 7 years ago
jean-pierre charras 202b35bc90 Eeschema: Fix incorrect parsing of old schematic files (version 2) for HLabels and GLabels 7 years ago
jean-pierre charras 45395f9b59 Eeschema: fix a bug when reading .dcm files (the eol char was not stripped, giving broken fields values) 7 years ago
jean-pierre charras 21195a751d Eeschema: sch_legacy_plugin.cpp: fix incorrect parsing of pin position. 7 years ago
Jeff Young 20bf6827e7 Minor performance enhancements to symbol loading. 7 years ago
Jeff Young cb61525394 Handle separate parsing rules for ID_SCH and ID_PCB. 7 years ago
Jeff Young f79ca271e3 Replace missing #ifndef's. 7 years ago
Jeff Young bc47f085df Support symlinks for .pretty and .lib files. 7 years ago
Maciej Suminski 8ba694e6fd eeschema: fix alias names in .dcm files 7 years ago
Seth Hillbrand d30ac2967a eeschema: Rescue symbols with illegal chars 8 years ago
jean-pierre charras 509793a5b4 Symbol editor: Inversion sign ("~") incorectly ùmanaged in graphic texts. 8 years ago
Maciej Suminski 194c57133c SCH_LEGACY_PLUGIN::loadHierarchy() uses a stack to maintain sheet paths 8 years ago
Maciej Suminski 26ee673a6b Validate symbol alias names read from .dcm files 8 years ago
Wayne Stambaugh 41c1657eb6 Eeschema: fix bug in sheet path loading logic. 8 years ago
jean-pierre charras 3179e40b57 Fix compil warning (perhaps 32 bit build specific) 8 years ago
Maciej Suminski 41ac458e79 Fixed SCH_LEGACY_PLUGIN_CACHE::saveBezier() 8 years ago
jean-pierre charras 4a254ee7f3 Eeschema, schematic file save issue: fix missing switch to C locale before saving files 8 years ago
Wayne Stambaugh 81843c37a4 Organize trace debugging code for ease of maintenance. 8 years ago
Carsten Schoenert a11714b1a4 fix misspelled 'an other' -> 'another' 8 years ago
Jeff Young 99e659ff54 Coverity fixes. 8 years ago
Maciej Suminski b3601bd540 SCH_LEGACY_PLUGIN_CACHE: Rename conflicting aliases 8 years ago
Maciej Suminski d74bb131e1 SCH_LEGACY_PLUGIN_CACHE: Do not add the root alias for loaded symbols 8 years ago
Seth Hillbrand 886159347a Eeschema: Verify file content exists 8 years ago
Wayne Stambaugh b8c00a0d07 Fix hierarchical schematic file sheet path bug. 8 years ago
Wayne Stambaugh 00749af914 Eeschema: fix using subpaths in sheets. 8 years ago
Jeff Young 99ad5cf394 More performance optimizations for symbol libraries 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 4c5bd01887 Rename a few files 8 years ago
Wayne Stambaugh 2b460bc1ff Eeschema: improve alias load performance. 8 years ago
Maciej Suminski 6e65049a56 Do not modify LIB_ID in LIB_PART::SetLib() 8 years ago
Simon Richter a9ccf1161b Fix quotes in UI messages 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 8af9aa7574 Eeschema: allow for partial schematic loading. 8 years ago
Wayne Stambaugh 694ad93385 Move LIB_PART save code to legacy schematic plugin. 8 years ago
Wayne Stambaugh b82bd8e0c5 Fix symbol names with illegal library ID characters. 8 years ago
Maciej Suminski aa81f5b98d Removed LIB_PART::SetLibId() 8 years ago
Maciej Suminski 4c4f5ae962 Unified way of setting LIB_PART name 8 years ago
Julius Schmidt 375a4e28d6 fix MANDATORY_FIELDS comparisons (need to exclude -1) 8 years ago
jean-pierre charras 0517f78085 eeschema: store line style using a more readable format 8 years ago
Seth Hillbrand b576189a00 Eeschema: Adding line styling options 8 years ago