summaryrefslogtreecommitdiffstats
path: root/src/widget/wcoverartlabel.cpp
AgeCommit message (Expand)Author
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-09-15Merge pull request #3098 from uklotzde/2.3_wtrackmenu_dlgtrackinfoDaniel Schürmann
2020-09-14WCoverArtLabel: Reduce dependencies and redundant codeUwe Klotz
2020-09-10WCoverArtLabel: Reduce log spamUwe Klotz
2020-06-20Merge remote-tracking branch 'upstream/2.3' into wtrackwidgetgroupDaniel Schürmann
2020-06-07Added a Context menu to the WTrackWidgetGroup, ane accept() the context menu ...Daniel Schürmann
2020-06-04widget/wcoverartlabel: Replace deprecated pixmap() callJan Holthuis
2020-02-16Remove redundant newline before EOFUwe Klotz
2020-02-16Fix warning: QPixmap::scaled: Pixmap is a null pixmapUwe Klotz
2019-11-24Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2019-10-24fix scaling of cover art on high pixel density screensBe
2019-07-28Replace plain pointer with parented_ptrUwe Klotz
2018-01-25Prefer CoverInfoRelative over CoverInfoUwe Klotz
2017-03-28DlgCoverArtFullSize revampbe_
2016-08-05Use the minimal coverInfo calss in various situations, to avoid passing usles...Daniel Schürmann
2016-07-31remove redundant loadCover() call when showing full size cover.Daniel Schürmann
2016-04-25Spring cleaning: Apply clang-tidy to src/widget.RJ Ryan
2016-01-24Tidy up the dialog mess in src/.RJ Ryan
2015-09-27Remove TrackPointer from cover art widgetsUwe Klotz
2014-10-31Support multiple-selection for cover art menu in WTrackTableView.RJ Ryan
2014-10-28Merge remote-tracking branch 'cardinot/coverArtSupport' intoRJ Ryan
2014-10-27Improve connection between WCoverArtMenu, WCoverArtLabel, WCoverArt, and DlgT...RJ Ryan
2014-10-25Remove default cover handling from CoverArtCache.RJ Ryan
2014-10-25Misc. fixes.RJ Ryan
2014-10-20DlgFullSizeCover is no longer a singletonMarcos CARDINOT
2014-10-02wcoverartlabel - fixing bug introduced by last changes - getting correct pixm...Marcos CARDINOT
2014-10-02WCoverArtLabel - removing unused memberMarcos CARDINOT
2014-09-29show fullsize cover in all of it's gloryMax Linke
2014-09-20WCoverArtLabel - open fullsize cover by clicking instead of hoveringMarcos CARDINOT
2014-09-15fixing build issue with WCoverArtLabel - do not use 'promote' logicMarcos CARDINOT
2014-09-15init dlgfullsize with the pixmap directly instead of doing a new requestMarcos CARDINOT
2014-09-15wcoverartlabel - only shows fullsize cover when wcovermenu is not visibleMarcos CARDINOT
2014-09-15move wcovermenu logic from dlgtrackinfo to wcoverartlabelMarcos CARDINOT
2014-09-14implements custom qlabel to show cover art + opens fullsize cover when hoveri...Marcos CARDINOT