kicad/common/widgets
John Beard 3a9e7a496a Centralise some UI constants, use in hotkey lists
There are lot of places where constants are used in the KiCad UI
as "magic numbers". The most common one is "5", used in many
wxFormBuilder and manual UI constructions as the margin.

This commit provides a place for all UI to look up shared
constants and other functions, to help create a consistent UI using
functions that provide meaning and intent to these magic numbers.
2018-10-04 07:47:21 -04:00
..
button_row_panel.cpp Centralise some UI constants, use in hotkey lists 2018-10-04 07:47:21 -04:00
color_swatch.cpp Clean up file locations and names. 2018-09-22 16:23:13 +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 Adjust spacing on preference panels. 2018-07-17 15:14:25 +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 pcbnew: Add toolbar buttons for action plugins 2018-08-26 19:39:27 -07:00
grid_text_button_helpers.cpp Move Edit Symbol References to standard text/button control. 2018-09-29 22:07:31 +01:00
indicator_icon.cpp Add inc/dec current layer alpha to menus. 2018-02-22 17:48:14 +01:00
layer_box_selector.cpp Turn problematic code off for now.... 2018-09-22 17:54:59 +01:00
lib_tree.cpp Implement double-click for other filetypes in project tree. 2018-08-29 19:59:02 +01:00
lib_tree.h Implement double-click for other filetypes in project tree. 2018-08-29 19:59:02 +01:00
mathplot.cpp Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00
net_selector.cpp A bit more safety around disabling the event handler. 2018-09-29 23:05:43 +01:00
paged_dialog.cpp Fix build error against head of wxWidgets master branch. 2018-09-14 10:49:54 -04: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
text_ctrl_eval.cpp Clean up units infrastructure after g_UserUnit removal. 2018-07-17 15:12:36 +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 unit_binder: allow updates without triggers 2018-09-17 15:55:22 -07:00
widget_hotkey_list.cpp Add read-only option for hotkey list, use for list dialog 2018-10-04 07:47:21 -04:00
wx_grid.cpp Fix a possible out-of-bounds access in WX_GRID::SetTable() 2018-09-12 10:53:16 +02:00
wx_grid.h More safety fixes for uncommitted grid changes. 2018-08-29 19:59:01 +01:00