summaryrefslogtreecommitdiffstats
path: root/src/library/dao/settingsdao.cpp
AgeCommit message (Expand)Author
2020-08-25SettingsDAO: Use QStringBuilder instead of QString::arg()Uwe Klotz
2020-08-23Remove public #define directives from SettingsDAOUwe Klotz
2020-08-23Add missing const qualifiers to members and methodsUwe Klotz
2018-09-15Remove QT_DISABLE_DEPRECATED_BEFORE and fix all Qt 5 compatibility issues.RJ Skerry-Ryan
2018-05-27Raise some log levels from debug to info/warningUwe Klotz
2018-05-08Try to fix crash during database migration in macOS testsUwe Klotz
2018-05-08Delete unused member functionUwe Klotz
2017-06-12Reading values from SettingsDAO should be constUwe Klotz
2017-06-12Avoid passing QSqlDatabase by mutable referenceUwe Klotz
2013-07-03Added 'const' or '&' to arguments when needed.Nazar Gerasymchuk
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan