kicad/common/widgets
John Beard e24d43178a Pcbnew: fp load: tidy up FOOTPRINT_SELECT_WIDGET::Load
The call to FOOTPRINT_LIST::GetInstance( aKiway ) returns
a null pointer when it fails, rather than throwing. So this
wouldn't actually catch a KiWay failure and avert a segfault.

And no other caller of ReadFootprintFiles is in a try - so either
this function won't throw, or if it does, all callsites need
updating. For now, go with the majority.
2024-11-11 23:44:27 +08:00
..
app_progress_dialog.cpp Require wxWidgets 3.2 2023-08-23 22:02:56 +00:00
bitmap_button.cpp Undo errant bind removal 2024-08-16 01:55:54 +00:00
bitmap_toggle.cpp Upgrade BITMAP_TOGGLE and GRID_BITMAP_TOGGLE to wxBitmapBundle 2023-10-22 14:02:06 -04:00
button_row_panel.cpp Coding policy fixes. 2021-02-09 11:35:43 -05:00
color_swatch.cpp Fill in a lot more calls to DIALOG_SHIM::OnModify(). 2024-08-11 12:45:36 -06:00
filter_combobox.cpp Filterable combobox use listbox background 2024-10-27 05:13:32 +08:00
font_choice.cpp Drawing sheet can't share glyph cache entries with editors. 2024-08-22 12:23:21 -06:00
footprint_choice.cpp More wxSing 2023-01-16 23:14:38 -05:00
footprint_diff_widget.cpp Sym/Fp diff panels: add a quick switch hotkey 2024-11-01 18:33:48 +08:00
footprint_preview_widget.cpp Pass symbol's netlist to footprint preview widget. 2024-03-09 15:01:59 +00:00
footprint_select_widget.cpp Pcbnew: fp load: tidy up FOOTPRINT_SELECT_WIDGET::Load 2024-11-11 23:44:27 +08:00
gal_options_panel.cpp Allow smaller grid dots on Retina displays. 2024-01-19 20:37:27 +00:00
gal_options_panel_base.cpp Minor string fixes. 2023-12-08 13:09:16 -05:00
gal_options_panel_base.fbp Minor string fixes. 2023-12-08 13:09:16 -05:00
gal_options_panel_base.h Minor string fixes. 2023-12-08 13:09:16 -05:00
grid_bitmap_toggle.cpp Upgrade BITMAP_TOGGLE and GRID_BITMAP_TOGGLE to wxBitmapBundle 2023-10-22 14:02:06 -04:00
grid_button.cpp Add initial support for database library settings UI 2023-04-29 18:15:00 -04:00
grid_color_swatch_helpers.cpp More lambda updates to explicit capture 2024-04-13 15:09:34 -04:00
grid_combobox.cpp Replace __WXGTK20__ with __WXGTK__ 2023-04-12 18:57:12 +01:00
grid_icon_text_helpers.cpp Improve GRID_CELL_ICON_TEXT_RENDERER rendering on hidpi monitors. 2024-05-30 03:56:30 +03:00
grid_text_button_helpers.cpp Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
grid_text_helpers.cpp Tweak GRID_CELL_STC_EDITOR offset on GTK. 2024-04-14 01:19:55 +03:00
html_window.cpp ADDED: RMB > Copy item for HTML_WINDOW. 2024-07-08 20:55:08 +01:00
indicator_icon.cpp HiDPI: use logical icon size when changing indicator state. 2024-06-30 00:18:48 +03:00
kistatusbar.cpp Unbind events in KISTATUSBAR destructor 2024-08-16 02:21:37 +00:00
layer_box_selector.cpp Move layer presentation logic to a separate class 2024-08-06 23:45:55 +08:00
layer_presentation.cpp Move LAYER_PRESENTATION to widgets/ 2024-08-07 06:49:53 +08:00
lib_tree.cpp Fix shadowed/conflicting enum values. 2024-06-21 16:16:29 +03:00
listbox_tricks.cpp Sym edit: add copy/paste/cut/etc actions to fp filter table 2024-10-13 08:34:51 +08:00
mathplot.cpp Minor formatting fixes 2024-10-18 13:35:25 -07:00
msgpanel.cpp Improve message panel alignment on hidpi monitors. 2024-05-23 00:40:47 +03:00
net_selector.cpp Separate generic aspects of NET_SELECTOR_COMBOPOPUP 2024-10-27 05:13:32 +08:00
number_badge.cpp Fix some platform ifdef checks. 2024-06-01 06:49:11 +03:00
paged_dialog.cpp Build time optimizations. 2024-04-27 23:49:13 +03:00
progress_reporter_base.cpp Added IPC2581 support 2023-11-26 15:30:58 -08:00
properties_panel.cpp Slight reduction in asserts. 2024-07-18 18:01:05 +01:00
properties_panel.h Property grid navigation improvements. 2024-04-24 07:25:19 -04:00
search_pane.cpp Search pane: add zoom to fit option in a settings menu button 2024-11-02 03:11:17 +08:00
search_pane_base.cpp Search pane: add zoom to fit option in a settings menu button 2024-11-02 03:11:17 +08:00
search_pane_base.fbp Search pane: add zoom to fit option in a settings menu button 2024-11-02 03:11:17 +08:00
search_pane_base.h Search pane: add zoom to fit option in a settings menu button 2024-11-02 03:11:17 +08:00
search_pane_tab.cpp Maintain selection when sorting. 2024-05-11 16:20:34 +01:00
split_button.cpp Silence some GCC warnings 2024-04-16 11:11:50 +00:00
std_bitmap_button.cpp Add missing unbinds to STD_BITMAP_BUTTON 2024-08-16 02:15:31 +00:00
stepped_slider.cpp Fix various typos 2022-07-21 16:31:41 +00:00
text_ctrl_eval.cpp Start expunging NULL. 2021-07-15 15:44:45 -04:00
ui_common.cpp Accept bitmap bundles for menu items (but don't use it yet). 2024-05-27 01:02:12 +03:00
unit_binder.cpp UNIT_BINDER does it's own eval processing. 2024-11-09 21:47:39 +00:00
widget_hotkey_list.cpp Fix build on Linux. 2024-04-28 02:06:12 +03:00
widget_save_restore.cpp Excise deci-degrees from UNIT_BINDER. 2022-01-19 00:10:32 +00:00
wx_aui_art_providers.cpp Revert "Improve toolbar bitmap redraw performance on Windows." 2024-05-25 20:32:48 +00:00
wx_aui_utils.cpp Hierarchy: turn into a left side pane 2022-06-02 21:56:17 +00:00
wx_busy_indicator.cpp Push busyCursor out of scope after building dialog. 2024-01-19 17:13:15 +00:00
wx_collapsible_pane.cpp UI: Add Numpad Enter as "Return" equivalent in missing places 2023-03-10 16:25:17 -05:00
wx_combobox.cpp Another try at getting the Link combobox working on MSW. 2022-08-28 23:25:01 +01:00
wx_dataviewctrl.cpp ADDED: ExpandAll/CollapseAll for lib trees. 2024-02-24 20:05:51 +00:00
wx_ellipsized_static_text.cpp Properly ellipsize layer names in the GerbView layer manager 2021-03-26 15:50:56 +00:00
wx_grid.cpp Fill in a lot more calls to DIALOG_SHIM::OnModify(). 2024-08-11 12:45:36 -06:00
wx_grid_autosizer.cpp Add wxGrid autosizer helper 2024-08-06 23:45:55 +08:00
wx_html_report_box.cpp ADDED: RMB-menu for Copy in inspectors. 2024-07-07 22:41:15 +01:00
wx_html_report_box.h ADDED: RMB-menu for Copy in inspectors. 2024-07-07 22:41:15 +01:00
wx_html_report_panel.cpp Make simulation reporter warnings non-fatal. 2024-09-05 05:59:35 +03:00
wx_html_report_panel.h Make simulation reporter warnings non-fatal. 2024-09-05 05:59:35 +03:00
wx_html_report_panel_base.cpp Move some things starting from reporter to kicommon 2024-09-02 21:15:14 -04:00
wx_html_report_panel_base.fbp Move some things starting from reporter to kicommon 2024-09-02 21:15:14 -04:00
wx_html_report_panel_base.h Move some things starting from reporter to kicommon 2024-09-02 21:15:14 -04:00
wx_infobar.cpp Move some things starting from reporter to kicommon 2024-09-02 21:15:14 -04:00
wx_listbox.cpp Add pinned library support to Footprint and Symbol Viewers. 2022-07-09 17:41:10 -06:00
wx_panel.cpp ADDED: lib tree previews. 2023-09-02 23:30:22 +01:00
wx_progress_reporters.cpp Pcbnew: fp load: tidy up FOOTPRINT_SELECT_WIDGET::Load 2024-11-11 23:44:27 +08:00
wx_splitter_window.cpp Decouple left and right pane minimums for splitter window. 2021-11-12 02:12:44 +00:00
wx_treebook.cpp Don't delete text when cancelling changes. 2023-11-02 18:37:55 +00:00