kicad/common/dialogs
Ian McInerney 8ee1a7f67f Preserve the externally defined variables in the configure paths dialog
Previously the variables that were defined externally weren't being
readded to the variable map, so they would not appear in the dialog
the next time.

(Cherry-picked from fedc6519cd)
2020-08-12 00:29:17 +01:00
..
dialog_color_picker.cpp Fix layout in color dialog on GTK 2020-02-02 15:40:42 +00:00
dialog_color_picker.h Use our DIALOG_COLOR_PICKER in 3D viewer to set a color. 2018-10-13 08:23:14 +02:00
dialog_color_picker_base.cpp Fix layout in color dialog on GTK 2020-02-02 15:40:42 +00:00
dialog_color_picker_base.fbp Fix layout in color dialog on GTK 2020-02-02 15:40:42 +00:00
dialog_color_picker_base.h Fix layout in color dialog on GTK 2020-02-02 15:40:42 +00:00
dialog_configure_paths.cpp Preserve the externally defined variables in the configure paths dialog 2020-08-12 00:29:17 +01:00
dialog_configure_paths_base.cpp Move OnUpdateUI event to dialog. 2018-09-12 14:01:36 +01:00
dialog_configure_paths_base.fbp DIALOG_CONFIGURE_PATHS: do not allow users to define the env var KIPRJMOD It always defines the project path, and should never be defined by users. 2019-04-17 14:55:14 +02: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 Pcbnew: fix size of graphics import warning dialog. 2019-09-06 14:59:40 -04:00
dialog_display_info_HTML_base.fbp Pcbnew: fix size of graphics import warning dialog. 2019-09-06 14:59:40 -04:00
dialog_display_info_HTML_base.h Pcbnew: fix size of graphics import warning dialog. 2019-09-06 14:59:40 -04:00
dialog_edit_library_tables.cpp Fix a few Coverity warnings. 2019-01-04 09:49:21 +01:00
dialog_file_dir_picker.cpp Fix button padding in file/directory picker dialog. 2019-02-09 16:23:47 -05: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_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_hotkey_list.cpp Centralise some UI constants, use in hotkey lists 2018-10-04 07:47:21 -04:00
dialog_hotkey_list.h Add read-only option for hotkey list, use for list dialog 2018-10-04 07:47:21 -04:00
dialog_image_editor.cpp eeschema-gal: factor out EDA_DRAW_PANEL from BITMAP_BASE, remove some unnecessary includes of class_drawpanel.h 2018-10-09 11:08:52 +01: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 Set Page Layout preview scale and clear bg 2019-02-23 06:22:27 -08: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 dialog_page_settings: avoid useless confirmation dialog after changing the page layout file. 2018-10-09 11:29:48 +02:00
dialog_page_settings_base.h More g_UserUnit erradication. 2018-07-17 15:12:31 +01:00
dialog_print_generic.cpp Fix warning in dialog_print_generic.cpp 2018-11-07 09:26:47 +01:00
dialog_print_generic.h Added a comment for close event handlers in DIALOG_PRINT_GENERIC 2018-11-07 09:31:40 +01:00
dialog_print_generic_base.cpp Small layout adjustments in DIALOG_PRINT_GENERIC 2018-10-31 19:17:30 +01:00
dialog_print_generic_base.fbp Small layout adjustments in DIALOG_PRINT_GENERIC 2018-10-31 19:17:30 +01:00
dialog_print_generic_base.h Small layout adjustments in DIALOG_PRINT_GENERIC 2018-10-31 19:17:30 +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 Fix incorrect initialization of some menuitems IDs. 2019-06-06 08:01:24 +02:00
panel_common_settings.h Add configuration of Hi-DPI canvas scaling in OpenGL 2019-03-25 15:16:18 +00:00
panel_common_settings_base.cpp Add configuration of Hi-DPI canvas scaling in OpenGL 2019-03-25 15:16:18 +00:00
panel_common_settings_base.fbp Add configuration of Hi-DPI canvas scaling in OpenGL 2019-03-25 15:16:18 +00:00
panel_common_settings_base.h Add configuration of Hi-DPI canvas scaling in OpenGL 2019-03-25 15:16:18 +00:00
panel_hotkeys_editor.cpp Added hotkey validity checking to the preferences menu 2019-06-13 13:53:04 -04:00
wx_html_report_panel.cpp Convert smart quotes and dashes in reports to ASCII quotes and dashes. 2020-08-10 18:30:46 +01:00
wx_html_report_panel.h HTML_REPORT: RPT_ALL as sum of individual options 2018-11-23 20:31:27 -08: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