kicad/gerbview
Jeff Young 39d4e422ea Better approximation for pads in Export Gerber to Pcbnew
We can't get all the way there because we can't create pads outside
of modules and the Gerbers don't store any grouping/footprint info.
This change moves us from outputing a via for every flashed item
(some of which don't even have holes) to synthesizing pads from
flashed items using a via (when they have holes) and a copper polygon.

This is much better for SMD pads, perhaps better for regular pads,
and no worse for vias.
2020-06-06 16:38:14 +01:00
..
dialogs Better approximation for pads in Export Gerber to Pcbnew 2020-06-06 16:38:14 +01:00
gerber_test_files Add a gerber test file 2017-10-23 09:20:10 +02:00
tools ADDED: New mouse settings panel, expanded mouse settings 2020-05-24 14:38:28 -04:00
CMakeLists.txt Overhaul compiler warnings infrastructure 2020-05-06 01:47:20 +01:00
DCodeSelectionbox.cpp Fix code after renaming files 2018-01-29 16:40:22 +01:00
DCodeSelectionbox.h Gerbview: fix code after renaming files 2018-01-29 13:26:58 +01:00
X2_gerber_attributes.cpp Comment-only changes 2020-01-10 16:43:01 -08:00
X2_gerber_attributes.h Comment-only changes 2020-01-10 16:43:01 -08:00
am_param.cpp Introduce new KI_FALLTHROUGH macro 2020-04-25 00:44:09 +01:00
am_param.h Comment-only changes 2020-01-10 16:43:01 -08:00
am_primitive.cpp Avoid divide-by-zero. 2020-01-15 18:50:47 +00:00
am_primitive.h Gerbview: fix code after renaming files 2018-01-29 13:26:58 +01:00
clear_gbr_drawlayers.cpp Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal. 2019-06-13 19:58:37 +01:00
dcode.cpp Gerbview: fix incorrect rendering of oval vertical standard aperture with hole. 2020-04-10 16:02:15 +02:00
dcode.h Comment-only changes 2020-01-10 16:43:01 -08:00
evaluate.cpp Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00
events_called_functions.cpp Actionize Gerber file commands. 2020-05-03 23:02:24 +01:00
excellon_image.h Improve spelling. 2019-08-20 19:14:05 +01:00
excellon_read_drill_file.cpp Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
export_to_pcbnew.cpp Better approximation for pads in Export Gerber to Pcbnew 2020-06-06 16:38:14 +01:00
files.cpp Fix translation issues and a typo 2020-05-06 20:41:29 +02:00
gbr_display_options.h Push polar coords down into COMMON_TOOLS. 2019-05-18 00:21:49 +01:00
gbr_layer_box_selector.cpp Make indeterminate control states clearer for the user. 2020-05-05 20:26:51 +01:00
gbr_layer_box_selector.h Make indeterminate control states clearer for the user. 2020-05-05 20:26:51 +01:00
gbr_layout.cpp Gerbview: cleanup code. 2019-12-31 11:58:43 +01:00
gbr_layout.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
gbr_screen.cpp Remove some more legacy code. 2019-05-29 00:26:29 +01:00
gbr_screen.h Remove the last vestiges of dlist 2020-01-10 06:37:08 -08:00
gerber_collectors.cpp Remove unused functionality. 2020-02-20 21:29:52 +00:00
gerber_collectors.h Comment-only changes 2020-01-10 16:43:01 -08:00
gerber_draw_item.cpp Lay some groundwork for adding distances to DRC errors. 2020-04-24 14:46:22 +01:00
gerber_draw_item.h Lay some groundwork for adding distances to DRC errors. 2020-04-24 14:46:22 +01:00
gerber_file_image.cpp Gerbview: add a error message for invalid files missing G74 or G75 commands. 2020-04-10 12:57:29 +02:00
gerber_file_image.h Gerbview: add a error message for invalid files missing G74 or G75 commands. 2020-04-10 12:57:29 +02:00
gerber_file_image_list.cpp Gerbview: cleanup code. 2019-12-31 11:58:43 +01:00
gerber_file_image_list.h Gerbview: cleanup code. 2019-12-31 11:58:43 +01:00
gerbview.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
gerbview.h Gerber viewer: Ensure arc interpolation is used only after a arc command. 2018-12-01 18:52:27 +01:00
gerbview.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
gerbview.rc Remove old xpm icons files 2012-04-07 13:09:57 +02:00
gerbview_doc.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
gerbview_draw_panel_gal.cpp Cleanup parentage inside the draw panels 2020-05-20 02:23:46 +01:00
gerbview_draw_panel_gal.h Lay some groundwork for adding distances to DRC errors. 2020-04-24 14:46:22 +01:00
gerbview_frame.cpp Performance improvements for Gerber loading. 2020-05-02 21:10:40 +01:00
gerbview_frame.h Better approximation for pads in Export Gerber to Pcbnew 2020-06-06 16:38:14 +01:00
gerbview_id.h Actionize Gerber file commands. 2020-05-03 23:02:24 +01:00
gerbview_layer_widget.cpp Performance improvements for Gerber loading. 2020-05-02 21:10:40 +01:00
gerbview_layer_widget.h Comment-only changes 2020-01-10 16:43:01 -08:00
gerbview_painter.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
gerbview_painter.h Rationalise 3D settings data-structure. 2020-03-28 16:09:40 +00:00
gerbview_printout.cpp Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
gerbview_printout.h Removed a redundant parameter from BOARD_PRINTOUT constructor 2018-10-31 19:17:30 +01:00
gerbview_settings.cpp A few Coverity fixes. 2020-03-30 09:50:26 +02:00
gerbview_settings.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
job_file_reader.cpp Don't reset active layer to 0 after loading Gerber job file. 2020-05-03 22:01:39 +01:00
menubar.cpp Move the file history into the frames 2020-05-17 00:12:49 +01:00
readgerb.cpp Remove code only used during a test. 2020-01-02 20:44:43 +01:00
rs274_read_XY_and_IJ_coordinates.cpp Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
rs274d.cpp Don't try to close empty polygon 2020-05-06 11:51:12 -04:00
rs274x.cpp Introduce new KI_FALLTHROUGH macro 2020-04-25 00:44:09 +01:00
select_layers_to_pcb.cpp Better approximation for pads in Export Gerber to Pcbnew 2020-06-06 16:38:14 +01:00
select_layers_to_pcb.h * Gerbview: update a old code in a dialog. 2018-01-05 11:45:50 +01:00
toolbars_gerber.cpp Actionize Gerber file commands. 2020-05-03 23:02:24 +01:00