summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-01-05Linearize control flow in TrackRecord::checkSourceSyncStatus()Uwe Klotz
2022-01-05TrackDAO::saveTrack(): Return success/failure resultUwe Klotz
2022-01-05test: Disable broken check in SoundProxyTest.getTypeFromFileJan Holthuis
2022-01-05test: Fix tempfile handling and remove unnecessary utility functionsJan Holthuis
2022-01-03Merge pull request #4599 from JoergAtGithub/controlobjectscripttest_cleanupJan Holthuis
2022-01-03This fixes the fail of all tests in controlobjectscripttest.cpp on a local Li...JoergAtGithub
2022-01-03Removed contradictory .WillOnce(Return()) conditions where the cardinality is...JoergAtGithub
2022-01-03Removed unnecessary include statementJoergAtGithub
2022-01-03Renamed makeCompressedConnection to makeUnbufferedConnectionJoergAtGithub
2022-01-03Merge pull request #4591 from Holzhaus/qml-library-model-type-fixUwe Klotz
2022-01-03Merge pull request #4596 from sblaisot/main-2022Uwe Klotz
2022-01-02Merge pull request #4598 from uklotzde/soundsourceproxyDaniel Schürmann
2022-01-02SoundSourceProxy: Restructure control flow using early returns on errorUwe Klotz
2022-01-02SoundSourceProxy: Remove redundant keyword and reword commentUwe Klotz
2022-01-02Merge pull request #4584 from daschuer/sound_proxy_clean_upUwe Klotz
2022-01-02Reduce nestingDaniel Schürmann
2022-01-02Rename function to findProviderAndInitSoundSource() and initSoundSourceWithPr...Daniel Schürmann
2022-01-02Merge remote-tracking branch 'upstream/Main' into Use_makeCompressedConnectionJoergAtGithub
2022-01-02Merge pull request #4595 from uklotzde/pre-commitJan Holthuis
2022-01-02Happy New Year 2022!Sébastien Blaisot
2022-01-02pre-commit: Fix eslint dependenciesUwe Klotz
2022-01-02Update pre-commit hooksUwe Klotz
2022-01-01Merge pull request #4593 from ronso0/fxrfct-late-fx-menuJan Holthuis
2022-01-01Merge pull request #4571 from ronso0/search-tweaksJan Holthuis
2022-01-01Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2022-01-01Merge pull request #4575 from daschuer/lp1934560Jan Holthuis
2022-01-01Merge pull request #4590 from ronso0/fxrfct-deereJan Holthuis
2022-01-01QML: Don't use parented_ptr for model in QmlLibraryProxyJan Holthuis
2022-01-01Use makeCompressedConnection for VuMeter controls, to prevent message jam on ...JoergAtGithub
2021-12-31Decouple openSoundSource() from openAudioSource()Daniel Schürmann
2021-12-31Decouple testing form normal SoundSourceProxy constructorDaniel Schürmann
2021-12-30Merge pull request #4539 from ronso0/sampler-exportDaniel Schürmann
2021-12-30samplerbank: explain use of QT_TR_NOOPronso0
2021-12-30Merge pull request #4592 from uklotzde/soundsourceproxy-without-audiosourceDaniel Schürmann
2021-12-30LateNight: add effect chain preset buttonronso0
2021-12-30Close audio source explicitly to drop open file handlesUwe Klotz
2021-12-30SoundSourceProxy: Do not manage open/close state of AudioSourceUwe Klotz
2021-12-30Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-12-30Merge pull request #4586 from daschuer/lp1955331Uwe Klotz
2021-12-30Merge pull request #72 from uklotzde/lp1955331Daniel Schürmann
2021-12-29Merge pull request #4577 from ninomp/tweak-remove-track-confirm-messageronso0
2021-12-29Merge pull request #4589 from daschuer/sleepUwe Klotz
2021-12-29Fix preprocessor directiveUwe Klotz
2021-12-29Keep the class invariants of SoundSourceProxy validUwe Klotz
2021-12-29Delete redundant std::move() invocationUwe Klotz
2021-12-29Deere: add QuickEffect selectorronso0
2021-12-28Dispose sleep.h and SleepableQThread, workarounds for QT4 where QThread::slee...Daniel Schürmann
2021-12-28Improve control flow and commentsDaniel Schürmann
2021-12-28Improve variable namingDaniel Schürmann
2021-12-28Replace Sleep() by QThread::msleep()Daniel Schürmann