287 Commits (f66cbaf43ab3b479dbb0e5db698277221e54c8a2)

Author SHA1 Message Date
Seth Hillbrand f66cbaf43a ADDED: Stacked pin notation support 1 month ago
Seth Hillbrand 173e02eff7 ADDED: Lasso support to Schematic Editor 1 month ago
Jeff Young c6fcf7e0b8 Allow easier code searching for property names. 1 month ago
Jeff Young 6dd4e01f16 ADDED: custom body styles. 1 month ago
Seth Hillbrand a77e1027d6 Fix QA error. 2 months ago
Seth Hillbrand 7201918383 Track alt pin changes 2 months ago
JamesJCode 91139fe24f Fix sausage-fingers in comment 2 months ago
JamesJCode ee9e94df04 Don't assume SCH_SYMBOLs have a LIB_SYMBOL when resolving embedded files 2 months ago
Mark Roszko 5895c27f4a Rename Prj() on schematic to avoid conflict with global function 2 months ago
jean-pierre charras 410a43a602 Try to fix an ambiguous cast for MSVC (round 3) 3 months ago
Jeff Young ec155c00f3 Comboboxes for units and body styles. 3 months ago
Alex Shvartzkop 4a5039c2cf Remove some unused variables. 3 months ago
Jeff Young 26f8f1cdd1 Allow pin autoplacer to run on symbol not yet in schematic (KICAD-JMA). 3 months ago
Jeff Young be120b4821 Nullptr safety (KICAD-6K6). 3 months ago
Jeff Young 4678000a0e ADDED: DNP, etc. attributes to SCH rule areas. 4 months ago
Jeff Young c989fc17ac Iterator safety and shared code. 4 months ago
jean-pierre charras 9c2c756bd0 SCH_SYMBOL::AddHierarchicalReference(): fix crash when m_instanceReferences.size() = 0 4 months ago
Jeff Young f5c48b3f34 Iterator safety. 4 months ago
Jeff Young df0aefab59 Fix MSW compile error. 5 months ago
Jeff Young aa49b0319a Fix faulty logic for setting range. 5 months ago
Jeff Young 327cca9de5 Coverity fixes. 5 months ago
Jeff Young 42c68f1a16 Uniform application of recursion guards in simulation code. 5 months ago
Jeff Young 61d36f9d29 Fix recursion issues with text variables. 5 months ago
Seth Hillbrand 9d32de5154 Avoid deref on missing part 5 months ago
Jeff Young f58fc0b952 Rewrite GROUP undo based on uuids. 5 months ago
Jeff Young 34139ae305 Push generalised sketch-mode support down into DXF_PLOTTER. 5 months ago
Jeff Young b01fef5ca8 Update visibility flag when adding fields. 6 months ago
Jeff Young 524575a595 Allow embedded files to come from components 6 months ago
Mike Williams 5db091fc79 sch groups: clear group membership on destruction, add tests 6 months ago
Jeff Young 98ec2d7ba2 ADDED: metadata searching. 6 months ago
Mike Williams c67924ccac schematic: convert RunOnChildren to also take recursion mode argument 7 months ago
Mike Williams 7cf699bc9d eeschema: move SwapData to SwapItemData/swapData paradigm 7 months ago
Jeff Young 5996cffabc EE -> SCH (no functional changes) 7 months ago
Seth Hillbrand 4f6a73d83c Prevent ERC error with NC pin+NC marker 7 months ago
Seth Hillbrand 49a4699d5a ADDED: Local power symbol option 7 months ago
Jeff Young 8f40feedbb m_ordinal has no meaning for mandatory fields. 8 months ago
Jeff Young c5bb59468d Get rid of assumptions about field order. 8 months ago
Jeff Young f2da0c791f Retire non-cairo printing. 8 months ago
Seth Hillbrand 157c7422b0 Allow sim models to reference embedded files 8 months ago
Jeff Young d921a4e916 Switch to using unit names in property inspector. 8 months ago
Wayne Stambaugh f45915ba93 Eeschema folder housekeeping. 8 months ago
Jeff Young 4c65085fa5 Search within symbols' draw items as well. 9 months ago
Jeff Young e19bce2f93 Reduce reliance on MANDATORY_FIELDS and their implied order. 9 months ago
Jeff Young a0dd0485e9 Pull a little harder on the MANDATORY_FIELDs string. 9 months ago
Jeff Young d50b69f1ae Reconcile divergence of MANDATORY_FIELDS between symbols and footprints. 9 months ago
JamesJCode 35172fe402 Guard against null m_part in erc TextVar checks 9 months ago
JamesJCode ad07923af1 Supress some false asserts in debug builds 9 months ago
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 9 months ago
Jeff Young 7da8b42206 Push more functionality to SYMBOL. 10 months ago
Wayne Stambaugh a37d2372cf Fix a wxRecursionGuard crash when library symbol is missing. 10 months ago