138 Commits (32f1e79c285e7d87fc9890f81e3f77a7656c7f13)

Author SHA1 Message Date
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
Jeff Young e86fc64e7d Check envvars as well before flagging as un-resolved. 5 years ago
Jon Evans 84b02e51f1 Fix overly aggressive ERC check 5 years ago
Jon Evans d8be5f9ecf Don't allow pins with NC electrical type to join other nets 5 years ago
jean-pierre charras 9e669db5b4 Eeschema: fix a name collision with a Windows header. 5 years ago
Jon Evans f725248fd8 Fix ERC pin checking logic 5 years ago
Jon Evans b94e29e3b1 Persist ERC pin table in project settings 5 years ago
Jon Evans 12b4a55ae8 Port Eeschema to new project settings 5 years ago
Jeff Young 9f2be3714f Add unresolved variable testing for worksheet items. 6 years ago
Jon Evans d7bd4c9b04 Move Eeschema globals to new SCHEMATIC object 6 years ago
Jeff Young 9d6b987ecc Fixes to map pin-to-pin erorrs to new Warning/Error strucutre. 6 years ago
Jeff Young 1535c83b88 Lay some groundwork for adding distances to DRC errors. 6 years ago
Jeff Young 132d4d3ffa Clean up compiler warning. 6 years ago
Jeff Young 41b5872f12 Add ERC & DRC checks for unresolved variables. 6 years ago
Jeff Young cee973dc04 Move ERC error reporting over to the new framework. 6 years ago
Jeff Young c699fb9e39 Move pin-to-pin errors to Setup Schematic. 6 years ago
Jeff Young c68b554c8e Promote PathsAndReferences from wxArrayString to first-class-citizen. 6 years ago
Jeff Young 129042f8a6 Convert timestamps to UUIDs. 6 years ago
Mark Roszko 70908043a3 Convert enums inside eeschema and the symbol editor to be scoped 6 years ago
Seth Hillbrand 6e5e453d0d Replace EESchema DLIST 6 years ago
Mark Roszko 11ff16be4e Switch to scoped enums 6 years ago
Jon Evans 78add8f4bd Mark ERC compare operators as const 6 years ago
jean-pierre charras 9b6e1cb1cd Fix incorrect I18n string. 6 years ago
jean-pierre charras 3796b2fe7f Fix minor compil warnings (signed/unsigned comparison) 6 years ago
Jeff Young 56bf72cc5d OpenGL context must be saved/restored around a translation. 6 years ago
Seth Hillbrand 2e66d80af8 erc: Avoid casting between iterators 6 years ago