kicad/eeschema/netlist_exporters
jean-pierre charras 710a82bc51 Eeschema: fix an issue in netlists when using "<root sheet>" as root sheet path name.
Netlists do not accept any char in netnames (especially spice).
They must use only "/" as root sheet path name.

Especially _( "<root sheet>" ) breaks netlists because:
- there is a space in name, and special chars (< and >)
- it is a translatable name. so the actual name cannot be managed.
- most of netlist code in Kicad expects a "/" as root path.
2019-06-23 19:37:41 +02:00
..
netlist_exporter.cpp Break out ref-des-centric functions to own header 2019-01-30 15:41:36 -08:00
netlist_exporter.h Eeschema: fix missing part in part list bug in netlist exporter. 2018-04-22 16:33:34 -04:00
netlist_exporter_cadstar.cpp Eeschema: Add footprint field to Cadstar netlist file. 2018-03-16 13:20:00 +01:00
netlist_exporter_cadstar.h Convert symbol library editor over to use symbol library table. 2017-11-09 18:50:20 -05:00
netlist_exporter_generic.cpp Fold various SCH pin shadow data structures into SCH_PIN. 2019-04-03 10:18:11 +01:00
netlist_exporter_generic.h Clean up cruft in netlist export 2019-03-31 19:56:22 -04:00
netlist_exporter_kicad.cpp Remove netlist QC code; it's outlived its usefulness 2019-04-19 22:53:16 -04:00
netlist_exporter_kicad.h New connectivity algorithm and bus upgrades 2019-03-31 19:53:41 -04:00
netlist_exporter_orcadpcb2.cpp Fix incorrect pin num string in cadstar and orcadpcb2 format 2018-03-15 09:15:49 +01:00
netlist_exporter_orcadpcb2.h Convert symbol library editor over to use symbol library table. 2017-11-09 18:50:20 -05:00
netlist_exporter_pspice.cpp Eeschema: fix an issue in netlists when using "<root sheet>" as root sheet path name. 2019-06-23 19:37:41 +02:00
netlist_exporter_pspice.h Spice model editor: support for JFET models 2018-09-22 19:05:01 +02:00