kicad/pcbnew/exporters
Jeff Young e28b50e8d6 Fix a bunch more issues with sheetpaths and allowExtraText.
A sheetpath is required to correctly resolve text variables.
Depending on currentSheet is rife with bugs.

There are many places where we do *not* want to be prepending
field names to the field values, such as netlisting,
building PDF hypertext menus, etc.

Also, Find/Replace needs to work on unresolved text, as
that's what we're going to display (and if replace nuked
your variable references you wouldn't be happy).

(cherry picked from commit b41d446f58)
2023-05-05 18:02:59 +01:00
..
step step exporter: fix missing initialization of a member (m_pcbBaseName) 2023-03-21 09:52:41 +01:00
board_exporter_base.h Rename PROPERTIES to STRING_UTF8_MAP for clarity 2022-11-06 11:51:52 -05:00
export_d356.cpp Repoint IU_PER_MILS 2022-09-16 21:09:26 -04:00
export_d356.h Naming conventions. 2020-11-16 00:04:55 +00:00
export_footprint_associations.cpp Fix kicad_string.h / string.cpp mismatch. 2021-07-29 16:03:25 +01:00
export_gencad.cpp Nullptr safety. (Sentry KICAD-5N) 2023-01-18 01:05:27 +00:00
export_hyperlynx.cpp Hyperlynx arcs are always CW 2022-06-22 09:59:37 -07:00
export_idf.cpp Fix a bunch more issues with sheetpaths and allowExtraText. 2023-05-05 18:02:59 +01:00
export_vrml.h Pcbnew, exporter VRML: code refactor and remove unuded code. 2022-06-28 18:59:50 +02:00
exporter_vrml.cpp Trim VRML export layers to board outline. 2023-04-18 16:47:42 +01:00
exporter_vrml.h Pcbnew, exporter VRML: code refactor and remove unuded code. 2022-06-28 18:59:50 +02:00
gen_drill_report_files.cpp plotters rework: add plot fct to use TEXT_ATTRIBUTES class to pass text settings 2023-03-01 10:45:23 +01:00
gendrill_Excellon_writer.cpp Fix gerbers and drill plot not logging errors 2023-04-21 03:40:28 +00:00
gendrill_Excellon_writer.h Fix gerbers and drill plot not logging errors 2023-04-21 03:40:28 +00:00
gendrill_file_writer_base.cpp Fix gerbers and drill plot not logging errors 2023-04-21 03:40:28 +00:00
gendrill_file_writer_base.h Fix gerbers and drill plot not logging errors 2023-04-21 03:40:28 +00:00
gendrill_gerber_writer.cpp Fix gerbers and drill plot not logging errors 2023-04-21 03:40:28 +00:00
gendrill_gerber_writer.h Fix gerbers and drill plot not logging errors 2023-04-21 03:40:28 +00:00
gerber_jobfile_writer.cpp Some fixes in Gerber job file: 2022-12-06 17:01:37 +01:00
gerber_jobfile_writer.h Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
gerber_placefile_writer.cpp Fix a bunch more issues with sheetpaths and allowExtraText. 2023-05-05 18:02:59 +01:00
gerber_placefile_writer.h gerber_placefile_writer: fix angle rotation for flipped footprints. 2022-05-16 10:24:13 +02:00
place_file_exporter.cpp Fix a bunch more issues with sheetpaths and allowExtraText. 2023-05-05 18:02:59 +01:00
place_file_exporter.h Round out the cli with position file export 2022-11-07 19:53:35 -05:00