summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-09-29MixxxApplication: remove Qt::AA_DontCreateNativeWidgetSiblingsBe
2021-09-29ErrorDialogHandler: set WA_QuitOnClose to falseBe
2021-09-29add QML button to show DlgPreferencesBe
2021-09-29QmlApplication: capture weak pointers in lambdasBe
2021-09-29move res/skins/QMLDemo to res/qmlBe
2021-09-29move src/qmlapplication.{cpp,h} to src/qmlBe
2021-09-29move mixxx::skin::qml namespace to mixxx::qmlBe
2021-09-29move src/skin/qml to src/qmlBe
2021-09-29remove QmlSkin classBe
2021-09-29add QmlApplication class activated by --qml CLI optionBe
2021-09-28Merge pull request #4316 from uklotzde/slotSpinBpmValueChangedBe
2021-09-28BeatGrid: Implicitly round to nearest frame boundary as fallbackUwe Klotz
2021-09-27Promote simple const variables to constexprtcoyvwac
2021-09-26Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
2021-09-24Merge pull request #4312 from daschuer/lp1943320Uwe Klotz
2021-09-24Fix typoUwe Klotz
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
2021-09-23Merge pull request #4319 from daschuer/lp1941989Uwe Klotz
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-22Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-09-22Merge pull request #4320 from daschuer/atomicLoadAquireUwe Klotz
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-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
2021-09-20DlgTrackInfo: Fix missing main cue positionUwe Klotz
2021-09-20DlgTrackInfo: Fix SIGSEGV after debug assertionUwe Klotz
2021-09-20Merge pull request #4269 from ronso0/beatjump-size-halvedoubleDaniel Schürmann
2021-09-20Add a comment that clariefied the ceil() callDaniel Schürmann
2021-09-20Replace while loops with ceil() calls, do make the run time more deteministic.Daniel Schürmann
2021-09-19remove obsolete getPrimaryScreen compatibility functionBe
2021-09-19remove getDevicePixelRatioF compatibility functionBe
2021-09-19Improve QUuid to QString tests (again)Uwe Klotz
2021-09-19Improve QUuid to QString testsUwe Klotz
2021-09-19Remove obsolete QUuid utility functionUwe Klotz
2021-09-19Extract utility functions for QUuidUwe Klotz
2021-09-19Replace potentially long running while loop with fmod(), fixing lp:1943320Daniel Schürmann
2021-09-19Improve some calls with [InternalClock],bpmDaniel Schürmann
2021-09-19Extract Qt atomic operation wrappers into separate header fileUwe Klotz
2021-09-19add halve/double controls for beatjump sizeronso0
2021-09-19Merge pull request #4304 from uklotzde/browsetablemodelBe
2021-09-19convertWCStringToQString: Fix switch/case conditionsUwe Klotz