kicad/common/dialogs
Jon Evans d40ae3de46 ADDED: ERC check for missing hier labels for sheet ports
A subsheet may have more than one instance of a hier label,
but it's generally a mistake if there is no matching hier label
for a port on the parent sheet.

This is harder to do today now that we don't have manual tool
for placing hier ports, but it's still possible if you place
ports but then rename the label on the subsheet.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/3468
2020-08-25 21:52:52 -04:00
..
dialog_color_picker.cpp Move net visibility/color controls to a wxGrid 2020-08-23 13:15:07 -04:00
dialog_color_picker.h Move net visibility/color controls to a wxGrid 2020-08-23 13:15:07 -04:00
dialog_color_picker_base.cpp Move net visibility/color controls to a wxGrid 2020-08-23 13:15:07 -04:00
dialog_color_picker_base.fbp Move net visibility/color controls to a wxGrid 2020-08-23 13:15:07 -04:00
dialog_color_picker_base.h Add text field for color definitions. 2020-05-15 00:18:15 +01:00
dialog_configure_paths.cpp Make a bunch of help dialogs modeless. 2020-08-24 23:17:33 +01:00
dialog_configure_paths_base.cpp Fix clipped bitmap buttons with GTK on Linux. 2020-06-03 14:01:44 -04:00
dialog_configure_paths_base.fbp Fix clipped bitmap buttons with GTK on Linux. 2020-06-03 14:01:44 -04:00
dialog_configure_paths_base.h Fix clipped bitmap buttons with GTK on Linux. 2020-06-03 14:01:44 -04:00
dialog_display_info_HTML_base.cpp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_display_info_HTML_base.fbp Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_display_info_HTML_base.h Rewrite FBP files generated with unreleased wxFB 2020-01-07 13:32:33 +00:00
dialog_edit_library_tables.cpp Fix a few Coverity warnings. 2019-01-04 09:49:21 +01:00
dialog_global_lib_table_config.cpp Fix a few coverity errors 2019-02-15 20:15:04 -08:00
dialog_global_lib_table_config.h Lay groundwork for loading the initial global footprint library table. 2019-01-20 13:09:49 -05:00
dialog_global_lib_table_config_base.cpp Lay groundwork for loading the initial global footprint library table. 2019-01-20 13:09:49 -05:00
dialog_global_lib_table_config_base.fbp Lay groundwork for loading the initial global footprint library table. 2019-01-20 13:09:49 -05:00
dialog_global_lib_table_config_base.h Lay groundwork for loading the initial global footprint library table. 2019-01-20 13:09:49 -05:00
dialog_grid_settings.cpp Fix missing user grid in COMMON_TOOLS. 2020-06-23 11:17:15 +01:00
dialog_grid_settings.h Push grid settings dialogs down into common. 2020-06-14 19:26:37 +01:00
dialog_grid_settings_base.cpp Expand choicebox to ensure GTK can display the full strings 2020-07-07 23:12:17 +01:00
dialog_grid_settings_base.fbp Expand choicebox to ensure GTK can display the full strings 2020-07-07 23:12:17 +01:00
dialog_grid_settings_base.h Push grid settings dialogs down into common. 2020-06-14 19:26:37 +01:00
dialog_hotkey_list.cpp Add import of hotkeys and fix bugs in reanding and writing hotkeys. 2019-06-10 23:46:01 +01:00
dialog_hotkey_list.h Move hotkeys to ACTION architecture. 2019-06-10 23:46:00 +01:00
dialog_image_editor.cpp std::min/std::max requires <algorithm> 2020-07-11 15:46:57 +02:00
dialog_image_editor.h Add handle-based editing for eeschema bitmaps. 2019-06-19 18:35:17 +01:00
dialog_image_editor_base.cpp Add handle-based editing for eeschema bitmaps. 2019-06-19 18:35:17 +01:00
dialog_image_editor_base.h Add handle-based editing for eeschema bitmaps. 2019-06-19 18:35:17 +01:00
dialog_image_editor_fbp.fbp Add handle-based editing for eeschema bitmaps. 2019-06-19 18:35:17 +01:00
dialog_migrate_settings.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
dialog_migrate_settings.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
dialog_migrate_settings_base.cpp Improve spacing in migrate settings dialog. 2020-05-27 23:29:51 +01:00
dialog_migrate_settings_base.fbp Improve spacing in migrate settings dialog. 2020-05-27 23:29:51 +01:00
dialog_migrate_settings_base.h Improve spacing in migrate settings dialog. 2020-05-27 23:29:51 +01:00
dialog_page_settings.cpp Eeschema : Add A5 sheet size 2020-07-21 00:00:36 +00:00
dialog_page_settings.h Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
dialog_page_settings_base.cpp Add "Export to other sheets" to paper settings. 2020-04-19 18:24:39 +01:00
dialog_page_settings_base.fbp Add "Export to other sheets" to paper settings. 2020-04-19 18:24:39 +01:00
dialog_page_settings_base.h Add "Export to other sheets" to paper settings. 2020-04-19 18:24:39 +01:00
dialog_print_generic.cpp Make sure Gerber print options have a color settings. 2020-08-25 14:08:09 +01:00
dialog_print_generic.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
dialog_print_generic_base.cpp Fix minor wxWidgets alert and a few Coverity warnings. 2020-08-22 17:11:02 +02:00
dialog_print_generic_base.fbp Fix minor wxWidgets alert and a few Coverity warnings. 2020-08-22 17:11:02 +02:00
dialog_print_generic_base.h Fix minor wxWidgets alert and a few Coverity warnings. 2020-08-22 17:11:02 +02:00
dialog_text_entry.cpp Set OK button as the default one in WX_TEXT_ENTRY_DIALOG 2018-03-30 15:29:48 +02:00
dialog_text_entry.h Add WX_TEXT_ENTRY_DIALOG which inherits from DIALOG_SHIM. 2018-03-12 22:45:51 +00:00
dialog_text_entry_base.cpp Normalize line endings 2019-06-19 15:18:30 -07:00
dialog_text_entry_base.fbp Eeschema, SCH_PAINTER: fix max text thickness issue, to have small texts readable. 2020-04-14 11:08:42 +02:00
dialog_text_entry_base.h Normalize line endings 2019-06-19 15:18:30 -07:00
eda_list_dialog.cpp Add Assign Netclass... to context menu. 2020-07-07 14:23:39 +01:00
eda_list_dialog_base.cpp Add Assign Netclass... to context menu. 2020-07-07 14:23:39 +01:00
eda_list_dialog_base.fbp Add Assign Netclass... to context menu. 2020-07-07 14:23:39 +01:00
eda_list_dialog_base.h Add Assign Netclass... to context menu. 2020-07-07 14:23:39 +01:00
eda_view_switcher.cpp Don't wrap-around before first entry. 2020-08-20 00:51:16 +01:00
eda_view_switcher.h Attempt to de-bounce EndModal() on GTK. 2020-08-19 13:18:53 +01:00
eda_view_switcher_base.cpp Add layer presets switcher. 2020-08-19 11:56:28 +01:00
eda_view_switcher_base.fbp Add layer presets switcher. 2020-08-19 11:56:28 +01:00
eda_view_switcher_base.h Make via cleaning options clearer. 2020-08-19 11:56:28 +01:00
panel_color_settings.cpp Cleaner look for colour swatches and the undefined colour. 2020-08-17 18:31:20 +01:00
panel_color_settings.h Unify settings reset buttons into one location 2020-07-16 00:08:16 +01:00
panel_color_settings_base.cpp Unify settings reset buttons into one location 2020-07-16 00:08:16 +01:00
panel_color_settings_base.fbp Unify settings reset buttons into one location 2020-07-16 00:08:16 +01:00
panel_color_settings_base.h Unify settings reset buttons into one location 2020-07-16 00:08:16 +01:00
panel_common_settings.cpp Save file / window states for kicad project locally 2020-08-24 02:01:14 +00:00
panel_common_settings.h Allow all common settings panels to be reset 2020-07-22 00:18:30 +01:00
panel_common_settings_base.cpp Save file / window states for kicad project locally 2020-08-24 02:01:14 +00:00
panel_common_settings_base.fbp Save file / window states for kicad project locally 2020-08-24 02:01:14 +00:00
panel_common_settings_base.h Save file / window states for kicad project locally 2020-08-24 02:01:14 +00:00
panel_gal_display_options.cpp Collapse Pcbnew & ModEdit display and edit settings. 2020-06-18 15:38:01 +01:00
panel_gal_display_options.h Collapse Pcbnew & ModEdit display and edit settings. 2020-06-18 15:38:01 +01:00
panel_hotkeys_editor.cpp Unify settings reset buttons into one location 2020-07-16 00:08:16 +01:00
panel_mouse_settings.cpp Allow all common settings panels to be reset 2020-07-22 00:18:30 +01:00
panel_mouse_settings.h Allow all common settings panels to be reset 2020-07-22 00:18:30 +01:00
panel_mouse_settings_base.cpp Allow all common settings panels to be reset 2020-07-22 00:18:30 +01:00
panel_mouse_settings_base.fbp Allow all common settings panels to be reset 2020-07-22 00:18:30 +01:00
panel_mouse_settings_base.h Allow all common settings panels to be reset 2020-07-22 00:18:30 +01:00
panel_setup_netclasses.cpp Use full net names in netclasses 2020-08-24 21:19:07 -04:00
panel_setup_netclasses.h Use full net names in netclasses 2020-08-24 21:19:07 -04:00
panel_setup_netclasses_base.cpp Properly dismiss the grid combobox editor when it loses focus 2020-07-09 20:37:08 +01:00
panel_setup_netclasses_base.fbp Properly dismiss the grid combobox editor when it loses focus 2020-07-09 20:37:08 +01:00
panel_setup_netclasses_base.h Properly dismiss the grid combobox editor when it loses focus 2020-07-09 20:37:08 +01:00
panel_setup_severities.cpp ADDED: ERC check for missing hier labels for sheet ports 2020-08-25 21:52:52 -04:00
panel_setup_severities.h Port Eeschema to new project settings 2020-07-02 22:08:54 -04:00
panel_text_variables.cpp Add missing includes 2020-05-10 00:24:11 +02:00
panel_text_variables_base.cpp Fix clipped bitmap buttons with GTK on Linux. 2020-06-03 14:01:44 -04:00
panel_text_variables_base.fbp Fix clipped bitmap buttons with GTK on Linux. 2020-06-03 14:01:44 -04:00
panel_text_variables_base.h Fix clipped bitmap buttons with GTK on Linux. 2020-06-03 14:01:44 -04:00
wx_html_report_box.cpp Add simplified HTML reporter window. 2020-07-30 14:27:42 +01:00
wx_html_report_box.h Add simplified HTML reporter window. 2020-07-30 14:27:42 +01:00
wx_html_report_panel.cpp Convert smart quotes and dashes in reports to ASCII quotes and dashes. 2020-08-10 23:43:24 +01:00
wx_html_report_panel.h ADDED: Geographic Reannotation 2020-08-09 12:43:05 -04:00
wx_html_report_panel_base.cpp Add user-defined severities, exclusions and colors to DRC markers. 2020-03-04 00:39:28 +00:00
wx_html_report_panel_base.fbp Add user-defined severities, exclusions and colors to DRC markers. 2020-03-04 00:39:28 +00:00
wx_html_report_panel_base.h Add user-defined severities, exclusions and colors to DRC markers. 2020-03-04 00:39:28 +00:00