kicad/eeschema/widgets
Ian McInerney 2fb6f19a84 Separate immediate and delayed action dispatch
Using a boolean argument just leads to a lot of trailing booleans in the
function calls and is not user friendly. Instead, introduce PostAction()
to send an action that runs after the coroutine (equivalent to passing
false or the default argument), and leave RunAction as the immediate
execution function.
2023-06-27 00:57:59 +01:00
..
filedlg_hook_save_project.h Cleanup eeschema save as extra control creation to match pcbnew 2022-12-17 23:37:24 +00:00
hierarchy_pane.cpp Separate immediate and delayed action dispatch 2023-06-27 00:57:59 +01:00
hierarchy_pane.h Use consistent naming. 2022-12-12 12:54:34 +00:00
legacyfiledlg_save_project.h Cleanup compile warnings 2022-06-21 17:04:56 -07:00
pin_shape_combobox.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
pin_shape_combobox.h More NULL expunging. 2021-07-16 16:13:41 -04:00
pin_type_combobox.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
pin_type_combobox.h More NULL expunging. 2021-07-16 16:13:41 -04:00
sch_properties_panel.cpp ADDED: Properties panel for schematic editor 2023-06-22 22:32:24 -04:00
sch_properties_panel.h ADDED: Properties panel for schematic editor 2023-06-22 22:32:24 -04:00
sch_search_pane.cpp Initial schematic search pane 2023-05-14 22:41:56 -04:00
sch_search_pane.h Initial schematic search pane 2023-05-14 22:41:56 -04:00
search_handlers.cpp Separate immediate and delayed action dispatch 2023-06-27 00:57:59 +01:00
search_handlers.h Initial schematic search pane 2023-05-14 22:41:56 -04:00
sim_notebook.cpp Naming conventions and commenting. No functional changes. 2023-03-04 00:10:01 +00:00
sim_notebook.h Renaming to support potential future usage of SIMULATOR_PANEL as a panel within SIMULATOR_FRAME. 2023-06-15 17:39:10 +01:00
symbol_diff_widget.cpp Drawing improvements for symbol & footprint diffs. 2023-03-11 12:45:16 +00:00
symbol_diff_widget.h Graphical diff for board vs library footprints. 2023-03-10 17:16:40 +00:00
symbol_filedlg_save_as.h Initialize variables inside file dialog customizer classes 2022-12-17 23:37:24 +00:00
symbol_legacyfiledlg_save_as.h Move the symbol editor to the new filedlg customize 2022-06-11 22:59:59 -04:00
symbol_preview_widget.cpp Graphical diff for schematic vs library symbols. 2023-03-09 18:04:52 +00:00
symbol_preview_widget.h Graphical diff for schematic vs library symbols. 2023-03-09 18:04:52 +00:00
symbol_tree_pane.cpp Separate immediate and delayed action dispatch 2023-06-27 00:57:59 +01:00
symbol_tree_pane.h ADDED: Export symbols from schematic to library 2022-09-23 21:23:01 -04:00
tuner_slider.cpp Separate SIMULATOR_PANEL from SIMULATOR_FRAME. 2023-06-15 17:39:10 +01:00
tuner_slider.h Separate SIMULATOR_PANEL from SIMULATOR_FRAME. 2023-06-15 17:39:10 +01:00
tuner_slider_base.cpp ADDED support for e-series based tuning. 2023-02-11 21:11:07 +00:00
tuner_slider_base.fbp ADDED support for e-series based tuning. 2023-02-11 21:11:07 +00:00
tuner_slider_base.h ADDED support for e-series based tuning. 2023-02-11 21:11:07 +00:00