summaryrefslogtreecommitdiffstats
path: root/src/preferences/upgrade.cpp
AgeCommit message (Expand)Author
2021-04-13Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-04-11config.h: Add MIXXX_ prefix to settings path/fileJan Holthuis
2021-04-06CMake: Use config.h.in instead of command line defintions for pathsJan Holthuis
2021-03-23Replace MDir with mixxx::FileInfo/FileAccessUwe Klotz
2020-12-20rename ControllerPreset to LegacyControllerMappingBe
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-11-10Remove long copyright headersxerus2000
2019-09-21Move transaction boundaries from DirectoryDAO into TrackCollectionUwe Klotz
2018-10-15Merge branch 'master' into remove-vampRJ Skerry-Ryan
2018-09-06Update Debian packaging to use mixxx_icon.svg and fix src/preferences/upgrade...RJ Skerry-Ryan
2018-08-17vectorize logo/icon in About dialog, update res/mixxx.qrcronso0
2018-04-22Merge pull request #1417 from luzpaz/misc-typosDaniel Schürmann
2018-04-14get the upgrade substring rightOwen Williams
2018-04-13fix rc string checkOwen Williams
2018-04-11upgrade string: Also upgrade 2.1rc versionsOwen Williams
2018-04-10remove commented out codeOwen Williams
2018-04-10Update config string value for recent mixxx versions.Owen Williams
2018-04-06More misc. typosluz.paz
2017-06-22Test move semantics of DbConnectionPoolerUwe Klotz
2017-06-17Simplify usage of DbConnectionPooledUwe Klotz
2017-06-15Avoid dependency between "Pooler" and "Pooled" just for convenienceUwe Klotz
2017-06-15Split DbConnectionPool API into roles: "Pooler" vs. "Pooled"Uwe Klotz
2017-06-15Introduce DbConnectionPooled for thread-local, pooled connectionsUwe Klotz
2017-06-15Rename to ThreadLocalScoped and explain how the pool worksUwe Klotz
2017-06-14Renaming: 'Repository' -> 'MixxxDb'Uwe Klotz
2017-06-12Reduce dependencies between library components and database connectionsUwe Klotz
2017-06-12Manage a pool of thread-local database connectionsUwe Klotz
2017-06-12Explicitly open/close database connectionsUwe Klotz
2017-06-12Explicitly provide database connection for schema init/upgradeUwe Klotz
2017-06-12Reuse SqlStorage interface for TrackCollectionUwe Klotz
2017-06-12Change namingUwe Klotz
2017-06-12Move Mixxx DB code from TrackCollection into separate classUwe Klotz
2017-06-12Initialize (and upgrade) the database schema separatelyUwe Klotz
2017-06-12Reuse DB connection from TrackCollection in SchemaManagerTestUwe Klotz
2017-01-01remove inline getValueString to fix Mac buildDaniel Schürmann
2016-11-22Change VERSION to MIXXX_VERSION to avoid conflict with Soundtouch's VERSION #...Sean M. Pappalardo
2016-04-16Remove manual setting/getting of beat detector preferences.RJ Ryan
2016-01-25Fix Windows build.RJ Ryan
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-24Use UserSettingsPointer in preferences code.RJ Ryan
2016-01-09Move upgrade.cpp/h to src/preferences.RJ Ryan