kicad/eeschema/netlist_exporters
Jeff Young 7b05e456cc Bug fixes for multiple symbol instances in complex hierarchies
1) use SCH_COMPONENT::GetRef(), GetValue() and GetFootprint() when
instance-specific info is needed
2) update UpdateAllScreenReferences() to handle value and footprint.
3) BACKANNO is CvPcb's handler, not back annotation's handler.  Which
means it needs GUI behaviour, not back annotation behaviour.

Fixes https://gitlab.com/kicad/code/kicad/issues/5520
2020-09-06 13:57:14 +01:00
..
netlist_exporter.cpp ADDED alternate pin definitions and assignments. 2020-08-21 18:29:36 +01:00
netlist_exporter.h Remove the last bits of the old netlist system 2020-08-30 16:30:04 -04:00
netlist_exporter_cadstar.cpp Bug fixes for multiple symbol instances in complex hierarchies 2020-09-06 13:57:14 +01:00
netlist_exporter_cadstar.h Finish porting netlisters to use CONNECTION_GRAPH 2020-05-23 12:45:24 -04:00
netlist_exporter_generic.cpp Bug fixes for multiple symbol instances in complex hierarchies 2020-09-06 13:57:14 +01:00
netlist_exporter_generic.h ADDED new footprint fabrication attributes. 2020-08-28 11:05:58 +01:00
netlist_exporter_kicad.cpp Eeschema: add support for excluding symbols from board. 2020-06-10 10:57:28 -04:00
netlist_exporter_kicad.h ADDED new footprint fabrication attributes. 2020-08-28 11:05:58 +01:00
netlist_exporter_orcadpcb2.cpp Bug fixes for multiple symbol instances in complex hierarchies 2020-09-06 13:57:14 +01:00
netlist_exporter_orcadpcb2.h Finish porting netlisters to use CONNECTION_GRAPH 2020-05-23 12:45:24 -04:00
netlist_exporter_pspice.cpp Update a bunch of netlist exporters to resolve textVars. 2020-08-21 22:19:43 +01:00
netlist_exporter_pspice.h Finish porting netlisters to use CONNECTION_GRAPH 2020-05-23 12:45:24 -04:00