kicad/eeschema/netlist_exporters
Jeff Young ea6769b702 The REPORTER interface is inherently line-based.
Also fixes a bunch of error messages that were similar but not
identical (which just increases translation burden).

Fixes https://gitlab.com/kicad/code/kicad/issues/8723
2021-07-05 13:41:06 +01:00
..
netlist.h Expunge the use of the word component from Eeschema code. 2021-06-14 14:00:21 -04:00
netlist_exporter_base.cpp Separate LIB_PIN and SCH_PIN GetShownName/Number processing. 2021-06-17 10:52:46 +01:00
netlist_exporter_base.h Rename LIB_PART to LIB_SYMBOL. 2021-06-14 07:11:17 -04:00
netlist_exporter_cadstar.cpp Separate LIB_PIN and SCH_PIN GetShownName/Number processing. 2021-06-17 10:52:46 +01:00
netlist_exporter_cadstar.h Schematic netlist exporter header housekeeping. 2021-03-22 07:59:54 -04:00
netlist_exporter_kicad.cpp Embarking on the next adventure: component -> symbol. 2020-11-15 20:23:15 +00:00
netlist_exporter_kicad.h Embarking on the next adventure: component -> symbol. 2020-11-15 20:23:15 +00:00
netlist_exporter_orcadpcb2.cpp Consistent terminology and punctuation. 2021-06-17 00:05:17 +01:00
netlist_exporter_orcadpcb2.h Schematic netlist exporter header housekeeping. 2021-03-22 07:59:54 -04:00
netlist_exporter_pspice.cpp Expunge the use of the word part from Eeschema code. 2021-06-15 08:32:11 -04:00
netlist_exporter_pspice.h Expunge the use of the word component from Eeschema code. 2021-06-14 14:00:21 -04:00
netlist_exporter_xml.cpp Separate LIB_PIN and SCH_PIN GetShownName/Number processing. 2021-06-17 10:52:46 +01:00
netlist_exporter_xml.h Rename SCH_COMPONENT to SCH_SYMBOL. 2021-06-10 10:34:49 -04:00
netlist_generator.cpp The REPORTER interface is inherently line-based. 2021-07-05 13:41:06 +01:00