summaryrefslogtreecommitdiffstats
path: root/src/widget/wcoverart.h
AgeCommit message (Collapse)Author
2014-08-15WCoverArt cleanup - try getting pixmap directly from "requestPixmap"(return) ↵Marcos CARDINOT
+ remove m_bDefaultCover + simplify slots + cosmetic fixes
2014-08-15WCoverArt - removing method setToDefault()Marcos CARDINOT
- after the last changes it is not doing anything that won't could be done directly
2014-08-15cosmetic fix - storing coverLoc and md5 in a QPair (WCoverArt + WCoverArtMenu)Marcos CARDINOT
2014-08-15WCoverArt - removing some unused membersMarcos CARDINOT
2014-08-14WCoverArt - using WCoverArtMenu instead of QMenuMarcos CARDINOT
2014-08-13WCoverArt - removing unused method to build a window (to show full size ↵Marcos CARDINOT
cover) + implements action showFullSize
2014-08-13WCoverArt - add context-menu that can be opened by left and right click ↵Marcos CARDINOT
(needs more work) - all actions are not working yet
2014-08-13WCoverArt - removing zoom cursorMarcos CARDINOT
- we're gonna implement a context-menu for this widget soon.
2014-07-21Merge branch 'coverArtSupport' of https://github.com/cardinot/mixxx into ↵Marcos CARDINOT
coverArtSupport_2
2014-07-21do not show cover widget for non-supported featuresMarcos CARDINOT
It emits "enableCoverArtDisplay(bool)" in the active() method of all features. Supported features -analysis -autodj -crates -library -history -playlist Non-supported features: -banshee -browse -itunes -recording -rhythmbox -traktor
2014-07-17Merge branch 'coverArtSupport' of https://github.com/cardinot/mixxx into ↵Marcos CARDINOT
coverArtSupport_2
2014-07-17Fix bug when show/hide wcoverartMarcos CARDINOT
- it creates a method to reset all vars when the user changes the tableview.
2014-07-14Merge branch 'coverArtSupport' of https://github.com/cardinot/mixxx into ↵Marcos CARDINOT
coverArtSupport_2
2014-07-14CoverArtCache - passing pixmap in the signal/queue by pixmapFound(...)Marcos CARDINOT
@kain88-de: Since we have a timer now can we just go back to the first signal/queue model that passed the images around. It is much easier to understand and the code that follows from it is also easier to understand.
2014-07-08Loading default cover art in CoverArtCacheMarcos CARDINOT
In this way we would be loading it just once and all widgets would get it from CoverArtCache
2014-07-07Loading cover when user open the cover-widgetMarcos CARDINOT
@kain88-de: I can select a track when the cover-widget is hidden. When I then click the cover-widget I would expect the cover to show. But instead I'm seeing the default cover, I have to another track and back to see the right cover.
2014-07-03Add md5hash to loadCover signalMarcos CARDINOT
2014-07-02WCoverArt - using defaultCover as constant pixmap + removing some ↵Marcos CARDINOT
unnecessary copies
2014-07-02CoverArtCache - Passing pixmap as reference in requestPixmap + removing the ↵Marcos CARDINOT
pixmap parameter from the signal pixmapFound - it avoids loading pixmaps in the QT signal queue
2014-06-28Passing coverLocation by constant reference in loadCoverArt signalsMarcos CARDINOT
2014-06-18Cosmetic fixes in wcoverart - add comments and changing method nameMarcos CARDINOT
2014-06-10Using pixmapFound(int trackId, QPixmap cover) instead of pixmapFound(QString ↵Marcos CARDINOT
coverLocation, QPixmap cover)
2014-06-08Initial refactoring - loading covers from coverLocation and trackId instead ↵Marcos CARDINOT
of using TIO. Using TIO requeries a lot of unnecessary information for coverart stuff and it can make the loading/searching process slower when the user request a lot of pixmaps at the same time.
2014-05-30load default cover when widget is being hiddenMarcos CARDINOT
it'll clean the widget (useful when user switch table view)
2014-05-30emitting signal with trackpointer instead coverlocationMarcos CARDINOT
When user select a row in tableview it emit a signal to coverart class. With this change we'll be able to know more about the current selected row. It was impossible to use properly the search algoritms and covercache in cases when the signal was just an empty string. This change is also to help handling existing users.
2014-05-25splitting responsePixmap signal into pixmapFound and pixmapNotFoundMarcos CARDINOT
2014-05-25cover widget - store just the last pixmap requestMarcos CARDINOT
Using a QString instead a QStringlist. As we only need to know about one pixmap so a QString is enough. This will get reseted if we request a new picture anyway
2014-05-25cosmetic fix - better signal name: responsePixmap instead pixmapFoundMarcos CARDINOT
2014-05-24refactoring initial cover widget to use cover cacheMarcos CARDINOT
2014-05-13Improvements in coverart display - load qpixmap only when it changesMarcos CARDINOT
2014-05-06load covers from location instead qimageMarcos CARDINOT
2014-05-05load covers into wcoverartMarcos CARDINOT
2014-05-04remove unnecessary memberMarcos CARDINOT
2014-05-04Initial sketches of GUIMarcos CARDINOT