summaryrefslogtreecommitdiffstats
path: root/src/library/coverartdelegate.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-14Move common functions into BaseTrackTableModelUwe Klotz
2020-03-14Extract BaseCoverArtDelegate from CoverArtDelegateUwe Klotz
2020-03-14Extract BaseTrackTableModel from BaseSqlTableModelUwe Klotz
2020-03-09Merge branch 'master' into use-trackcolor-for-whole-rowUwe Klotz
2020-03-09library/coverartdelegate: Fix background color of CoverArtDelegateJan Holthuis
2020-02-28Refresh cover art hashes when showing track table viewUwe Klotz
2020-02-28Prepare CoverArtCache for migration to new hash functionUwe Klotz
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2019-11-24Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2019-11-23use static_cast instead of dynamic_castBe
2019-10-24fix scaling of cover art on high pixel density screensBe
2019-09-29Fix include directives and reduce dependenciesUwe Klotz
2019-09-22Use new signals and slots syntaxFerran Pujol Camins
2018-06-01de-duplicated CodeDaniel Schürmann
2018-06-01Added a TableItemDelegate base class to hold the background paintingDaniel Schürmann
2018-06-01Draw background for library cover art and peview coloumn, fixing LP1773709Daniel Schürmann
2018-01-25Prefer CoverInfoRelative over CoverInfoUwe Klotz
2017-01-29Split DAO class and DB schema constantsUwe Klotz
2016-08-05Improve commentsDaniel Schürmann
2016-07-31Deduplicate some code, use always the hash as requestReferenceDaniel Schürmann
2014-11-23Change cover width in library according to cloumn widthDaniel Schürmann
2014-10-29Only repaint cells that were cache misses when we hit the userRJ 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-29Address review comments.RJ Ryan
2014-10-29When a library row's cover art is ready explictly refresh that row.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-27Rename issueRepaint to signalWhenDone and remove update of WTrackTableView on...RJ Ryan
2014-10-27Massive cover art refactor.RJ Ryan
2014-10-25Remove default cover handling from CoverArtCache.RJ Ryan
2014-10-21Some NULL-safety changes.RJ Ryan
2014-10-20Renaming 'md5' column to 'hash'Marcos CARDINOT
2014-10-08CoverCache::requestPixmap - do not pass the coverInfo by reference + using tr...Marcos CARDINOT
2014-10-02TrackTable never displays the default cover + CoverCache::requestPixmap() upd...Marcos CARDINOT
2014-10-02CoverDelegate - removing outdated commentsMarcos CARDINOT
2014-09-14Don't use hidden expensive `fieldIndex` function in cover delegateMax Linke
2014-09-13load image when we know they are in the id3tagMax Linke
2014-09-12use a CoverInfo struct to request a cover.Max Linke
2014-08-16cosmetic fix - renaming signal/slot to lock CoverDelegate - using "onlyCached...Marcos CARDINOT
2014-08-13Cosmetic fix - fixing some comments about CoverArtDelegate::slotLock()Marcos CARDINOT
2014-08-12CoverArtCache - using the parameter 'croppedPixmap' as QSize() instead of boolMarcos CARDINOT
2014-08-08cosmetic fixes - fixing identationMarcos CARDINOT
2014-08-06CoverCache - emitting "requestRepaint()" when the caller is CoverDelegate + c...Marcos CARDINOT
2014-08-04CoverArtDelegate - small fix - checking trackmodel before using itMarcos CARDINOT
2014-08-02CoverArtDelegate - set initial column widthMarcos CARDINOT
2014-07-29Improving CoverArtDelegate::paint()Marcos CARDINOT