summaryrefslogtreecommitdiffstats
path: root/src/test/coverartutils_test.cpp
AgeCommit message (Expand)Author
2017-06-15Introduce DbConnectionPooled for thread-local, pooled connectionsUwe Klotz
2017-06-12Reduce dependencies between library components and database connectionsUwe Klotz
2017-01-29Replace CrateDAO with CrateStorageUwe Klotz
2017-01-24Avoid double creation/deletion of TrackCollection during testsUwe Klotz
2017-01-02Clean up tests.RJ Ryan
2016-08-28Remove CoverInfoRelative::kNullImageHashDaniel Schürmann
2016-08-21prefere const Track reference over pointerDaniel Schürmann
2016-08-06Merge remote-tracking branch 'upstream/master' into coverduplicate2Daniel Schürmann
2016-08-05introduce CoverInfo::kNullImageHashDaniel 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-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
2016-07-13Let the cover art test fail early if the actual image is nullUwe Klotz
2016-05-16Refactor constants in CoverArtUtilTestUwe Klotz
2016-05-16Improve tests for extracting cover art from files.Uwe Klotz
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-20Avoid unnecessary conversion from QString to QFileInfo (review comments)Uwe Klotz
2016-01-20Parse track metadata and cover art through SoundSourceProxyUwe Klotz
2015-06-16Merge branch '1.12' of https://github.com/mixxxdj/mixxx.git into Merge1.12ToM...Uwe Klotz
2015-05-26compare result from CoverArtUtil::extractEmbeddedCover with reference imageSebastien Blaisot
2015-05-26add test for JPEG embedded cover art in addition to existing PNG embedded cov...Sebastien Blaisot
2015-01-07Delete obsolete include directivesUwe Klotz
2014-12-21Change default cover image. Rename file name following naming shame for exist...S.Brandt
2014-12-18Remove now-unnecessary config-path setting from library tests.RJ Ryan
2014-11-11FIX 1390415: Parse Cover for opus filesMax Linke
2014-11-09Re-use SecurityTokenPointer when possible.RJ Ryan
2014-11-08Update comment about cover art search testMax Linke
2014-11-05Move CoverArtUtil tests to own classMax Linke