163 Commits (7fc04c3cf2fdd77d102e78978303cbfa333f1357)

Author SHA1 Message Date
Jeff Young 83e5208213 Fix a couple of holes in the IsTestEnabled() checks. 4 years ago
Jon Evans 4da0c897bc Fix flagging power pin in ERC check 4 years ago
Jeff Young 6aaf4413b3 Fix kicad_string.h / string.cpp mismatch. 4 years ago
Jeff Young 6d4c454e8c Fix some more missing escaping for symbol ids. 4 years ago
Wayne Stambaugh cb72da294a More NULL expunging. 4 years ago
Jeff Young 389287e942 A bit more Part -> Symbol. 4 years ago
Jeff Young c0ad498c4a Report all lib symbol issues. 4 years ago
Jeff Young 0484ca5564 Separate LIB_PIN and SCH_PIN GetShownName/Number processing. 4 years ago
Wayne Stambaugh ee3eac325d Expunge the use of the word part from Eeschema code. 4 years ago
Wayne Stambaugh fb46cd8bc5 Expunge the use of the word component from Eeschema code. 4 years ago
Wayne Stambaugh 71c183d7bb Rename LIB_PART to LIB_SYMBOL. 4 years ago
Wayne Stambaugh fbc135e69f Rename SCH_COMPONENT to SCH_SYMBOL. 4 years ago
Wayne Stambaugh 2b86b34124 Eeschema: split out SCH_SHEET_PIN declarations into separate header. 5 years ago
Jon Evans c04e19f9ac Include optimization: move some things from common.h to point-of-use 5 years ago
Jeff Young 2e129d9b47 Naming conventions and other cleanup. 5 years ago
Wayne Stambaugh 7a00e01b3e Eeschema: fix false positive library symbol changed ERC errors. 5 years ago
Jeff Young a3b9e8ddb4 Round 2 of Worksheet -> Drawing Sheet. 5 years ago
Jeff Young cad5198ab7 Worksheet -> (industry standard) Drawing Sheet. 5 years ago
Jeff Young 8464add58c Use GetSchSymbolLibraryName() when looking up symbol in schematic. 5 years ago
Jon Evans 9f18fee124 Fix ERC for nets with power input and input pins 5 years ago
Jeff Young 0a1a5ea669 Fold annotation error reporting into ERC. 5 years ago
Jeff Young 360953ba98 "comp" -> "symbol". 5 years ago
Jon Evans 5ceadbda3b Don't show redundant ERC markers from subsheets 5 years ago
Wayne Stambaugh 1eee72ec65 Fix library tree behavior when duplicate project table entry is disabled. 5 years ago
Jeff Young 9bf952a695 Fix missing punctuation. 5 years ago
Jeff Young 5d400a9e11 Improve symbol library messages. 5 years ago
Jeff Young 6e6e0aa644 Naming conventions (including some component -> symbol). 5 years ago
Jeff Young 6654c03041 Embarking on the next adventure: component -> symbol. 5 years ago
jean-pierre charras 2e92cc7958 ERC: use separate tests for input pins and power input pins. 5 years ago
Marek Roszko c173ea14b7 Quiet MSVC warning about bool OR int 5 years ago
Jon Evans 50cff57b9a Explicit bools for MS 5 years ago
Jon Evans 601a63b63a Better prioritization for non-driven pin ERC 5 years ago
Jon Evans af28634df1 Bring Pin Not Driven ERC to the new system 5 years ago
Wayne Stambaugh 8ff51d8899 Eeschema: add schematic sheet page number. 5 years ago
Jeff Young d0ddc909dc Handle hierarchical symbols when performing "lib symbol changed" check. 5 years ago
Jeff Young 3100273db1 Don't invalidate itterator by adding markers inside loop. 5 years ago
Marek Roszko 2c86363aa0 Relocate the page_layout includes to a page_layout folder 5 years ago
Wayne Stambaugh 5127d6c772 Eeschema: add ERC check for library symbol issues. 5 years ago
jean-pierre charras 7865d8de43 more cleanup about removing useless include 5 years ago
Ian McInerney 89dcc46898 Coverity cleanup and remove unused variables 5 years ago
Jeff Young 5e9ec82642 Correctly resolve textVar refs in worksheet items in ERC. 5 years ago
Jeff Young be15053745 Allow back-annotation of differing values and footprints. 5 years ago
Jon Evans a4d23fff12 Fix multi-unit pin check logic 5 years ago
Jon Evans 38a4e4ad5a Remove the last bits of the old netlist system 5 years ago
Jon Evans be0aad5984 Move similar labels check to new connectivity engine 5 years ago
Jon Evans 48d7c46a53 Move pin table checks to new connectivity system 5 years ago
Ian McInerney 2f7094b352 Cleanup some unused variables 5 years ago
Jeff Young 605ddce651 Make sure ERC has a current sheet to resolve text vars with. 5 years ago
Jeff Young 97c34e2516 ADDED alternate pin definitions and assignments. 5 years ago
Tomasz Wlostowski d937fadd6f Migrate RC_ITEM to use shared_ptr 5 years ago