Add option to restore last session at startup
* Add an option to the session manager to restore the last session on startup of creator. * Align close button on session manager dialog with the other buttons. * Clean up handling of session restoration in the ProjectExplorer: Move all the relevant code into determineSessionToRestoreAtStartup, since most was there already. Task-number: QTCREATORBUG-2324
Showing
- src/plugins/projectexplorer/projectexplorer.cpp 17 additions, 11 deletionssrc/plugins/projectexplorer/projectexplorer.cpp
- src/plugins/projectexplorer/projectexplorersettings.h 10 additions, 4 deletionssrc/plugins/projectexplorer/projectexplorersettings.h
- src/plugins/projectexplorer/sessiondialog.cpp 11 additions, 0 deletionssrc/plugins/projectexplorer/sessiondialog.cpp
- src/plugins/projectexplorer/sessiondialog.h 3 additions, 0 deletionssrc/plugins/projectexplorer/sessiondialog.h
- src/plugins/projectexplorer/sessiondialog.ui 34 additions, 6 deletionssrc/plugins/projectexplorer/sessiondialog.ui
Loading
Please register or sign in to comment