summaryrefslogtreecommitdiffstats
path: root/src/mixer
AgeCommit message (Expand)Author
2021-09-17Reset main window title when all decks stop playingNino Miškić-Pletenac
2021-09-07Call loadingTrack() before EngineBuffer::loadTrack() to avoid possible race c...Daniel Schürmann
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-04-29Replace recursive QMutexes with QRecursiveMutexJan Holthuis
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-20fix warnings raised when building w/o vinyl controlronso0
2020-12-31Fix current track display/broadcasting/recording when starting auto-DJDaniel Schürmann
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add missing namespace commentsJan Holthuis
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-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-17PlayerManager: Use QStringLiteral for string concatenationUwe Klotz
2020-11-17PlayerManager: Use QStringBuilder for composing group stringsUwe Klotz
2020-11-17PreviewButtonDelegate: Replace string formatting with constantUwe Klotz
2020-11-15mixer/auxiliary: Fix emit syntaxJan Holthuis
2020-11-13library,mixer,util: Replace old-style Qt connect() callsJan Holthuis
2020-11-10Remove long copyright headersxerus2000
2020-11-10Use #pragma once everywherexerus2000
2020-10-27Replace implicit casts from double to bool with comparisonsJan Holthuis
2020-10-27Use ControlObject::toBool() method to fix -Wfloat-conversion errorsJan Holthuis
2020-10-26Merge pull request #3200 from ronso0/cloneFromSaplerBe
2020-10-25Merge branch '2.2' of github.com:mixxxdj/mixxx into 2.3Jan Holthuis
2020-10-24export sampler bank: add xml suffix also when file name contains '.'ronso0
2020-10-22Basetrackplayer clone: use static_cast<int> instead of lroundronso0
2020-10-22add group,CloneFromSampler controlronso0
2020-10-09Merge branch '2.3' of github.com:mixxxdj/mixxx into float-warnings-pt-3Jan Holthuis
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-09-25Use const/auto to improve type declarationsJan Holthuis
2020-09-25mixer/playerinfo: Add missing typecast to intJan Holthuis
2020-09-25engine/enginexfader: Use CSAMPLE_GAIN for getXfadeGains()Jan Holthuis
2020-09-24Fix various float-to-int conversion warnings by using static_castJan Holthuis
2020-08-05Merge pull request #2988 from Holzhaus/explict-playerinfoDaniel Schürmann
2020-08-04Fix missing nullptr check.Owen Williams
2020-08-04mixer/playerinfo: Make implicit PlayerInfo creation explicitJan Holthuis
2020-07-01control: Remove ControlFlag::InitializeLater enum valueJan Holthuis
2020-06-23mixer/playermanager: Fix ControlFlag for [AutoDJ],enabled ControlProxyJan Holthuis
2020-06-21control: Refactor ControlProxy and require flag to allow empty keysJan Holthuis
2020-06-21control: Use assertions in ControlDoublePrivate if warn is trueJan Holthuis
2020-06-02Replace std:unique_ptr by parented_ptr to remove double ownership issueDaniel Schürmann
2020-06-02make null checks impliciteDaniel Schürmann
2020-06-01Use override keyword in mixer classesDaniel Schürmann
2020-06-01Silence unneccessary debug message during testDaniel Schürmann
2020-06-01replace NULL with nullptrDaniel Schürmann