summaryrefslogtreecommitdiffstats
path: root/src/widget/wcoverartmenu.cpp
AgeCommit message (Expand)Author
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-14Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into clazy-old-style-c...Uwe Klotz
2020-11-13Fix -Wclazy-qstring-arg warningsJan Holthuis
2020-11-13widget: Replace old-style Qt connect() callsJan Holthuis
2020-02-20Add utility class for handling cover image hashes consistentlyUwe Klotz
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2018-01-25Prefer CoverInfoRelative over CoverInfoUwe Klotz
2017-12-19organize track right click context menu and lazy load playlists + cratesbe_
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-31Mark duplicated hash code placesDaniel Schürmann
2016-04-26Fix some clang-tidy-produced lint and convert foreach loops to range-based fo...RJ Ryan
2016-04-25Spring cleaning: Apply clang-tidy to src/widget.RJ Ryan
2015-09-27Remove TrackPointer from cover art widgetsUwe Klotz
2014-10-31Acquire sandbox tokens in various places for cover art.RJ Ryan
2014-10-31Create a security token for files chosen via WCoverArtMenu.RJ Ryan
2014-10-31Support multiple-selection for cover art menu in WTrackTableView.RJ Ryan
2014-10-30Handle COVER_NONE covers in WCoverArtMenu::slotChange.RJ Ryan
2014-10-28Merge remote-tracking branch 'cardinot/coverArtSupport' intoRJ Ryan
2014-10-28Slight phrase tweaking.RJ Ryan
2014-10-27Improve connection between WCoverArtMenu, WCoverArtLabel, WCoverArt, and DlgT...RJ Ryan
2014-10-27Get supported cover extensions from CoverArtUtils.RJ Ryan
2014-10-27Remove CoverArtCache use from WCoverArtMenu.RJ Ryan
2014-10-27Add cover menu to library context-menuMax Linke
2014-10-27Massive cover art refactor.RJ Ryan
2014-10-26Refactor to use the common structures in coverart.h.RJ Ryan
2014-10-25Avoid doing file I/O in the main thread.RJ Ryan
2014-10-25Remove default cover handling from CoverArtCache.RJ Ryan
2014-10-25Misc. fixes.RJ Ryan
2014-10-21Some NULL-safety changes.RJ Ryan
2014-10-20wcovermenu - removing unused includeMarcos CARDINOT
2014-10-20DlgFullSizeCover is no longer a singletonMarcos CARDINOT
2014-10-18cosmetic fix - inverting if statementMarcos CARDINOT
2014-10-18cosmetic fix - clarifying the filename of the default coverMarcos CARDINOT
2014-10-18WCoverMenu - composing path using QDir::filePath()Marcos CARDINOT
2014-09-14wcoverartmenu - removing iconsMarcos CARDINOT
2014-09-14wcoverartmenu cosmetic fix - using lowercase for the first word in a local varMarcos CARDINOT
2014-09-12use CoverInfo in every class that uses CoversMax Linke
2014-09-11Make cover in dlgtrackinfo work with cancelMax Linke
2014-09-11coverart menu does not show the fullsize imageMax Linke
2014-09-11use private member for code readabilityMax Linke
2014-09-11coverartcache does not deliver TIO'sMax Linke
2014-09-11REF: write string directly into tr call and remove &Max Linke
2014-09-09remove icons from wcoverartmenu actionsMax Linke
2014-08-15WCoverArtMenu - hide showFullSize action when the current cover is the defaul...Marcos CARDINOT
2014-08-15WCoverArtMenu - implements method to show the menu + do not open it when the ...Marcos CARDINOT
2014-08-15DlgTrackInfo - allow revert cover art change (when changes are canceled)Marcos CARDINOT
2014-08-15cosmetic fix - storing coverLoc and md5 in a QPair (WCoverArt + WCoverArtMenu)Marcos CARDINOT
2014-08-14DlgCoverArtFullSize - using static windowTitleMarcos CARDINOT
2014-08-14Implements WCoverArtMenu::slotShowFullSize()Marcos CARDINOT