kicad/eeschema/netlist_exporters
jean-pierre charras 2f51742311 netlist exporter: export only the field value, even if field name is shown.
Previously, when the field name was visible, the exported field value was
prefixed by the field name, and this is incorrect.
From master branch
Fixes #14611
https://gitlab.com/kicad/code/kicad/issues/14611
2023-04-25 15:17:05 +02:00
..
netlist.h Add a new schematic exporter to Spice .subckt model 2022-09-09 16:18:48 +02:00
netlist_exporter_base.cpp Get rid of m_sortedSymbolPinList in favour of a properly scoped variable. 2023-02-28 14:21:12 +00:00
netlist_exporter_base.h Get rid of m_sortedSymbolPinList in favour of a properly scoped variable. 2023-02-28 14:21:12 +00:00
netlist_exporter_cadstar.cpp Respect "Exclude from Board" flag in export 2023-01-10 15:23:26 -08:00
netlist_exporter_cadstar.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_kicad.cpp Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_kicad.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_orcadpcb2.cpp Get rid of m_sortedSymbolPinList in favour of a properly scoped variable. 2023-02-28 14:21:12 +00:00
netlist_exporter_orcadpcb2.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_spice.cpp Formatting. 2023-04-24 13:55:15 +01:00
netlist_exporter_spice.h Get rid of m_sortedSymbolPinList in favour of a properly scoped variable. 2023-02-28 14:21:12 +00:00
netlist_exporter_spice_model.cpp subckt export: add missing tristate pintype 2023-01-23 23:26:48 +00:00
netlist_exporter_spice_model.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_xml.cpp netlist exporter: export only the field value, even if field name is shown. 2023-04-25 15:17:05 +02:00
netlist_exporter_xml.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_generator.cpp Force realtime connectivity on 2023-01-20 15:17:57 -08:00