kicad/eeschema/netlist_exporters
Jeff Young 10e68daa37 Fix some bugs in Change Symbol and Update Symbols.
In particular, there was a typo that kept library values from being
updated, and there was missing logic to fetch the various field names
from the library parts (and the change-to part).

Also implements some performance gains by desisting from copying
LIB_FIELDs around every time we want to look at them.

Fixes https://gitlab.com/kicad/code/kicad/issues/6733

Fixes https://gitlab.com/kicad/code/kicad/issues/6749
2020-12-15 16:12:17 +00:00
..
netlist.h Eeschema: Move last netlist code to netlist_exporters folder 2020-10-26 18:40:58 +01:00
netlist_exporter_base.cpp Embarking on the next adventure: component -> symbol. 2020-11-15 20:23:15 +00:00
netlist_exporter_base.h Make sure current sheet gets set when creating BOM. 2020-11-18 17:32:40 +00:00
netlist_exporter_cadstar.cpp Remove unused variables plus some more fixes from CppCheck 2020-11-19 02:28:47 +00:00
netlist_exporter_cadstar.h Embarking on the next adventure: component -> symbol. 2020-11-15 20:23:15 +00: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 Aliases should inherit their descs, keywords, and fp filters. 2020-12-14 13:48:26 +00:00
netlist_exporter_orcadpcb2.h Embarking on the next adventure: component -> symbol. 2020-11-15 20:23:15 +00:00
netlist_exporter_pspice.cpp Embarking on the next adventure: component -> symbol. 2020-11-15 20:23:15 +00:00
netlist_exporter_pspice.h Embarking on the next adventure: component -> symbol. 2020-11-15 20:23:15 +00:00
netlist_exporter_xml.cpp Fix some bugs in Change Symbol and Update Symbols. 2020-12-15 16:12:17 +00:00
netlist_exporter_xml.h Embarking on the next adventure: component -> symbol. 2020-11-15 20:23:15 +00:00
netlist_generator.cpp Embarking on the next adventure: component -> symbol. 2020-11-15 20:23:15 +00:00