summaryrefslogtreecommitdiffstats
path: root/src/mixer/playermanager.cpp
AgeCommit message (Expand)Author
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-13library,mixer,util: Replace old-style Qt connect() callsJan Holthuis
2020-10-27Use ControlObject::toBool() method to fix -Wfloat-conversion errorsJan Holthuis
2020-09-24Fix various float-to-int conversion warnings by using static_castJan 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-03-27master sync: address notesOwen Williams
2020-03-18Merge branch 'master' of github.com:mixxxdj/mixxx into mastersync-onemasterOwen Williams
2020-03-18Merge remote-tracking branch 'upstream/master' into lp1747212Daniel Schürmann
2020-03-16master sync: clang-format changed linesOwen Williams
2020-03-06Merge branch 'master' of github.com:mixxxdj/mixxx into mastersync-onemasterOwen Williams
2020-03-01Merge branch '2.2' of github.com:mixxxdj/mixxxJan Holthuis
2020-02-03mixer: Connect noPassthroughInputConfigured directly via EngineDeckJan Holthuis
2020-01-22Merge branch 'master' of github.com:mixxxdj/mixxx into mastersync-onemasterOwen Williams
2020-01-20Merge remote-tracking branch 'mixxx/master' into aux-masterronso0
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2020-01-10Merge branch 'master' of github.com:mixxxdj/mixxx into mastersync-onemasterOwen Williams
2020-01-07Add util wrapper function for QAtomic*<T>::load/store[Relaxed] methodsJan Holthuis
2019-12-30Master Sync: preallocate buffers in engine thread func.Owen Williams
2019-12-09Merge remote-tracking branch 'mixxx/master' into aux-masterronso0
2019-11-04show warning when Aux,master should be toggled On without a sound device set ...ronso0
2019-10-14PlayerManager: fix initialization orderBe
2019-10-14use parented_ptr for ControlProxyBe
2019-08-20move workaround for AutoDJ cloning decks to PlayerManagerBe
2019-08-16define default for CloneOnDoubleLoadronso0
2019-06-27simplify reading &/ setting the default of bool cloneOnDoubleTapronso0
2019-06-26declare cloneOnDoubleTap earlierronso0
2019-06-26set cloneOnLoadDoubleTap default also in playermanagerronso0
2019-06-26use default FALSE if no config value exists yetronso0
2019-05-03Merge branch 'master' of https://github.com/mixxxdj/mixxx into clone-deck-opt...ronso0
2019-03-17Merge branch 'master' into unfinished_batch_analysisUwe Klotz
2019-02-28make playermanager respect clone optionronso0
2019-02-09trigger double load clone from PlayerManager instead of BaseTrackPlayerMatthew Nicholson
2019-01-31use nullptr instead of NULLMatthew Nicholson
2019-01-31perform a deck clone when dragging a track from one deck to anotherMatthew Nicholson
2019-01-12Merge branch 'master' into unfinished_batch_analysisUwe Klotz
2019-01-11remove QT4 compatibility layer from util/compatibility.hDaniel Schürmann
2019-01-06move EngineChannel classes to their own folderBe
2019-01-06Merge remote-tracking branch 'upstream/master' into engine_function_pointer_c...Be
2019-01-06Prepare TrackAnalysisScheduler for future extensionsUwe Klotz
2019-01-06remove need for lambdas with connectValueChange(Request)Be
2019-01-06CO::connectValueChangeRequest replace SLOT with functorsBe
2019-01-06Merge remote-tracking branch 'upstream/master' into end_of_trackDaniel Schürmann
2019-01-06Added new VisualsManager classDaniel Schürmann
2018-12-28Stop worker threads before exitingUwe Klotz
2018-12-26Use a bitfield for selecting and enabling analyzersUwe Klotz