summaryrefslogtreecommitdiffstats
path: root/src/library/scanner/libraryscanner.cpp
AgeCommit message (Expand)Author
2020-04-28Fix various typosluz.paz
2020-04-25Add debug log and assertionUwe Klotz
2020-02-28Merge pull request #2505 from uklotzde/pre_engine_prime_exportJan Holthuis
2020-02-24LibraryScanner should not have a parentUwe Klotz
2020-02-24Remove dependencies on TrackCollection from LibraryScannerUwe Klotz
2020-02-20Rename functionUwe Klotz
2020-02-12Use prepare/bind/exec for cleanup SQL queryUwe Klotz
2020-02-11Use a cryptographic hash function for directory hashesUwe Klotz
2020-01-17Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into dev_relocate_t...Uwe Klotz
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2020-01-12Fix relocating moved tracks in external collectionsUwe Klotz
2019-10-22Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2019-10-09Add comments and link to bugUwe Klotz
2019-10-09Move codeUwe Klotz
2019-10-08Fix database inconsistencies caused by LibraryScannerUwe Klotz
2019-09-29Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into new-signals-sl...Uwe Klotz
2019-09-22Use new signals and slots syntaxFerran Pujol Camins
2019-09-21Add extension points for synchronization of external librariesUwe Klotz
2018-04-06Typo fixes luzpaz
2017-12-17Don't connect to inexistent signalUwe Klotz
2017-06-17Simplify usage of DbConnectionPooledUwe Klotz
2017-06-15Avoid dependency between "Pooler" and "Pooled" just for convenienceUwe Klotz
2017-06-15Split DbConnectionPool API into roles: "Pooler" vs. "Pooled"Uwe Klotz
2017-06-15Introduce DbConnectionPooled for thread-local, pooled connectionsUwe Klotz
2017-06-15Rename to ThreadLocalScoped and explain how the pool worksUwe Klotz
2017-06-14Renaming: 'Repository' -> 'MixxxDb'Uwe Klotz
2017-06-13Change naming of local variables in anonymous namespaceUwe Klotz
2017-06-12Reduce dependencies between library components and database connectionsUwe Klotz
2017-06-12Manage a pool of thread-local database connectionsUwe Klotz
2017-06-12Thread-safe instance counter for both AnalyzerQueue and LibScannerUwe Klotz
2017-06-12Move DAO and database connection into correct threadUwe Klotz
2017-06-12Use a managed database connection for library scannerUwe Klotz
2017-06-12Consistently wire DAOs to the databaseUwe Klotz
2017-06-12Simplify LibraryScannerTestUwe Klotz
2017-06-12Cleanup library scanner codeUwe Klotz
2017-01-29Remove SQLite stuff from TrackCollection & CoUwe Klotz
2017-01-29Replace CrateDAO with CrateStorageUwe Klotz
2017-01-28Rename debug assertion macroUwe Klotz
2016-11-09Avoid using member functions from QSharedPointerUwe Klotz
2016-07-29Rename: TrackDAO::detectCoverArtForTracksWithoutCoverDaniel Schürmann
2016-04-26Move src/soundsourceproxy.h/cpp to src/sources.RJ Ryan
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
2016-02-20Move LibraryScanner into Library. Fixes Bug #1545305.RJ Ryan
2016-02-08Add TODO for failed track addition in library scannerUwe Klotz
2016-02-06Move responsibility for adding tracks to the library to TrackDAOUwe Klotz
2016-02-03TrackDAO: Refactor code for adding single/multiple tracksUwe Klotz
2016-01-28Fix duration string formatting in LibraryScanner.RJ Ryan
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-09Move upgrade.cpp/h to src/preferences.RJ Ryan
2015-11-23Retry to open Sound-/AudioSources with different providers after failureUwe Klotz