summaryrefslogtreecommitdiffstats
path: root/src/library/basetrackcache.cpp
AgeCommit message (Expand)Author
2021-01-05Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-01-04LIBRARYTABLE_LOCATION to LIBRARYTABLE_LOCATION_ID because the column holds on...Daniel Schürmann
2020-12-16Last Played: Add UI for last_played_at columnOwen Williams
2020-12-15Merge branch '2.3' of github.com:mixxxdj/mixxx into mainJan Holthuis
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-07merge 2.3Be
2020-12-08Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-22Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-10Remove filename headersxerus2000
2020-09-29Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-06-05Switch cover column sorting from legacy hash to digestUwe Klotz
2020-06-05Add (background) color to cover artUwe Klotz
2020-06-05Add coverart_digest column and new cover image hashingUwe Klotz
2020-04-26Route LibraryScanner::trackAdded through TrackCollectionUwe Klotz
2020-04-26Remove redundant signal for single track changesUwe Klotz
2020-04-26Avoid redundant cloning of received QSet in slotUwe Klotz
2020-03-14Move common functions into BaseTrackTableModelUwe Klotz
2020-02-28Add conversion functions between RgbColor and various Qt typesUwe Klotz
2020-02-23Connect/disconnect track source in TrackCollectionUwe Klotz
2020-02-22Merge pull request #2503 from uklotzde/tracksignalsDaniel Schürmann
2020-02-22Disconnect from all signals at onceUwe Klotz
2020-02-11library: Get rid of special color constants and use NULL insteadJan Holthuis
2020-02-11Use std::optional<RgbColor> for track colorsUwe Klotz
2020-02-11lp1100882: Add support for track colorsJan Holthuis
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2019-11-21Move export of track metadata from TrackCollection into LibraryUwe Klotz
2019-11-21Get or add single tracks via TrackCollectionUwe Klotz
2019-06-15Format debug info for TrackFileUwe Klotz
2019-03-29Added missing include to fix building with Qt 5.5.1Daniel Schürmann
2018-12-16Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2018-12-11Reuse locale-aware string comparison in BaseTrackCacheUwe Klotz
2018-10-26Fix some issues identified by clazy.RJ Skerry-Ryan
2018-10-10typo fixesBen
2018-07-24Merge pull request #1388 from poelzi/feature/query_cratesDaniel Schürmann
2018-04-06More misc. typosluz.paz
2018-02-10Reorder member functions around GlobalTrackCacheUwe Klotz
2018-02-07Use workaround to prevent spurious crashesUwe Klotz
2018-02-04Inline member functionUwe Klotz
2018-02-03Reliably suppress emitting signals when evicting and deleting a trackUwe Klotz
2018-01-23Minor optimizations in BaseTrackCacheUwe Klotz
2018-01-17Remove redundant ControlProxyUwe Klotz
2018-01-17Change naming of recently used/cached track members and functionsUwe Klotz
2018-01-17Fix invalid std::move()Uwe Klotz
2018-01-14Renaming: TrackCache -> GlobalTrackCacheUwe Klotz
2018-01-14Cache the most recent track locally in BaseTrackCacheUwe Klotz