kicad/eeschema/netlist_exporters
Wayne Stambaugh 7ccdca5ced Use library ID to store library symbol information in the schematic symbol.
Use LIB_ID instead of wxString for storing the library symbol information
in the schematic symbol in preparation for the upcoming symbol library table
implementation.

Change the FindLibAlias and FindLibPart functions in the PART_LIBS object
instead of wxString.  Please note that only the library ID name is used to
search the list of libraries.  The library nickname is ignored.  Once the
symbol library table is implemented and full LIB_IDs are defined, the
library search code will no longer be used and will only be kept to load
older schematics that have not been converted.

Move SCH_LEGACY_PLUGIN_CACHE definition so that the legacy plugin knows
how to properly delete the cache object.
2017-02-10 08:36:59 -05:00
..
netlist_exporter.cpp Use library ID to store library symbol information in the schematic symbol. 2017-02-10 08:36:59 -05:00
netlist_exporter.h Netlist generator: avoid changing the order of parts in libparts section each time libraries are reloaded. 2015-11-05 17:28:31 +01: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 Use library ID to store library symbol information in the schematic symbol. 2017-02-10 08:36:59 -05:00
netlist_exporter_generic.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -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 Fixes: lp:1652353 (pspice netlist export: library include path is always empty) 2016-12-30 15:32:45 +01:00
netlist_exporter_pspice.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00