112 Commits (76a915d472b78fe1d42952f3e963b501d9a3a024)

Author SHA1 Message Date
Jeff Young 0c2ba94b16 More sharing between SchEdit and LibEdit. 7 years ago
Jeff Young fd546da640 Homogenize hit testing and selection return types. 7 years ago
Jeff Young 58ba573038 Handle cascading selections in placement. 7 years ago
Jeff Young f81007f74b Some clean-up and moving message panel update to selection event. 7 years ago
Jeff Young 0844a5c478 Implement more robust pinMap. 7 years ago
Jeff Young 1a007c3e4b Implement SCH_SELECTION_TOOL (but still with legacy semantics). 7 years ago
Jeff Young 5e2cf51309 Improve robustness of SCH_PIN storage architecture. 7 years ago
Jon Evans bf051b5c41 Cache InNetlist status for components 7 years ago
Jeff Young 2aad4a5e57 Remove dead code from removal of eeschema legacy canvas. 7 years ago
Jeff Young 95635804bf Replace pin mark/sweep with method that doesn't invalidate iterators. 7 years ago
Jeff Young 3ace73fbdd Fold various SCH pin shadow data structures into SCH_PIN. 7 years ago
Jeff Young 52246121b9 Add pins to net highlighting. 7 years ago
Jon Evans 83c7e7fc65 New connectivity algorithm and bus upgrades 7 years ago
Seth Hillbrand 353bda6792 eeschema: Add directly connected items to block 7 years ago
jean-pierre charras 7ad21fefe5 Cross probing: Trying to fix a crash, certainly due to a call to clear the HIGHLIGHTED flag of a structure that is not a EDA_ITEM. 7 years ago
Tomasz Włostowski c777eac000 eeschema: improved highlighting of PCB->SCH cross-probed components/labels/pins 7 years ago
Jeff Young ed6c68a1e3 Clean up handling of component fields. 7 years ago
Jeff Young 4030eec939 Implement proper dangling end handling for block moves. 7 years ago
Jeff Young 1baa904034 Dangling symbol fixes. 7 years ago
Jeff Young f17c18bcce Remove AdvanceDepth() hacks in favour of proper layers. 7 years ago
Jeff Young 893f7641ce Handle hidden and dangling pins. 7 years ago
jean-pierre charras 86f5d4e665 Eeschema: fix incorrect/incomplete annotation clearing in duplicate and paste block (happens in complex hierarchy) 7 years ago
jean-pierre charras 181ce46b91 Eeschema: fix incorrect references clearing for shared sheet paths. 7 years ago
Jeff Young 196bdc05db Delete empty fields from Symbol Fields editor. 7 years ago
Jeff Young eacaa39aa2 Remove global units usage from GetSelectionText... 8 years ago
Jeff Young c8b02674dc Direct editing of LIB_FIELDs and SCH_FIELDs in dialogs. 8 years ago
Jeff Young d03e92a3a2 Field Name Template (aka Default Fields) fixes. 7 years ago
Jeff Young e3c4a96f5c Default field bug fixes. 8 years ago
Maciej Suminski 58c27398cb Eagle SCH import: improved implicit connections resolution 8 years ago
Camille 9ff66a5274 Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 8 years ago
Seth Hillbrand a061fe1f99 Eeschema: Adding connection block selections 8 years ago
Seth Hillbrand 8e764f85a4 Optimizing speed of sch_component pin references 8 years ago
Henner Zeller 3f57fa5d24 Change time_t in the functions that deal with timestamps to a new typedef timestamp_t (defined as a long). 8 years ago
Wayne Stambaugh a0473614b5 Remove all schematic object load and save code. 8 years ago
Wayne Stambaugh 96c3d5ff21 Enable symbol library table remapping. 8 years ago
Maciej Suminski e29d77c891 'Update Field Values' tool for eeschema 8 years ago
jean-pierre charras 22a8df69c4 Fix a few doxygen warnings 8 years ago
Wayne Stambaugh 85a0a371b1 Add support to resolve schematic symbol links using symbol library table. 8 years ago
jean-pierre charras e5137f4eb4 Fix a few doxygen warnings 8 years ago
Oliver Walters ea855c1abf Fixed duplicate field names 9 years ago
Oliver a39856485c Added component table dialog 9 years ago
Wayne Stambaugh 36606ceeb7 Add symbol library table remapping dialog. 9 years ago
Wayne Stambaugh 84835ed4e1 Use component library symbol when looking for a pin in the schematic. 9 years ago
Maciej Suminski 0dc88bb4cf Changed COLOR4D defines to static consts 9 years ago
Jon Evans a52250a91e Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
John Beard a8eea6155a Move bitmaps.h out of base_struct.h 9 years ago
Wayne Stambaugh 7ccdca5ced Use library ID to store library symbol information in the schematic symbol. 9 years ago
Simon Richter ad088db6d2 Add more "override" markers. 9 years ago
Simon Richter 59c81976dc Explicitly mark overriding functions. 9 years ago
Maciej Suminski 63e8e17cce Added missing class declaration in sch_component.h 9 years ago