summaryrefslogtreecommitdiffstats
path: root/src/library/dlgcoverartfullsize.cpp
AgeCommit message (Expand)Author
2020-10-15Merge branch '2.3' of github.com:mixxxdj/mixxx into masterJan Holthuis
2020-10-14Merge pull request #3142 from uklotzde/track_decl_2Daniel Schürmann
2020-10-01Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-09-30Include track_decl.h in coverartutils.hUwe Klotz
2020-09-25library/dlgcoverartfullsize: Use const autoJan Holthuis
2020-09-25library/dlgcoverartfullsize: Add missing typecastJan Holthuis
2020-09-04Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-09-02library/dlgcoverartfullsize: Do not try to rescale null pixmapJan Holthuis
2020-06-09Rename 'image hash' to 'cache key' for consistencyUwe Klotz
2020-06-05Add coverart_digest column and new cover image hashingUwe Klotz
2020-06-04library/dlgcoverartfullsize: Replace deprecated QWheelEvent::pos()Jan Holthuis
2020-05-28Use QWheelEvent::angleDelta()::y() instead of QWheelEvent::delta()Jan Holthuis
2020-02-28Prepare CoverArtCache for migration to new hash functionUwe Klotz
2020-02-28Extract guessing of cover art from CoverArtCacheUwe Klotz
2020-01-04Cache possible covers from last folderUwe Klotz
2020-01-03Use CoverInfoRelative instead of CoverInfoUwe Klotz
2019-11-24Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2019-11-10library/dlgcoverartfullsize: Remove deprecated QApplication::desktop()Jan Holthuis
2019-10-24fix scaling of cover art on high pixel density screensBe
2019-09-22Use new signals and slots syntaxFerran Pujol Camins
2019-07-28Replace plain pointer with parented_ptrUwe Klotz
2019-04-17can't close() when we have just have called show() before. Fixing lp1807450Daniel Schürmann
2019-04-17Merge pull request #2073 from daschuer/lp1807450Daniel Schürmann
2019-04-03can't close() when we have just have called show() before. Fixing lp1807450Daniel Schürmann
2019-04-02longclick + mouse move drags cover art windowronso0
2018-10-18set DlgCoverArtFullSize window title only when window is shownBe
2018-05-23Fix "Include What You Use" issues with Qt 5.11. (#1683)RJ Skerry-Ryan
2018-01-25Prefer CoverInfoRelative over CoverInfoUwe Klotz
2017-11-29DlgCoverArtFullSize: resize newly loaded cover art to fit windowbe_
2017-11-29fix centering of DlgCoverArtFullSize when loading new coverbe_
2017-11-29work around for whitespace appearing when resizing cover art windowbe_
2017-05-30keep point under cursor when resizing DlgCoverArtFullSizebe_
2017-05-12comment out debugging messagesbe_
2017-05-12keep DlgCoverArtFullSize's center with mouse scroll resizingbe_
2017-05-12avoid log spambe_
2017-05-07fix crash on shutdownbe_
2017-04-28scale down cover art dialog when it is bigger than the screenbe_
2017-03-29explicitly compare to nullptrbe_
2017-03-28DlgCoverArtFullSize revampbe_
2017-03-05close DlgCoverArtFullSize when clickedbe_
2016-07-31remove redundant loadCover() call when showing full size cover.Daniel Schürmann
2016-01-24Tidy up the dialog mess in src/.RJ Ryan