summaryrefslogtreecommitdiffstats
path: root/src/controllers/controllerengine.cpp
AgeCommit message (Expand)Author
2018-11-24Move controllerengine files into new engine subfolderFerran Pujol Camins
2018-11-24Replace QtScript classes with QtQml script classesFerran Pujol Camins
2018-10-26Fix some issues identified by clazy.RJ Skerry-Ryan
2018-05-16Merge remote-tracking branch 'upstream/2.1'Daniel Schürmann
2018-04-20Revert 2b612c2, fix spinback inertia effectSean M. Pappalardo
2018-04-06More misc. typosluz.paz
2017-12-27Merge pull request #1226 from ronso0/brake-softStart-tests-cleanupBe
2017-11-16stop brake/softStart if deck was stopped manuallyronso0
2017-11-16brake: limit braking to a rate of 0.01ronso0
2017-04-06better error handling for ControllerEngine::makeConnection & connectControlbe_
2017-03-28correct commentsbe_
2017-03-24remove 'finalRate' argument from softStart(), adapt common-controller-scripts.jsronso0
2017-03-15create new script invokable ControllerEngine::makeConnection functionbe_
2017-03-15quarantine legacy behavior of ControllerEngine::connectControl inside a blockbe_
2017-03-15restore legacy behavior of ControllerEngine::connectControl when passed strin...be_
2017-03-15remove redundant warningbe_
2017-03-14better debugging messages for ScriptConnectionbe_
2017-03-14rename ControllerEngineConnection -> ScriptConnectionbe_
2017-03-14cleanup ControllerEngine::connectControl and related code, plus add testsbe_
2017-03-03Merge pull request #1085 from ronso0/fix-brake-functionDaniel Schürmann
2017-02-28Merge pull request #1201 from Be-ing/script_connection_object_trigger_methodRJ Skerry-Ryan
2017-02-28factor out duplicate code to new ControllerEngineConnection::executeCallback ...be_
2017-02-28make ControllerEngine::triggerControl only trigger the specific callbackbe_
2017-02-28Merge pull request #1196 from Be-ing/fix_this_beginTimerDaniel Schürmann
2017-02-27add Q_INVOKABLE ControllerEngineConnectionScriptValue::trigger methodbe_
2017-02-27fix retrieval of "this" object in ControllerEngine::beginTimerbe_
2017-01-29Use controllerDebug for engine.log messages.RJ Ryan
2017-01-03Add files via uploadronso0
2016-12-21remove unused 'delay' from function descriptionronso0
2016-12-20Update controllerengine.cppronso0
2016-12-20Make brake() consider deceleration factorronso
2016-12-12Update ControllerEngine tests.RJ Ryan
2016-12-05make engine.setParameter() JS soft takeover workbe_
2016-06-26Enclose class 'Time' in namespace 'mixxx'Uwe Klotz
2016-05-04Convert some qDebugs into qWarnings.RJ Ryan
2016-04-27Move all Control classes to src/control.RJ Ryan
2016-04-12only evaluate codeSnippet once in ControllerEngine::wrapFunctionCodebe_
2016-04-11return QScriptValue Error objects from ControllerEngine::wrapFunctionCode()be_
2016-04-11always cache function in ControllerEngine::wrapFunctionCodebe_
2016-04-10add numberOfArgs argument to ControllerEngine::wrapFunctionCodebe_
2016-04-10treat <key> fields in MIDI mapping XML files for script functions as JS codebe_
2016-04-10Revert "call MIDI input script functions with appropriate "this" object"be_
2016-04-07call MIDI input script functions with appropriate "this" objectbe_
2016-02-18Remove suspicious debug messageDaniel Schürmann
2016-02-06Fix coverity warning.RJ Ryan
2016-01-26Fix lintian warnings.RJ Ryan
2016-01-25Merge pull request #873 from rryan/durationRJ Ryan
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-24Fix logic for ControllerEngine::scratchProcess ramping to match previous beha...RJ Ryan
2016-01-24Use Duration class for calculating time differences.RJ Ryan