kicad/gerbview/dialogs
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
..
dialog_layers_select_to_pcb.cpp Fix a few doxygen errors (no actual code change) 2023-04-19 16:20:24 +02:00
dialog_layers_select_to_pcb.h Fix a few doxygen errors (no actual code change) 2023-04-19 16:20:24 +02:00
dialog_layers_select_to_pcb_base.cpp Remove standard dialog button static line separators. 2023-01-08 13:15:33 -05:00
dialog_layers_select_to_pcb_base.fbp Remove standard dialog button static line separators. 2023-01-08 13:15:33 -05:00
dialog_layers_select_to_pcb_base.h Remove standard dialog button static line separators. 2023-01-08 13:15:33 -05:00
dialog_print_gerbview.cpp Separate immediate and delayed action dispatch 2023-06-27 00:57:59 +01:00
dialog_select_one_pcb_layer.cpp Fix static event table derived object definitions. 2023-01-28 14:10:06 -05:00
panel_gerbview_color_settings.cpp Gerbview: fix some issues related to color settings. 2022-09-11 14:40:04 +02:00
panel_gerbview_color_settings.h Move gerbview colors to preferences dialog. 2022-09-10 16:11:24 +01:00
panel_gerbview_display_options.cpp Implement Reset to Defaults for all preferences panels. 2021-12-24 17:38:39 +00:00
panel_gerbview_display_options.h Implement Reset to Defaults for all preferences panels. 2021-12-24 17:38:39 +00:00
panel_gerbview_display_options_base.cpp Preferences dialog: try to reduce its width, in non English languages. 2023-02-04 14:36:14 +01:00
panel_gerbview_display_options_base.fbp Preferences dialog: try to reduce its width, in non English languages. 2023-02-04 14:36:14 +01:00
panel_gerbview_display_options_base.h Preferences dialog: try to reduce its width, in non English languages. 2023-02-04 14:36:14 +01:00
panel_gerbview_excellon_settings.cpp Flat(er) look for paged dialogs. 2023-01-11 01:11:25 +00:00
panel_gerbview_excellon_settings.h All the preferences, all the time. 2021-12-24 13:08:44 +00:00
panel_gerbview_excellon_settings_base.cpp Flat(er) look for paged dialogs. 2023-01-11 01:11:25 +00:00
panel_gerbview_excellon_settings_base.fbp Flat(er) look for paged dialogs. 2023-01-11 01:11:25 +00:00
panel_gerbview_excellon_settings_base.h Flat(er) look for paged dialogs. 2023-01-11 01:11:25 +00:00