kicad/eeschema/netlist_exporters
Dick Hollenbeck 50716c9015 Fix BOM generation bug for components with multiple units.
Sadly, each unit of a component can have its own unique fields. This
change finds the last non blank field and records it. Last guy wins
and the order of units occuring in a schematic hierarchy is variable.
Therefore user is best off setting fields into only one unit. But this
scavenger algorithm will find any non blank fields in all units and use
the last non-blank field for each unique field name.

Fixes lp:1471417

https://bugs.launchpad.net/kicad/+bug/1471417
2017-04-24 10:16:32 -04:00
..
netlist_exporter.cpp Fix BOM generation bug for components with multiple units. 2017-04-24 10:16:32 -04:00
netlist_exporter.h Fix BOM generation bug for components with multiple units. 2017-04-24 10:16:32 -04:00
netlist_exporter_cadstar.cpp Eeschema: SCH_SHEET_LIST improvements. 2016-03-06 16:22:01 -05:00
netlist_exporter_cadstar.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
netlist_exporter_generic.cpp Fix BOM generation bug for components with multiple units. 2017-04-24 10:16:32 -04:00
netlist_exporter_generic.h Fix BOM generation bug for components with multiple units. 2017-04-24 10:16:32 -04:00
netlist_exporter_kicad.cpp Split IO_ERROR out of richio.* and store Problem() and Where() separately 2016-09-20 11:56:18 -04:00
netlist_exporter_kicad.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
netlist_exporter_orcadpcb2.cpp Use library ID to store library symbol information in the schematic symbol. 2017-02-10 08:36:59 -05:00
netlist_exporter_orcadpcb2.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
netlist_exporter_pspice.cpp More flexible node mapping in Spice netlist exporter 2017-03-01 13:51:21 +01:00
netlist_exporter_pspice.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00