kicad/pcbnew/exporters
Wayne Stambaugh 8151ec387c Pcbnew: fix drill file naming issue.
On windows when the project path include a remote volume name (\\NAME),
the volume name does not get cleared by calling wxFileName.SetDir( "" ).
This caused the volume name to be prepended to the file name when
calling wxFileName::GetFullPath().  Use wxFileName::GetFullName()
which resolves the issue.

Fixes lp:1606240

https://bugs.launchpad.net/kicad/+bug/1606240
2016-10-07 15:05:32 -04:00
..
export_d356.cpp Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts. 2015-08-23 21:40:33 +02:00
export_gencad.cpp Fix an issue in LOCALE_IO class, used to switch to/back locale "C" when reading/writing files: the back to locale was broken, and created issues in countries using the ',' as fp separator, especially when the non default language was used. 2016-06-21 10:48:42 -04:00
export_idf.cpp Fix an issue in LOCALE_IO class, used to switch to/back locale "C" when reading/writing files: the back to locale was broken, and created issues in countries using the ',' as fp separator, especially when the non default language was used. 2016-06-21 10:48:42 -04:00
export_vrml.cpp Fix an issue in LOCALE_IO class, used to switch to/back locale "C" when reading/writing files: the back to locale was broken, and created issues in countries using the ',' as fp separator, especially when the non default language was used. 2016-06-21 10:48:42 -04:00
gen_drill_report_files.cpp Drill file generation: add the option to merge NPTH and PTH, which was disabled recently, due to code changes. 2015-11-16 19:42:58 +01:00
gen_modules_placefile.cpp Fix typos in dialogs. 2016-05-03 11:32:49 -04:00
gendrill_Excellon_writer.cpp Pcbnew: fix drill file naming issue. 2016-10-07 15:05:32 -04:00
gendrill_Excellon_writer.h Drill file generation: add the option to merge NPTH and PTH, which was disabled recently, due to code changes. 2015-11-16 19:42:58 +01:00