kicad/pcbnew/dialogs
jean-pierre charras f2518a5120 ADDED: pad fabrication property, as required in latest Gerber file specification.
Property is a pad info used mainly for fabrication or test.
Currently, supported properties are:
BGA property (variant of SMD pad)
Fiducial (global to the board or local to the footprint)
Test Point
Heat sink
Castellated.
And are used in Gerber files (copper layers and drill files)

Increment BOARD_FILE_VERSION  to 20200104
2020-01-06 16:37:35 +01:00
..
dialog_block_options.cpp Decouple vias from tracks in selection filter 2018-03-21 17:21:08 -04:00
dialog_block_options.h Decouple vias from tracks in selection filter 2018-03-21 17:21:08 -04:00
dialog_block_options_base.cpp Standardize colon block_options_base 2018-04-23 11:53:17 -07:00
dialog_block_options_base.fbp Standardize colon block_options_base 2018-04-23 11:53:17 -07:00
dialog_block_options_base.h Standardize colon block_options_base 2018-04-23 11:53:17 -07:00
dialog_board_setup.cpp Pcbnew: add a board layer stack manager 2019-09-05 18:51:18 +02:00
dialog_board_setup.h Pcbnew: add a board layer stack manager 2019-09-05 18:51:18 +02:00
dialog_board_statistics.cpp Change more enums over to scoped enums 2019-12-28 00:55:11 +00:00
dialog_board_statistics.h Change more enums over to scoped enums 2019-12-28 00:55:11 +00:00
dialog_board_statistics_base.cpp DIALOG_BOARD_STATISTICS_BASE: fix a wxWidgets alert. 2019-11-11 09:28:41 +01:00
dialog_board_statistics_base.fbp DIALOG_BOARD_STATISTICS_BASE: fix a wxWidgets alert. 2019-11-11 09:28:41 +01:00
dialog_board_statistics_base.h DIALOG_BOARD_STATISTICS_BASE: fix a wxWidgets alert. 2019-11-11 09:28:41 +01:00
dialog_choose_footprint.cpp Return control of Symbol and Footprint chooser col widths to user. 2019-08-26 18:27:49 +01:00
dialog_choose_footprint.h Return control of Symbol and Footprint chooser col widths to user. 2019-08-26 18:27:49 +01:00
dialog_cleanup_tracks_and_vias.cpp Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal. 2019-06-13 19:58:37 +01:00
dialog_cleanup_tracks_and_vias.h Move DRC control to a tool; move assorted commands to ACTIONS. 2019-06-03 21:08:30 +01:00
dialog_cleanup_tracks_and_vias_base.cpp pcbnew: Cleanup tracks and vias rework 2019-06-01 09:53:23 -07:00
dialog_cleanup_tracks_and_vias_base.fbp pcbnew: Cleanup tracks and vias rework 2019-06-01 09:53:23 -07:00
dialog_cleanup_tracks_and_vias_base.h pcbnew: Cleanup tracks and vias rework 2019-06-01 09:53:23 -07:00
dialog_copper_zones.cpp Change more enums over to scoped enums 2019-12-28 00:55:11 +00:00
dialog_copper_zones_base.cpp Make some strings more easily translatable 2019-08-03 09:32:10 +02:00
dialog_copper_zones_base.fbp Make some strings more easily translatable 2019-08-03 09:32:10 +02:00
dialog_copper_zones_base.h Make some strings more easily translatable 2019-08-03 09:32:10 +02:00
dialog_create_array.cpp Switch to scoped enums 2019-12-20 14:11:39 +00:00
dialog_create_array.h Pcbnew: tidy up array options access/allocation 2019-05-16 11:20:52 +01:00
dialog_create_array_base.cpp Pcbnew: add a step field to the array tool 2019-05-16 11:20:52 +01:00
dialog_create_array_base.fbp Pcbnew: add a step field to the array tool 2019-05-16 11:20:52 +01:00
dialog_create_array_base.h Pcbnew: add a step field to the array tool 2019-05-16 11:20:52 +01:00
dialog_drc.cpp Switch to scoped enums 2019-12-20 14:11:39 +00:00
dialog_drc.h DIALOG_DRC_CONTROL: fix a crash on wxWidgets 3.1.3, Windows, 2019-12-02 11:27:40 +01:00
dialog_drc_base.cpp DIALOG_DRC_CONTROL: fix a crash on wxWidgets 3.1.3, Windows, 2019-12-02 11:27:40 +01:00
dialog_drc_base.fbp DIALOG_DRC_CONTROL: fix a crash on wxWidgets 3.1.3, Windows, 2019-12-02 11:27:40 +01:00
dialog_drc_base.h DIALOG_DRC_CONTROL: fix a crash on wxWidgets 3.1.3, Windows, 2019-12-02 11:27:40 +01:00
dialog_drclistbox.h Switch to scoped enums 2019-12-20 14:11:39 +00:00
dialog_edit_footprint_for_BoardEditor.cpp Change more enums over to scoped enums 2019-12-28 00:55:11 +00:00
dialog_edit_footprint_for_BoardEditor.h Remove more legacy editing code. 2019-05-27 18:47:20 +01:00
dialog_edit_footprint_for_BoardEditor_base.cpp DIALOG_FOOTPRINT_BOARD_EDITOR: minor cosmetic enhancement 2019-11-16 20:00:32 +01:00
dialog_edit_footprint_for_BoardEditor_base.fbp DIALOG_FOOTPRINT_BOARD_EDITOR: minor cosmetic enhancement 2019-11-16 20:00:32 +01:00
dialog_edit_footprint_for_BoardEditor_base.h DIALOG_FOOTPRINT_BOARD_EDITOR: minor cosmetic enhancement 2019-11-16 20:00:32 +01:00
dialog_edit_footprint_for_fp_editor.cpp Change more enums over to scoped enums 2019-12-28 00:55:11 +00:00
dialog_edit_footprint_for_fp_editor.h Give up on KillFocus validation. 2019-07-02 17:04:08 +01:00
dialog_edit_footprint_for_fp_editor_base.cpp More descriptive labelling and hints for solder paste margins. 2019-08-21 15:35:03 +01:00
dialog_edit_footprint_for_fp_editor_base.fbp More descriptive labelling and hints for solder paste margins. 2019-08-21 15:35:03 +01:00
dialog_edit_footprint_for_fp_editor_base.h More descriptive labelling and hints for solder paste margins. 2019-08-21 15:35:03 +01:00
dialog_enum_pads.cpp MACOS Setfocus and CancelButtonIssue moved into dialog_shim. 2017-01-29 23:51:35 +01:00
dialog_enum_pads.h Added settings dialog for Pad Enumeration tool. 2014-07-09 15:10:32 +02:00
dialog_enum_pads_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_enum_pads_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_enum_pads_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_exchange_footprints.cpp ADDED: Pcbnew, add "pin function" (pin name in eeschema) to pads. 2019-11-23 09:12:43 +01:00
dialog_exchange_footprints.h Remember update footprint checkbox values. 2019-11-05 18:03:45 +00:00
dialog_exchange_footprints_base.cpp Add option to keep 3DModel info when exchanging footprints. 2019-08-25 22:49:36 +01:00
dialog_exchange_footprints_base.fbp Add option to keep 3DModel info when exchanging footprints. 2019-08-25 22:49:36 +01:00
dialog_exchange_footprints_base.h Add option to keep 3DModel info when exchanging footprints. 2019-08-25 22:49:36 +01:00
dialog_export_idf.cpp Switch to scoped enums 2019-12-20 14:11:39 +00:00
dialog_export_idf_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_export_idf_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_export_idf_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_export_step.cpp Switch to scoped enums 2019-12-20 14:11:39 +00:00
dialog_export_step_base.cpp pcbnew: Allow STEP export tolerancing 2019-01-29 13:05:23 -08:00
dialog_export_step_base.fbp pcbnew: Allow STEP export tolerancing 2019-01-29 13:05:23 -08:00
dialog_export_step_base.h pcbnew: Allow STEP export tolerancing 2019-01-29 13:05:23 -08:00
dialog_export_svg.cpp Change more enums over to scoped enums 2019-12-28 00:55:11 +00:00
dialog_export_svg_base.cpp UNIT_BINDERize print and plot dialogs. 2018-07-17 15:12:29 +01:00
dialog_export_svg_base.fbp UNIT_BINDERize print and plot dialogs. 2018-07-17 15:12:29 +01:00
dialog_export_svg_base.h UNIT_BINDERize print and plot dialogs. 2018-07-17 15:12:29 +01:00
dialog_export_vrml.cpp Switch to scoped enums 2019-12-20 14:11:39 +00:00
dialog_export_vrml_base.cpp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_export_vrml_base.fbp Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_export_vrml_base.h Gerbview and Pcbnew dialog tweaks. 2017-12-27 12:09:56 -05:00
dialog_find.cpp pcbnew: Cleanup includes of pcbnew_id.h 2020-01-03 15:39:05 +00:00
dialog_find.h Recleaning DLIST from pcbnew 2019-12-10 09:52:07 -08:00
dialog_find_base.cpp More cleanup of dialog_find-base.fbp 2019-11-30 01:00:16 +00:00
dialog_find_base.fbp More cleanup of dialog_find-base.fbp 2019-11-30 01:00:16 +00:00
dialog_find_base.h More cleanup of dialog_find-base.fbp 2019-11-30 01:00:16 +00:00
dialog_footprint_wizard_list.cpp pcbnew: Handle missing footprint wizards 2019-04-09 11:54:01 -07:00
dialog_footprint_wizard_list.h Fix code after renaming files. Minor other fix. 2018-01-30 20:23:35 +01:00
dialog_footprint_wizard_list_base.cpp dialog_footprint_wizard_list_base.cpp: fix a minor wxWidgets alert. 2018-11-04 15:50:29 +01:00
dialog_footprint_wizard_list_base.fbp dialog_footprint_wizard_list_base.cpp: fix a minor wxWidgets alert. 2018-11-04 15:50:29 +01:00
dialog_footprint_wizard_list_base.h dialog_footprint_wizard_list_base.cpp: fix a minor wxWidgets alert. 2018-11-04 15:50:29 +01:00
dialog_fp_browser_display_options.cpp footprint viewer: fix a minor issue: 2019-11-09 20:07:19 +01:00
dialog_fp_browser_display_options.h Standardize Footprint Viewer and Footprint Browser. 2018-09-12 14:01:35 +01:00
dialog_fp_browser_display_options_base.cpp Standardize Footprint Viewer and Footprint Browser. 2018-09-12 14:01:35 +01:00
dialog_fp_browser_display_options_base.fbp Standardize Footprint Viewer and Footprint Browser. 2018-09-12 14:01:35 +01:00
dialog_fp_browser_display_options_base.h Standardize Footprint Viewer and Footprint Browser. 2018-09-12 14:01:35 +01:00
dialog_fp_plugin_options.cpp Remove HasFocus() checks (which don't work on all platforms) in favour of row highlighting which is visible without focus. 2018-08-29 20:08:01 +01:00
dialog_fp_plugin_options_base.cpp More safety fixes for uncommitted grid changes. 2018-08-29 19:59:01 +01:00
dialog_fp_plugin_options_base.fbp More safety fixes for uncommitted grid changes. 2018-08-29 19:59:01 +01:00
dialog_fp_plugin_options_base.h More safety fixes for uncommitted grid changes. 2018-08-29 19:59:01 +01:00
dialog_gen_footprint_position_file_base.cpp Refinements in gerber placefile writer: allows adding board edge cuts in file. 2019-11-01 18:12:26 +01:00
dialog_gen_footprint_position_file_base.fbp Refinements in gerber placefile writer: allows adding board edge cuts in file. 2019-11-01 18:12:26 +01:00
dialog_gen_footprint_position_file_base.h Refinements in gerber placefile writer: allows adding board edge cuts in file. 2019-11-01 18:12:26 +01:00
dialog_gencad_export_options.cpp Gencad export: fix an issue in hash_eda calculation, that can generate the same hash for 2 different footprints. 2019-10-10 20:18:48 +02:00
dialog_gencad_export_options.h Save last-used-paths in export dialogs. 2019-08-02 21:03:48 -06:00
dialog_gendrill.cpp Change more enums over to scoped enums 2019-12-28 00:55:11 +00:00
dialog_gendrill.h Add a file browser to the Sheet Properties dialog. 2019-08-26 00:45:34 +01:00
dialog_gendrill_base.cpp DIALOG_GENDRILL: modify an option: Gerber format is not experimental now. 2019-10-19 13:45:17 +02:00
dialog_gendrill_base.fbp DIALOG_GENDRILL: modify an option: Gerber format is not experimental now. 2019-10-19 13:45:17 +02:00
dialog_gendrill_base.h DIALOG_GENDRILL: modify an option: Gerber format is not experimental now. 2019-10-19 13:45:17 +02:00
dialog_get_footprint_by_name.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
dialog_get_footprint_by_name_base.cpp Minor Pcbnew dialog fixes. 2018-06-27 14:28:18 -04:00
dialog_get_footprint_by_name_base.fbp Minor Pcbnew dialog fixes. 2018-06-27 14:28:18 -04:00
dialog_get_footprint_by_name_base.h Minor Pcbnew dialog fixes. 2018-06-27 14:28:18 -04:00
dialog_global_deletion.cpp pcbnew: Fix deletion of vias in global delete window 2019-10-23 12:04:42 -04:00
dialog_global_deletion.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
dialog_global_deletion_base.cpp Standardize colons global deletion 2018-04-23 11:53:17 -07:00
dialog_global_deletion_base.fbp Standardize colons global deletion 2018-04-23 11:53:17 -07:00
dialog_global_deletion_base.h Standardize colons global deletion 2018-04-23 11:53:17 -07:00
dialog_global_edit_text_and_graphics.cpp Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal. 2019-06-13 19:58:37 +01:00
dialog_global_edit_text_and_graphics_base.cpp Reorder global edit dialogs for better comprehension. 2019-04-12 00:28:58 +01:00
dialog_global_edit_text_and_graphics_base.fbp Reorder global edit dialogs for better comprehension. 2019-04-12 00:28:58 +01:00
dialog_global_edit_text_and_graphics_base.h Reorder global edit dialogs for better comprehension. 2019-04-12 00:28:58 +01:00
dialog_global_edit_tracks_and_vias.cpp Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal. 2019-06-13 19:58:37 +01:00
dialog_global_edit_tracks_and_vias_base.cpp Reorder global edit dialogs for better comprehension. 2019-04-12 00:28:58 +01:00
dialog_global_edit_tracks_and_vias_base.fbp Reorder global edit dialogs for better comprehension. 2019-04-12 00:28:58 +01:00
dialog_global_edit_tracks_and_vias_base.h Be more forgiving of large fonts in grids. 2019-02-17 10:38:06 +00:00
dialog_global_fp_lib_table_config.cpp Fix some issues in I10n strings 2019-01-26 09:25:12 +01:00
dialog_global_fp_lib_table_config.h Initial global footprint library table fixes. 2019-01-20 13:51:07 -05:00
dialog_graphic_item_properties.cpp Switch to scoped enums 2019-12-20 14:11:39 +00:00
dialog_graphic_item_properties_base.cpp Lower x (or y) value always defines "Start Point". 2019-07-11 17:36:32 +01:00
dialog_graphic_item_properties_base.fbp Pcbnew, DIALOG_TEXT_PROPERTIES: make lines thickness editable when editing a dimension. 2019-09-02 09:48:17 +02:00
dialog_graphic_item_properties_base.h Lower x (or y) value always defines "Start Point". 2019-07-11 17:36:32 +01:00
dialog_import_settings.cpp Fixes for importing board setup properties. 2019-04-01 13:23:37 +01:00
dialog_import_settings.h Consolidate design rules UI. 2018-07-17 15:12:34 +01:00
dialog_import_settings_base.cpp Fixes for importing board setup properties. 2019-04-01 13:23:37 +01:00
dialog_import_settings_base.fbp Fixes for importing board setup properties. 2019-04-01 13:23:37 +01:00
dialog_import_settings_base.h Fixes for importing board setup properties. 2019-04-01 13:23:37 +01:00
dialog_keepout_area_properties.cpp Switch to scoped enums 2019-12-20 14:11:39 +00:00
dialog_keepout_area_properties_base.cpp Fp editor: allow internal layers in footprint keep-out zones Especially: Enable one internal layer to manage keep-out areas only on internal layers Allowing one internal layer is a trick to manage these keep-out areas (visibility and selection) In fact this internal layer groups all internal layers enabled is these keep-out areas. 2019-10-29 11:24:57 +01:00
dialog_keepout_area_properties_base.fbp Fp editor: allow internal layers in footprint keep-out zones Especially: Enable one internal layer to manage keep-out areas only on internal layers Allowing one internal layer is a trick to manage these keep-out areas (visibility and selection) In fact this internal layer groups all internal layers enabled is these keep-out areas. 2019-10-29 11:24:57 +01:00
dialog_keepout_area_properties_base.h Fp editor: allow internal layers in footprint keep-out zones Especially: Enable one internal layer to manage keep-out areas only on internal layers Allowing one internal layer is a trick to manage these keep-out areas (visibility and selection) In fact this internal layer groups all internal layers enabled is these keep-out areas. 2019-10-29 11:24:57 +01:00
dialog_layer_selection_base.cpp Try to fix UI issues in select layer pair dialog and slect layer dialog. 2019-07-28 12:54:59 +02:00
dialog_layer_selection_base.fbp Try to fix UI issues in select layer pair dialog and slect layer dialog. 2019-07-28 12:54:59 +02:00
dialog_layer_selection_base.h Try to fix UI issues in select layer pair dialog and slect layer dialog. 2019-07-28 12:54:59 +02:00
dialog_move_exact.cpp Switch to scoped enums 2019-12-20 14:11:39 +00:00
dialog_move_exact.h pcbnew: Enforce maximum movement in Move Exact 2019-06-20 06:40:33 -07:00
dialog_move_exact_base.cpp pcbnew: Enforce maximum movement in Move Exact 2019-06-20 06:40:33 -07:00
dialog_move_exact_base.fbp pcbnew: Enforce maximum movement in Move Exact 2019-06-20 06:40:33 -07:00
dialog_move_exact_base.h pcbnew: Enforce maximum movement in Move Exact 2019-06-20 06:40:33 -07:00
dialog_netlist.cpp Fix overzealous detection "Warning: No net for component". 2019-11-17 16:55:22 +01:00
dialog_netlist.h Fix overzealous detection "Warning: No net for component". 2019-11-17 16:55:22 +01:00
dialog_netlist_base.cpp Fix overzealous detection "Warning: No net for component". 2019-11-17 16:55:22 +01:00
dialog_netlist_base.fbp Fix overzealous detection "Warning: No net for component". 2019-11-17 16:55:22 +01:00
dialog_netlist_base.h Fix overzealous detection "Warning: No net for component". 2019-11-17 16:55:22 +01:00
dialog_non_copper_zones_properties.cpp Switch to scoped enums 2019-12-20 14:11:39 +00:00
dialog_non_copper_zones_properties_base.cpp Pcbnew, non copper zones: fix 2 issues. 2019-04-30 13:16:29 +02:00
dialog_non_copper_zones_properties_base.fbp Pcbnew, non copper zones: fix 2 issues. 2019-04-30 13:16:29 +02:00
dialog_non_copper_zones_properties_base.h Pcbnew, non copper zones: fix 2 issues. 2019-04-30 13:16:29 +02:00
dialog_pad_basicshapes_properties.cpp Switch to scoped enums 2019-12-20 14:11:39 +00:00
dialog_pad_properties.cpp ADDED: pad fabrication property, as required in latest Gerber file specification. 2020-01-06 16:37:35 +01:00
dialog_pad_properties.h ADDED: pad fabrication property, as required in latest Gerber file specification. 2020-01-06 16:37:35 +01:00
dialog_pad_properties_base.cpp ADDED: pad fabrication property, as required in latest Gerber file specification. 2020-01-06 16:37:35 +01:00
dialog_pad_properties_base.fbp ADDED: pad fabrication property, as required in latest Gerber file specification. 2020-01-06 16:37:35 +01:00
dialog_pad_properties_base.h ADDED: pad fabrication property, as required in latest Gerber file specification. 2020-01-06 16:37:35 +01:00
dialog_plot.cpp Change more enums over to scoped enums 2019-12-28 00:55:11 +00:00
dialog_plot.h Change more enums over to scoped enums 2019-12-28 00:55:11 +00:00
dialog_plot_base.cpp pcbnew: Update plot dialog to contain a unit selector for DXF 2019-06-13 15:18:07 -07:00
dialog_plot_base.fbp pcbnew: Update plot dialog to contain a unit selector for DXF 2019-06-13 15:18:07 -07:00
dialog_plot_base.h pcbnew: Update plot dialog to contain a unit selector for DXF 2019-06-13 15:18:07 -07:00
dialog_pns_diff_pair_dimensions.cpp Push KIWAY_HOLDER down a level so we can move a bunch of stuff that doesn't belong there out. 2019-06-10 23:46:00 +01:00
dialog_pns_diff_pair_dimensions.h Switch UNIT_BINDER and DIALOG_SHIM to local units. 2018-07-17 15:09:53 +01:00
dialog_pns_diff_pair_dimensions_base.cpp Clean up some extraneous TEXT_CRTL_EVAL references. 2019-02-17 10:16:09 +00:00
dialog_pns_diff_pair_dimensions_base.fbp Clean up some extraneous TEXT_CRTL_EVAL references. 2019-02-17 10:16:09 +00:00
dialog_pns_diff_pair_dimensions_base.h Clean up some extraneous TEXT_CRTL_EVAL references. 2019-02-17 10:16:09 +00:00
dialog_pns_length_tuning_settings.cpp Switch to scoped enums 2019-12-20 14:11:39 +00:00
dialog_pns_length_tuning_settings.h Enforcing rational limits on length tuner 2019-06-29 09:38:27 -07:00
dialog_pns_length_tuning_settings_base.cpp Enforcing rational limits on length tuner 2019-06-29 09:38:27 -07:00
dialog_pns_length_tuning_settings_base.fbp Enforcing rational limits on length tuner 2019-06-29 09:38:27 -07:00
dialog_pns_length_tuning_settings_base.h Enforcing rational limits on length tuner 2019-06-29 09:38:27 -07:00
dialog_pns_settings.cpp Stop PNS router settings from being overwritten when switching modes 2019-05-27 16:10:00 -07:00
dialog_pns_settings.h pcbnew: Hide routing options that are not available 2018-06-19 11:11:18 -07:00
dialog_pns_settings_base.cpp pcbnew: Hide routing options that are not available 2018-06-19 11:11:18 -07:00
dialog_pns_settings_base.fbp Pcbnew: fix 2 minor issues 2019-02-25 11:34:32 +01:00
dialog_pns_settings_base.h pcbnew: Hide routing options that are not available 2018-06-19 11:11:18 -07:00
dialog_position_relative.cpp Switch to scoped enums 2019-12-20 14:11:39 +00:00
dialog_position_relative.h Added user and grid origins to Position Relative dialog. 2018-11-12 23:09:45 +00:00
dialog_position_relative_base.cpp DIALOG_POSITION_RELATIVE: fix some issues: wxWidgets alerts and unit selection not taken in account after the first run. 2019-10-22 14:09:11 +02:00
dialog_position_relative_base.fbp DIALOG_POSITION_RELATIVE: fix some issues: wxWidgets alerts and unit selection not taken in account after the first run. 2019-10-22 14:09:11 +02:00
dialog_position_relative_base.h DIALOG_POSITION_RELATIVE: fix some issues: wxWidgets alerts and unit selection not taken in account after the first run. 2019-10-22 14:09:11 +02:00
dialog_print_pcbnew.cpp Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal. 2019-06-13 19:58:37 +01:00
dialog_push_pad_properties.cpp Add type filter to push pad properties. 2019-09-08 23:50:36 +01:00
dialog_push_pad_properties.h Add type filter to push pad properties. 2019-09-08 23:50:36 +01:00
dialog_push_pad_properties_base.cpp Add type filter to push pad properties. 2019-09-08 23:50:36 +01:00
dialog_push_pad_properties_base.fbp Add type filter to push pad properties. 2019-09-08 23:50:36 +01:00
dialog_push_pad_properties_base.h Add type filter to push pad properties. 2019-09-08 23:50:36 +01:00
dialog_scripting.cpp Fix warning: 'HAVE_CLOCK_GETTIME' macro redefined 2018-10-19 09:59:06 +02:00
dialog_scripting.h Add override specifier in scripting dialog 2016-10-05 15:07:06 -04:00
dialog_scripting_base.cpp pcbnew: Translate scripting test window 2019-01-02 14:49:55 -08:00
dialog_scripting_base.fbp pcbnew: Translate scripting test window 2019-01-02 14:49:55 -08:00
dialog_scripting_base.h pcbnew: Translate scripting test window 2019-01-02 14:49:55 -08:00
dialog_select_net_from_list.cpp Even out PCB_EDITOR_CONTROL and PCB_INSPECTION_TOOL. 2019-08-12 22:21:09 +01:00
dialog_select_net_from_list_base.cpp Pcbnew, Netlist inspector: fixes and enhancements. 2019-04-15 10:10:51 +02:00
dialog_select_net_from_list_base.fbp Pcbnew, Netlist inspector: fixes and enhancements. 2019-04-15 10:10:51 +02:00
dialog_select_net_from_list_base.h Pcbnew, Netlist inspector: fixes and enhancements. 2019-04-15 10:10:51 +02:00
dialog_set_grid.cpp pcbnew: Cleanup includes of pcbnew_id.h 2020-01-03 15:39:05 +00:00
dialog_set_grid_base.cpp Use wxChoice instead of wxComboBox so we get menu highlighting. 2019-08-09 16:01:45 +01:00
dialog_set_grid_base.fbp Use wxChoice instead of wxComboBox so we get menu highlighting. 2019-08-09 16:01:45 +01:00
dialog_set_grid_base.h Use wxChoice instead of wxComboBox so we get menu highlighting. 2019-08-09 16:01:45 +01:00
dialog_swap_layers.cpp Fix dangerous static_cast-ing to wrong type. 2019-06-10 23:46:01 +01:00
dialog_swap_layers.h Fix dangerous static_cast-ing to wrong type. 2019-06-10 23:46:01 +01:00
dialog_swap_layers_base.cpp Rewrite Move And Swap Layers dialog. 2018-07-17 15:13:35 +01:00
dialog_swap_layers_base.fbp Pcbnew: make "Swap Layers" title translatable. 2018-09-25 12:18:50 -07:00
dialog_swap_layers_base.h Pcbnew: make "Swap Layers" title translatable. 2018-09-25 12:18:50 -07:00
dialog_target_properties.cpp Retire EDA_DRAW_PANEL and legacy_wx/EDA_DRAW_FRAME. 2019-05-31 21:55:30 +01:00
dialog_target_properties_base.cpp More g_UserUnit erradication. 2018-07-17 15:12:31 +01:00
dialog_target_properties_base.fbp More g_UserUnit erradication. 2018-07-17 15:12:31 +01:00
dialog_target_properties_base.h More g_UserUnit erradication. 2018-07-17 15:12:31 +01:00
dialog_text_properties.cpp Switch to scoped enums 2019-12-20 14:11:39 +00:00
dialog_text_properties.h Pcbnew, DIALOG_TEXT_PROPERTIES: make lines thickness editable when editing a dimension. 2019-09-02 09:48:17 +02:00
dialog_text_properties_base.cpp Unify text edit dialog behavior 2019-09-05 14:11:02 -07:00
dialog_text_properties_base.fbp Pcbnew, multiline graphic text dialog: strip extra \r in EOL (\n is enough) on Windows. 2019-09-10 10:57:04 +02:00
dialog_text_properties_base.h Unify text edit dialog behavior 2019-09-05 14:11:02 -07:00
dialog_track_via_properties.cpp Change more enums over to scoped enums 2019-12-28 00:55:11 +00:00
dialog_track_via_properties.h Move events to wxFormBuilder and fix the missing hookup. 2019-08-25 20:48:47 +01:00
dialog_track_via_properties_base.cpp Move events to wxFormBuilder and fix the missing hookup. 2019-08-25 20:48:47 +01:00
dialog_track_via_properties_base.fbp Move events to wxFormBuilder and fix the missing hookup. 2019-08-25 20:48:47 +01:00
dialog_track_via_properties_base.h Move events to wxFormBuilder and fix the missing hookup. 2019-08-25 20:48:47 +01:00
dialog_track_via_size.cpp Push KIWAY_HOLDER down a level so we can move a bunch of stuff that doesn't belong there out. 2019-06-10 23:46:00 +01:00
dialog_track_via_size.h Switch UNIT_BINDER and DIALOG_SHIM to local units. 2018-07-17 15:09:53 +01:00
dialog_track_via_size_base.cpp Clean up some extraneous TEXT_CRTL_EVAL references. 2019-02-17 10:16:09 +00:00
dialog_track_via_size_base.fbp Clean up some extraneous TEXT_CRTL_EVAL references. 2019-02-17 10:16:09 +00:00
dialog_track_via_size_base.h Clean up some extraneous TEXT_CRTL_EVAL references. 2019-02-17 10:16:09 +00:00
dialog_update_pcb.cpp Fix overzealous detection "Warning: No net for component". 2019-11-17 16:55:22 +01:00
dialog_update_pcb.h Fix overzealous detection "Warning: No net for component". 2019-11-17 16:55:22 +01:00
dialog_update_pcb_base.cpp Fix overzealous detection "Warning: No net for component". 2019-11-17 16:55:22 +01:00
dialog_update_pcb_base.fbp Fix overzealous detection "Warning: No net for component". 2019-11-17 16:55:22 +01:00
dialog_update_pcb_base.h Fix overzealous detection "Warning: No net for component". 2019-11-17 16:55:22 +01:00
panel_fp_lib_table.cpp pcbnew: Modify IDs in panel_fp_lib_table 2020-01-03 16:10:53 +00:00
panel_fp_lib_table.h Pcbnew: improve add existing footprint library browser and button 2020-01-03 15:09:26 +00:00
panel_fp_lib_table_base.cpp Pcbnew: improve add existing footprint library browser and button 2020-01-03 15:09:26 +00:00
panel_fp_lib_table_base.fbp Pcbnew: improve add existing footprint library browser and button 2020-01-03 15:09:26 +00:00
panel_fp_lib_table_base.h Pcbnew: improve add existing footprint library browser and button 2020-01-03 15:09:26 +00:00
panel_modedit_defaults.cpp Remove previous cell selection fixes in favour of slow-click hack. 2019-03-04 11:09:33 +00:00
panel_modedit_defaults.h Consolidate design rules UI. 2018-07-17 15:12:34 +01:00
panel_modedit_defaults_base.cpp Separate edge.cuts and courtyards in ModEdit default values. 2018-09-20 23:30:13 +01:00
panel_modedit_defaults_base.fbp Separate edge.cuts and courtyards in ModEdit default values. 2018-09-20 23:30:13 +01:00
panel_modedit_defaults_base.h Consolidate design rules UI. 2018-07-17 15:12:34 +01:00
panel_modedit_display_options.cpp Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal. 2019-06-13 19:58:37 +01:00
panel_modedit_display_options.h Fix uninitialized variables. 2019-10-25 09:15:19 +02:00
panel_modedit_settings.cpp Switch to scoped enums 2019-12-20 14:11:39 +00:00
panel_modedit_settings.h Give panels the correct parent (the treebook, not the dialog). 2018-07-17 15:14:19 +01:00
panel_modedit_settings_base.cpp Implement preference for immediate actions. 2019-07-25 20:41:22 -06:00
panel_modedit_settings_base.fbp Implement preference for immediate actions. 2019-07-25 20:41:22 -06:00
panel_modedit_settings_base.h Implement preference for immediate actions. 2019-07-25 20:41:22 -06:00
panel_pcbnew_action_plugins.cpp Minor speed cleanup 2019-12-05 14:20:59 -08:00
panel_pcbnew_action_plugins.h pcbnew: Add toolbar buttons for action plugins 2018-08-26 19:39:27 -07:00
panel_pcbnew_action_plugins_base.cpp Pcbnew, PANEL_PCBNEW_ACTION_PLUGINS: make strings translatable. 2019-02-10 11:39:07 +01:00
panel_pcbnew_action_plugins_base.fbp Pcbnew, PANEL_PCBNEW_ACTION_PLUGINS: make strings translatable. 2019-02-10 11:39:07 +01:00
panel_pcbnew_action_plugins_base.h Pcbnew, PANEL_PCBNEW_ACTION_PLUGINS: make strings translatable. 2019-02-10 11:39:07 +01:00
panel_pcbnew_display_options.cpp pcbnew: Cleanup includes of pcbnew_id.h 2020-01-03 15:39:05 +00:00
panel_pcbnew_display_options.h Give panels the correct parent (the treebook, not the dialog). 2018-07-17 15:14:19 +01:00
panel_pcbnew_display_options_base.cpp pcbnew: Add option to show ratsnest while moving 2019-06-12 17:36:02 -07:00
panel_pcbnew_display_options_base.fbp pcbnew: Add option to show ratsnest while moving 2019-06-12 17:36:02 -07:00
panel_pcbnew_display_options_base.h pcbnew: Add option to show ratsnest while moving 2019-06-12 17:36:02 -07:00
panel_pcbnew_settings.cpp pcbnew: Cleanup includes of pcbnew_id.h 2020-01-03 15:39:05 +00:00
panel_pcbnew_settings.h Give panels the correct parent (the treebook, not the dialog). 2018-07-17 15:14:19 +01:00
panel_pcbnew_settings_base.cpp Added new action for "Change Track Width". 2019-11-05 17:22:51 +00:00
panel_pcbnew_settings_base.fbp Added new action for "Change Track Width". 2019-11-05 17:22:51 +00:00
panel_pcbnew_settings_base.h Added new action for "Change Track Width". 2019-11-05 17:22:51 +00:00
panel_setup_feature_constraints.cpp Pcbnew: allows using filled polygons in zones with no outline thickness. 2019-09-06 16:13:41 +02:00
panel_setup_feature_constraints.h Pcbnew: prepare the new zone filling algo (filled polygons with no thickness). Work in progress. 2019-06-04 09:39:17 +02:00
panel_setup_feature_constraints_base.cpp Allow thermal spokes to be same width as minimum width. 2019-07-14 10:36:48 +01:00
panel_setup_feature_constraints_base.fbp Fix uninitialized variables. 2019-10-25 09:15:19 +02:00
panel_setup_feature_constraints_base.h Allow thermal spokes to be same width as minimum width. 2019-07-14 10:36:48 +01:00
panel_setup_layers.cpp Tighten up the board setup dialog layout a bit. 2019-09-07 13:57:38 +01:00
panel_setup_layers.h Pcbnew: add a board layer stack manager 2019-09-05 18:51:18 +02:00
panel_setup_layers_base.cpp Tighten up the board setup dialog layout a bit. 2019-09-07 13:57:38 +01:00
panel_setup_layers_base.fbp Tighten up the board setup dialog layout a bit. 2019-09-07 13:57:38 +01:00
panel_setup_layers_base.h Tighten up the board setup dialog layout a bit. 2019-09-07 13:57:38 +01:00
panel_setup_mask_and_paste.cpp More descriptive labelling and hints for solder paste margins. 2019-08-21 15:35:03 +01:00
panel_setup_mask_and_paste.h Consolidate design rules UI. 2018-07-17 15:12:34 +01:00
panel_setup_mask_and_paste_base.cpp More descriptive labelling and hints for solder paste margins. 2019-08-21 15:35:03 +01:00
panel_setup_mask_and_paste_base.fbp More descriptive labelling and hints for solder paste margins. 2019-08-21 15:35:03 +01:00
panel_setup_mask_and_paste_base.h More descriptive labelling and hints for solder paste margins. 2019-08-21 15:35:03 +01:00
panel_setup_netclasses.cpp Switch to scoped enums 2019-12-20 14:11:39 +00:00
panel_setup_netclasses.h pcbnew: Make the netlist class panel usable with a lot of classes 2019-07-12 10:22:59 -07:00
panel_setup_netclasses_base.cpp Fix minor wxWidgets alerts. 2019-07-13 18:32:18 +02:00
panel_setup_netclasses_base.fbp Fix minor wxWidgets alerts. 2019-07-13 18:32:18 +02:00
panel_setup_netclasses_base.h Fix minor wxWidgets alerts. 2019-07-13 18:32:18 +02:00
panel_setup_text_and_graphics.cpp Add default units and precision for new dimension objects. 2019-11-05 17:22:51 +00:00
panel_setup_text_and_graphics.h Consolidate design rules UI. 2018-07-17 15:12:34 +01:00
panel_setup_text_and_graphics_base.cpp Add default units and precision for new dimension objects. 2019-11-05 17:22:51 +00:00
panel_setup_text_and_graphics_base.fbp Add default units and precision for new dimension objects. 2019-11-05 17:22:51 +00:00
panel_setup_text_and_graphics_base.h Add default units and precision for new dimension objects. 2019-11-05 17:22:51 +00:00
panel_setup_tracks_and_vias.cpp Retire EDA_DRAW_PANEL and legacy_wx/EDA_DRAW_FRAME. 2019-05-31 21:55:30 +01:00
panel_setup_tracks_and_vias.h Add Insert/Delete button to Tracks and Via setup panel 2018-09-01 17:53:49 +01:00
panel_setup_tracks_and_vias_base.cpp Be more forgiving of large fonts in grids. 2019-02-17 10:38:06 +00:00
panel_setup_tracks_and_vias_base.fbp Be more forgiving of large fonts in grids. 2019-02-17 10:38:06 +00:00
panel_setup_tracks_and_vias_base.h Add Insert/Delete button to Tracks and Via setup panel 2018-09-01 17:53:49 +01:00
wizard_3DShape_Libs_downloader.cpp Move Show3DViewer to common action. 2019-06-02 16:21:44 +01:00
wizard_3DShape_Libs_downloader.h Fix 3D shape & footprint download wizards freeze on OSX 2018-04-20 12:36:34 +02:00
wizard_3DShape_Libs_downloader_base.cpp Minot fix: fix a minor wxAssert in dialog 2018-03-05 20:18:55 +01:00
wizard_3DShape_Libs_downloader_base.fbp Minot fix: fix a minor wxAssert in dialog 2018-03-05 20:18:55 +01:00
wizard_3DShape_Libs_downloader_base.h Minot fix: fix a minor wxAssert in dialog 2018-03-05 20:18:55 +01:00