summaryrefslogtreecommitdiffstats
path: root/src/test/coverartcache_test.cpp
AgeCommit message (Expand)Author
2017-01-02Clean up tests.RJ Ryan
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-30Fix test comparing cover hashDaniel Schürmann
2016-04-26Move src/soundsourceproxy.h/cpp to src/sources.RJ Ryan
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
2016-02-19Add factory methods for creating temporary TIOsUwe Klotz
2016-01-20Move parsing of metadata from TIO into SoundSourceProxyUwe Klotz
2016-01-20SoundSourceProxy must be constructed from a TIOUwe Klotz
2015-11-23Fix build error after merging masterUwe Klotz
2015-06-16Merge branch '1.12' of https://github.com/mixxxdj/mixxx.git into Merge1.12ToM...Uwe Klotz
2015-05-26add test for JPEG embedded cover art in addition to existing PNG embedded cov...Sebastien Blaisot
2015-05-26refactor cover art tests, adding absolute and relative cover art tests, and u...Sebastien Blaisot
2015-05-25correct typo in test cover filenameSebastien Blaisot
2015-05-25use absolute path for loadCoverSebastien Blaisot
2015-05-25Correct cover art test to properly load test coverSebastien Blaisot
2015-05-23Streamline the MetadataSource interfaceUwe Klotz
2015-02-28Move code from specialized AudioSources back into corresponding SoundSourcesUwe Klotz
2014-12-27Fixed CoverArtCacheTest.loadCover, was broken because new default cover is bi...Daniel Schürmann
2014-12-21Change default cover image. Rename file name following naming shame for exist...S.Brandt
2014-11-16Eliminate inappropriate inheritance: SoundSourceProxy is-not-a SoundSourceUwe Klotz
2014-11-09Don't bother checking for a valid proxied SoundSource since sinceRJ Ryan
2014-11-05Move CoverArtUtil tests to own classMax Linke
2014-10-31Only pick non-matching cover files if there is only one option.RJ Ryan
2014-10-29Change CoverInfo hash to an integer.RJ Ryan
2014-10-29Fix UTF-8 test.RJ Ryan
2014-10-29Address review comments.RJ Ryan
2014-10-29Remove trackId from CoverInfo.RJ Ryan
2014-10-27Allow segregation of multiple users of CoverArtCache.RJ Ryan
2014-10-27Fix test.RJ Ryan
2014-10-27Don't crop cached pixmaps anymore.RJ Ryan
2014-10-27Delete CoverAndAlbumInfo since album info is unused now.RJ Ryan
2014-10-27Massive cover art refactor.RJ Ryan
2014-10-26Refactor to use the common structures in coverart.h.RJ Ryan
2014-10-25Avoid doing file I/O in the main thread.RJ Ryan
2014-10-25Remove default cover handling from CoverArtCache.RJ Ryan
2014-10-21Minor test cleanups.RJ Ryan
2014-10-21Move CoverArtCache::extractEmbeddedCover to a utility class.RJ Ryan
2014-10-20SoundSource - processing the cover arts separatelyMarcos CARDINOT
2014-10-20Renaming 'md5' column to 'hash'Marcos CARDINOT
2014-10-03CoverArtCacheTest::extractEmbeddedCover - add test to all supported file formatsMarcos CARDINOT
2014-10-02fixing CoverArtCacheTest::searchImage - it's no longer returning an empty cov...Marcos CARDINOT
2014-10-02CoverArtCacheTEST - cosmetic fixesMarcos CARDINOT
2014-09-29fixing CoverArtCacheTEST - segfault when destroyingMarcos CARDINOT
2014-09-28Add test for CoverArtCache::changeImageMax Linke
2014-09-16move the cover-test file to the right directoryMax Linke
2014-09-16fix 'loadImage' testMax Linke
2014-09-13fix test and use ID3TAG as location for embedded covers.Max Linke
2014-09-13Fix but to run CoverArtCache aloneMax Linke
2014-09-13add test for embedded coverartMax Linke