summaryrefslogtreecommitdiff
path: root/gtk2_ardour/startup_fsm.h
AgeCommit message (Collapse)Author
2019-12-12fix startup FSM handling when pre-release dialog is shown AND cmdline ↵Paul Davis
session info is given
2019-11-06if user uses Ctrl/Cmd-w to close a dialog during startup, treat that as a ↵Paul Davis
request to exit
2019-10-24somewhat substantial changes to StartupFSM to try to get relationships ↵Paul Davis
betweem various dialogs, plugin scanning and splash screen correct Added extensive comments to try to explain the nightmare of plugin discovery
2019-10-12reintroduce code that can automatically connect to JACK under the right ↵Paul Davis
conditions
2019-10-10move pre-release dialog into StartupFSM (and enlarge font sizing)Paul Davis
2019-10-10add StartupFSM::end() (empty for now) and remove unused statesPaul Davis
2019-10-10add initial version of StartupFSM along with its owners/usersPaul Davis