Debugger: Improve the helper build mechanism on the settings page.
- Give the controls a tooltip listing file details (date) - Make building a QtConcurrent task - Make log window scroll to bottom and pop up on error - Make the build code pass on error messages about copying the source files to the log file - Clean up the building code string-wise, use QLatin1String and translate messages, cache the icons. Use a QSharedPointer for the QtVersions in the settings page since they are passed to the BuildTask, which may outlive the dialog.
Showing
- src/plugins/projectexplorer/debugginghelper.cpp 93 additions, 67 deletionssrc/plugins/projectexplorer/debugginghelper.cpp
- src/plugins/projectexplorer/debugginghelper.h 3 additions, 1 deletionsrc/plugins/projectexplorer/debugginghelper.h
- src/plugins/qt4projectmanager/qtoptionspage.cpp 155 additions, 69 deletionssrc/plugins/qt4projectmanager/qtoptionspage.cpp
- src/plugins/qt4projectmanager/qtoptionspage.h 39 additions, 6 deletionssrc/plugins/qt4projectmanager/qtoptionspage.h
- src/plugins/qt4projectmanager/qtversionmanager.cpp 4 additions, 2 deletionssrc/plugins/qt4projectmanager/qtversionmanager.cpp
- src/plugins/qt4projectmanager/qtversionmanager.ui 80 additions, 82 deletionssrc/plugins/qt4projectmanager/qtversionmanager.ui
Loading
Please register or sign in to comment