summaryrefslogtreecommitdiffstats
path: root/src/library/columncache.cpp
AgeCommit message (Expand)Author
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_
2016-09-05document GitHub discussion of slower implementationbe_
2016-09-05make key sorting respond to notation changesbe_
2016-09-02sort keys appropriately when using Lancelot notationbe_
2015-07-17construct key sorting query string from array of ChromaticKeysbe_
2015-07-16sort keys by circle of fifths in library displaybe_
2015-04-21Don't add defaultSort Coloumsn to m_columnSortByIndexDaniel Schürmann
2015-02-10Introduced new Function columnSortForFieldIndex()Daniel Schürmann
2015-02-10Get rid of QMap reverse lookupDaniel Schürmann
2015-02-10Removed unused m_columnByIndexDaniel Schürmann
2014-12-15Change columncache object to a map instead of an arrayOwen Williams
2014-12-10Use the untranslated column name as a key in the state-saving protoOwen Williams
2014-10-27Massive cover art refactor.RJ Ryan
2014-10-20Renaming 'md5' column to 'hash'Marcos CARDINOT
2014-07-15Add cover art column to librarymodel - it will show the coversMarcos CARDINOT
2014-07-15change name of ColumnCache enum for cover location - using _COVERART_LOCATION...Marcos CARDINOT
2014-07-03cache cover_art.md5 in tableviewMarcos CARDINOT
2014-06-19Hiding coverLocation of the table headersMarcos CARDINOT
2014-02-08Fix bad initialization of crate and playlist columns in ColumnCache.RJ Ryan
2014-02-06Add ColumnCache class for maintaining a reverse index of column to position andRJ Ryan