summaryrefslogtreecommitdiffstats
path: root/src/library/dao/trackdao.h
AgeCommit message (Expand)Author
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-13Merge remote-tracking branch 'upstream/2.3' into cleanup-headersxerus2000
2020-11-12TrackDAO: Remove const qualifiers from signalsUwe Klotz
2020-11-10Use #pragma once everywherexerus2000
2020-08-23Remove redundant code from DAO base and derived classesUwe Klotz
2020-04-26Route LibraryScanner::trackAdded through TrackCollectionUwe Klotz
2020-04-26Remove redundant signal for single track changesUwe Klotz
2020-04-26Rename slots according to naming conventionUwe Klotz
2020-04-12TrackDAO: Add missing const qualifiersUwe Klotz
2020-03-14Move common functions into BaseTrackTableModelUwe Klotz
2020-02-28Merge pull request #2505 from uklotzde/pre_engine_prime_exportJan Holthuis
2020-02-20Rename functionUwe Klotz
2020-02-20TrackDAO: Replace getAllTrackIds() with getAllTrackRefs()Uwe Klotz
2020-02-20Use TrackRef rather than TrackIdAdam Szmigin
2020-02-16Forward signals from Track objects through TrackDAOUwe Klotz
2020-02-16Track->TrackDAO: Simplify changed/clean/dirty signalsUwe Klotz
2020-01-12Fix relocating moved tracks in external collectionsUwe Klotz
2019-12-11Prepare integration of external track collectionsUwe Klotz
2019-11-21Hide public functions in TrackDAOUwe Klotz
2019-11-21Reduce visibility of member functions in TrackDAOUwe 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 onHideTracks to hideTracksDaniel Schürmann
2019-09-28rename options -> flagsDaniel Schürmann
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-13Completely replace obsolete TrackDAO::addMultipleTracks() calls by getAndEnsu...Daniel Schürmann
2019-08-13Add the addMissingTracks fature to TrackDAO::getTrackIds() and make use of it.Daniel Schürmann
2019-08-11Remove superfluid transaction around a single sql statment, which was an a wr...Daniel Schürmann
2019-08-11Remove unused unremove flag from addMultipleTracks()Daniel Schürmann
2019-06-21Avoid unnecessary type conversionsUwe Klotz
2019-06-15Add a wrapper class for handling track file locationsUwe Klotz
2018-04-26Hide internal utility functionUwe Klotz
2018-04-26Delete unused member functionUwe Klotz
2018-02-24Reduce visibility of callback functionsUwe Klotz
2018-02-22Relocate cached tracksUwe Klotz
2018-02-20Update database in main thread when deleting tracksUwe Klotz
2018-02-06Remove redundant code and slim down GlobalTrackCacheLockerUwe Klotz
2018-01-14Renaming: TrackCache -> GlobalTrackCacheUwe Klotz
2017-12-17Unlock track cache before updating the databaseUwe Klotz
2017-12-04Remove the recent tracks cache from TrackDAOUwe Klotz
2017-11-29Introduce TrackCache for managing Track objectsUwe Klotz
2017-06-12Delete unused transaction parametersUwe Klotz
2017-06-12Consistently wire DAOs to the databaseUwe Klotz
2017-06-12Avoid passing QSqlDatabase by mutable referenceUwe Klotz
2017-01-29Replace CrateDAO with CrateStorageUwe Klotz
2017-01-29Split DAO class and DB schema constantsUwe Klotz
2016-11-09Use const-ref instead of pointer for function argumentsUwe Klotz
2016-07-29Rename: TrackDAO::detectCoverArtForTracksWithoutCoverDaniel Schürmann