kicad/eeschema/netlist_exporters
Maciej Suminski 85be485c34 Enable long names for pin numbers and pads
- pad names are stored as wxString instead of a char[4] & integer union
- removed pad name to string conversion functions
- fixed pad & pin properties dialog restrictions regarding the name
length
2017-09-19 18:19:49 +02:00
..
netlist_exporter.cpp Disable enforced slash as the path separator in NETLIST_EXPORTER 2017-09-19 12:08:10 +02:00
netlist_exporter.h Fix a few doxygen warnings 2017-06-16 09:18:31 +02: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 Enable long names for pin numbers and pads 2017-09-19 18:19:49 +02: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 Enable long names for pin numbers and pads 2017-09-19 18:19:49 +02:00
netlist_exporter_pspice.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00