summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-09-29Beats: Use std::make_sharedUwe Klotz
2021-09-29Beats: Use std::enable_shared_from_thisUwe Klotz
2021-09-29Beats: Delete obsolete commentsUwe Klotz
2021-09-29Beats: Add missing const qualifiersUwe Klotz
2021-09-29Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-09-28Merge pull request #4316 from uklotzde/slotSpinBpmValueChangedBe
DlgTrackInfo: Fix SIGSEGV after debug assertion
2021-09-28BeatGrid: Implicitly round to nearest frame boundary as fallbackUwe Klotz
2021-09-28Pull latest translations from ↵Daniel Schürmann
https://www.transifex.com/mixxx-dj-software/mixxxdj/mixxx2-3/. Compile QM files out of TS files that are used by the localized app
2021-09-28Merge remote-tracking branch 'upstream/2.3.1' into 2.3Daniel Schürmann
2021-09-28Merge pull request #4332 from daschuer/CHANGELOG231Jan Holthuis
Update CHANGELOG.md for 2.3.1
2021-09-28Added 2 in DJTOGO2 TOUCHDaniel Schürmann
2021-09-28Update CHANGELOG.mdDaniel Schürmann
2021-09-27Merge pull request #4324 from ronso0/denonMC7000-changelogBe
Denon mc7000 changelog
2021-09-27Merge pull request #4329 from JaviVilarroig/componentsjs_fix_syncbuttonBe
Componentsjs fix syncbutton
2021-09-27Fix timer regression in components.SyncButtonJavi Vilarroig
2021-09-26Merge pull request #4325 from tcoyvwac/fix/constexpr-simple-variablesBe
Promote many simple const variables to constexpr
2021-09-27Promote simple const variables to constexprtcoyvwac
2021-09-26Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
2021-09-26add changelog entry for updated Denon MC7000 mappingronso0
2021-09-25Merge pull request #4021 from toszlanyi/Denon_MC7000_mappingronso0
Denon MC7000 improvements
2021-09-24Merge pull request #4312 from daschuer/lp1943320Uwe Klotz
Remove potentially long runnig while loops from the engine (lp:1943320)
2021-09-24Fix typoUwe Klotz
2021-09-23Merge pull request #4321 from uklotzde/github-pre-commitJan Holthuis
GitHub CI: Fix pre-commit
2021-09-23Merge pull request #4322 from uklotzde/compatibility-qmutexBe
Finish migration to QMutex/QMutexLocker compatibility layer
2021-09-23Merge pull request #19 from Holzhaus/github-pre-commitUwe Klotz
CI: Update Docker image for GitHub pre-commit workflow
2021-09-23CI: Update Docker image for GitHub pre-commit workflowJan Holthuis
2021-09-23Clean up QMutex/QMutexLocker includesUwe Klotz
2021-09-23GlobalTrackCache: Use Qt compatibility layer for mutexUwe Klotz
2021-09-23Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
# Conflicts: # src/engine/cachingreader/cachingreaderworker.cpp # src/engine/enginebuffer.cpp
2021-09-23Merge pull request #4319 from daschuer/lp1941989Uwe Klotz
Auto DJ skip fix lp1941989
2021-09-22Improve documentation for the implicite assumptions and assert themDaniel Schürmann
2021-09-22Rename functions an introduce discardAllPendingRequests() to avoid a commentDaniel Schürmann
2021-09-22GitHub CI: Fix pre-commitUwe Klotz
2021-09-22Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
# Conflicts: # src/library/export/trackexportworker.cpp # src/util/compatibility.h
2021-09-22Merge branch '2.3.1' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
2021-09-22Merge pull request #4320 from daschuer/atomicLoadAquireUwe Klotz
Retire atomicLoadAcquire()
2021-09-22DlgTrackInfo: Remove redundant, invalid codeUwe Klotz
2021-09-22Round cue position to frame boundary for beat grid creationUwe Klotz
2021-09-22Retire atomicLoadAcquire()Daniel Schürmann
2021-09-22Indorduce a common cleanUpOldTrack() functionDaniel Schürmann
2021-09-22Use more explicite load and store functions for atomicsDaniel Schürmann
2021-09-22Shade: restore mixer bg from 2.3ronso0
2021-09-22Make sure no new chunks are requested during loading a new trackDaniel Schürmann
2021-09-22make m_newTrackAvaiable a QAtomicInt, just to be sure.Daniel Schürmann
2021-09-22Improve using of m_iTrackLoadingDaniel Schürmann
2021-09-22Remove isFromDeck flag before loading a new track.Daniel Schürmann
In rare conditions, we receive a stray position update which leads to a repeated loadNextTrackFromQueue() call, discarding the track currently loading. This effectively skips a track. Fixing lp:941989
2021-09-21Merge pull request #4317 from uklotzde/validate-metainfo-xmlDaniel Schürmann
GitHub CI: Validate AppStream metadata
2021-09-20GitHub CI: Update pre-commit/actionUwe Klotz
2021-09-20GitHub CI: Validate AppStream metadataUwe Klotz
2021-09-20DlgTrackInfo: Fix missing main cue positionUwe Klotz