kicad/qa/unittests
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
..
common Fix various typos 2022-07-21 16:31:41 +00:00
eeschema Sim Model Editor: Serialize models in fields 2022-07-30 02:25:34 +00:00
gerbview Use kiplatform::app::init to suppress gerbview qa noise on msvc 2022-07-18 21:35:05 -04:00
libs Performance: avoid sqrt at all costs. 2022-07-16 18:42:32 +01:00
pcbnew QA: Fix missing PCB_BITMAP case 2022-07-14 09:03:43 -04:00
utils/kicad2step qa: move unittests to the separate directory 2022-03-30 11:13:23 +00:00
CMakeLists.txt qa: move unittests to the separate directory 2022-03-30 11:13:23 +00:00