summaryrefslogtreecommitdiffstats
path: root/src/library/coverartdelegate.h
AgeCommit message (Expand)Author
2020-06-08Merge branch 'master' into coverart_color_and_digestUwe Klotz
2020-06-05Add missing `final` specifiersUwe Klotz
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-02-28Refresh cover art hashes when showing track table viewUwe Klotz
2020-02-28Prepare CoverArtCache for migration to new hash functionUwe Klotz
2019-11-10Add missing override to fix clang's -Winconsistent-missing-override warningsJan Holthuis
2019-09-29Fix include directives and reduce dependenciesUwe Klotz
2019-09-22Use new signals and slots syntaxFerran Pujol Camins
2018-06-10Merge remote-tracking branch 'upstream/2.1'Be
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-04-06Typo fixes luzpaz
2018-01-25Prefer CoverInfoRelative over CoverInfoUwe Klotz
2016-07-31Deduplicate some code, use always the hash as requestReferenceDaniel 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-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-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-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-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-07-29Improving CoverArtDelegate::paint()Marcos CARDINOT
2014-07-28Improving CoverArtDelegate::paint() - using defaultCoverLocation as a member ...Marcos CARDINOT
2014-07-28Improving CoverArtDelegate::paint() - using trackmodel as a member to get it ...Marcos CARDINOT
2014-07-23CoverArtDelegate - using previous cover_delay to lock/unlock the coverdelegat...Marcos CARDINOT
2014-07-15Add CoverArtDelegate class - it will be responsible for drawing the cover art...Marcos CARDINOT