summaryrefslogtreecommitdiffstats
path: root/src/widget/wcoverart.h
AgeCommit message (Expand)Author
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-10Use #pragma once everywherexerus2000
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-06-20Merge remote-tracking branch 'upstream/2.3' into wtrackwidgetgroupDaniel Schürmann
2020-06-11Make QString m_group constDaniel Schürmann
2020-06-07Added a Context menu to the WTrackWidgetGroup, ane accept() the context menu ...Daniel Schürmann
2020-02-28Prepare CoverArtCache for migration to new hash functionUwe Klotz
2020-01-26add debug tooltip to coverart widgetronso0
2019-11-10Add missing override to fix clang's -Winconsistent-missing-override warningsJan Holthuis
2019-09-23open cover art view on left click releaseronso0
2019-02-08factor out track drag and drop codeMatthew 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-03-28DlgCoverArtFullSize revampbe_
2017-03-05don't close big cover art dialog when moving mouse cursor off WCoverArtbe_
2016-08-05Use the minimal coverInfo calss in various situations, to avoid passing usles...Daniel Schürmann
2016-07-31Deduplicate some code, use always the hash as requestReferenceDaniel Schürmann
2016-05-07Switch a lot of function arguments to const references in LegacySkinParser.RJ Ryan
2016-04-26Rename TrackInfoObject to Track.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
2014-10-31Support multiple-selection for cover art menu in WTrackTableView.RJ Ryan
2014-10-29Remove trackId from CoverInfo.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-27Support drag and drop to/from WCoverArt.RJ Ryan
2014-10-27Rework WCoverArt <-> WTrackTableView signal flow.RJ Ryan
2014-10-25Remove default cover handling from CoverArtCache.RJ Ryan
2014-10-25Misc. fixes.RJ Ryan
2014-10-22Remove 'widget' from method / var names.RJ Ryan
2014-10-21Some NULL-safety changes.RJ Ryan
2014-10-20DlgFullSizeCover is no longer a singletonMarcos CARDINOT
2014-10-03wcoverart - rescaling cover when the widget size changesMarcos CARDINOT
2014-10-02cosmetic fix - wcoverart - getting CoverCache instance only once.Marcos CARDINOT
2014-10-02WCoverArt - storing defaultCover pixmap as a memberMarcos CARDINOT
2014-10-02WCoverArt - removing unused memberMarcos CARDINOT
2014-09-20WCoverArt - open fullsize cover by clicking instead of hoveringMarcos CARDINOT
2014-09-15wcoverart - stores fullsize pixmap in a new member (necessary to open the dlg...Marcos CARDINOT
2014-09-14DlgCoverArtFullSize - request only cached covers + init using CoverInfoMarcos CARDINOT
2014-09-14wcoverart - opens fullsize cover when hoveringMarcos CARDINOT
2014-09-14fixing bug when wcoverart first loadsMarcos CARDINOT
2014-09-14WCoverArt - handling show/hide stuff only by view menu and keyboard shortcutMarcos CARDINOT
2014-09-12use CoverInfo in every class that uses CoversMax Linke
2014-09-12Remove unused m_pConfig member from WCoverArt.Max Linke
2014-09-11Make cover in dlgtrackinfo work with cancelMax Linke
2014-09-07Added cachedOnly flag to LoadCoverArtSignalDaniel Schürmann