summaryrefslogtreecommitdiffstats
path: root/src/library/columncache.cpp
AgeCommit message (Expand)Author
2021-03-21Restore cover art color loadingUwe Klotz
2021-03-05Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-03-03Don't cast bpm values to integer before sortingDaniel Schürmann
2021-01-05Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-01-04LIBRARYTABLE_LOCATION to LIBRARYTABLE_LOCATION_ID because the column holds on...Daniel Schürmann
2021-01-04Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-01-04ColumnCache: Fix inconsistent column sortingUwe Klotz
2021-01-03Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-01-03move constant strings to anonymous namespaceDaniel Schürmann
2021-01-03Fix column library sorting issue lp1909614Daniel Schürmann
2020-12-21Last Played: merge and resolve conflictsOwen Williams
2020-12-18Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-12-16Last Played: Add UI for last_played_at columnOwen Williams
2020-12-16Merge remote-tracking branch 'uklotzde/column-cache-fix' into column-cache-fixOwen Williams
2020-12-16Merge branch '2.3' into column-cache-fixOwen Williams
2020-12-15Merge branch '2.3' of github.com:mixxxdj/mixxx into mainJan Holthuis
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-13ColumnCache: Verify consistency of all column mapsUwe Klotz
2020-12-13Reformat and clarify key sort orderingUwe Klotz
2020-12-08Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-12-05use older API for const iterationOwen Williams
2020-12-04precommit fixOwen Williams
2020-12-04Column Cache fix: use an iteration method that doesn't create a temporaryOwen Williams
2020-11-30Column Cache Fix: remove debugsOwen Williams
2020-11-15Create a map from column to name, regardless of which columns are setOwen Williams
2020-11-15More attemptsOwen Williams
2020-11-15ColumnCache: initial fixesOwen Williams
2020-06-05Add (background) color to cover artUwe Klotz
2020-06-05Add coverart_digest column and new cover image hashingUwe Klotz
2020-03-10Update column cache namesEvan Dekker
2020-02-20Hide internal columnsEvan Dekker
2020-02-11lp1100882: Add support for track colorsJan Holthuis
2019-01-06remove need for lambdas with connectValueChange(Request)Be
2018-10-15Fix the build.RJ Skerry-Ryan
2018-01-17Remove redundant ControlProxyUwe Klotz
2017-09-24clarify and fix getTrackLocation() and the location coloumns for displayDaniel Schürmann
2017-01-29Remove references of unused FK columns from ColumnCacheUwe Klotz
2017-01-29Replace CrateDAO with CrateStorageUwe Klotz
2017-01-29Split DAO class and DB schema constantsUwe Klotz
2016-11-14Fix Windows build after 70c61a54e12b962dc61f1afc14fa989133e73a8b.RJ Ryan
2016-11-12Fix OSX build with Clang and Qt 4.8.6.RJ Ryan
2016-09-15sort keys correctly after a track has been playedbe_
2016-09-15Move the m_pKeyNotation Control Object to the library class. This ensures it ...Daniel Schürmann
2016-09-14cast enum to double rather than double to enumbe_
2016-09-14call QString::arg() oncebe_
2016-09-14fix MSVC++2013 compile errorbe_
2016-09-09rework keySortSQL to work with columnSortForFieldIndex() without a QString::a...be_
2016-09-070 index KeyUtils::KeyNotationbe_
2016-09-07add explanatory commentbe_