summaryrefslogtreecommitdiffstats
path: root/src/widget/wcoverartlabel.h
AgeCommit message (Expand)Author
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-09-14WCoverArtLabel: Reduce dependencies and redundant codeUwe Klotz
2020-06-07Added a Context menu to the WTrackWidgetGroup, ane accept() the context menu ...Daniel Schürmann
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-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 - removing unused memberMarcos CARDINOT
2014-09-20WCoverArtLabel - open fullsize cover by clicking instead of hoveringMarcos CARDINOT
2014-09-15init dlgfullsize with the pixmap directly instead of doing a new requestMarcos 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