summaryrefslogtreecommitdiffstats
path: root/src/control
AgeCommit message (Expand)Author
2020-07-06Make deletion of creator COs atomicUwe Klotz
2020-07-06Add a debug assertionUwe Klotz
2020-07-06Re-add old commentUwe Klotz
2020-07-06ControlDoublePrivate: Avoid unnecessary lockingUwe Klotz
2020-07-06ControlDoublePrivate: Disallow copy/moveUwe Klotz
2020-07-06Controls: Sanitize code, reorder members, clarify commentsUwe Klotz
2020-07-06control/controlmodel: Fix double CO initialization in developer toolsJan Holthuis
2020-07-06Fix cleanup of leaked controls on exit and in testsUwe Klotz
2020-07-06Make CO creator pointer management less thread-unsafeUwe Klotz
2020-07-06Fix creation and management of ControlObject instancesUwe Klotz
2020-07-06Disallow copy/move for ControlObjectUwe Klotz
2020-07-04Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-07-02control/control: Renumber ControlFlag enum membersJan Holthuis
2020-07-01control: Remove ControlFlag::InitializeLater enum valueJan Holthuis
2020-06-23controls/controlproxy: Don't call initialize if key is nullJan Holthuis
2020-06-22control/controlproxy: Clean up some debug assertionsJan Holthuis
2020-06-22control: Fix some style issues in legacy codeJan Holthuis
2020-06-22control/controlproxy: Remove useless setFlag callJan Holthuis
2020-06-21control: Print warning instead of debug message if CO existsJan Holthuis
2020-06-21control: Remove unneeded if statement around debug assertionJan 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-14Merge pull request #2682 from Be-ing/migrate-to-QJSEngineJan Holthuis
2020-06-11Remove de-optimizing char* overload of getControl()Daniel Schürmann
2020-05-27move ScriptConnection & ScriptConnectionJSProxy to their own filesBe
2020-03-27Merge branch 'master' into migrate-to-QJSEngineFerran Pujol Camins
2020-02-28Remove confusing typedefUwe Klotz
2020-02-28Convert RgbColor from/to control valuesUwe Klotz
2020-01-19Merge branch 'master' into migrate-to-QJSEngineFerran Pujol Camins
2020-01-19Merge branch 'master' into migrate-to-QJSEngineFerran Pujol Camins
2020-01-17Reintroduce M_FALLTHROUGH_INTENDED macro for a warning free compilation onDaniel Schürmann
2020-01-16Merge pull request #2446 from Holzhaus/clazy-fixesDaniel Schürmann
2020-01-16control/controlproxy: Apply clang-format formattingJan Holthuis
2020-01-16control/controlproxy: Add comment regarding clazy false positiveJan Holthuis
2020-01-16control/controlproxy: Remove useless fallthroughJan Holthuis
2020-01-16control/controlproxy: Remove unnecessary codeJan Holthuis
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2020-01-15control/controlproxy: Fix clazy-lambda-unique-connection warningJan Holthuis
2020-01-15Use C++17 attribute [[fallthrough]]Uwe Klotz
2020-01-07Add util wrapper function for QAtomic*<T>::load/store[Relaxed] methodsJan Holthuis
2019-12-21Use QStringBuilder/QT_USE_QSTRINGBUILDER for string concatenationUwe Klotz
2019-10-23Format codeFerran Pujol Camins
2019-10-23Merge branch 'master' into migrate-to-QJSEngineFerran Pujol Camins
2019-07-02Use new signals & slots notationFerran Pujol Camins
2019-06-08Merge branch 'master' into migrate-to-QJSEngineFerran Pujol Camins
2019-05-02Merge pull request #2054 from Swiftb0y/JsCallbackDisconnectFeedbackBe
2019-03-26Fix misc. typos and whitespaceluz.paz
2019-03-12js engine.disconnect() returns a bool wheter it was successfully disconnectedSwiftb0y
2019-01-22Merge branch 'master' into migrate-to-QJSEngineFerran Pujol Camins
2019-01-13Fix and cleanup Qt compatibility includesUwe Klotz