kicad/qa
Mikolaj Wielgus 978f01553b Sim Model Editor: Serialize models in fields
Implemented serialization and deserialization of models in symbol fields
through the SIM_VALUE class. We don't carry the Spice legacy of
case-insensitive suffixes, instead we conform to the SI standard (i.e. M
is Mega, not milli, P is peta, p is pico).

Parameter grid value validation is implemented by simply not allowing
any characters that will make the value invalid (instead of highlighting
the field in a red color). This will likely be changed at some point in
the future.
2022-07-30 02:25:34 +00:00
..
data Fix various typos 2022-07-21 16:31:41 +00:00
ibis Rename signalIntegrity to ibis 2022-06-10 13:35:48 -07:00
mocks qa: add missing const to mocked method 2022-03-21 11:51:39 +00:00
pcbnew_utils eagle: introduce *.lbr footprint import test 2022-04-02 20:07:16 +02:00
qa_utils qa: revert e4a36135 2022-07-21 19:17:16 +02:00
resources/linux Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
testcases qa: move pcbnew data to appropriate directory 2022-03-30 11:13:23 +00:00
tools Add PEGTL playground tool 2022-06-09 17:35:00 +01:00
unittests Sim Model Editor: Serialize models in fields 2022-07-30 02:25:34 +00:00
CMakeLists.txt Rename signalIntegrity to ibis 2022-06-10 13:35:48 -07:00
test.py QA test code: fix some issues: 2022-01-06 09:37:14 +01:00