506 Commits (2c330e07be29d69ddd996c66c0ecc00dfcc8d8a6)

Author SHA1 Message Date
Jeff Young 6535f407a6 Remove version guard from sim migration, and add migration to paste. 3 years ago
Barabas Raffai add082548d Move timer used by SCH_EDITOR_CONTROL to member variable 3 years ago
Jeff Young b7d41e0e56 Update simulator with NUMERIC_EVAL, decimal separator processing, etc. 3 years ago
Jeff Young 96819f6c01 Better cache invalidation for text objects with references. 3 years ago
Wayne Stambaugh 0a62c17040 Remove schematic symbol value and footprint field instance data. 3 years ago
Jeff Young b2177718a1 Tighten up refresh logic for net & netclass references. 3 years ago
Wayne Stambaugh 4a27d856f7 Move schematic sheet instance information into file sheet definition. 3 years ago
Seth Hillbrand e3cc0a5bc7 Prevent crashes when pasting symbols 3 years ago
Jeff Young 2919490e92 Use hash (not page no) to determine when we've found the current sheet. 3 years ago
Jeff Young 3747cae7dc Reinstate marker searching. 3 years ago
Mikolaj Wielgus e8762da4f4 Revert "Support for variable references in SPICE models." 3 years ago
Jeff Young 95ebfeeed1 Support for variable references in SPICE models. 3 years ago
Mikolaj Wielgus d9eb76eae0 Sim: Refactor SPICE_GENERATOR methods to accept a single SPICE_ITEM 3 years ago
Mikolaj Wielgus 994274fe9f Move IBIS model Spice code generation to SIM_MODEL_KIBIS 3 years ago
Mikolaj Wielgus b95f4ec6bb Sim: Use the new library manager class in Spice netlist exporter 3 years ago
Mikolaj Wielgus 44799c830d Sim: Create a class to manage sim libs and inherited models 3 years ago
Wayne Stambaugh 03d847118a Fix crash when copying symbol in schematic editor. 3 years ago
Jeff Young c5f8587898 Use closest point for duplicate anchor rather than top-left. 3 years ago
Jeff Young c089afb408 Improve default net pattern to be all members of bus instead of first member. 3 years ago
Alex df59f6cfdb Update connectivity for net highlighting on demand. 3 years ago
Jon Evans 2089374f53 ADDED: Export symbols from schematic to library 3 years ago
Alex f75266d130 Keep selection order in SCH->PCB cross-selection. 3 years ago
Mikolaj Wielgus e4865ce543 Excise wxString from simulation 3 years ago
Mike Williams 9304607624 TOOL_EVENT: make command string non-optional 3 years ago
Marek Roszko 63295cfb9e Remove unused vars 3 years ago
Mikolaj Wielgus 907ad27e7f Sim: Move SPICE_GENERATOR class to a new file 3 years ago
Mikolaj Wielgus e4c5bc6c66 Sim: Refactor Spice code generation to a new SPICE_GENERATOR class 3 years ago
Wayne Stambaugh 1079a4144a Eeschema: warn user that missing symbol link indicators cannot be edited. 3 years ago
Jeff Young efae2bbb4c Better feedback for netclass assignment patterns. 3 years ago
Jeff Young c30a557810 ADDED netclass assignment from PCB canvas. 3 years ago
Wayne Stambaugh 4c096fee15 Eeschema: fix crash when attempting to edit missing library symbol. 3 years ago
Jeff Young 0c8787cbb9 Some more wxPoint/EDA_RECT yeeting. 3 years ago
Seth Hillbrand b736460e71 Move optional access from value() to *operator 3 years ago
Seth Hillbrand f1261e71d4 Replace boost::optional with std::optional 3 years ago
Marek Roszko e0f28fc4e1 Replace wxFindReplaceData with our own container 3 years ago
Jeff Young 142229089f Don't look for connections when we're just clearing the highlight. 3 years ago
Alex 3a76d42630 Cross-probing/selection for multiple items (PCB -> SCH) 3 years ago
Mikolaj Wielgus 6fad25f8ed Allow mapping sim model pins to arbitrary string symbol pin numbers 3 years ago
Jeff Young b2a2d66005 Move Bus Definitions to common GUI paradigm in Schematic Setup. 3 years ago
Jeff Young aa2ad3b44c Move KICAD_T[] to std::initializer_list<KICAD_T>. 3 years ago
Wayne Stambaugh 898ec0d094 Fix wxWidgets 3.1 and later deprecated build warnings. 3 years ago
Jeff Young a9536b5de9 CHANGED netclass assignments now done via canvas or via patterns. 3 years ago
BugRepellentExtraStrong 02a6566438 eeschema: Fixes wrong displayed secondary worksheet 3 years ago
Mikolaj Wielgus 739b9255d9 Sim Model Editor improvements 4 years ago
Mikolaj Wielgus 6450ec6b85 Sim: Spice netlist exporter rewrite 4 years ago
Mike Williams bf550afa8c Annotation: use full hierarchy for sheet based numbering on paste 3 years ago
Mike Williams 17f6c0ecf1 Annotate: correctly annotate duplicated items across reused subsheets 3 years ago
Jeff Young e36491f231 Make EEschema highlight net consistent with PCBNew. 3 years ago
Seth Hillbrand b5bf1da251 Keep track of blocking windows 3 years ago
Seth Hillbrand cde30d3dba Clarify cross-probing options 3 years ago