kicad/common/widgets
Jeff Young b429dbfb88 Fix bugs with ACTIONs not being "honest" singletons.
Delete the copy ctor and assignment operator to start with, but
even then the separate apps each have their own statically allocated
copy of the common actions.  So we need to update all of them, which
also means having the kicad manager frame's set of actions on hand).

This changelist also adds a Clear Hotkey Assignment function since
the hotkeys set is now likely to be sparse with respect to the
actions.
2019-06-14 16:54:46 +01:00
..
button_row_panel.cpp Centralise some UI constants, use in hotkey lists 2018-10-04 07:47:21 -04:00
color_swatch.cpp Remove more legacy editing code. 2019-05-27 18:47:20 +01:00
footprint_choice.cpp Add footprint select dropdown to component chooser, serious refactoring 2017-03-24 09:20:27 -04:00
footprint_preview_widget.cpp Layout adjustments to Choose Symbol and Choose Footprint. 2018-08-06 13:48:17 +01:00
footprint_select_widget.cpp Performance enhancements in fp loading, string cmp, etc. 2018-08-01 09:35:46 +01:00
gal_options_panel.cpp Cosmetic cleanup in preference panels. 2019-06-01 16:29:12 +01:00
grid_combobox.cpp In-place editing for footprint TEXTE_MODULEs. 2018-07-17 15:11:04 +01:00
grid_icon_text_helpers.cpp Fix segfaults from not checking index 2019-01-17 10:23:25 -08:00
grid_text_button_helpers.cpp Eeschema: fix corrupted schematic and symbol library files. 2019-05-10 08:21:37 -04:00
indicator_icon.cpp __WXWINDOWS__ does not mean __WXMSW__ 2019-01-09 09:15:32 -05:00
layer_box_selector.cpp Convert 3DViewer to new hotkey architecture. 2019-06-10 23:46:01 +01:00
lib_tree.cpp Move remaining Symbol Tree ctx menu cmds to ACTIONS. 2019-06-10 23:46:00 +01:00
lib_tree.h Move footprint & symbol tree context menus to tool infrastructure. 2019-06-05 20:16:48 +01:00
mathplot.cpp Mathplot: properly set foreground color when saving screenshots 2019-06-05 22:43:50 -04:00
net_selector.cpp Don't double-escape netnames. 2019-04-12 00:28:58 +01:00
paged_dialog.cpp Add shortcuts to setting dialogs for track widths, via sizes and grid sizes. 2018-11-17 00:35:06 +00:00
progress_reporter.cpp Async hardening 2018-06-04 15:08:40 -07:00
stepped_slider.cpp Implement primitive icon scaling for high DPI 2018-01-10 21:26:06 -07:00
tab_traversal.cpp Adjust tab ordering in some dialogs 2019-02-23 14:49:38 +00:00
text_ctrl_eval.cpp Improve robustness of numeric evaluation. 2018-10-08 12:59:40 +01:00
two_column_tree_list.cpp Optimize TWO_COLUMN_TREE_LIST column sizing 2017-02-24 12:51:53 -05:00
ui_common.cpp Centralise some UI constants, use in hotkey lists 2018-10-04 07:47:21 -04:00
unit_binder.cpp Push KIWAY_HOLDER down a level so we can move a bunch of stuff that doesn't belong there out. 2019-06-10 23:46:00 +01:00
widget_hotkey_list.cpp Fix bugs with ACTIONs not being "honest" singletons. 2019-06-14 16:54:46 +01:00
widget_save_restore.cpp Break widget save/restore out to reusable class 2019-01-30 15:41:35 -08:00
wx_busy_indicator.cpp 3D viewer: decouple renderers from wxCursors 2019-05-12 14:19:39 +01:00
wx_grid.cpp WX_GRID: revert GetVisibleWidth() and add EnsureColLabelsVisible() to fix column label height of our wxGrid, for multiline column labels 2019-02-18 20:34:44 +01:00
wx_grid.h Remove previous cell selection fixes in favour of slow-click hack. 2019-03-04 11:09:33 +00:00