kicad/common/widgets
Jon Evans 12b7e68703 Properties: Skipped group should not assert
Fixes https://gitlab.com/kicad/code/kicad/-/issues/13028
2022-11-29 18:12:28 -05:00
..
app_progress_dialog.cpp
bitmap_button.cpp Fix a few compil and Coverity warnings. 2022-08-19 10:53:29 +02:00
bitmap_toggle.cpp Don't fix the visibility icon size or it will never scale properly 2022-10-30 15:03:00 -04:00
button_row_panel.cpp
collapsible_pane.cpp
color_swatch.cpp Implement DarkMode for the Appearances Palette. 2022-11-06 00:34:45 +00:00
font_choice.cpp
footprint_choice.cpp
footprint_preview_widget.cpp Rename CreateWindow to CreateKiWindow to avoid a collision name with a windows header 2022-11-08 12:31:07 +01:00
footprint_select_widget.cpp
gal_options_panel.cpp
grid_bitmap_toggle.cpp
grid_color_swatch_helpers.cpp Implement DarkMode for the Appearances Palette. 2022-11-06 00:34:45 +00:00
grid_combobox.cpp
grid_icon_text_helpers.cpp Move model pin editor to GRID_CELL_ICON_TEXT_POPUP. 2022-10-28 15:27:00 +01:00
grid_text_button_helpers.cpp ADDED show pin names on footprint pads when assigning to symbol. 2022-07-24 23:41:41 +01:00
grid_text_helpers.cpp
indicator_icon.cpp
infobar.cpp
layer_box_selector.cpp
lib_tree.cpp Move saving preferences out of the destructor. 2022-11-14 20:01:37 +00:00
mathplot.cpp Clarify various uses of "Center" 2022-10-03 12:48:57 -07:00
msgpanel.cpp
net_selector.cpp Fix some warnings detected by PVS-STUDIO (most are not used vars) 2022-07-25 18:23:52 +02:00
number_badge.cpp
paged_dialog.cpp Replace macHack as its requirement sadly never went away. 2022-09-24 23:50:45 +01:00
progress_reporter_base.cpp PROGRESS_REPORTER_BASE: call code to resize it only if the message has change. 2022-08-01 13:18:50 +02:00
properties_panel.cpp Properties: Skipped group should not assert 2022-11-29 18:12:28 -05:00
properties_panel.h Properties: don't rebuild the panel when closing an editor 2022-11-27 14:29:16 -05:00
search_pane.cpp Only search the current tab on events 2022-09-20 23:38:06 -04:00
search_pane_base.cpp ADDED: Search/inspect pane 2022-09-14 02:59:57 +00:00
search_pane_base.fbp ADDED: Search/inspect pane 2022-09-14 02:59:57 +00:00
search_pane_base.h ADDED: Search/inspect pane 2022-09-14 02:59:57 +00:00
search_pane_tab.cpp Unbind search pane listview events on destruction to avoid event race 2022-09-27 19:16:29 -04:00
split_button.cpp Better platform fidelity on Mac for SPLIT_BUTTON. 2022-10-24 00:14:12 +01:00
stepped_slider.cpp Fix various typos 2022-07-21 16:31:41 +00:00
text_ctrl_eval.cpp
ui_common.cpp Simplification, formatting, and spelling. 2022-10-03 18:42:50 +01:00
unit_binder.cpp Properties: Handle units changes correctly 2022-11-24 17:15:07 -05:00
widget_hotkey_list.cpp More hotkey label cleanup. 2022-07-27 12:29:01 +01:00
widget_save_restore.cpp
wx_aui_art_providers.cpp
wx_aui_utils.cpp
wx_busy_indicator.cpp
wx_combobox.cpp Another try at getting the Link combobox working on MSW. 2022-08-28 23:25:01 +01:00
wx_ellipsized_static_text.cpp
wx_grid.cpp Handle multiple unitProviders in a WX_GRID. 2022-11-05 10:23:12 +00:00
wx_html_report_box.cpp ADDED netclass assignment from PCB canvas. 2022-09-03 19:29:59 +01:00
wx_html_report_box.h ADDED netclass assignment from PCB canvas. 2022-09-03 19:29:59 +01:00
wx_html_report_panel.cpp ADDED netclass assignment from PCB canvas. 2022-09-03 19:29:59 +01:00
wx_html_report_panel.h ADDED netclass assignment from PCB canvas. 2022-09-03 19:29:59 +01:00
wx_html_report_panel_base.cpp ADDED netclass assignment from PCB canvas. 2022-09-03 19:29:59 +01:00
wx_html_report_panel_base.fbp ADDED netclass assignment from PCB canvas. 2022-09-03 19:29:59 +01:00
wx_html_report_panel_base.h ADDED netclass assignment from PCB canvas. 2022-09-03 19:29:59 +01:00
wx_listbox.cpp
wx_panel.cpp
wx_progress_reporters.cpp PROGRESS_REPORTER_BASE: call code to resize it only if the message has change. 2022-08-01 13:18:50 +02:00
wx_splitter_window.cpp