kicad/pcbnew/dialogs
Seth Hillbrand 5a3e5781bf Allow polygon drawing on edge cuts and courtyard
Prevents line splitting behavior needed in v5 when drawing polygons on
courtyards. Also provide property dialog with some smarts to handle
special layers

Fixes https://gitlab.com/kicad/code/kicad/issues/6900
2020-12-30 14:10:30 -08:00
..
dialog_board_reannotate.cpp Make distinction between PCBNew-wide tools and Board-specific tools. 2020-12-16 13:32:46 +00:00
dialog_board_reannotate.h Make distinction between PCBNew-wide tools and Board-specific tools. 2020-12-16 13:32:46 +00:00
dialog_board_reannotate_base.cpp Pcbnew, DIALOG_BOARD_REANNOTATE: fix some cosmetic issues. 2020-11-13 08:59:23 +01:00
dialog_board_reannotate_base.fbp Pcbnew, DIALOG_BOARD_REANNOTATE: fix some cosmetic issues. 2020-11-13 08:59:23 +01:00
dialog_board_reannotate_base.h Pcbnew, DIALOG_BOARD_REANNOTATE: fix some cosmetic issues. 2020-11-13 08:59:23 +01:00
dialog_board_setup.cpp Move headers from common folders to appropriate include folders round 2. 2020-12-17 11:44:03 -05:00
dialog_board_setup.h Add a simple editor for DRC rules. 2020-05-16 23:30:30 +01:00
dialog_board_statistics.cpp Naming conventions. 2020-11-17 16:05:49 +00:00
dialog_board_statistics.h Yet another tranche of module -> footprint. 2020-11-13 15:16:24 +00:00
dialog_board_statistics_base.cpp Pcbnew statistics: remove horizontal margin in drill table 2020-04-16 12:58:02 +00:00
dialog_board_statistics_base.fbp Pcbnew statistics: remove horizontal margin in drill table 2020-04-16 12:58:02 +00:00
dialog_board_statistics_base.h Pcbnew statistics: remove horizontal margin in drill table 2020-04-16 12:58:02 +00:00
dialog_choose_footprint.cpp Remove multi-threading for footprint loading. 2020-12-21 22:03:24 +00:00
dialog_choose_footprint.h MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
dialog_cleanup_graphics.cpp MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
dialog_cleanup_graphics.h Module -> Footprint. 2020-11-08 21:43:19 +00:00
dialog_cleanup_graphics_base.cpp Cleanup Graphics to parallel Cleanup Tracks & Vias. 2020-06-17 18:44:39 +01:00
dialog_cleanup_graphics_base.fbp Cleanup Graphics to parallel Cleanup Tracks & Vias. 2020-06-17 18:44:39 +01:00
dialog_cleanup_graphics_base.h Cleanup Graphics to parallel Cleanup Tracks & Vias. 2020-06-17 18:44:39 +01:00
dialog_cleanup_tracks_and_vias.cpp Naming conventions. 2020-11-17 16:05:49 +00:00
dialog_cleanup_tracks_and_vias.h Make sure zone fills are up-to-date before deleting unconnected things. 2020-08-21 20:32:19 +01:00
dialog_cleanup_tracks_and_vias_base.cpp Make via cleaning options clearer. 2020-08-19 11:56:28 +01:00
dialog_cleanup_tracks_and_vias_base.fbp Make via cleaning options clearer. 2020-08-19 11:56:28 +01:00
dialog_cleanup_tracks_and_vias_base.h Make via cleaning options clearer. 2020-08-19 11:56:28 +01:00
dialog_constraints_reporter.cpp Encourage use of full DRC for board & footprint malformed outlines. 2020-11-20 17:24:52 +00:00
dialog_constraints_reporter.h Implement a better interface between inspectors and DRC rule editor. 2020-10-17 10:58:08 +01:00
dialog_constraints_reporter_base.cpp ADDED constraints reporter for diagnosing constraints. 2020-09-23 01:14:35 +01:00
dialog_constraints_reporter_base.fbp ADDED constraints reporter for diagnosing constraints. 2020-09-23 01:14:35 +01:00
dialog_constraints_reporter_base.h ADDED constraints reporter for diagnosing constraints. 2020-09-23 01:14:35 +01:00
dialog_copper_zones.cpp More consistent naming. 2020-12-08 13:05:39 +00:00
dialog_copper_zones_base.cpp Allow case-insensitive filtering and filter on keystrokes. 2020-08-14 22:11:04 +01:00
dialog_copper_zones_base.fbp Allow case-insensitive filtering and filter on keystrokes. 2020-08-14 22:11:04 +01:00
dialog_copper_zones_base.h Implement pad & via aprons for hatched zones. 2020-08-07 15:15:43 +01:00
dialog_create_array.cpp Formatting and naming conventions. 2020-11-26 16:47:40 +00:00
dialog_create_array.h Naming conventions. 2020-11-14 18:26:03 +00:00
dialog_create_array_base.cpp Improve dialog static sizer box consistency. 2020-10-22 22:00:04 -04:00
dialog_create_array_base.fbp Improve dialog static sizer box consistency. 2020-10-22 22:00:04 -04:00
dialog_create_array_base.h Improve dialog static sizer box consistency. 2020-10-22 22:00:04 -04:00
dialog_dimension_properties.cpp Naming conventions. 2020-11-17 16:05:49 +00:00
dialog_dimension_properties.h Update some classnames including archaic zone names. 2020-11-12 10:31:25 +00:00
dialog_dimension_properties_base.cpp Add textVar cross-reference support to Dimensions. 2020-09-19 20:42:30 +01:00
dialog_dimension_properties_base.fbp Add textVar cross-reference support to Dimensions. 2020-09-19 20:42:30 +01:00
dialog_dimension_properties_base.h Add textVar cross-reference support to Dimensions. 2020-09-19 20:42:30 +01:00
dialog_drc.cpp Need to start with full layer set if we want to end up with any. 2020-12-23 15:15:09 +00:00
dialog_drc.h Make prev/next marker work reliably on all platforms. 2020-12-01 22:37:07 +00:00
dialog_drc_base.cpp Move track-to-zone testing to RTrees. 2020-10-31 15:45:41 +00:00
dialog_drc_base.fbp Move track-to-zone testing to RTrees. 2020-10-31 15:45:41 +00:00
dialog_drc_base.h Move track-to-zone testing to RTrees. 2020-10-31 15:45:41 +00:00
dialog_edit_footprint_for_fp_editor.cpp Move headers from common folders to appropriate include folders round 1. 2020-12-17 08:12:18 -05:00
dialog_edit_footprint_for_fp_editor.h Exorcise some instances of "modedit". 2020-11-17 16:05:48 +00:00
dialog_edit_footprint_for_fp_editor_base.cpp Default to updating 3D models. 2020-11-24 13:48:33 +00:00
dialog_edit_footprint_for_fp_editor_base.fbp Default to updating 3D models. 2020-11-24 13:48:33 +00:00
dialog_edit_footprint_for_fp_editor_base.h ADDED new footprint fabrication attributes. 2020-08-28 11:05:58 +01:00
dialog_enum_pads.cpp Naming conventions. 2020-11-17 16:05:49 +00:00
dialog_enum_pads.h
dialog_enum_pads_base.cpp
dialog_enum_pads_base.fbp
dialog_enum_pads_base.h
dialog_exchange_footprints.cpp Unify LIB_IDs now that both are stored in sexpr files. 2020-12-18 00:30:26 +00:00
dialog_exchange_footprints.h MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
dialog_exchange_footprints_base.cpp Default to updating 3D models. 2020-11-24 13:48:33 +00:00
dialog_exchange_footprints_base.fbp Default to updating 3D models. 2020-11-24 13:48:33 +00:00
dialog_exchange_footprints_base.h Default to updating 3D models. 2020-11-24 13:48:33 +00:00
dialog_export_idf.cpp Naming conventions. 2020-11-17 16:05:49 +00:00
dialog_export_idf_base.cpp Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_export_idf_base.fbp Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_export_idf_base.h Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_export_step.cpp Make sure DRC reports a missing board outline. 2020-11-24 14:22:27 +00:00
dialog_export_step_base.cpp Improve dialog static sizer box consistency. 2020-10-22 22:00:04 -04:00
dialog_export_step_base.fbp Improve dialog static sizer box consistency. 2020-10-22 22:00:04 -04:00
dialog_export_step_base.h Improve dialog static sizer box consistency. 2020-10-22 22:00:04 -04:00
dialog_export_svg.cpp Don't include plotters_specific.h where not needed 2020-12-18 07:21:59 +00:00
dialog_export_svg_base.cpp Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_export_svg_base.fbp Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_export_svg_base.h Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_export_vrml.cpp Naming conventions. 2020-11-17 16:05:49 +00:00
dialog_export_vrml_base.cpp Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_export_vrml_base.fbp Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_export_vrml_base.h Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_filter_selection.cpp Clean a bunch of legacy code out of the Filter Selection dialog. 2020-01-12 20:53:56 +00:00
dialog_filter_selection.h Clean a bunch of legacy code out of the Filter Selection dialog. 2020-01-12 20:53:56 +00:00
dialog_filter_selection_base.cpp Clean a bunch of legacy code out of the Filter Selection dialog. 2020-01-12 20:53:56 +00:00
dialog_filter_selection_base.fbp Clean a bunch of legacy code out of the Filter Selection dialog. 2020-01-12 20:53:56 +00:00
dialog_filter_selection_base.h Clean a bunch of legacy code out of the Filter Selection dialog. 2020-01-12 20:53:56 +00:00
dialog_find.cpp Fix from code review for https://gitlab.com/kicad/code/kicad/-/merge_requests/562. 2020-12-16 22:02:19 +00:00
dialog_find.h Naming conventions. 2020-11-14 18:26:03 +00:00
dialog_find_base.cpp Pcbnew: make DIALOG_FIND translatable. 2020-11-05 19:44:09 +01:00
dialog_find_base.fbp Pcbnew: make DIALOG_FIND translatable. 2020-11-05 19:44:09 +01:00
dialog_find_base.h Pcbnew: make DIALOG_FIND translatable. 2020-11-05 19:44:09 +01:00
dialog_footprint_checker.cpp Naming consistency. 2020-12-25 16:59:41 +00:00
dialog_footprint_checker.h Re-factor boundary/courtyard checker error handling. 2020-11-21 20:57:35 +00:00
dialog_footprint_checker_base.cpp Re-factor boundary/courtyard checker error handling. 2020-11-21 20:57:35 +00:00
dialog_footprint_checker_base.fbp Re-factor boundary/courtyard checker error handling. 2020-11-21 20:57:35 +00:00
dialog_footprint_checker_base.h Re-factor boundary/courtyard checker error handling. 2020-11-21 20:57:35 +00:00
dialog_footprint_properties.cpp Clean up some more user messages. 2020-12-18 12:49:20 +00:00
dialog_footprint_properties.h Better fix than 86b631b3 2020-12-07 18:28:32 +01:00
dialog_footprint_properties_base.cpp Default to updating 3D models. 2020-11-24 13:48:33 +00:00
dialog_footprint_properties_base.fbp Default to updating 3D models. 2020-11-24 13:48:33 +00:00
dialog_footprint_properties_base.h DIALOG_FOOTPRINT_PROPERTIES: fix an issue when selecting 0.0 orientation. 2020-10-29 18:33:28 +01:00
dialog_footprint_wizard_list.cpp Naming conventions. 2020-11-17 16:05:49 +00:00
dialog_footprint_wizard_list.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05: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 Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +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_plugin_options.cpp Split EDA_UNITS out from common. 2020-10-25 00:02:52 -04:00
dialog_fp_plugin_options_base.cpp Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
dialog_fp_plugin_options_base.fbp Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
dialog_fp_plugin_options_base.h Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
dialog_gen_footprint_position_file_base.cpp Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_gen_footprint_position_file_base.fbp Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_gen_footprint_position_file_base.h Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_gencad_export_options.cpp Naming conventions. 2020-11-17 16:05:49 +00:00
dialog_gencad_export_options.h Save last-used-paths in export dialogs. 2019-08-02 21:03:48 -06:00
dialog_gendrill.cpp Make distinction between PCBNew-wide tools and Board-specific tools. 2020-12-16 13:32:46 +00:00
dialog_gendrill.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
dialog_gendrill_base.cpp Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_gendrill_base.fbp Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_gendrill_base.h Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_get_footprint_by_name.h Add more consts all over the place 2020-10-27 11:03:35 +00:00
dialog_get_footprint_by_name_base.cpp Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_get_footprint_by_name_base.fbp Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_get_footprint_by_name_base.h Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_global_deletion.cpp MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
dialog_global_deletion.h
dialog_global_deletion_base.cpp Improve dialog static sizer box consistency. 2020-10-22 22:00:04 -04:00
dialog_global_deletion_base.fbp Improve dialog static sizer box consistency. 2020-10-22 22:00:04 -04:00
dialog_global_deletion_base.h Improve dialog static sizer box consistency. 2020-10-22 22:00:04 -04:00
dialog_global_edit_text_and_graphics.cpp Naming conventions. 2020-11-17 16:05:49 +00:00
dialog_global_edit_text_and_graphics_base.cpp Make indeterminate control states clearer for the user. 2020-05-05 20:26:51 +01:00
dialog_global_edit_text_and_graphics_base.fbp Make indeterminate control states clearer for the user. 2020-05-05 20:26:51 +01:00
dialog_global_edit_text_and_graphics_base.h Reference -> reference designator. 2020-03-17 16:09:25 +00:00
dialog_global_edit_tracks_and_vias.cpp Make distinction between PCBNew-wide tools and Board-specific tools. 2020-12-16 13:32:46 +00: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 final cleanup about removing useless include 2020-10-03 16:40:36 +02:00
dialog_global_fp_lib_table_config.h Move headers from common folders to appropriate include folders round 2. 2020-12-17 11:44:03 -05:00
dialog_graphic_item_properties.cpp Allow polygon drawing on edge cuts and courtyard 2020-12-30 14:10:30 -08:00
dialog_graphic_item_properties_base.cpp Allow polygon drawing on edge cuts and courtyard 2020-12-30 14:10:30 -08:00
dialog_graphic_item_properties_base.fbp Allow polygon drawing on edge cuts and courtyard 2020-12-30 14:10:30 -08:00
dialog_graphic_item_properties_base.h Allow polygon drawing on edge cuts and courtyard 2020-12-30 14:10:30 -08:00
dialog_group_properties.cpp Fix a bunch of issues with group selection and highlighting. 2020-12-29 12:41:24 +00:00
dialog_group_properties.h Fix a bunch of issues with group selection and highlighting. 2020-12-29 12:41:24 +00:00
dialog_group_properties_base.cpp Fix Group Properties dialog grow behaviour. 2020-09-25 21:14:08 +01:00
dialog_group_properties_base.fbp Fix Group Properties dialog grow behaviour. 2020-09-25 21:14:08 +01:00
dialog_group_properties_base.h ADDED Properties Dialog for groups. 2020-09-24 14:41:02 +01:00
dialog_import_settings.cpp Remove some "class_" prefixes from files. 2020-11-13 15:16:23 +00:00
dialog_import_settings.h Pcbnew #4904 : Import settings from another board deleted internal layers 2020-08-08 00:51:23 +00:00
dialog_import_settings_base.cpp Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_import_settings_base.fbp Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_import_settings_base.h Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_imported_layers.cpp Naming conventions. 2020-11-17 16:05:49 +00:00
dialog_imported_layers.h Allow a user to remap layers in Eagle import 2020-11-12 11:37:04 +01:00
dialog_imported_layers_base.cpp Layout tweaks to CADSTAR layer mapping dialog 2020-10-02 22:17:08 -04:00
dialog_imported_layers_base.fbp Layout tweaks to CADSTAR layer mapping dialog 2020-10-02 22:17:08 -04:00
dialog_imported_layers_base.h Layout tweaks to CADSTAR layer mapping dialog 2020-10-02 22:17:08 -04:00
dialog_layer_selection_base.cpp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_layer_selection_base.fbp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_layer_selection_base.h Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_move_exact.cpp Naming conventions. 2020-11-17 16:05:49 +00:00
dialog_move_exact.h Add rectangle tool to PCBNew toolbar in favour of Aux Origin. 2020-07-01 13:31:30 +01:00
dialog_move_exact_base.cpp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_move_exact_base.fbp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_move_exact_base.h Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_net_inspector.cpp Make sure sorting is honoured on first display. 2020-12-21 19:47:36 +00:00
dialog_net_inspector.h Add bulk add/remove mode flag to the BOARD_LISTENER 2020-12-07 22:04:13 -05:00
dialog_net_inspector_base.cpp Simplify Net Inspector. (Remove via length and group sorting ctrls.) 2020-11-11 14:41:17 +00:00
dialog_net_inspector_base.fbp Simplify Net Inspector. (Remove via length and group sorting ctrls.) 2020-11-11 14:41:17 +00:00
dialog_net_inspector_base.h Simplify Net Inspector. (Remove via length and group sorting ctrls.) 2020-11-11 14:41:17 +00:00
dialog_netlist.cpp Clean up some more user messages. 2020-12-18 12:49:20 +00:00
dialog_netlist.h MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
dialog_netlist_base.cpp Move DRC dialog to new DRC engine. 2020-09-14 22:39:36 +01:00
dialog_netlist_base.fbp Move DRC dialog to new DRC engine. 2020-09-14 22:39:36 +01:00
dialog_netlist_base.h Move DRC dialog to new DRC engine. 2020-09-14 22:39:36 +01:00
dialog_non_copper_zones_properties.cpp Naming conventions. 2020-11-17 16:05:49 +00:00
dialog_non_copper_zones_properties_base.cpp Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_non_copper_zones_properties_base.fbp Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_non_copper_zones_properties_base.h Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_pad_basicshapes_properties.cpp Add const specifiers 2020-11-18 19:50:36 +00:00
dialog_pad_properties.cpp Remove pad-size-setting hack from PCB_PAINTER. 2020-12-27 21:11:27 +00:00
dialog_pad_properties.h D_PAD -> PAD. 2020-11-13 15:16:24 +00:00
dialog_pad_properties_base.cpp First-class support for filled shapes. 2020-11-14 01:40:32 +00:00
dialog_pad_properties_base.fbp First-class support for filled shapes. 2020-11-14 01:40:32 +00:00
dialog_pad_properties_base.h First-class support for filled shapes. 2020-11-14 01:40:32 +00:00
dialog_plot.cpp Mostly formatting cleanup but a few type-casting cleanups too. 2020-11-24 22:16:41 +00:00
dialog_plot.h Remove some "class_" prefixes from files. 2020-11-13 15:16:23 +00:00
dialog_plot_base.cpp Pcbnew: minor plot dialog layout fixes. 2020-11-10 14:40:45 -05:00
dialog_plot_base.fbp Pcbnew: minor plot dialog layout fixes. 2020-11-10 14:40:45 -05:00
dialog_plot_base.h Pcbnew: minor plot dialog layout fixes. 2020-11-10 14:40:45 -05: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 Remove beginning/ending spaces in translations 2020-10-20 12:08:04 -07: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 Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_pns_length_tuning_settings_base.fbp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_pns_length_tuning_settings_base.h Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_pns_settings.cpp PNS: Fix all segments by default (and make optional) 2020-12-23 21:55:43 -05: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 PNS: Fix all segments by default (and make optional) 2020-12-23 21:55:43 -05:00
dialog_pns_settings_base.fbp PNS: Fix all segments by default (and make optional) 2020-12-23 21:55:43 -05:00
dialog_pns_settings_base.h PNS: Fix all segments by default (and make optional) 2020-12-23 21:55:43 -05:00
dialog_position_relative.cpp Naming conventions. 2020-11-17 16:05:49 +00:00
dialog_position_relative.h Don't truncate polar coordinates in position relative dialog/move exact dialog 2020-02-29 02:21:18 +00:00
dialog_position_relative_base.cpp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_position_relative_base.fbp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_position_relative_base.h Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_print_pcbnew.cpp Move headers from common folders to appropriate include folders round 1. 2020-12-17 08:12:18 -05:00
dialog_push_pad_properties.cpp Naming conventions. 2020-11-17 16:05:49 +00:00
dialog_push_pad_properties.h D_PAD -> PAD. 2020-11-13 15:16:24 +00: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_rule_area_properties.cpp Naming conventions. 2020-11-17 16:05:49 +00:00
dialog_rule_area_properties_base.cpp Rename "Keepout" to "Rule Area" 2020-09-21 23:55:02 -04:00
dialog_rule_area_properties_base.fbp Rename "Keepout" to "Rule Area" 2020-09-21 23:55:02 -04:00
dialog_rule_area_properties_base.h Rename "Keepout" to "Rule Area" 2020-09-21 23:55:02 -04:00
dialog_scripting.cpp final cleanup about removing useless include 2020-10-03 16:40:36 +02:00
dialog_scripting.h
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_swap_layers.cpp Naming conventions. 2020-11-17 16:05:49 +00: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 Naming conventions. 2020-11-17 16:05:49 +00: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 DIALOG_TEXT_PROPERTIES: allows text rotation in 0.001 degree. 2020-12-11 16:26:58 +01:00
dialog_text_properties.h DIALOG_TEXT_PROPERTIES: allows text rotation in 0.001 degree. 2020-12-11 16:26:58 +01:00
dialog_text_properties_base.cpp Pcbnew: fix more minor text properties dialog layout issues. 2020-12-09 09:18:55 -05:00
dialog_text_properties_base.fbp Pcbnew: fix more minor text properties dialog layout issues. 2020-12-09 09:18:55 -05:00
dialog_text_properties_base.h Pcbnew: fix minor text properties dialog layout issues. 2020-12-09 07:58:32 -05:00
dialog_track_via_properties.cpp Separate net updating from Edit Tracks & Vias into a second pass. 2020-12-27 16:35:38 +00:00
dialog_track_via_properties.h Make distinction between PCBNew-wide tools and Board-specific tools. 2020-12-16 13:32:46 +00:00
dialog_track_via_properties_base.cpp Implement free vias fully 2020-12-20 16:29:50 -05:00
dialog_track_via_properties_base.fbp Implement free vias fully 2020-12-20 16:29:50 -05:00
dialog_track_via_properties_base.h Implement free vias fully 2020-12-20 16:29:50 -05:00
dialog_track_via_size.cpp Naming conventions. 2020-11-17 16:05:49 +00: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_unused_pad_layers.cpp Make distinction between PCBNew-wide tools and Board-specific tools. 2020-12-16 13:32:46 +00:00
dialog_unused_pad_layers.fbp Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_unused_pad_layers.h Make distinction between PCBNew-wide tools and Board-specific tools. 2020-12-16 13:32:46 +00:00
dialog_unused_pad_layers_base.cpp Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_unused_pad_layers_base.h Minor Pcbnew dialog layout fixes. 2020-11-11 11:08:54 -05:00
dialog_update_pcb.cpp Make distinction between PCBNew-wide tools and Board-specific tools. 2020-12-16 13:32:46 +00:00
dialog_update_pcb.h Improve ease of understanding around PCB <-> schematic links. 2020-03-16 11:06:15 +00:00
dialog_update_pcb_base.cpp Reference -> reference designator. 2020-03-17 16:09:25 +00:00
dialog_update_pcb_base.fbp Reference -> reference designator. 2020-03-17 16:09:25 +00:00
dialog_update_pcb_base.h Improve ease of understanding around PCB <-> schematic links. 2020-03-16 11:06:15 +00:00
panel_display_options.cpp final cleanup about removing useless include 2020-10-03 16:40:36 +02:00
panel_display_options.h Collapse Pcbnew & ModEdit display and edit settings. 2020-06-18 15:38:01 +01:00
panel_display_options_base.cpp Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
panel_display_options_base.fbp Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
panel_display_options_base.h Add configuration for cross-probing behavior 2020-06-27 22:48:48 -04:00
panel_edit_options.cpp Fix graphics snapping in Footprint Editor. 2020-12-19 00:21:28 +00:00
panel_edit_options.h Fix graphics snapping in Footprint Editor. 2020-12-19 00:21:28 +00:00
panel_edit_options_base.cpp Fix graphics snapping in Footprint Editor. 2020-12-19 00:21:28 +00:00
panel_edit_options_base.fbp Fix graphics snapping in Footprint Editor. 2020-12-19 00:21:28 +00:00
panel_edit_options_base.h Fix graphics snapping in Footprint Editor. 2020-12-19 00:21:28 +00:00
panel_fp_editor_color_settings.cpp Exorcise some instances of "modedit". 2020-11-17 16:05:48 +00:00
panel_fp_editor_color_settings.h Move headers from common folders to appropriate include folders round 2. 2020-12-17 11:44:03 -05:00
panel_fp_editor_defaults.cpp Exorcise some instances of "modedit". 2020-11-17 16:05:48 +00:00
panel_fp_editor_defaults.h Exorcise some instances of "modedit". 2020-11-17 16:05:48 +00:00
panel_fp_editor_defaults_base.cpp Exorcise some instances of "modedit". 2020-11-17 16:05:48 +00:00
panel_fp_editor_defaults_base.fbp Exorcise some instances of "modedit". 2020-11-17 16:05:48 +00:00
panel_fp_editor_defaults_base.h Exorcise some instances of "modedit". 2020-11-17 16:05:48 +00:00
panel_fp_lib_table.cpp Simplify some error messages. 2020-12-18 00:30:26 +00:00
panel_fp_lib_table.h Fix issue deleting footprint libraries from table. 2020-11-14 20:12:49 +00:00
panel_fp_lib_table_base.cpp Make path substitutions grid read only in lib table dialog 2020-11-29 09:51:53 +00:00
panel_fp_lib_table_base.fbp Make path substitutions grid read only in lib table dialog 2020-11-29 09:51:53 +00:00
panel_fp_lib_table_base.h Fix issue deleting footprint libraries from table. 2020-11-14 20:12:49 +00:00
panel_pcbnew_action_plugins.cpp Make sure plugins table has columns wide enough for headers. 2020-08-05 19:37:52 +01: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 Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
panel_pcbnew_action_plugins_base.fbp Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
panel_pcbnew_action_plugins_base.h Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
panel_pcbnew_color_settings.cpp Fix a few issues with builtin color themes 2020-12-20 14:43:41 -05:00
panel_pcbnew_color_settings.h Move headers from common folders to appropriate include folders round 2. 2020-12-17 11:44:03 -05:00
panel_pcbnew_display_origin.cpp Remove some "class_" prefixes from files. 2020-11-13 15:16:23 +00:00
panel_pcbnew_display_origin.h Add Pcbnew Display Origin Transforms preferences panel 2020-08-26 17:54:21 +00:00
panel_pcbnew_display_origin_base.cpp GUI guidelines in PCBNew origin setup. 2020-11-15 20:23:15 +00:00
panel_pcbnew_display_origin_base.fbp GUI guidelines in PCBNew origin setup. 2020-11-15 20:23:15 +00:00
panel_pcbnew_display_origin_base.h Add Pcbnew Display Origin Transforms preferences panel 2020-08-26 17:54:21 +00:00
panel_setup_feature_constraints.cpp Fixes for hole clearance and hole-to-hole tests. 2020-11-29 23:35:23 +00:00
panel_setup_feature_constraints.h Fixes for hole clearance and hole-to-hole tests. 2020-11-29 23:35:23 +00:00
panel_setup_feature_constraints_base.cpp Fixes for hole clearance and hole-to-hole tests. 2020-11-29 23:35:23 +00:00
panel_setup_feature_constraints_base.fbp Fixes for hole clearance and hole-to-hole tests. 2020-11-29 23:35:23 +00:00
panel_setup_feature_constraints_base.h Fixes for hole clearance and hole-to-hole tests. 2020-11-29 23:35:23 +00:00
panel_setup_layers.cpp PANEL_SETUP_LAYERS:do not disable the button "Add User Defined Layer". 2020-12-14 17:47:55 +01:00
panel_setup_layers.h Pcbnew: fix user defined layer bugs. 2020-09-24 10:19:10 -04:00
panel_setup_layers_base.cpp Pcbnew: fix user defined layer bugs. 2020-09-24 10:19:10 -04:00
panel_setup_layers_base.fbp Pcbnew: fix user defined layer bugs. 2020-09-24 10:19:10 -04:00
panel_setup_layers_base.h Pcbnew: add user defined layers and allow all layers to have user names. 2020-09-23 15:41:43 -04:00
panel_setup_mask_and_paste.cpp Move headers from common folders to appropriate include folders round 1. 2020-12-17 08:12:18 -05:00
panel_setup_mask_and_paste.h Remove some "class_" prefixes from files. 2020-11-13 15:16:23 +00:00
panel_setup_mask_and_paste_base.cpp Pcbnew: fix incorrect tool tip. 2020-11-11 18:39:28 +01:00
panel_setup_mask_and_paste_base.fbp Pcbnew: fix incorrect tool tip. 2020-11-11 18:39:28 +01:00
panel_setup_mask_and_paste_base.h Pcbnew: Adjust soldermask dialog panel to scale properly 2020-08-14 19:51:57 +00:00
panel_setup_rules.cpp Fix another case of 413ff4525b. 2020-12-07 14:25:55 +00:00
panel_setup_rules.h Fix another case of 413ff4525b. 2020-12-07 14:25:55 +00:00
panel_setup_rules_base.cpp Tooltip and better icon for compile/check syntax button. 2020-07-31 22:29:05 +01:00
panel_setup_rules_base.fbp Tooltip and better icon for compile/check syntax button. 2020-07-31 22:29:05 +01:00
panel_setup_rules_base.h Report all DRC rule errors, not just the first. 2020-07-30 14:27:42 +01:00
panel_setup_rules_help.md Add some escaping to syntax help. 2020-10-20 22:26:47 +01:00
panel_setup_text_and_graphics.cpp Set board modify bit only when necessary after Board Setup. 2020-10-13 23:11:29 +01:00
panel_setup_text_and_graphics.h Remove some "class_" prefixes from files. 2020-11-13 15:16:23 +00:00
panel_setup_text_and_graphics_base.cpp Tie dimension properties together for better comprehension. 2020-12-22 16:03:20 +00:00
panel_setup_text_and_graphics_base.fbp Tie dimension properties together for better comprehension. 2020-12-22 16:03:20 +00:00
panel_setup_text_and_graphics_base.h Expose extension offset and zero suppression settings 2020-09-12 11:52:59 -04:00
panel_setup_tracks_and_vias.cpp Set board modify bit only when necessary after Board Setup. 2020-10-13 23:11:29 +01:00
panel_setup_tracks_and_vias.h Remove some "class_" prefixes from files. 2020-11-13 15:16:23 +00:00
panel_setup_tracks_and_vias_base.cpp Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
panel_setup_tracks_and_vias_base.fbp Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
panel_setup_tracks_and_vias_base.h Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00