kicad/pcbnew/dialogs
Jeff Young 3de60231db Allow clearance debugging of exact items in DRC violation.
ADDED: Run clearance resolution tool... RMB menu item to DRC
clearance errors.

Fixes https://gitlab.com/kicad/code/kicad/issues/8438
2021-05-21 00:00:24 +01:00
..
dialog_board_reannotate.cpp Pcbnew: remove update schematic option for geographical annotation dialog. 2021-04-22 12:45:59 -04:00
dialog_board_reannotate.h Pcbnew: remove update schematic option for geographical annotation dialog. 2021-04-22 12:45:59 -04:00
dialog_board_reannotate_base.cpp Pcbnew: remove update schematic option for geographical annotation dialog. 2021-04-22 12:45:59 -04:00
dialog_board_reannotate_base.fbp Pcbnew: remove update schematic option for geographical annotation dialog. 2021-04-22 12:45:59 -04:00
dialog_board_reannotate_base.h Pcbnew: remove update schematic option for geographical annotation dialog. 2021-04-22 12:45:59 -04:00
dialog_board_setup.cpp Go back to validate-on-OK, but stop doing design checks. 2021-03-16 14:49:03 +00:00
dialog_board_setup.h Fix some layout issues in board stackup pane. 2021-02-24 21:42:00 +00:00
dialog_board_statistics.cpp Remove useless wx/wx.h include, that create sometimes compil warnings on msys. 2021-05-01 19:32:15 +02:00
dialog_board_statistics.h Enum class PAD_ATTR_T 2021-05-01 10:51:54 -04: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 Split lib tree initialization into a two-pass affair. 2021-04-01 10:51:29 +01:00
dialog_choose_footprint.h MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
dialog_cleanup_graphics.cpp Remove useless wx/wx.h include, that create sometimes compil warnings on msys. 2021-05-01 19:32:15 +02: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 Remove useless wx/wx.h include, that create sometimes compil warnings on msys. 2021-05-01 19:32:15 +02: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 Make OK default in inspectors (and hook up to close window). 2021-03-22 21:20:54 +00:00
dialog_constraints_reporter.h Make OK default in inspectors (and hook up to close window). 2021-03-22 21:20:54 +00:00
dialog_constraints_reporter_base.cpp Make OK default in inspectors (and hook up to close window). 2021-03-22 21:20:54 +00:00
dialog_constraints_reporter_base.fbp Make OK default in inspectors (and hook up to close window). 2021-03-22 21:20:54 +00:00
dialog_constraints_reporter_base.h Make OK default in inspectors (and hook up to close window). 2021-03-22 21:20:54 +00:00
dialog_copper_zones.cpp Add missing locked setting to zone dialogs. 2021-05-06 22:50:03 +01:00
dialog_copper_zones_base.cpp Add missing locked setting to zone dialogs. 2021-05-06 22:50:03 +01:00
dialog_copper_zones_base.fbp Add missing locked setting to zone dialogs. 2021-05-06 22:50:03 +01:00
dialog_copper_zones_base.h Add missing locked setting to zone dialogs. 2021-05-06 22:50:03 +01:00
dialog_create_array.cpp Formatting. 2021-03-20 21:53:29 +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 Fix many cases of old mils flag getting interpreted as allowEval flag. 2021-03-12 15:15:50 +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 Fix typo in unit label assignment and some minor layout improvements. 2021-01-19 16:09:44 +00:00
dialog_dimension_properties_base.fbp Fix typo in unit label assignment and some minor layout improvements. 2021-01-19 16:09:44 +00:00
dialog_dimension_properties_base.h Add textVar cross-reference support to Dimensions. 2020-09-19 20:42:30 +01:00
dialog_drc.cpp Allow clearance debugging of exact items in DRC violation. 2021-05-21 00:00:24 +01:00
dialog_drc.h Copy some bug fixes from DRC dialog across to Footprint Checker. 2021-04-08 22:37:14 +01: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_enum_pads.cpp Naming conventions. 2020-11-17 16:05:49 +00:00
dialog_enum_pads.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
dialog_enum_pads_base.cpp
dialog_enum_pads_base.fbp minor fix in DIALOG_SYMBOL_PROPERTIES: make m_cbPreservePads ON the default 2021-02-10 12:47:11 +01:00
dialog_enum_pads_base.h
dialog_exchange_footprints.cpp Include optimization: move some things from common.h to point-of-use 2021-03-20 12:09:18 -04: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 more fixes and enhancements in DIALOG_EXPORT_STEP. 2021-01-03 11:38:09 +01:00
dialog_export_step_base.cpp Step exporter: better values for min distance between 2 points to merge them. 2021-01-03 11:01:03 +01:00
dialog_export_step_base.fbp Step exporter: better values for min distance between 2 points to merge them. 2021-01-03 11:01:03 +01:00
dialog_export_step_base.h Step exporter: better values for min distance between 2 points to merge them. 2021-01-03 11:01:03 +01:00
dialog_export_svg.cpp Improve clarity in the Print dialog around edge cuts layer. 2021-04-16 16:53:51 +01:00
dialog_export_svg_base.cpp Improve clarity in the Print dialog around edge cuts layer. 2021-04-16 16:53:51 +01:00
dialog_export_svg_base.fbp Improve clarity in the Print dialog around edge cuts layer. 2021-04-16 16:53:51 +01:00
dialog_export_svg_base.h Improve clarity in the Print dialog around edge cuts layer. 2021-04-16 16:53:51 +01:00
dialog_export_vrml.cpp export_vrml: Better export of pad shapes, both on copper and paste layers. 2021-03-18 20:43:27 +01:00
dialog_export_vrml_base.cpp Spelling fix vrml->VRML 2021-05-06 21:55:36 +01:00
dialog_export_vrml_base.fbp Spelling fix vrml->VRML 2021-05-06 21:55:36 +01:00
dialog_export_vrml_base.h export_vrml: Better export of pad shapes, both on copper and paste layers. 2021-03-18 20:43:27 +01: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 Rename legacy selection filter action to avoid confusion 2021-01-26 18:15:36 -05:00
dialog_filter_selection_base.h Rename legacy selection filter action to avoid confusion 2021-01-26 18:15:36 -05:00
dialog_find.cpp Fix Pcbnew search "not found" prompt not displayed 2021-01-11 13:48:20 +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 Remove useless wx/wx.h include, that create sometimes compil warnings on msys. 2021-05-01 19:32:15 +02:00
dialog_footprint_checker.h Copy some bug fixes from DRC dialog across to Footprint Checker. 2021-04-08 22:37:14 +01:00
dialog_footprint_checker_base.cpp Copy some bug fixes from DRC dialog across to Footprint Checker. 2021-04-08 22:37:14 +01:00
dialog_footprint_checker_base.fbp Copy some bug fixes from DRC dialog across to Footprint Checker. 2021-04-08 22:37:14 +01:00
dialog_footprint_checker_base.h Copy some bug fixes from DRC dialog across to Footprint Checker. 2021-04-08 22:37:14 +01:00
dialog_footprint_properties.cpp Make moving pads independent of footprint much harder with new setting 2021-03-31 18:28:18 +00:00
dialog_footprint_properties.h Don't allow footprint text item columns to be resized. 2021-02-23 17:46:15 +00:00
dialog_footprint_properties_base.cpp Apply uniform spacing to orientation controls. 2021-04-11 10:33:26 +01:00
dialog_footprint_properties_base.fbp Apply uniform spacing to orientation controls. 2021-04-11 10:33:26 +01: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_properties_fp_editor.cpp Remove footprint locking in the footprint editor. 2021-05-18 23:14:17 +01:00
dialog_footprint_properties_fp_editor.h Naming conventions. 2021-04-04 10:43:56 +01:00
dialog_footprint_properties_fp_editor_base.cpp Remove footprint locking in the footprint editor. 2021-05-18 23:14:17 +01:00
dialog_footprint_properties_fp_editor_base.fbp Remove footprint locking in the footprint editor. 2021-05-18 23:14:17 +01:00
dialog_footprint_properties_fp_editor_base.h Remove footprint locking in the footprint editor. 2021-05-18 23:14:17 +01:00
dialog_footprint_wizard_list.cpp Include optimization: move some things from common.h to point-of-use 2021-03-20 12:09:18 -04: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 Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05: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 Use consistent terminology for component placement files. 2021-01-28 19:24:55 +00:00
dialog_gen_footprint_position_file_base.fbp Use consistent terminology for component placement files. 2021-01-28 19:24:55 +00:00
dialog_gen_footprint_position_file_base.h Use consistent terminology for component placement files. 2021-01-28 19:24:55 +00:00
dialog_gencad_export_options.cpp Naming conventions. 2020-11-17 16:05:49 +00:00
dialog_gencad_export_options.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
dialog_gendrill.cpp Remove useless wx/wx.h include, that create sometimes compil warnings on msys. 2021-05-01 19:32:15 +02: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 DIALOG_GENDRILL: fix incorrect initialization of drill coord origin option 2021-03-06 09:47:42 +01:00
dialog_gendrill_base.fbp DIALOG_GENDRILL: fix incorrect initialization of drill coord origin option 2021-03-06 09:47:42 +01:00
dialog_gendrill_base.h DIALOG_GENDRILL: fix incorrect initialization of drill coord origin option 2021-03-06 09:47:42 +01:00
dialog_get_footprint_by_name.h Remove misleading help text for now. 2021-02-14 23:51:51 +00:00
dialog_get_footprint_by_name_base.cpp Remove misleading help text for now. 2021-02-14 23:51:51 +00:00
dialog_get_footprint_by_name_base.fbp Remove misleading help text for now. 2021-02-14 23:51:51 +00:00
dialog_get_footprint_by_name_base.h Remove misleading help text for now. 2021-02-14 23:51:51 +00:00
dialog_global_deletion.cpp Terminology. 2021-04-04 10:32:24 +01:00
dialog_global_deletion.h Terminology. 2021-04-04 10:32:24 +01:00
dialog_global_deletion_base.cpp Implement locking for graphic shapes. 2021-01-07 17:39:18 +00:00
dialog_global_deletion_base.fbp Implement locking for graphic shapes. 2021-01-07 17:39:18 +00:00
dialog_global_deletion_base.h Implement locking for graphic shapes. 2021-01-07 17:39:18 +00:00
dialog_global_edit_text_and_graphics.cpp Fix selection filter in Edit Text and Graphics dialog 2021-04-10 15:49:23 +00:00
dialog_global_edit_text_and_graphics_base.cpp Simplify UI event handling in pcbnew global edit dialogs 2021-04-07 17:39:48 +01:00
dialog_global_edit_text_and_graphics_base.fbp Simplify UI event handling in pcbnew global edit dialogs 2021-04-07 17:39:48 +01:00
dialog_global_edit_text_and_graphics_base.h Simplify UI event handling in pcbnew global edit dialogs 2021-04-07 17:39:48 +01:00
dialog_global_edit_tracks_and_vias.cpp Simplify UI event handling in pcbnew global edit dialogs 2021-04-07 17:39:48 +01:00
dialog_global_edit_tracks_and_vias_base.cpp Simplify UI event handling in pcbnew global edit dialogs 2021-04-07 17:39:48 +01:00
dialog_global_edit_tracks_and_vias_base.fbp Simplify UI event handling in pcbnew global edit dialogs 2021-04-07 17:39:48 +01:00
dialog_global_edit_tracks_and_vias_base.h Simplify UI event handling in pcbnew global edit dialogs 2021-04-07 17:39:48 +01: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 enum class PCB_SHAPE_TYPE_T 2021-04-30 22:36:12 -04:00
dialog_graphic_item_properties_base.cpp Don't police the user. 2021-03-11 10:38:32 +00:00
dialog_graphic_item_properties_base.fbp Don't police the user. 2021-03-11 10:38:32 +00:00
dialog_graphic_item_properties_base.h Don't police the user. 2021-03-11 10:38:32 +00:00
dialog_group_properties.cpp Fix segfault after using group properties dialog 2021-04-25 22:15:19 +02: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 useless wx/wx.h include, that create sometimes compil warnings on msys. 2021-05-01 19:32:15 +02: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 Typo fix: Correct various misspelled words 2021-04-03 13:39:50 +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 Use M_SQRT1_2 in place of the number 2021-01-31 15:47:23 -05: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 Remove useless wx/wx.h include, that create sometimes compil warnings on msys. 2021-05-01 19:32:15 +02: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 Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
dialog_netlist.h Remove superfluous "Rebuild Ratsnest" button 2021-02-22 09:16:20 -08:00
dialog_netlist_base.cpp Remove superfluous "Rebuild Ratsnest" button 2021-02-22 09:16:20 -08:00
dialog_netlist_base.fbp Remove superfluous "Rebuild Ratsnest" button 2021-02-22 09:16:20 -08:00
dialog_netlist_base.h Remove superfluous "Rebuild Ratsnest" button 2021-02-22 09:16:20 -08:00
dialog_non_copper_zones_properties.cpp Add missing locked setting to zone dialogs. 2021-05-06 22:50:03 +01:00
dialog_non_copper_zones_properties_base.cpp Add missing locked setting to zone dialogs. 2021-05-06 22:50:03 +01:00
dialog_non_copper_zones_properties_base.fbp Add missing locked setting to zone dialogs. 2021-05-06 22:50:03 +01:00
dialog_non_copper_zones_properties_base.h Add missing locked setting to zone dialogs. 2021-05-06 22:50:03 +01:00
dialog_pad_basicshapes_properties.cpp Remove useless wx/wx.h include, that create sometimes compil warnings on msys. 2021-05-01 19:32:15 +02:00
dialog_pad_properties.cpp Smarten custom-pad-shape test for collapsing solder mask margins. 2021-05-16 00:41:19 +01:00
dialog_pad_properties.h Enum class PAD_PROP_T 2021-05-01 10:58:30 -04:00
dialog_pad_properties_base.cpp Minor dialog spacing adjustment. 2021-04-25 19:26:05 +01:00
dialog_pad_properties_base.fbp Minor dialog spacing adjustment. 2021-04-25 19:26:05 +01:00
dialog_pad_properties_base.h Move pad locking from footprint to pads. 2021-01-08 20:43:02 +00:00
dialog_plot.cpp Improve clarity in the Print dialog around edge cuts layer. 2021-04-16 16:53:51 +01:00
dialog_plot.h Remove some "class_" prefixes from files. 2020-11-13 15:16:23 +00:00
dialog_plot_base.cpp Pcbnew: fix some cosmetic issues in a few dialogs 2021-05-16 09:13:13 +02:00
dialog_plot_base.fbp Pcbnew: fix some cosmetic issues in a few dialogs 2021-05-16 09:13:13 +02:00
dialog_plot_base.h Improve clarity in the Print dialog around edge cuts layer. 2021-04-16 16:53:51 +01:00
dialog_pns_diff_pair_dimensions.cpp Fix many cases of old mils flag getting interpreted as allowEval flag. 2021-03-12 15:15:50 +00: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 Fix many cases of old mils flag getting interpreted as allowEval flag. 2021-03-12 15:15:50 +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 Hide unimplemented controls in length tuner settings 2021-05-10 21:40:52 -04:00
dialog_pns_length_tuning_settings_base.fbp Hide unimplemented controls in length tuner settings 2021-05-10 21:40:52 -04:00
dialog_pns_length_tuning_settings_base.h Hide unimplemented controls in length tuner settings 2021-05-10 21:40:52 -04:00
dialog_pns_settings.cpp PNS: Allow control of area-restricted drag optimization 2021-04-10 15:17:39 -04: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 visible area restriction 2021-04-10 16:13:08 -04:00
dialog_pns_settings_base.fbp PNS: Fix visible area restriction 2021-04-10 16:13:08 -04:00
dialog_pns_settings_base.h PNS: Allow control of area-restricted drag optimization 2021-04-10 15:17:39 -04: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 Remove useless wx/wx.h include, that create sometimes compil warnings on msys. 2021-05-01 19:32:15 +02: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 Add missing locked setting to zone dialogs. 2021-05-06 22:50:03 +01:00
dialog_rule_area_properties_base.cpp Add missing locked setting to zone dialogs. 2021-05-06 22:50:03 +01:00
dialog_rule_area_properties_base.fbp Add missing locked setting to zone dialogs. 2021-05-06 22:50:03 +01:00
dialog_rule_area_properties_base.h Add missing locked setting to zone dialogs. 2021-05-06 22:50:03 +01: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 Fix many cases of old mils flag getting interpreted as allowEval flag. 2021-03-12 15:15:50 +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 Fix many cases of old mils flag getting interpreted as allowEval flag. 2021-03-12 15:15:50 +00:00
dialog_text_properties.h Clean up Text Properties dialog. 2021-01-18 15:20:15 +00:00
dialog_text_properties_base.cpp Clean up Text Properties dialog. 2021-01-18 15:20:15 +00:00
dialog_text_properties_base.fbp Clean up Text Properties dialog. 2021-01-18 15:20:15 +00:00
dialog_text_properties_base.h Clean up Text Properties dialog. 2021-01-18 15:20:15 +00:00
dialog_track_via_properties.cpp Fix many cases of old mils flag getting interpreted as allowEval flag. 2021-03-12 15:15:50 +00:00
dialog_track_via_properties.h Disable net selector for non-free vias. 2021-01-06 15:49:12 +00:00
dialog_track_via_properties_base.cpp Fix minor wxWidgets alerts 2021-02-02 10:01:19 +01:00
dialog_track_via_properties_base.fbp Fix minor wxWidgets alerts 2021-02-02 10:01:19 +01:00
dialog_track_via_properties_base.h Disable net selector for non-free vias. 2021-01-06 15:49:12 +00:00
dialog_track_via_size.cpp Grammar 2021-02-15 15:18:13 -08: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 Update the .fpb file to be able to open it with wxFormBuilder 3.9, used by Kicad 2021-01-21 20:28:05 +01: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 Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
dialog_unused_pad_layers.h Improve layout and terminology of Remove Unused Pads. 2021-01-07 01:27:12 +00:00
dialog_unused_pad_layers_base.cpp Group global editors under tools menu. 2021-01-11 11:50:14 +00:00
dialog_unused_pad_layers_base.fbp minor fix in DIALOG_SYMBOL_PROPERTIES: make m_cbPreservePads ON the default 2021-02-10 12:47:11 +01:00
dialog_unused_pad_layers_base.h Improve layout and terminology of Remove Unused Pads. 2021-01-07 01:27:12 +00:00
dialog_update_pcb.cpp Make sure reporters have a better default path than /bin. 2021-02-25 15:05:26 +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 Make live 3D refresh optional 2021-04-07 22:39:30 -04: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 Make live 3D refresh optional 2021-04-07 22:39:30 -04:00
panel_display_options_base.fbp Make live 3D refresh optional 2021-04-07 22:39:30 -04:00
panel_display_options_base.h Make live 3D refresh optional 2021-04-07 22:39:30 -04:00
panel_edit_options.cpp Move some string formatting functions out of base_units 2021-04-14 23:21:10 -04:00
panel_edit_options.h Fix graphics snapping in Footprint Editor. 2020-12-19 00:21:28 +00:00
panel_edit_options_base.cpp Cleanup. 2021-04-10 10:04:02 +01:00
panel_edit_options_base.fbp Cleanup. 2021-04-10 10:04:02 +01:00
panel_edit_options_base.h Cleanup. 2021-04-10 10:04:02 +01:00
panel_fp_editor_color_settings.cpp Redo pad & via painting (again). 2021-01-30 16:31:27 +00:00
panel_fp_editor_color_settings.h Round 2 of Worksheet -> Drawing Sheet. 2021-02-23 11:57:44 +00:00
panel_fp_editor_defaults.cpp Cleanup. 2021-04-10 10:04:02 +01: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 Remove tool tips not related to the objects they are depending on. 2021-05-16 10:03:12 +02:00
panel_fp_editor_defaults_base.fbp Remove tool tips not related to the objects they are depending on. 2021-05-16 10:03:12 +02:00
panel_fp_editor_defaults_base.h Formatting. 2021-04-10 10:04:02 +01:00
panel_fp_lib_table.cpp Warn user before removing invalid rows from library table entries. 2021-05-08 08:58:54 -04:00
panel_fp_lib_table.h Use the new nudge path for the footprint lib table, save global and project mru differently 2021-01-31 19:01:33 -05:00
panel_fp_lib_table_base.cpp Fix button lay out issue on OSX. 2021-02-18 11:53:36 +00:00
panel_fp_lib_table_base.fbp Fix button lay out issue on OSX. 2021-02-18 11:53:36 +00:00
panel_fp_lib_table_base.h Fix button lay out issue on OSX. 2021-02-18 11:53:36 +00:00
panel_pcbnew_action_plugins.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
panel_pcbnew_action_plugins.h Improvements to pcbnew action plugins settings panel 2021-01-20 09:09:53 +00:00
panel_pcbnew_action_plugins_base.cpp Improvements to pcbnew action plugins settings panel 2021-01-20 09:09:53 +00:00
panel_pcbnew_action_plugins_base.fbp Improvements to pcbnew action plugins settings panel 2021-01-20 09:09:53 +00:00
panel_pcbnew_action_plugins_base.h Improvements to pcbnew action plugins settings panel 2021-01-20 09:09:53 +00:00
panel_pcbnew_color_settings.cpp Round 2 of Worksheet -> Drawing Sheet. 2021-02-23 11:57:44 +00:00
panel_pcbnew_color_settings.h Round 2 of Worksheet -> Drawing Sheet. 2021-02-23 11:57:44 +00: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_constraints.cpp Allow stackup height to be excluded from length calculations 2021-05-10 22:11:58 -04:00
panel_setup_constraints.h More consistent naming. 2021-01-26 11:41:47 +00:00
panel_setup_constraints_base.cpp Allow stackup height to be excluded from length calculations 2021-05-10 22:11:58 -04:00
panel_setup_constraints_base.fbp Allow stackup height to be excluded from length calculations 2021-05-10 22:11:58 -04:00
panel_setup_constraints_base.h Allow stackup height to be excluded from length calculations 2021-05-10 22:11:58 -04:00
panel_setup_layers.cpp Consistent terminology. 2021-04-03 11:15:11 +01:00
panel_setup_layers.h CHANGED: Copper layer count is now set on physical stackup page 2021-02-23 21:31:12 -05:00
panel_setup_layers_base.cpp CHANGED: Copper layer count is now set on physical stackup page 2021-02-23 21:31:12 -05:00
panel_setup_layers_base.fbp CHANGED: Copper layer count is now set on physical stackup page 2021-02-23 21:31:12 -05:00
panel_setup_layers_base.h CHANGED: Copper layer count is now set on physical stackup page 2021-02-23 21:31:12 -05:00
panel_setup_mask_and_paste.cpp Fix many cases of old mils flag getting interpreted as allowEval flag. 2021-03-12 15:15:50 +00: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 PANEL_SETUP_MASK_AND_PASTE_BASE: fix another cosmetic issue. 2021-05-16 13:22:48 +02:00
panel_setup_mask_and_paste_base.fbp PANEL_SETUP_MASK_AND_PASTE_BASE: fix another cosmetic issue. 2021-05-16 13:22:48 +02:00
panel_setup_mask_and_paste_base.h PANEL_SETUP_MASK_AND_PASTE_BASE: fix another cosmetic issue. 2021-05-16 13:22:48 +02:00
panel_setup_rules.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
panel_setup_rules.h Confirm when cancelling a changed custom rule 2021-01-26 08:18:38 -08:00
panel_setup_rules_base.cpp Remove formbuild URL from hypertext links. 2021-01-07 15:12:19 +00:00
panel_setup_rules_base.fbp Remove formbuild URL from hypertext links. 2021-01-07 15:12:19 +00: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 Document rules version clause. 2021-04-15 10:23:38 +01:00
panel_setup_text_and_graphics.cpp Pcbnew: fix some cosmetic issues in a few dialogs 2021-05-16 09:13:13 +02:00
panel_setup_text_and_graphics.h Go back to validate-on-OK, but stop doing design checks. 2021-03-16 14:49:03 +00:00
panel_setup_text_and_graphics_base.cpp Remove tool tips not related to the objects they are depending on. 2021-05-16 10:03:12 +02:00
panel_setup_text_and_graphics_base.fbp Remove tool tips not related to the objects they are depending on. 2021-05-16 10:03:12 +02:00
panel_setup_text_and_graphics_base.h Pcbnew: fix some cosmetic issues in a few dialogs 2021-05-16 09:13:13 +02:00
panel_setup_tracks_and_vias.cpp PANEL_SETUP_TRACKS_AND_VIAS: fix UI issues. 2021-04-23 10:58:59 +02:00
panel_setup_tracks_and_vias.h Add a less-intrusive validation system to board setup 2021-02-11 22:19:46 -05:00
panel_setup_tracks_and_vias_base.cpp PANEL_SETUP_TRACKS_AND_VIAS: fix UI issues. 2021-04-23 10:58:59 +02:00
panel_setup_tracks_and_vias_base.fbp PANEL_SETUP_TRACKS_AND_VIAS: fix UI issues. 2021-04-23 10:58:59 +02:00
panel_setup_tracks_and_vias_base.h PANEL_SETUP_TRACKS_AND_VIAS: fix UI issues. 2021-04-23 10:58:59 +02:00