summaryrefslogtreecommitdiffstats
path: root/src/widget/wcoverart.cpp
AgeCommit message (Expand)Author
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-13widget: Replace old-style Qt connect() callsJan Holthuis
2020-09-30Include track_decl.h in coverartutils.hUwe Klotz
2020-09-03widget/wcoverart: Add comment about preventing to show the fullsize dialogJan Holthuis
2020-09-02library/dlgcoverartfullsize: Do not try to rescale null pixmapJan Holthuis
2020-06-23Improve code style and fix typoDaniel Schürmann
2020-06-07Added a Context menu to the WTrackWidgetGroup, ane accept() the context menu ...Daniel Schürmann
2020-02-29Disable concurrent guessing of track cover art during testsUwe Klotz
2020-02-28Prepare CoverArtCache for migration to new hash functionUwe Klotz
2020-02-28Extract guessing of cover art from CoverArtCacheUwe Klotz
2020-01-26add debug tooltip to coverart widgetronso0
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-09-23open cover art view on left click releaseronso0
2019-03-24Added debug statments to drop handler, to debug drag and drop issue on MacOsDaniel Schürmann
2019-02-08factor out track drag and drop codeMatthew Nicholson
2019-01-31only clone when doing drag and drop if the shift key is pressedMatthew Nicholson
2019-01-31perform a deck clone when dragging a track from one deck to anotherMatthew Nicholson
2018-01-25Prefer CoverInfoRelative over CoverInfoUwe Klotz
2017-05-07fix crash on shutdownbe_
2017-03-28DlgCoverArtFullSize revampbe_
2017-03-05don't close big cover art dialog when moving mouse cursor off WCoverArtbe_
2016-11-11Reset TrackPointer explicitly through functionUwe Klotz
2016-11-11Replace operators &* by get() to obtain plain pointer of smart pointerUwe Klotz
2016-11-09Avoid using member functions from QSharedPointerUwe Klotz
2016-11-09Use const-ref instead of pointer for function argumentsUwe Klotz
2016-08-05Use the minimal coverInfo calss in various situations, to avoid passing usles...Daniel Schürmann
2016-08-04Replace CoverArt structs by a class herarchieDaniel Schürmann
2016-07-31Deduplicate some code, use always the hash as requestReferenceDaniel Schürmann
2016-07-31remove redundant loadCover() call when showing full size cover.Daniel Schürmann
2016-07-31Remove unused m_coverArt from Track. The image member was not used.Daniel Schürmann
2016-05-09Improve extraction of state from QDomNodes in widget classes.RJ Ryan
2016-05-07Switch a lot of function arguments to const references in LegacySkinParser.RJ Ryan
2016-04-27Move all Control classes to src/control.RJ Ryan
2016-04-25Spring cleaning: Apply clang-tidy to src/widget.RJ Ryan
2016-03-09Reworked the player signals, fixing Bug #1551019 and some race condition with...Daniel Schürmann
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-24Tidy up the dialog mess in src/.RJ Ryan
2015-09-27Remove TrackPointer from cover art widgetsUwe Klotz
2015-08-23Replace 'int' with type-safe 'TrackId'Uwe Klotz
2015-05-19Get Filepath by absoluteFilePath to preserve symlinksMarkus Klösges
2014-11-28Drag and drop updates.RJ Ryan
2014-10-31Support multiple-selection for cover art menu in WTrackTableView.RJ Ryan
2014-10-29Remove trackId from CoverInfo.RJ Ryan
2014-10-28Merge remote-tracking branch 'cardinot/coverArtSupport' intoRJ Ryan
2014-10-28Use QStylePainter in WCoverArt so we can style the widget with CSS.RJ Ryan
2014-10-27Allow segregation of multiple users of CoverArtCache.RJ Ryan
2014-10-27Add coverArtUpdated signal to TrackInfoObject.RJ Ryan
2014-10-27Improve connection between WCoverArtMenu, WCoverArtLabel, WCoverArt, and DlgT...RJ Ryan
2014-10-27Rename issueRepaint to signalWhenDone and remove update of WTrackTableView on...RJ Ryan