summaryrefslogtreecommitdiffstats
path: root/src/dlgcoverartfullsize.cpp
AgeCommit message (Collapse)Author
2014-10-30Call activateWindow on DlgCoverArtFullSize.RJ Ryan
2014-10-29Revert DlgTrackInfo parentage change.RJ Ryan
In DlgCoverArtFullSize, max across all top level windows to get the appropriate size for the cover art. Maybe this fixes the original issue?
2014-10-27Massive cover art refactor.RJ Ryan
* Move cover search out of the CoverArtCache workers. * Get rid of dedicated table for cover art (and add more columns to library table) * Delete CoverArtDAO and test. * Add cover scanning to LibraryScanner. * Load and store cover art in TrackInfoObject via TrackDAO. * Hook cover columns up to cached TrackInfoObjects in BaseTrackCache. * Get rid of "ID3TAG" string to identify metadata. Use CoverInfo::Type instead. * Add source tracking for cover provenance (user-selected vs. auto-selected) so we know whether it's safe to change a cover without losing user data. * Add helper for reloading cover art from file. * Use relative paths to cover art so FILE art is not broken by folder moves.
2014-10-25Remove default cover handling from CoverArtCache.RJ Ryan
Add <DefaultCover> configuration option to WCoverArt to let skin authors pick a default cover.
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 ↵Marcos CARDINOT
coverArtSupport
2014-10-01raise dlgcoverartfullsize to the topMarcos CARDINOT
2014-10-01Revert "raise dlgcoverartfullsize to the top"Marcos CARDINOT
This reverts commit eef198375acd3c5c52849ff5fae217db54d36301. It leads to segfault in the destruction process
2014-10-01Add method to ask Cache if we know the trackMax Linke
Sometimes we rely on that the covers are saved in the database. In the few widgets that do this we can now check with this method if it is already in the cache and about the be stored in the DB soon.
2014-09-29show fullsize cover in all of it's gloryMax Linke
2014-09-26raise dlgcoverartfullsize to the topMax Linke
We need to pass the correct parents to dlgtrackinfo. To avoid having unreadable text lets just override the inherited stylesheet.
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 ↵Marcos CARDINOT
cover size
2014-08-14DlgCoverArtFullSize - listening CoverCache::pixmapFound()Marcos CARDINOT
2014-08-13creates DlgCoverArtFullSize - it is a singleton class responsible to show a ↵Marcos CARDINOT
full size cover - it also handle the cover size to always fit in the screen (always smaller than Mixxx window)