summaryrefslogtreecommitdiffstats
path: root/src/library/trackcollection.h
AgeCommit message (Expand)Author
2020-06-11Merge branch 'master' into refactor-basetracksetxerus2000
2020-06-06Detect thread affinity violationsUwe Klotz
2020-05-27clang-formatDaniel Schürmann
2020-04-26Route LibraryScanner::trackAdded through TrackCollectionUwe Klotz
2020-05-19Move all trackset-features into library subdirectoryxerus2000
2020-03-14Move common functions into BaseTrackTableModelUwe Klotz
2019-12-11Prepare integration of external track collectionsUwe Klotz
2019-11-21Hide public functions in TrackDAOUwe Klotz
2019-11-21Move export of track metadata from TrackCollection into LibraryUwe Klotz
2019-11-21Delete undefined member functionUwe Klotz
2019-11-21Delete obsolete memberUwe Klotz
2019-11-21Hide tracks via TrackCollectionUwe Klotz
2019-11-21Get or add single tracks via TrackCollectionUwe Klotz
2019-10-23Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-09-28rename options -> flagsDaniel Schürmann
2019-09-28Add new functions resolveTrackIdsFromUrls() and resolveTrackIdsFromLocations(...Daniel Schürmann
2019-09-21Move transaction boundaries from DirectoryDAO into TrackCollectionUwe Klotz
2019-09-21Add extension points for synchronization of external librariesUwe Klotz
2019-08-18Renamed resolveTrackIds() and add enum fag option parameterDaniel Schürmann
2019-08-13Add the addMissingTracks fature to TrackDAO::getTrackIds() and make use of it.Daniel Schürmann
2019-08-12introduce new function getAndEnsureTrackIds()Daniel Schürmann
2018-02-20Update database in main thread when deleting tracksUwe Klotz
2018-01-14Renaming: TrackCache -> GlobalTrackCacheUwe Klotz
2017-12-17Unlock track cache before updating the databaseUwe Klotz
2017-11-29Introduce TrackCache for managing Track objectsUwe Klotz
2017-06-12Reuse SqlStorage interface for TrackCollectionUwe Klotz
2017-06-12Cleanup some definitionsUwe Klotz
2017-06-12Move Mixxx DB code from TrackCollection into separate classUwe Klotz
2017-06-12Initialize (and upgrade) the database schema separatelyUwe Klotz
2017-06-12Strip and reorder members of TrackCollectionUwe Klotz
2017-06-12Remove undefined function and fix const signatureUwe Klotz
2017-06-12Reuse DB connection from TrackCollection in SchemaManagerTestUwe Klotz
2017-06-12Make SchemaManager stateful and improve loggingUwe Klotz
2017-06-12Define a constant for the embedded schema fileUwe Klotz
2017-06-12Avoid passing QSqlDatabase by mutable referenceUwe Klotz
2017-02-04Convert tabs to spaces.RJ Ryan
2017-01-29Simplify tree item interactions and slots of AutoDJ featureUwe Klotz
2017-01-29Remove SQLite stuff from TrackCollection & CoUwe Klotz
2017-01-29Install locale-aware, case-insensitive DB sortingUwe Klotz
2017-01-29Replace CrateDAO with CrateStorageUwe Klotz
2016-05-29Expose cached waveform information to the user.RJ Ryan
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
2016-02-03TrackDAO: Add function relocateDirectory()Uwe Klotz
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2014-12-18Add unit tests for SchemaManager.RJ Ryan
2014-11-12Move LibraryHash/track_locations cleanup code from ~LibraryScanner to TrackDA...RJ Ryan
2014-10-27Remove unused member variable from TrackCollection.RJ Ryan
2014-10-27Massive cover art refactor.RJ Ryan
2014-09-29Merge branch 'master' of https://github.com/mixxxdj/mixxx into coverArtSupportMarcos CARDINOT
2014-09-24use forward declarartions for som sqlite structsDaniel Schürmann