kicad/common/dialog_about
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
..
AboutDialog_main.cpp Update translator contributions 2023-04-03 13:07:15 -07:00
aboutinfo.h We don't keep a CHANGELOG.TXT 2021-10-05 19:46:53 -07:00
dialog_about.cpp Separate immediate and delayed action dispatch 2023-06-27 00:57:59 +01:00
dialog_about.h Do not translate name in version info 2022-12-31 20:28:45 -05:00
dialog_about_base.cpp Add Donate button to About dialog. 2021-12-15 10:02:01 -08:00
dialog_about_base.fbp Add Donate button to About dialog. 2021-12-15 10:02:01 -08:00
dialog_about_base.h Add Donate button to About dialog. 2021-12-15 10:02:01 -08:00