summaryrefslogtreecommitdiffstats
path: root/src/library/coverartcache.cpp
AgeCommit message (Expand)Author
2020-06-09Rename 'image hash' to 'cache key' for consistencyUwe Klotz
2020-06-08Merge branch 'master' into coverart_color_and_digestUwe Klotz
2020-06-06Detect thread affinity violationsUwe Klotz
2020-06-05Add (background) color to cover artUwe Klotz
2020-06-05Add coverart_digest column and new cover image hashingUwe Klotz
2020-06-01Display background color instead of missing cover artUwe Klotz
2020-06-01Replace missing cover art with dummy image to avoid high CPU loadUwe Klotz
2020-06-01Log track location if cover image could not be loadedUwe Klotz
2020-05-22Log warning about failure to load cover image only onceUwe Klotz
2020-02-28Prepare CoverArtCache for migration to new hash functionUwe Klotz
2020-02-28Extract guessing of cover art from CoverArtCacheUwe Klotz
2020-02-20Make loading of cover images a member functionUwe Klotz
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2020-01-04Cache possible covers from last folderUwe Klotz
2020-01-03Use CoverInfoRelative instead of CoverInfoUwe Klotz
2019-12-21Use QStringBuilder/QT_USE_QSTRINGBUILDER for string concatenationUwe Klotz
2019-11-24Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2019-10-24fix scaling of cover art on high pixel density screensBe
2019-09-22Use new signals and slots syntaxFerran Pujol Camins
2019-06-15Format debug info for TrackFileUwe Klotz
2018-05-27Only log debug messages if debug logging is enabledUwe Klotz
2018-04-26Fix memory leak when loading cover artUwe Klotz
2018-01-25Prefer CoverInfoRelative over CoverInfoUwe Klotz
2017-06-29Use Logger in CoverArtCacheUwe Klotz
2016-11-12Remove unused function in CoverArtCache.RJ Ryan
2016-11-09Use const-ref instead of pointer for function argumentsUwe Klotz
2016-08-28remove redundant class prefixDaniel Schürmann
2016-08-21prefere const Track reference over pointerDaniel Schürmann
2016-08-07Add a resizedToWidth member to CoverArt classDaniel Schürmann
2016-08-05Use the minimal coverInfo calss in various situations, to avoid passing usles...Daniel Schürmann
2016-08-04Replace CoverArt structs by a class herarchieDaniel Schürmann
2016-07-31Deduplicate some code, use always the hash as requestReferenceDaniel Schürmann
2016-07-31Don't cache full size covers. Resizing them to 300x300 will only put noise o...Daniel Schürmann
2016-07-31Remove unused m_coverArt from Track. The image member was not used.Daniel Schürmann
2016-07-30Fix test comparing cover hashDaniel Schürmann
2015-08-01Restore previous parameter name and revise commentUwe Klotz
2015-07-30Move functions from CoverArtUtils to CoverArtCacheUwe Klotz
2015-01-07Delete obsolete include directivesUwe Klotz
2014-11-05Codying style clean up coverartcacheMax Linke
2014-10-31Support multiple-selection for cover art menu in WTrackTableView.RJ Ryan
2014-10-29Use cover hash as request reference in CoverArtDelegate.RJ Ryan
2014-10-29Change CoverInfo hash to an integer.RJ Ryan
2014-10-29Remove trackId from CoverInfo.RJ Ryan
2014-10-27Allow segregation of multiple users of CoverArtCache.RJ Ryan
2014-10-27Don't crop cached pixmaps anymore.RJ Ryan
2014-10-27Early exit in CoverArtCache::requestCover if CoverInfo type is NONE.RJ Ryan
2014-10-27Delete CoverAndAlbumInfo since album info is unused now.RJ Ryan
2014-10-27Rename issueRepaint to signalWhenDone and remove update of WTrackTableView on...RJ Ryan
2014-10-27Massive cover art refactor.RJ Ryan
2014-10-26Add a debugging flag to CoverArtCache.RJ Ryan