kicad/common/widgets
Jeff Young 6341548939 Infobar warning if symbol loading was cancelled.
Also makes sure the progress dialog is closed when we're done reading
symbols (it used to stay up for much of the symbol editor initialization).

Also makes sure that any cancel in the preLoad step is honoured in the
sync step.  (The preload is done because it is multi-threaded and therefore
faster than the single-threaded sync.)

Also makes sure that individual threads pay attention to the cancellation,
not just the GUI thread.

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

(cherry picked from commit 1f16092e29)
2022-02-27 18:20:25 +00:00
..
app_progress_dialog.cpp Make sure space for message is reserved in APP_PROGRESS_DIALOG 2021-03-19 19:11:32 -04:00
bitmap_button.cpp Separate focus from hover state in BITMAP_BUTTON, trigger after mouse down+up 2021-06-13 17:00:41 +00:00
bitmap_toggle.cpp Debounce layer visibility buttons and fix issues with FP Editor. 2022-02-25 10:40:05 +00:00
button_row_panel.cpp Coding policy fixes. 2021-02-09 11:35:43 -05:00
collapsible_pane.cpp Add missing headers for linux post wx.h removal 2021-06-07 18:22:20 -04:00
color_swatch.cpp wxT rework for common directory 2022-02-04 16:24:50 -08:00
footprint_choice.cpp Use wxEmptyString instead of wxT( "" ) 2022-02-09 10:33:52 -08:00
footprint_preview_widget.cpp Cleanup (includes and formatting). 2021-08-03 18:37:23 +01:00
footprint_select_widget.cpp wxT rework for common directory 2022-02-04 16:24:50 -08:00
gal_options_panel.cpp Fix compile error on Mac 2021-10-05 19:44:35 -07:00
grid_bitmap_toggle.cpp wxT rework for common directory 2022-02-04 16:24:50 -08:00
grid_color_swatch_helpers.cpp Remove the wx/docview.h include 2021-06-03 18:42:08 -04:00
grid_combobox.cpp Typo fix: Correct 'allow to' -> 'allows one to' 2021-04-03 13:39:50 +00:00
grid_icon_text_helpers.cpp Add a column showing 3D model file loading errors 2021-07-28 16:42:22 +01:00
grid_text_button_helpers.cpp Fix Mac button-text grid control spacing. 2022-02-17 14:30:47 +00:00
grid_text_helpers.cpp Fix kicad_string.h / string.cpp mismatch. 2021-07-29 16:03:25 +01:00
indicator_icon.cpp Remove wx.h from many files 2021-06-03 02:19:20 +01:00
infobar.cpp Infobar: Don't use animations on Windows/GTK 2021-08-27 17:38:16 +00:00
layer_box_selector.cpp Rename layer ids file. 2021-07-29 16:03:25 +01:00
lib_tree.cpp Correct cursor for search control buttons. 2021-11-18 18:25:14 +00:00
mathplot.cpp Cleanup (includes and formatting). 2021-08-03 18:37:23 +01:00
msgpanel.cpp Expunge a bunch more fixed font specs from wxFormBuilder files. 2021-09-12 13:53:12 +01:00
net_selector.cpp Fix kicad_string.h / string.cpp mismatch. 2021-07-29 16:03:25 +01:00
number_badge.cpp wxT rework for common directory 2022-02-04 16:24:50 -08:00
paged_dialog.cpp Fix some minor paged dialog object issues. 2021-12-14 08:15:02 -05:00
progress_reporter_base.cpp Infobar warning if symbol loading was cancelled. 2022-02-27 18:20:25 +00:00
split_button.cpp wxT rework for common directory 2022-02-04 16:24:50 -08:00
stepped_slider.cpp Fix STEPPED_SLIDER glitchlyness on windows 2021-07-06 00:58:19 -04:00
text_ctrl_eval.cpp Start expunging NULL. 2021-07-15 15:44:45 -04:00
ui_common.cpp wxT rework for common directory 2022-02-04 16:24:50 -08:00
unit_binder.cpp Don't update units for UNSCALED, PERCENT or DEGREES. 2022-01-21 15:42:48 +00:00
widget_hotkey_list.cpp wxT rework for common directory 2022-02-04 16:24:50 -08:00
widget_save_restore.cpp Array creator tool: Add option to assign unique reference designators 2021-10-25 22:38:49 +01:00
wx_aui_art_providers.cpp Start expunging NULL. 2021-07-15 15:44:45 -04:00
wx_aui_utils.cpp Fix save/load of appearance panel width on show/hide 2021-08-19 21:15:14 -04:00
wx_busy_indicator.cpp We don't keep a CHANGELOG.TXT 2021-10-05 19:46:53 -07:00
wx_ellipsized_static_text.cpp wxT rework for common directory 2022-02-04 16:24:50 -08:00
wx_grid.cpp wxT rework for common directory 2022-02-04 16:24:50 -08:00
wx_panel.cpp More discrete borders for Kicad mgr, PCM and appearances panels. 2021-11-14 15:01:44 +00:00
wx_progress_reporters.cpp Use wxEmptyString instead of wxT( "" ) 2022-02-09 10:33:52 -08:00
wx_splitter_window.cpp Decouple left and right pane minimums for splitter window. 2021-11-12 02:12:44 +00:00