119 Commits (d24a2afaca7e8b99ca4f938638fe644afc9db5a1)

Author SHA1 Message Date
Jeff Young 952108dd43 Implement SCH_SHEET_PIN selection, rotation and mirroring. 7 years ago
jean-pierre charras 0a308c4584 Fix minor compil warnings 7 years ago
Jeff Young da988428cf Add modern toolset cut/copy/paste. They now use the system clipboard. 7 years ago
John Beard 15bba27406 BITMAP_BASE: Add const image data accessor 7 years ago
Jeff Young 460909ea9a Move click-to-place tools to modern toolset. 7 years ago
Jeff Young b6c0aeb608 Move cut/copy/paste part (in libedit tree) to real clipboard. 7 years ago
Wayne Stambaugh ee14da3093 Minor schematic formatter fix. 7 years ago
Jon Evans 83c7e7fc65 New connectivity algorithm and bus upgrades 7 years ago
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