lp://staging/~mixxxdevelopers/mixxx/features_direct_bind
- Get this branch:
- bzr branch lp://staging/~mixxxdevelopers/mixxx/features_direct_bind
Branch merges
- RJ Skerry-Ryan: Needs Fixing
-
Diff: 1162 lines (+598/-199)8 files modifiedmixxx/src/controllers/controller.cpp (+15/-14)
mixxx/src/controllers/controller.h (+2/-1)
mixxx/src/controllers/controllerengine.cpp (+321/-170)
mixxx/src/controllers/controllerengine.h (+61/-11)
mixxx/src/controllers/midi/midicontroller.cpp (+5/-2)
mixxx/src/controllers/mixxxcontrol.cpp (+7/-0)
mixxx/src/controllers/mixxxcontrol.h (+9/-0)
mixxx/src/test/controllerengine_test.cpp (+178/-1)
Branch information
Recent revisions
- 2887. By madjester <madjester@voidwalker>
-
FIX: only check if the object is a function right before returning it in ControllerEngin
e::resolveFunct ion. - 2886. By madjester <madjester@voidwalker>
-
Remove m_scriptBindings and bindScriptFunct
ions() from controllers and use ControllerEngin e::resolveFunct ion to resolve functions (no more caching in the controllers themselves). - 2885. By madjester <madjester@voidwalker>
-
Remove redundant assignment of cb.key in ControllerEngin
e::connectContr ol. - 2884. By madjester <madjester@voidwalker>
-
Change occurances of MidiScriptEngine to ControllerEngine.
- 2883. By madjester <madjester@voidwalker>
-
FIX: return false in ControllerEngin
e::internalExec ute(QScriptValu e thisObject, QScriptValue functionObject) if functionObject is not an object to match the calling convention of the other overloads. - 2882. By madjester <madjester@voidwalker>
-
FIX: check if object.isFunction in ControllerEngin
e::resolveFunct ion. - 2881. By madjester <madjester@voidwalker>
-
FIX: check isFunction in ControllerEngin
e::callFunction OnObjects before calling a QScriptValue.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~mixxxdevelopers/mixxx/trunk