kicad/common/widgets
Jeff Young 7f4f5f2882 Save and re-load query string in Choose Symbol dialog.
While this has been requested on its own, it's primarily done here
because wxWidgets decided to send a SEARCH_CANCEL from a wxSearchCtrl
when hitting <ENTER> if the search control holes the empty string.
This causes us to not do a symbol instert in the Chooser dialog.

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

Fixes https://gitlab.com/kicad/code/kicad/issues/7699
2022-04-17 00:33:56 +01:00
..
app_progress_dialog.cpp
bitmap_button.cpp GUI for font selection. 2022-01-08 16:47:45 +00:00
bitmap_toggle.cpp Debounce layer visibility buttons and fix issues with FP Editor. 2022-02-23 17:52:08 +00:00
button_row_panel.cpp
collapsible_pane.cpp
color_swatch.cpp Improve GUI of lib item colors. 2021-12-24 21:21:11 +00:00
font_choice.cpp Define our kicad font name only once, and do not translate it. 2022-01-13 14:32:55 +01:00
footprint_choice.cpp
footprint_preview_widget.cpp
footprint_select_widget.cpp
gal_options_panel.cpp Implement Reset to Defaults for all preferences panels. 2021-12-24 17:38:39 +00:00
grid_bitmap_toggle.cpp
grid_color_swatch_helpers.cpp
grid_combobox.cpp SCH_NETCLASS_FLAGs and SCH_FIELDs for labels. 2021-12-24 16:13:27 +00:00
grid_icon_text_helpers.cpp
grid_text_button_helpers.cpp Fix Mac button-text grid control spacing. 2022-02-17 12:42:10 +00:00
grid_text_helpers.cpp
indicator_icon.cpp
infobar.cpp
layer_box_selector.cpp Cleanup. 2021-12-23 20:36:18 +00:00
lib_tree.cpp Save and re-load query string in Choose Symbol dialog. 2022-04-17 00:33:56 +01:00
mathplot.cpp
msgpanel.cpp Don't use wxScreenDC as this returns "a" screen but not "the" screen 2022-03-13 23:31:16 -04:00
net_selector.cpp Natural sorting for nets. 2022-03-08 13:22:20 +00:00
number_badge.cpp Show DRC overflows in both tab titles and number badges. 2022-02-09 17:04:32 +00:00
paged_dialog.cpp Rip out rest of macHack architecture. 2022-01-03 22:09:56 +00:00
progress_reporter_base.cpp Infobar warning if symbol loading was cancelled. 2022-02-27 17:06:08 +00:00
split_button.cpp
stepped_slider.cpp
text_ctrl_eval.cpp
ui_common.cpp
unit_binder.cpp Unit binder: fix hang and DIALOG_WIRE_BUS_PROPERTIES: fix uninitialized variable. 2022-03-19 10:22:41 +01:00
widget_hotkey_list.cpp Hotkey editor: prevent closing on Enter release 2021-12-14 19:52:24 +00:00
widget_save_restore.cpp Excise deci-degrees from UNIT_BINDER. 2022-01-19 00:10:32 +00:00
wx_aui_art_providers.cpp
wx_aui_utils.cpp
wx_busy_indicator.cpp
wx_ellipsized_static_text.cpp
wx_grid.cpp Attempt to fix the Mac DPI grid mixing 2022-03-22 00:02:05 +00:00
wx_panel.cpp Make sure standard OK/Cancel buttons respond to current language. 2021-12-24 18:13:11 +00:00
wx_progress_reporters.cpp Prevent WX_PROGRESS_REPORTER from dominating system 2022-03-18 15:50:44 -07:00
wx_splitter_window.cpp