kicad/common/dialogs
John Beard 1f2c8fa698 Separate storage at iteration of hotkeys from the HK list widget
This separates the "ground truth" store of hotkeys from what is shown
in the dialog. This will allow us to filter the displayed hotkeys
while keeping the same underlying data structures.

Now, the UI data items interact with an intermediate set of data, which
represents the "original" hotkey data, and the "changed" data. The
ultimate aim here is to allow UI elements to come and go, but the
hotkeys that are "in-edit" are preserved.

This also allows us to abstract some bookkeeping complexity
out of the WIDGET_HOTKEY_LIST class into a separate non-GUI
class.
2018-09-28 08:27:51 -04:00
..
dialog_color_picker.cpp Clean up file locations and names. 2018-09-22 16:23:13 +01:00
dialog_color_picker.h Clean up file locations and names. 2018-09-22 16:23:13 +01:00
dialog_color_picker_base.cpp Clean up file locations and names. 2018-09-22 16:23:13 +01:00
dialog_color_picker_base.fbp Clean up file locations and names. 2018-09-22 16:23:13 +01:00
dialog_color_picker_base.h Clean up file locations and names. 2018-09-22 16:23:13 +01:00
dialog_configure_paths.cpp Fix focus bug and possible race-condition for path deletion dialog 2018-09-04 08:52:51 +02:00
dialog_configure_paths_base.cpp Move OnUpdateUI event to dialog. 2018-09-12 14:01:36 +01:00
dialog_configure_paths_base.fbp Move OnUpdateUI event to dialog. 2018-09-12 14:01:36 +01:00
dialog_configure_paths_base.h Move OnUpdateUI event to dialog. 2018-09-12 14:01:36 +01:00
dialog_display_info_HTML_base.cpp Don't bail out of loading when one library couldn't be found. 2018-02-15 10:53:03 +01:00
dialog_display_info_HTML_base.fbp Don't bail out of loading when one library couldn't be found. 2018-02-15 10:53:03 +01:00
dialog_display_info_HTML_base.h Don't bail out of loading when one library couldn't be found. 2018-02-15 10:53:03 +01:00
dialog_edit_library_tables.cpp Fix MSW spacing issues. 2018-08-21 10:34:41 +01:00
dialog_exit_base.cpp Fix button order and genralize Exit dialog so it can be shared more. 2018-08-02 11:01:03 +01:00
dialog_exit_base.fbp Fix button order and genralize Exit dialog so it can be shared more. 2018-08-02 11:01:03 +01:00
dialog_exit_base.h Fix button order and genralize Exit dialog so it can be shared more. 2018-08-02 11:01:03 +01:00
dialog_file_dir_picker.cpp Fix some Coverity uninitialized field warnings. 2018-06-04 13:48:57 -04:00
dialog_file_dir_picker.h DIALOG_FILE_DIR_PICKER: dialog to select both files and directories 2018-05-25 08:51:45 +02:00
dialog_image_editor.cpp Allows bigger image size in DIALOG_IMAGE_EDITOR 2018-08-04 19:10:20 +02:00
dialog_image_editor.h Fixes in DIALOG_IMAGE_EDITOR (minor bug fix, and code update). 2018-07-27 16:30:13 +02:00
dialog_image_editor_base.cpp Fixes in DIALOG_IMAGE_EDITOR (minor bug fix, and code update). 2018-07-27 16:30:13 +02:00
dialog_image_editor_base.h Fixes in DIALOG_IMAGE_EDITOR (minor bug fix, and code update). 2018-07-27 16:30:13 +02:00
dialog_image_editor_fbp.fbp Fixes in DIALOG_IMAGE_EDITOR (minor bug fix, and code update). 2018-07-27 16:30:13 +02:00
dialog_list_selector_base.cpp Minor dialog and frame window improvements. 2018-08-02 13:00:41 -04:00
dialog_list_selector_base.fbp Minor dialog and frame window improvements. 2018-08-02 13:00:41 -04:00
dialog_list_selector_base.h Minor dialog and frame window improvements. 2018-08-02 13:00:41 -04:00
dialog_page_settings.cpp Overhaul border drawing in all the Kicad frames. 2018-08-11 17:25:38 +01:00
dialog_page_settings.h Allows bigger max page size (120x120") in Eeschema, Gerbview and Page Layout Editor 2018-08-04 17:19:48 +02:00
dialog_page_settings_base.cpp More g_UserUnit erradication. 2018-07-17 15:12:31 +01:00
dialog_page_settings_base.fbp More g_UserUnit erradication. 2018-07-17 15:12:31 +01:00
dialog_page_settings_base.h More g_UserUnit erradication. 2018-07-17 15:12:31 +01: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 WX_TEXT_ENTRY_DIALOG: fix a wxASSERT ( very minor issue in debug mode) 2018-04-04 10:40:27 +02:00
dialog_text_entry_base.fbp WX_TEXT_ENTRY_DIALOG: fix a wxASSERT ( very minor issue in debug mode) 2018-04-04 10:40:27 +02:00
dialog_text_entry_base.h WX_TEXT_ENTRY_DIALOG: fix a wxASSERT ( very minor issue in debug mode) 2018-04-04 10:40:27 +02:00
panel_common_settings.cpp Run CommonSettingsChanged after all panels have been committed. 2018-08-21 10:34:41 +01:00
panel_common_settings.h Give panels the correct parent (the treebook, not the dialog). 2018-07-17 15:14:19 +01:00
panel_common_settings_base.cpp Allows custom number of entries in recently opened files menu. 2018-08-21 10:34:41 +01:00
panel_common_settings_base.fbp Allows custom number of entries in recently opened files menu. 2018-08-21 10:34:41 +01:00
panel_common_settings_base.h Allows custom number of entries in recently opened files menu. 2018-08-21 10:34:41 +01:00
panel_hotkeys_editor.cpp Separate storage at iteration of hotkeys from the HK list widget 2018-09-28 08:27:51 -04:00
panel_hotkeys_editor_base.cpp Fix a few wxWidgets minor asserts. Fix a compil warning 2018-07-28 10:31:04 +02:00
panel_hotkeys_editor_base.fbp Fix a few wxWidgets minor asserts. Fix a compil warning 2018-07-28 10:31:04 +02:00
panel_hotkeys_editor_base.h Fix a few wxWidgets minor asserts. Fix a compil warning 2018-07-28 10:31:04 +02:00
wx_html_report_panel.cpp Dialog consistency and beautification. 2018-07-17 15:09:01 +01:00
wx_html_report_panel.h Optionally sort reporter messages 2018-05-22 13:55:02 -07:00
wx_html_report_panel_base.cpp fix a few wxWidgets asserts. 2018-07-31 13:16:58 +02:00
wx_html_report_panel_base.fbp fix a few wxWidgets asserts. 2018-07-31 13:16:58 +02:00
wx_html_report_panel_base.h fix a few wxWidgets asserts. 2018-07-31 13:16:58 +02:00