kicad/common/dialogs
jean-pierre charras 413ff4525b DIALOG_CONFIGURE_PATHS: fix issue: html help window never destroyed.
Once the help button is clicked, the html help window is created but never destroyed.
It prevent Kicad to be fully closed
(closing Kicad does not fully close Kicad and leave something like a zombie process)
2020-12-07 10:28:54 +01:00
..
dialog_HTML_reporter_base.cpp Hook up netclasses and board minimums to new DRC engine. 2020-09-13 17:08:24 +01:00
dialog_HTML_reporter_base.fbp Hook up netclasses and board minimums to new DRC engine. 2020-09-13 17:08:24 +01:00
dialog_HTML_reporter_base.h HTML_REPORTER dialog. 2020-09-10 20:58:38 +01:00
dialog_color_picker.cpp Naming conventions. 2020-11-17 16:05:49 +00:00
dialog_color_picker.h 3D-Viewer: Parameterize soldermask transparency 2020-09-01 01:08:37 +00: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 DIALOG_CONFIGURE_PATHS: fix issue: html help window never destroyed. 2020-12-07 10:28:54 +01:00
dialog_configure_paths_base.cpp Fix sizing of Configure Paths 2020-10-30 10:56:43 -07:00
dialog_configure_paths_base.fbp Fix translation issue 2020-10-30 12:48:22 -07:00
dialog_configure_paths_base.h Fix sizing of Configure Paths 2020-10-30 10:56:43 -07: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 Naming conventions. 2020-11-17 16:05:49 +00:00
dialog_global_lib_table_config.cpp Naming conventions. 2020-11-17 16:05:49 +00: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 Unify temporary string -> dummy 2020-10-20 12:26:33 -07:00
dialog_global_lib_table_config_base.fbp Unify temporary string -> dummy 2020-10-20 12:26:33 -07:00
dialog_global_lib_table_config_base.h Unify temporary string -> dummy 2020-10-20 12:26:33 -07:00
dialog_grid_settings.cpp Naming conventions. 2020-11-17 16:05:49 +00: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 Naming conventions. 2020-11-17 16:05:49 +00:00
dialog_hotkey_list.h Move hotkeys to ACTION architecture. 2019-06-10 23:46:00 +01:00
dialog_image_editor.cpp Naming conventions. 2020-11-17 16:05:49 +00: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 Fix migrate settings dialog ui bug 2020-11-29 08:41:15 +00: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 Fix indentation in migrate settings dialog. 2020-11-29 10:57:45 +00:00
dialog_migrate_settings_base.fbp Fix indentation in migrate settings dialog. 2020-11-29 10:57:45 +00:00
dialog_migrate_settings_base.h Add an option to not migrate library tables when migrating settings 2020-09-24 20:54:31 -04:00
dialog_page_settings.cpp Fix incorrect page preview in Page Settings dialog when the worksheet contains a bitmap 2020-11-27 15:42:27 +01: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 Pcbnew: minor page properties dialog layout fixes. 2020-11-10 17:29:46 -05:00
dialog_page_settings_base.fbp Pcbnew: minor page properties dialog layout fixes. 2020-11-10 17:29:46 -05:00
dialog_page_settings_base.h Pcbnew: minor page properties dialog layout fixes. 2020-11-10 17:29:46 -05:00
dialog_print_generic.cpp Naming conventions. 2020-11-17 16:05:49 +00: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 Add more consts all over the place 2020-10-27 11:03:35 +00:00
dialog_text_entry.h Add more consts all over the place 2020-10-27 11:03:35 +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
dialog_unit_entry.cpp ADDED: Fillet Tracks tool in pcbnew 2020-10-20 21:23:05 +00:00
dialog_unit_entry.h ADDED: Fillet Tracks tool in pcbnew 2020-10-20 21:23:05 +00:00
dialog_unit_entry_base.cpp ADDED: Fillet Tracks tool in pcbnew 2020-10-20 21:23:05 +00:00
dialog_unit_entry_base.fbp ADDED: Fillet Tracks tool in pcbnew 2020-10-20 21:23:05 +00:00
dialog_unit_entry_base.h ADDED: Fillet Tracks tool in pcbnew 2020-10-20 21:23:05 +00:00
eda_list_dialog.cpp more cleanup about removing useless include 2020-10-02 08:58:19 +02: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 Force the view switcher dialog to always be centered on the window 2020-10-17 23:20:12 +01:00
eda_view_switcher.h Don't call EndModal before ShowModal. 2020-08-28 18:41:42 +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
html_messagebox.cpp Naming conventions. 2020-11-17 16:05:49 +00:00
panel_color_settings.cpp More Module -> Footprint. 2020-11-10 21:20:03 +00:00
panel_color_settings.h Handle two panels both referencing same colour theme. 2020-09-21 11:59:27 +01:00
panel_color_settings_base.cpp Handle two panels both referencing same colour theme. 2020-09-21 11:59:27 +01:00
panel_color_settings_base.fbp Handle two panels both referencing same colour theme. 2020-09-21 11:59:27 +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 Cairo canvas not on Mac; no need to show antialiasing settings. 2020-09-20 13:55:59 +01: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 Cairo canvas not on Mac; no need to show antialiasing settings. 2020-09-20 13:55:59 +01:00
panel_common_settings_base.fbp Cairo canvas not on Mac; no need to show antialiasing settings. 2020-09-20 13:55:59 +01:00
panel_common_settings_base.h Cairo canvas not on Mac; no need to show antialiasing settings. 2020-09-20 13:55:59 +01: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 Remove unused variables plus some more fixes from CppCheck 2020-11-19 02:28:47 +00:00
panel_hotkeys_editor.cpp Minor hotkey list panel layout improvement. 2020-11-16 17:46:39 -05: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 Fix a minor issue in PANEL_SETUP_NETCLASSES, when resizing it. Second attempt. 2020-11-24 17:03:48 +01:00
panel_setup_netclasses.h Fix a minor issue in PANEL_SETUP_NETCLASSES, when resizing it. Second attempt. 2020-11-24 17:03:48 +01:00
panel_setup_netclasses_base.cpp Tilt real-estate allocation more toward net membership. 2020-12-03 15:58:17 +00:00
panel_setup_netclasses_base.fbp Tilt real-estate allocation more toward net membership. 2020-12-03 15:58:17 +00:00
panel_setup_netclasses_base.h Fix a minor issue in PANEL_SETUP_NETCLASSES, when resizing it. Second attempt. 2020-11-24 17:03:48 +01:00
panel_setup_severities.cpp Add grouping for violation severities. 2020-12-06 19:14:48 +00:00
panel_setup_severities.h Avoid include wx/wx.h in many files that do not actually use this include. 2020-10-18 18:21:34 +02:00
panel_text_variables.cpp Fix grid resizing issues. 2020-10-20 23:34:19 +01: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 Fix uninitialized variable. 2020-10-19 12:07:43 +01:00
wx_html_report_box.h Split EDA_UNITS out from common. 2020-10-25 00:02:52 -04:00
wx_html_report_panel.cpp Remove overly verbose messaging. 2020-11-26 16:47:40 +00:00
wx_html_report_panel.h Add const specifiers 2020-11-18 19:50:36 +00:00
wx_html_report_panel_base.cpp Introduce a new number badge UI element for DRC and ERC reporting 2020-10-20 02:35:48 +01:00
wx_html_report_panel_base.fbp Introduce a new number badge UI element for DRC and ERC reporting 2020-10-20 02:35:48 +01:00
wx_html_report_panel_base.h Introduce a new number badge UI element for DRC and ERC reporting 2020-10-20 02:35:48 +01:00