kicad/pcbnew/dialogs
Jeff Young a48867ea01 Solder mask integrity testing.
ADDED DRC test for solder mask aperture bridging copper from different
nets.
ADDED visualization of minimum web width processing for solder masks.
ADDED allow_soldermask_bridges property for footprints.

Fixes https://gitlab.com/kicad/code/kicad/issues/2183

Fixes https://gitlab.com/kicad/code/kicad/issues/1792
2021-12-23 22:31:14 +00:00
..
dialog_board_reannotate.cpp Fix two string issues 2021-11-16 10:38:56 -08:00
dialog_board_reannotate.h Keep track of existing/excluded references when re-annotating the PCB 2021-08-13 19:09:37 +01: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 Add hot-updating of units in common wxGrids. 2021-12-23 16:54:03 +00:00
dialog_board_setup.h Board Setup: Ensure board editor layers page always gets updated 2021-12-15 10:39:44 +00:00
dialog_board_statistics.cpp Fix hole table grow issue. 2021-11-17 12:49:53 +00:00
dialog_board_statistics.h Pass wxString objects by reference instead of on the stack. 2021-07-27 08:41:27 -04:00
dialog_board_statistics_base.cpp Fix hole table grow issue. 2021-11-17 12:49:53 +00:00
dialog_board_statistics_base.fbp Fix hole table grow issue. 2021-11-17 12:49:53 +00:00
dialog_board_statistics_base.h Fix hole table grow issue. 2021-11-17 12:49:53 +00:00
dialog_choose_footprint.cpp Substitute all wxHtmlWindow with HTML_WINDOW 2021-10-12 07:07:15 +00:00
dialog_choose_footprint.h Substitute all wxHtmlWindow with HTML_WINDOW 2021-10-12 07:07:15 +00:00
dialog_cleanup_graphics.cpp Cleanup includes in board.h and footprint.h 2021-06-03 20:19:52 +01:00
dialog_cleanup_graphics.h Pcbnew header housekeeping round 2. 2021-06-04 12:21:48 -04:00
dialog_cleanup_graphics_base.cpp Remove a tool tip not related to the parent widget. 2021-09-30 20:17:45 +02:00
dialog_cleanup_graphics_base.fbp Remove a tool tip not related to the parent widget. 2021-09-30 20:17:45 +02: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 pcb_group include from board header 2021-06-03 20:03:31 +01:00
dialog_cleanup_tracks_and_vias.h Pcbnew header housekeeping round 2. 2021-06-04 12:21:48 -04: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 DRC bug fixes and debugging improvements. 2021-08-17 15:41:12 +01:00
dialog_constraints_reporter.h DRC bug fixes and debugging improvements. 2021-08-17 15:41:12 +01:00
dialog_constraints_reporter_base.cpp Cherry-pick some 7.0 Clearance Resolution improvements. 2021-08-15 19:03:58 +01:00
dialog_constraints_reporter_base.fbp Cherry-pick some 7.0 Clearance Resolution improvements. 2021-08-15 19:03:58 +01: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 KIFACE_I -> KIFACE_BASE. 2021-09-14 23:45:14 +01:00
dialog_copper_zones_base.cpp Fix annoying wxWidgets assert. 2021-12-02 16:56:47 +00:00
dialog_copper_zones_base.fbp Fix annoying wxWidgets assert. 2021-12-02 16:56:47 +00:00
dialog_copper_zones_base.h Fix annoying wxWidgets assert. 2021-12-02 16:56:47 +00:00
dialog_create_array.cpp Array creator tool: Add option to assign unique reference designators 2021-10-25 22:38:49 +01:00
dialog_create_array.h Array creator tool: Add option to assign unique reference designators 2021-10-25 22:38:49 +01:00
dialog_create_array_base.cpp Array creator tool: Add option to assign unique reference designators 2021-10-25 22:38:49 +01:00
dialog_create_array_base.fbp Array creator tool: Add option to assign unique reference designators 2021-10-25 22:38:49 +01:00
dialog_create_array_base.h Array creator tool: Add option to assign unique reference designators 2021-10-25 22:38:49 +01:00
dialog_dimension_properties.cpp Radial dimensions. 2021-12-23 19:34:54 +00:00
dialog_dimension_properties.h Prefix DIMENSION types. 2021-06-11 17:59:44 +01:00
dialog_dimension_properties_base.cpp Minor dialog layout fixes. 2021-10-21 08:59:55 -04:00
dialog_dimension_properties_base.fbp Minor dialog layout fixes. 2021-10-21 08:59:55 -04:00
dialog_dimension_properties_base.h Minor dialog layout fixes. 2021-10-21 08:59:55 -04:00
dialog_drc.cpp Add Ignored Violations tab to DRC dialog. 2021-12-23 19:18:45 +00:00
dialog_drc.h Add Ignored Violations tab to DRC dialog. 2021-12-23 19:18:45 +00:00
dialog_drc_base.cpp Add Ignored Violations tab to DRC dialog. 2021-12-23 19:18:45 +00:00
dialog_drc_base.fbp Add Ignored Violations tab to DRC dialog. 2021-12-23 19:18:45 +00:00
dialog_drc_base.h Add Ignored Violations tab to DRC dialog. 2021-12-23 19:18:45 +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 Don't leave orphaned nets in pads after editing in FPEditor. 2021-11-27 12:34:41 +00:00
dialog_exchange_footprints.h Pcbnew header housekeeping round 2. 2021-06-04 12:21:48 -04:00
dialog_exchange_footprints_base.cpp Allow all selected footprints/symbols to be changed. 2021-06-17 23:34:56 +01:00
dialog_exchange_footprints_base.fbp Allow all selected footprints/symbols to be changed. 2021-06-17 23:34:56 +01:00
dialog_exchange_footprints_base.h Default to updating 3D models. 2020-11-24 13:48:33 +00:00
dialog_export_idf.cpp The REPORTER interface is inherently line-based. 2021-07-05 13:41:06 +01: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 Do not replace delimiter " by ' inside a command string. 2021-11-05 13:24:38 +01:00
dialog_export_step_base.cpp Use wildcard routine for extension matching 2021-08-20 17:24:05 -07:00
dialog_export_step_base.fbp Use wildcard routine for extension matching 2021-08-20 17:24:05 -07:00
dialog_export_step_base.h Use wildcard routine for extension matching 2021-08-20 17:24:05 -07:00
dialog_export_svg.cpp Move to getters/setters for aux and grid origin 2021-11-08 22:36:40 -05: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 KIFACE_I -> KIFACE_BASE. 2021-09-14 23:45:14 +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 Pcbnew: Added "All Items" clear/set to "Filter Selection" dialog 2021-10-29 09:56:14 +00:00
dialog_filter_selection.h Coverity issue fix. 2021-10-30 11:52:06 -04:00
dialog_filter_selection_base.cpp Pcbnew: Added "All Items" clear/set to "Filter Selection" dialog 2021-10-29 09:56:14 +00:00
dialog_filter_selection_base.fbp Pcbnew: Added "All Items" clear/set to "Filter Selection" dialog 2021-10-29 09:56:14 +00:00
dialog_filter_selection_base.h Pcbnew: Added "All Items" clear/set to "Filter Selection" dialog 2021-10-29 09:56:14 +00:00
dialog_find.cpp Pcbnew: make search field focused by default in Find dialog 2021-12-06 19:08:23 +00:00
dialog_find.h Pcbnew: make search field focused by default in Find dialog 2021-12-06 19:08:23 +00:00
dialog_find_base.cpp Stop using wxDialog::EndModal() from inside dialogs. 2021-07-21 17:38:14 -04:00
dialog_find_base.fbp Stop using wxDialog::EndModal() from inside dialogs. 2021-07-21 17:38:14 -04:00
dialog_find_base.h Stop using wxDialog::EndModal() from inside dialogs. 2021-07-21 17:38:14 -04:00
dialog_footprint_checker.cpp Don't consider heatsink, castellated or fiducial pads for THT vs SMD. 2021-11-29 16:45:42 +00: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 Solder mask integrity testing. 2021-12-23 22:31:14 +00:00
dialog_footprint_properties.h Defensive coding around getting an OnUpdateUI before we're ready. 2021-09-14 13:35:31 +01:00
dialog_footprint_properties_base.cpp Solder mask integrity testing. 2021-12-23 22:31:14 +00:00
dialog_footprint_properties_base.fbp Solder mask integrity testing. 2021-12-23 22:31:14 +00:00
dialog_footprint_properties_base.h Solder mask integrity testing. 2021-12-23 22:31:14 +00:00
dialog_footprint_properties_fp_editor.cpp Solder mask integrity testing. 2021-12-23 22:31:14 +00:00
dialog_footprint_properties_fp_editor.h Unify negative zero and percent handling in UNIT_BINDER. 2021-08-06 18:16:38 +01:00
dialog_footprint_properties_fp_editor_base.cpp Solder mask integrity testing. 2021-12-23 22:31:14 +00:00
dialog_footprint_properties_fp_editor_base.fbp Solder mask integrity testing. 2021-12-23 22:31:14 +00:00
dialog_footprint_properties_fp_editor_base.h Solder mask integrity testing. 2021-12-23 22:31:14 +00:00
dialog_footprint_wizard_list.cpp KIFACE_I -> KIFACE_BASE. 2021-09-14 23:45:14 +01: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.fbp Enforce Apple's destructive button distance guideline. 2020-08-17 23:55:31 +01:00
dialog_footprint_wizard_list_base.h
dialog_fp_plugin_options.cpp More error message regularization. 2021-06-27 14:24:02 +01:00
dialog_fp_plugin_options_base.cpp Substitute all wxHtmlWindow with HTML_WINDOW 2021-10-12 07:07:15 +00:00
dialog_fp_plugin_options_base.fbp Substitute all wxHtmlWindow with HTML_WINDOW 2021-10-12 07:07:15 +00:00
dialog_fp_plugin_options_base.h Substitute all wxHtmlWindow with HTML_WINDOW 2021-10-12 07:07:15 +00:00
dialog_gen_footprint_position_file_base.cpp DIALOG_GEN_FOOTPRINT_POSITION and dialogs print: minor enhancements: 2021-08-21 11:06:00 +02:00
dialog_gen_footprint_position_file_base.fbp DIALOG_GEN_FOOTPRINT_POSITION and dialogs print: minor enhancements: 2021-08-21 11:06:00 +02:00
dialog_gen_footprint_position_file_base.h Pcbnew add SMD only option to component placement export 2021-08-20 17:24:05 -07:00
dialog_gencad_export_options.cpp Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
dialog_gencad_export_options.h Stop salt the eart with wxhtml.h 2021-06-03 07:49:49 -04:00
dialog_gendrill.cpp Move to getters/setters for aux and grid origin 2021-11-08 22:36:40 -05:00
dialog_gendrill.h Make sure HPGL and DXF drill map generators honour origin setting. 2021-06-27 17:40:20 +01: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 Improve common settings property grouping. 2021-09-16 18:31:44 +01: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 Cleanup. 2021-12-23 20:36:18 +00:00
dialog_global_deletion.h Cleanup. 2021-12-23 20:36:18 +00:00
dialog_global_deletion_base.cpp DIALOG_GLOBAL_DELETION: enable graphic items filters when board outlines is enabled. 2021-10-20 09:16:40 +02:00
dialog_global_deletion_base.fbp DIALOG_GLOBAL_DELETION: enable graphic items filters when board outlines is enabled. 2021-10-20 09:16:40 +02:00
dialog_global_deletion_base.h DIALOG_GLOBAL_DELETION: enable graphic items filters when board outlines is enabled. 2021-10-20 09:16:40 +02:00
dialog_global_edit_text_and_graphics.cpp Cleanup. 2021-12-23 20:36:18 +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 Cleanup. 2021-12-23 20:36:18 +00:00
dialog_global_edit_tracks_and_vias_base.cpp Label the three track and via properties for UX 2021-09-05 08:54:45 -04:00
dialog_global_edit_tracks_and_vias_base.fbp Label the three track and via properties for UX 2021-09-05 08:54:45 -04:00
dialog_global_edit_tracks_and_vias_base.h Label the three track and via properties for UX 2021-09-05 08:54:45 -04:00
dialog_global_fp_lib_table_config.cpp KIFACE_I -> KIFACE_BASE. 2021-09-14 23:45:14 +01: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 Cleanup. 2021-12-23 20:36:18 +00:00
dialog_graphic_item_properties_base.cpp Minor dialog layout improvements. 2021-10-29 15:29:49 -04:00
dialog_graphic_item_properties_base.fbp Minor dialog layout improvements. 2021-10-29 15:29:49 -04:00
dialog_graphic_item_properties_base.h Minor dialog layout improvements. 2021-10-29 15:29:49 -04:00
dialog_group_properties.cpp Remove locking from footprint editor. 2021-10-31 16:33:03 +00:00
dialog_group_properties.h Pcbnew header housekeeping round 2. 2021-06-04 12:21:48 -04:00
dialog_group_properties_base.cpp Read/write group locked state. Show locked state in dialog & statusbar. 2021-07-22 12:49:30 +01:00
dialog_group_properties_base.fbp Read/write group locked state. Show locked state in dialog & statusbar. 2021-07-22 12:49:30 +01:00
dialog_group_properties_base.h Read/write group locked state. Show locked state in dialog & statusbar. 2021-07-22 12:49:30 +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 header housekeeping round 2. 2021-06-04 12:21:48 -04: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 Cleanup. 2021-12-23 20:36:18 +00:00
dialog_imported_layers.h Pass wxString objects by reference instead of on the stack. 2021-07-27 08:41:27 -04: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 Fixup PCB_ONE_LAYER_SELECTOR 2021-09-22 15:57:27 -07:00
dialog_layer_selection_base.fbp Fixup PCB_ONE_LAYER_SELECTOR 2021-09-22 15:57:27 -07:00
dialog_layer_selection_base.h Fixup PCB_ONE_LAYER_SELECTOR 2021-09-22 15:57:27 -07:00
dialog_move_exact.cpp Save actual control values; GetOriginalText is only for eval. 2021-11-09 13:53:03 +00:00
dialog_move_exact.h Pcbnew header housekeeping round 2. 2021-06-04 12:21:48 -04:00
dialog_move_exact_base.cpp Minor dialog layout improvements. 2021-10-29 15:29:49 -04:00
dialog_move_exact_base.fbp Minor dialog layout improvements. 2021-10-29 15:29:49 -04:00
dialog_move_exact_base.h Minor dialog layout improvements. 2021-10-29 15:29:49 -04:00
dialog_net_inspector.cpp Reverse sort order for net id in inspector 2021-12-11 23:12:47 +00:00
dialog_net_inspector.h Prefix TRACK, ARC and VIA. 2021-06-11 22:07:02 +01:00
dialog_net_inspector_base.cpp Prevent wxWidgets assertion. 2021-07-03 21:16:15 +01:00
dialog_net_inspector_base.fbp Prevent wxWidgets assertion. 2021-07-03 21:16:15 +01: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 Remove no-longer-needed options from Update PCB and Import netlist. 2021-09-18 18:32:19 +01:00
dialog_netlist.h Remove no-longer-needed options from Update PCB and Import netlist. 2021-09-18 18:32:19 +01:00
dialog_netlist_base.cpp Remove no-longer-needed options from Update PCB and Import netlist. 2021-09-18 18:32:19 +01:00
dialog_netlist_base.fbp Remove no-longer-needed options from Update PCB and Import netlist. 2021-09-18 18:32:19 +01:00
dialog_netlist_base.h Remove no-longer-needed options from Update PCB and Import netlist. 2021-09-18 18:32:19 +01:00
dialog_non_copper_zones_properties.cpp KIFACE_I -> KIFACE_BASE. 2021-09-14 23:45:14 +01:00
dialog_non_copper_zones_properties_base.cpp Fix typo in non-copper zone fill pattern, and cleanup spacing. 2021-08-16 13:24:12 +01:00
dialog_non_copper_zones_properties_base.fbp Fix typo in non-copper zone fill pattern, and cleanup spacing. 2021-08-16 13:24:12 +01:00
dialog_non_copper_zones_properties_base.h Fix typo in non-copper zone fill pattern, and cleanup spacing. 2021-08-16 13:24:12 +01:00
dialog_pad_basicshapes_properties.cpp Shapes for schematic. 2021-12-23 20:36:07 +00:00
dialog_pad_properties.cpp Hook up zone-pad connections to custom rules. 2021-12-23 22:30:26 +00:00
dialog_pad_properties.h Hook up zone-pad connections to custom rules. 2021-12-23 22:30:26 +00:00
dialog_pad_properties_base.cpp Solder mask integrity testing. 2021-12-23 22:31:14 +00:00
dialog_pad_properties_base.fbp Solder mask integrity testing. 2021-12-23 22:31:14 +00:00
dialog_pad_properties_base.h Hook up zone-pad connections to custom rules. 2021-12-23 22:30:26 +00:00
dialog_plot.cpp Units cleanup. 2021-12-23 22:17:10 +00:00
dialog_plot.h Pcbnew header housekeeping round 2. 2021-06-04 12:21:48 -04:00
dialog_plot_base.cpp Fix tooltip about Edge.Cuts (not) being plotted on all layers, remove period 2021-11-05 23:38:14 +00:00
dialog_plot_base.fbp Fix tooltip about Edge.Cuts (not) being plotted on all layers, remove period 2021-11-05 23:38:14 +00:00
dialog_plot_base.h Pcbnew: minor plot dialog improvements. 2021-10-27 11:36:43 -04: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
dialog_pns_diff_pair_dimensions_base.cpp
dialog_pns_diff_pair_dimensions_base.fbp
dialog_pns_diff_pair_dimensions_base.h
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
dialog_pns_length_tuning_settings_base.cpp Meander minimum spacing can be equal to track width + minimum clearance 2021-06-29 19:30:01 +01:00
dialog_pns_length_tuning_settings_base.fbp Meander minimum spacing can be equal to track width + minimum clearance 2021-06-29 19:30:01 +01: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 Fix disabling free-angle mode 2021-10-30 09:08:35 -04:00
dialog_pns_settings.h
dialog_pns_settings_base.cpp Remove vestigal setting 2021-10-23 22:12:25 -04:00
dialog_pns_settings_base.fbp Remove vestigal setting 2021-10-23 22:12:25 -04:00
dialog_pns_settings_base.h Remove vestigal setting 2021-10-23 22:12:25 -04:00
dialog_position_relative.cpp Move to getters/setters for aux and grid origin 2021-11-08 22:36:40 -05:00
dialog_position_relative.h Pcbnew header housekeeping round 2. 2021-06-04 12:21:48 -04: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 KIFACE_I -> KIFACE_BASE. 2021-09-14 23:45:14 +01:00
dialog_produce_pcb.fbp Reserve production strings 2021-11-01 07:14:38 -07:00
dialog_produce_pcb_base.cpp Reserve production strings 2021-11-01 07:14:38 -07:00
dialog_produce_pcb_base.h Reserve production strings 2021-11-01 07:14:38 -07:00
dialog_push_pad_properties.cpp Stop using wxDialog::EndModal() from inside dialogs. 2021-07-21 17:38:14 -04:00
dialog_push_pad_properties.h Pcbnew header housekeeping round 2. 2021-06-04 12:21:48 -04:00
dialog_push_pad_properties_base.cpp
dialog_push_pad_properties_base.fbp
dialog_push_pad_properties_base.h
dialog_rule_area_properties.cpp KIFACE_I -> KIFACE_BASE. 2021-09-14 23:45:14 +01:00
dialog_rule_area_properties_base.cpp Fix typo "verical" -> "vertical" 2021-11-06 20:39:19 +00:00
dialog_rule_area_properties_base.fbp Fix typo "verical" -> "vertical" 2021-11-06 20:39:19 +00:00
dialog_rule_area_properties_base.h Add missing locked setting to zone dialogs. 2021-05-06 22:50:03 +01:00
dialog_swap_layers.cpp Prefix TRACK, ARC and VIA. 2021-06-11 22:07:02 +01:00
dialog_swap_layers.h Pcbnew header housekeeping round 2. 2021-06-04 12:21:48 -04:00
dialog_swap_layers_base.cpp
dialog_swap_layers_base.fbp
dialog_swap_layers_base.h
dialog_target_properties.cpp Freshen microwave polygon dialog and remove a bunch of dead code. 2021-08-03 01:11:11 +01:00
dialog_target_properties_base.cpp
dialog_target_properties_base.fbp
dialog_target_properties_base.h
dialog_text_properties.cpp dialog text properties: fix a focus issue. 2021-11-27 10:08:30 +01:00
dialog_text_properties.h dialog text properties: fix a focus issue. 2021-11-27 10:08:30 +01:00
dialog_text_properties_base.cpp dialog text properties: fix a focus issue. 2021-11-27 10:08:30 +01:00
dialog_text_properties_base.fbp dialog text properties: fix a focus issue. 2021-11-27 10:08:30 +01:00
dialog_text_properties_base.h dialog text properties: fix a focus issue. 2021-11-27 10:08:30 +01:00
dialog_track_via_properties.cpp Units cleanup. 2021-12-23 22:17:10 +00:00
dialog_track_via_properties.h Hot-update units in track editing dialogs. 2021-12-23 16:54:03 +00:00
dialog_track_via_properties_base.cpp Minor dialog layout fixes. 2021-10-21 08:59:55 -04:00
dialog_track_via_properties_base.fbp Minor dialog layout fixes. 2021-10-21 08:59:55 -04:00
dialog_track_via_properties_base.h Minor dialog layout fixes. 2021-10-21 08:59:55 -04:00
dialog_track_via_size.cpp Grammar 2021-02-15 15:18:13 -08:00
dialog_track_via_size.h
dialog_track_via_size_base.cpp
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
dialog_unused_pad_layers.cpp Prefix TRACK, ARC and VIA. 2021-06-11 22:07:02 +01: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 Pcbnew: Clear tool and selection before updating PCB from schematic 2021-09-21 00:06:56 +00:00
dialog_update_pcb.h Remove no-longer-needed options from Update PCB and Import netlist. 2021-09-18 18:32:19 +01:00
dialog_update_pcb_base.cpp Remove no-longer-needed options from Update PCB and Import netlist. 2021-09-18 18:32:19 +01:00
dialog_update_pcb_base.fbp Remove no-longer-needed options from Update PCB and Import netlist. 2021-09-18 18:32:19 +01:00
dialog_update_pcb_base.h Remove no-longer-needed options from Update PCB and Import netlist. 2021-09-18 18:32:19 +01:00
panel_display_options.cpp Impleent persistence for no-connect pad setting. 2021-09-01 00:00:12 +01: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 Improve clearance outline tooltip. 2021-10-29 00:17:06 +01:00
panel_display_options_base.fbp Improve clearance outline tooltip. 2021-10-29 00:17:06 +01:00
panel_display_options_base.h Make live 3D refresh optional 2021-04-07 22:39:30 -04:00
panel_edit_options.cpp Option graphics limited to 45deg in creation: separate options for brd and fp editors. 2021-10-02 16:43:31 +02:00
panel_edit_options.h Fix graphics snapping in Footprint Editor. 2020-12-19 00:21:28 +00:00
panel_edit_options_base.cpp Use consistent terminology for various constraint modes. 2021-10-23 12:18:08 +01:00
panel_edit_options_base.fbp Use consistent terminology for various constraint modes. 2021-10-23 12:18:08 +01:00
panel_edit_options_base.h Option graphics limited to 45deg in creation: separate options for brd and fp editors. 2021-10-02 16:43:31 +02:00
panel_fp_editor_color_settings.cpp Rename layer ids file. 2021-07-29 16:03:25 +01:00
panel_fp_editor_color_settings.h Rename layer ids file. 2021-07-29 16:03:25 +01:00
panel_fp_editor_defaults.cpp Correctly handle deleting multiple selections in some grids. 2021-12-12 17:28:17 +00:00
panel_fp_editor_defaults.h Pcbnew header housekeeping round 2. 2021-06-04 12:21:48 -04:00
panel_fp_editor_defaults_base.cpp Expunge a bunch more fixed font specs from wxFormBuilder files. 2021-09-12 13:53:12 +01:00
panel_fp_editor_defaults_base.fbp Expunge a bunch more fixed font specs from wxFormBuilder files. 2021-09-12 13:53:12 +01:00
panel_fp_editor_defaults_base.h Formatting. 2021-04-10 10:04:02 +01:00
panel_fp_lib_table.cpp Partially reverts d877f041 2021-12-06 16:14:40 -08:00
panel_fp_lib_table.h Pcbnew header housekeeping round 2. 2021-06-04 12:21:48 -04: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_fp_properties_3d_model.cpp Make 3D dialogs easier to find. 2021-10-21 14:30:03 +01:00
panel_fp_properties_3d_model.h Cleanup 3D model filename validation 2021-10-08 22:30:20 +01:00
panel_fp_properties_3d_model_base.cpp Split the footprint 3d model panel into its own class 2021-07-28 20:56:17 +01:00
panel_fp_properties_3d_model_base.fbp Split the footprint 3d model panel into its own class 2021-07-28 20:56:17 +01:00
panel_fp_properties_3d_model_base.h Split the footprint 3d model panel into its own class 2021-07-28 20:56:17 +01:00
panel_pcbnew_action_plugins.cpp KIFACE_I -> KIFACE_BASE. 2021-09-14 23:45:14 +01: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 Kicad has many plugins. This one is for the pcb. 2021-11-25 12:56:46 +00:00
panel_pcbnew_color_settings.h Rename layer ids file. 2021-07-29 16:03:25 +01:00
panel_pcbnew_display_origin.cpp Common widget header housekeeping. 2021-06-03 12:02:45 -04:00
panel_pcbnew_display_origin.h Pcbnew header housekeeping round 2. 2021-06-04 12:21:48 -04: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 Starved thermals DRC checking. 2021-12-23 22:30:42 +00:00
panel_setup_constraints.h Add DRC tests for text height and text thickness. 2021-12-23 19:18:45 +00:00
panel_setup_constraints_base.cpp Starved thermals DRC checking. 2021-12-23 22:30:42 +00:00
panel_setup_constraints_base.fbp Starved thermals DRC checking. 2021-12-23 22:30:42 +00:00
panel_setup_constraints_base.h Starved thermals DRC checking. 2021-12-23 22:30:42 +00:00
panel_setup_layers.cpp Cleanup. 2021-12-23 20:36:18 +00:00
panel_setup_layers.h Cleanup. 2021-12-23 20:36:18 +00:00
panel_setup_layers_base.cpp Solder paster -> Solder paste 2021-11-08 15:56:51 -08:00
panel_setup_layers_base.fbp Solder paster -> Solder paste 2021-11-08 15:56:51 -08:00
panel_setup_layers_base.h Remove checkboxes that can't be unchecked (part 1) 2021-08-24 20:29:03 -04:00
panel_setup_mask_and_paste.cpp Improve common settings property grouping. 2021-09-16 18:31:44 +01:00
panel_setup_mask_and_paste.h Unify negative zero and percent handling in UNIT_BINDER. 2021-08-06 18:16:38 +01:00
panel_setup_mask_and_paste_base.cpp Solder mask integrity testing. 2021-12-23 22:31:14 +00:00
panel_setup_mask_and_paste_base.fbp Solder mask integrity testing. 2021-12-23 22:31:14 +00:00
panel_setup_mask_and_paste_base.h Solder mask integrity testing. 2021-12-23 22:31:14 +00:00
panel_setup_rules.cpp Starved thermals DRC checking. 2021-12-23 22:30:42 +00:00
panel_setup_rules.h Pull back some 7.0 fixes to Custom Rules code completion. 2021-09-23 13:08:31 +01: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 Starved thermals DRC checking. 2021-12-23 22:30:42 +00:00
panel_setup_text_and_graphics.cpp Add hot-updating of units in common wxGrids. 2021-12-23 16:54:03 +00:00
panel_setup_text_and_graphics.h Add hot-updating of units in common wxGrids. 2021-12-23 16:54:03 +00:00
panel_setup_text_and_graphics_base.cpp Bring a little more consistency to the Text & Graphics Defaults panel. 2021-09-17 22:01:17 +01:00
panel_setup_text_and_graphics_base.fbp Bring a little more consistency to the Text & Graphics Defaults panel. 2021-09-17 22:01:17 +01:00
panel_setup_text_and_graphics_base.h Bring a little more consistency to the Text & Graphics Defaults panel. 2021-09-17 22:01:17 +01:00
panel_setup_tracks_and_vias.cpp Add hot-updating of units in common wxGrids. 2021-12-23 16:54:03 +00:00
panel_setup_tracks_and_vias.h Add hot-updating of units in common wxGrids. 2021-12-23 16:54:03 +00:00
panel_setup_tracks_and_vias_base.cpp Clean up some layout of pages in Board Setup 2021-05-30 14:04:00 -04:00
panel_setup_tracks_and_vias_base.fbp Clean up some layout of pages in Board Setup 2021-05-30 14:04:00 -04:00
panel_setup_tracks_and_vias_base.h PANEL_SETUP_TRACKS_AND_VIAS: fix UI issues. 2021-04-23 10:58:59 +02:00