290 Commits (93242eb3ad71fe4cbcba941d0d4f80e5f99d8c4f)

Author SHA1 Message Date
Jeff Young 64fa400b19 Ease translation a bit. 5 years ago
Wayne Stambaugh d45c11b4b5 Exclude from bill of materials and board netlist to library symbols. 5 years ago
Seth Hillbrand 02a5d47de9 Avoid passing references in EESchema 5 years ago
Jeff Young 054b5aa475 Fix copy-pasta. 5 years ago
Jeff Young 7b05e456cc Bug fixes for multiple symbol instances in complex hierarchies 5 years ago
Jeff Young a25dfb2ac9 Stop setting modify from ClearAnnotation(). 5 years ago
Jeff Young be15053745 Allow back-annotation of differing values and footprints. 5 years ago
Jon Evans 38a4e4ad5a Remove the last bits of the old netlist system 5 years ago
Jeff Young 97c34e2516 ADDED alternate pin definitions and assignments. 5 years ago
PJM f58221ca98 Add 'GetBoundingBox' that optionally only calcs w visible fields 5 years ago
Jeff Young 2b0b7a5153 Clear pin net-name-driving cache when changing annotation. 5 years ago
Jeff Young e325d2e18f Allow Net Inspector to create, rename and delete nets. 5 years ago
Jeff Young 32c3ea4edd Flags cleanup. 5 years ago
Wayne Stambaugh 037898f6fb Eeschema: add support for excluding symbols from board. 5 years ago
Wayne Stambaugh 77a59fb5d3 Eeschema: add support for excluding symbols from bill of materials. 6 years ago
Wayne Stambaugh 52078a4b1b Allow setting mandatory derived symbol field properties. 6 years ago
Wayne Stambaugh b83d64fc0d Eeschema: remove superfluous updating of SCH_COMPONENT pins. 6 years ago
Jeff Young 8d92a95cb8 Fix a couple of issues with text var autocomplete. 6 years ago
Jeff Young 8b084c373e Autocomplete for text variables. 6 years ago
jean-pierre charras 14f5ef4078 Eeschema: ensure component edit flags are cleared after loading a schematic file. 6 years ago
Jon Evans d7bd4c9b04 Move Eeschema globals to new SCHEMATIC object 6 years ago
Jeff Young ae102c7411 Remove bogus assert. Also fix const leak. 6 years ago
Wayne Stambaugh bc0fc0bb3a Eeschema: fix broken net list items in schematic symbol object. 6 years ago
Wayne Stambaugh aa9e74493f Eeschema: fix netlist creation crash when opening spice simulator. 6 years ago
Wayne Stambaugh 590a101a88 Eeschema: fix update schematic symbol library link bugs. 6 years ago
Wayne Stambaugh 00716e362a Eeschema: simplify updating symbol alternate body style. 6 years ago
Wayne Stambaugh 5cf474e1c8 Eeschema: fix bugs in symbol edit properties dialog. 6 years ago
Wayne Stambaugh a8407fba4c Fix schematic field index bug in s-expression file format plugin. 6 years ago
Wayne Stambaugh 169f63a6c0 Eeschema: make schematic sharing truly safe across all designs. 6 years ago
Wayne Stambaugh 7183e9f97e Make the new schematic and symbol library file formats the default. 6 years ago
Jon Evans 1204b9cbef Use cached pins in SCH_COMPONENT::GetEndPoints() 6 years ago
Jeff Young 1535c83b88 Lay some groundwork for adding distances to DRC errors. 6 years ago
Jeff Young 2b6089240a Change super/subscript syntax to ^{foo} and _{foo}. 6 years ago
jean-pierre charras 98b9c80eb4 Schematic editor: fix not working tool to show/hide invisible pins. 6 years ago
Jeff Young 96db1c7b1e Add pin reference to PINLABEL for use when generating ERC marker. 6 years ago
Jeff Young 9c8941e040 Remove a bunch of globals. 6 years ago
Jeff Young 292a9fadd9 Allow a click in the value field when searching for power nodes. 6 years ago
Jeff Young c66fe5e91e Don't try to add unit designator for a component without multiple units. 6 years ago
Jeff Young c4994eee7b Fix a pair of bugs in the new highlight net logic. 6 years ago
Jeff Young aba0fa7bf8 Allow cross-referencing text substitutions. 6 years ago
Seth Hillbrand a546851d64 eeschema: Check connections on current unit 6 years ago
jean-pierre charras dac12a6d99 Eeschema: SCH_COMPONENT::Visit(): do not select LIB_PIN* pins not related to the 6 years ago
Jeff Young 9a67dc56f9 Clean up assumption that field_id < MANDATORY means its mandatory. 6 years ago
Jeff Young 4990d1e7b2 Variable substitution framework. 6 years ago
Jeff Young 93b7eacfb2 Fixup some Coverity issues. 6 years ago
Jeff Young cee973dc04 Move ERC error reporting over to the new framework. 6 years ago
Jeff Young 535033c5c9 Enable editing of sheet fields. 6 years ago
Jeff Young fe3e0307d8 Move sheet name and filename to SCH_FIELD architecture. 6 years ago
Jeff Young c68b554c8e Promote PathsAndReferences from wxArrayString to first-class-citizen. 6 years ago
Jeff Young ea025a35e5 Change KUUID to KIID. 6 years ago