summaryrefslogtreecommitdiffstats
path: root/src/mixer
AgeCommit message (Expand)Author
2021-09-23Clean up QMutex/QMutexLocker includesUwe Klotz
2021-09-19Extract Qt atomic operation wrappers into separate header fileUwe Klotz
2021-09-19Move compatibility workarounds for QMutex into new subdirectoryUwe Klotz
2021-09-18Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-09-17Reset main window title when all decks stop playingNino Miškić-Pletenac
2021-09-17use Qt5/6 QMutex & QMutexLocker compatibility macrosBe
2021-09-08Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-09-07Call loadingTrack() before EngineBuffer::loadTrack() to avoid possible race c...Daniel Schürmann
2021-08-13Fix codespell warningsUwe Klotz
2021-07-27Update Replaygain: Add a testOwen Williams
2021-07-27Merge branch 'main' into update-replaygainOwen Williams
2021-07-23Update ReplayGain: Use consistent case for ReplayGainOwen Williams
2021-07-22Merge pull request #3921 from ywwg/syncleaderJan Holthuis
2021-07-21Update Replaygain: normalize naming styleOwen Williams
2021-07-21Replaygain: rework implementation to put the right logic in the right placesOwen Williams
2021-07-21Adjust ReplayGain: Allow user to update the replaygain value based on a deck ...Owen Williams
2021-07-08BaseTrackPlayer: Use getStartAndEndPosition() for loop cuesJan Holthuis
2021-07-08BaseTrackPlayer: Remove unnecessary loop end validity checkJan Holthuis
2021-07-08BaseTrackPlayer: Use mixxx::audio::FramePos internallyJan Holthuis
2021-07-08Cue: Migrate class to FramePosJan Holthuis
2021-07-05Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-07-05Replace trackLoaded and trackUnloaded with a common Track changed signalDaniel Schürmann
2021-07-02Update playerinfo.cppDaniel Schürmann
2021-07-02improve commentDaniel Schürmann
2021-06-30Update m_currentlyPlayingDeck before emitting a changed signalDaniel Schürmann
2021-06-30Notify PlayerInfo class when a track is unloadedDaniel Schürmann
2021-05-29Track: Make property naming consistent and use new NOTIFY signal schemeJan Holthuis
2021-04-30Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-04-29Replace recursive QMutexes with QRecursiveMutexJan Holthuis
2021-04-02Refactor the Sandbox interface for FileInfo/FileAccessUwe Klotz
2021-03-11Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-03-11Don't set an offset or bpm lock when creating a track with a bpm value only. ...Daniel Schürmann
2021-03-08check bpm lock when setting beat grid of bpmDaniel Schürmann
2021-02-22Merge branch '2.3' of github.com:mixxxdj/mixxxJan Holthuis
2021-02-20fix warnings raised when building w/o vinyl controlronso0
2021-01-05Merge pull request #3382 from daschuer/hotcue_focus_off_by_one_mainUwe Klotz
2021-01-01Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-12-31Fix current track display/broadcasting/recording when starting auto-DJDaniel Schürmann
2020-12-16swap if else logicDaniel Schürmann
2020-12-16Merge remote-tracking branch 'upstream/main' into hotcue_focus_off_by_one_mainDaniel Schürmann
2020-12-15Merge branch '2.3' of github.com:mixxxdj/mixxx into mainJan Holthuis
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add missing namespace commentsJan Holthuis
2020-12-14introduce CoreServices to decouple backend from QWidgetsBe
2020-12-07merge 2.3Be
2020-12-08Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-29Create and initalize Cues at once to avoid sending singlas with halve initali...Daniel Schürmann