summaryrefslogtreecommitdiffstats
path: root/src/library/columncache.h
AgeCommit message (Expand)Author
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 make private members provateDaniel Schürmann
2021-01-04ColumnCache: Restore original debug assertionUwe Klotz
2021-01-03Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-01-03Assert not adding an already added sort stringDaniel 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-13ColumnCache: Verify consistency of all column mapsUwe Klotz
2020-12-07merge 2.3Be
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-11-10Use #pragma once everywherexerus2000
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
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
2016-09-15Move the m_pKeyNotation Control Object to the library class. This ensures it ...Daniel Schürmann
2016-09-070 index KeyUtils::KeyNotationbe_
2016-09-07get rid of confusingly named KeyNotation DEFAULTbe_
2016-09-05make key sorting respond to notation changesbe_
2016-09-02sort keys appropriately when using Lancelot notationbe_
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
2015-01-18Keep two coloumns in sorting history, fixes https://bugs.launchpad.net/mixxx/...Daniel 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-12-09Add custom library header save/restore code.Owen 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-06Add ColumnCache class for maintaining a reverse index of column to position andRJ Ryan