summaryrefslogtreecommitdiffstats
path: root/src/dlgcoverartfullsize.cpp
AgeCommit message (Expand)Author
2014-10-30Call activateWindow on DlgCoverArtFullSize.RJ Ryan
2014-10-29Revert DlgTrackInfo parentage change.RJ Ryan
2014-10-27Massive cover art refactor.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-21Move CoverArtCache::extractEmbeddedCover to a utility class.RJ Ryan
2014-10-20DlgCoverFullSize - activeWindow cannot be null - it'd lead to a segfaultMarcos CARDINOT
2014-10-20DlgFullSizeCover is no longer a singletonMarcos CARDINOT
2014-10-08dlgcoverfullsize should not display the default cover - fixing it!Marcos CARDINOT
2014-10-02cosmetic fix - fixing styleMarcos CARDINOT
2014-10-01Merge branch 'fullsize-cover' of https://github.com/kain88-de/mixxx into cove...Marcos CARDINOT
2014-10-01raise dlgcoverartfullsize to the topMarcos CARDINOT
2014-10-01Revert "raise dlgcoverartfullsize to the top"Marcos CARDINOT
2014-10-01Add method to ask Cache if we know the trackMax Linke
2014-09-29show fullsize cover in all of it's gloryMax Linke
2014-09-26raise dlgcoverartfullsize to the topMax Linke
2014-09-16DlgCoverArtFullSize - adding WindowStaysOnTopHint flagMarcos CARDINOT
2014-09-15only open dlgfullsize if the cover is not the default oneMarcos CARDINOT
2014-09-15init dlgfullsize with the pixmap directly instead of doing a new requestMarcos CARDINOT
2014-09-14DlgCoverArtFullSize - request only cached covers + init using CoverInfoMarcos CARDINOT
2014-09-14DlgCoverArtFullSize - remove frame + move to the center of the screenMarcos CARDINOT
2014-08-14DlgCoverArtFullSize - resize dlg to coverSize + setMinimumSize + fix titleMarcos CARDINOT
2014-08-14DlgCoverArtFullSize - using static windowTitleMarcos CARDINOT
2014-08-14DlgCoverArtFullSize - checking if the activeWindow is valid before handle cov...Marcos CARDINOT
2014-08-14DlgCoverArtFullSize - listening CoverCache::pixmapFound()Marcos CARDINOT
2014-08-13creates DlgCoverArtFullSize - it is a singleton class responsible to show a f...Marcos CARDINOT