kicad/eeschema/netlist_exporters
Seth Hillbrand bef762e652 Don't strip extensions twice in BOM export
Exporting the Bill of Materials uses the netlist exporter.  Both of
these routines were stripping the extension, leading to projects like
"test.project.kicad_pro" having the project name stripped.  We separate
the BOM netlist export from generic plugin netlist export to allow the
correct behavior when exporting netlists and generating BOMs

Fixes https://gitlab.com/kicad/code/kicad/issues/10270
2022-01-05 11:07:23 -08:00
..
netlist.h Don't strip extensions twice in BOM export 2022-01-05 11:07:23 -08:00
netlist_exporter_base.cpp Remove broken RefDesStringCompare 2021-09-01 11:48:01 -07:00
netlist_exporter_base.h Fix netlist error when editing schematic symbols in place. 2021-07-30 18:37:45 -04:00
netlist_exporter_cadstar.cpp Clean up unused variable usage 2021-10-05 10:00:30 -07:00
netlist_exporter_cadstar.h Schematic netlist exporter header housekeeping. 2021-03-22 07:59:54 -04:00
netlist_exporter_kicad.cpp More NULL expunging. 2021-07-16 16:13:41 -04:00
netlist_exporter_kicad.h More NULL expunging. 2021-07-16 16:13:41 -04:00
netlist_exporter_orcadpcb2.cpp Clean up unused variable usage 2021-10-05 10:00:30 -07:00
netlist_exporter_orcadpcb2.h Schematic netlist exporter header housekeeping. 2021-03-22 07:59:54 -04:00
netlist_exporter_pspice.cpp Fix kicad_string.h / string.cpp mismatch. 2021-07-29 16:03:25 +01:00
netlist_exporter_pspice.h Unwrap some std::library typedefs. 2021-07-28 22:16:38 +01:00
netlist_exporter_xml.cpp Remove broken RefDesStringCompare 2021-09-01 11:48:01 -07:00
netlist_exporter_xml.h Don't put "exclude from board" symbols in CvPCB netlist. 2021-12-10 23:00:50 +00:00
netlist_generator.cpp Don't strip extensions twice in BOM export 2022-01-05 11:07:23 -08:00