kicad/pcbnew/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
..
export_d356.cpp Enable long names for pin numbers and pads 2017-09-19 18:19:49 +02:00
export_gencad.cpp Enable long names for pin numbers and pads 2017-09-19 18:19:49 +02:00
export_idf.cpp further DLIST/Iterators cleanup, some code formatting 2017-06-23 11:12:37 +02:00
export_vrml.cpp further DLIST/Iterators cleanup, some code formatting 2017-06-23 11:12:37 +02:00
gen_drill_report_files.cpp Hide DLISTs behind iterators, first step towards refactoring the storage model 2017-06-23 11:12:36 +02:00
gen_modules_placefile.cpp Rewrite class UTF8 to contain rather than extend std::string storage. 2017-07-26 08:30:12 -04:00
gendrill_Excellon_writer.cpp Pcbnew: Add creation of Drill Files in Gerber X2 format. 2017-05-01 12:43:40 +02:00
gendrill_Excellon_writer.h Fix a few doxygen warnings 2017-06-17 10:40:38 +02:00
gendrill_file_writer_base.cpp Code formatting and clean-up 2017-06-23 15:43:13 +02:00
gendrill_file_writer_base.h Fix a few doxygen warnings 2017-06-17 10:40:38 +02:00
gendrill_gerber_writer.cpp Refinement in Gerber drill file: add %TF.FilePolarity,Positive*% in header. 2017-06-30 18:36:26 +02:00
gendrill_gerber_writer.h Fix compil issue in Python support. 2017-05-01 14:19:38 +02:00
gerber_jobfile_writer.cpp fix in Gerber job file creation. 2017-09-01 13:37:28 +02:00
gerber_jobfile_writer.h Add Gerber job file writer in Pcbnew, and a basic reader in Gerbview. Currently disabled 2017-08-30 11:04:33 +02:00