summaryrefslogtreecommitdiffstats
path: root/src/control
AgeCommit message (Expand)Author
2020-02-28Remove confusing typedefUwe Klotz
2020-02-28Convert RgbColor from/to control valuesUwe Klotz
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-07-02Use new signals & slots notationFerran 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-13Fix and cleanup Qt compatibility includesUwe Klotz
2019-01-11remove QT4 compatibility layer from util/compatibility.hDaniel Schürmann
2019-01-09delete unused codeBe
2019-01-06remove need for lambdas with connectValueChange(Request)Be
2019-01-06ControlProxy::connectValueChanged support Qt 5 functor syntaxBe
2019-01-06CO::connectValueChangeRequest replace SLOT with functorsBe
2019-01-01fix uninitialized warning and remove unused variableDaniel Schürmann
2018-12-26Re-add slot count unconditionallyUwe Klotz
2018-12-25Fix use of QAtomicInt for Qt5.2Daniel Schürmann
2018-12-25Fix release of writer lock on ControlValueUwe Klotz
2018-12-24Replace conditional else branch with early exitUwe Klotz
2018-11-22Replace ControlValue with new, lock-free MpscFifo classUwe Klotz
2018-11-22Add warning for reading atomic control values only onceUwe Klotz
2018-11-22Rename constantUwe Klotz
2018-10-30Fix and enable multi-threaded analysisUwe Klotz
2018-10-28Fix breakage from PR #1869 due to using Qt 5 features not supported on Trusty...RJ Skerry-Ryan
2018-10-27Merge pull request #1869 from rryan/clazyRJ Skerry-Ryan
2018-10-27Address review comments.RJ Skerry-Ryan
2018-10-26Merge pull request #1700 from daschuer/valueChangedFromEngineRJ Skerry-Ryan
2018-10-26Fix some issues identified by clazy.RJ Skerry-Ryan
2018-10-16Declare classes that call virtual functions in their construction/destructor ...RJ Skerry-Ryan
2018-06-12Source typosluz.paz
2018-06-02Remove missleading valueChangedFromEngine and use valueChangeRequest insteadDaniel Schürmann
2018-04-06Typo fixes luzpaz
2018-04-03Avoid expected missing control warningsDaniel Schürmann
2018-03-22Rename direct control object to EncoderOwen Williams
2018-03-22Fix library select knobs that pass through their values directlyOwen Williams
2017-11-06Implement missing midi convert functionsDaniel Schürmann
2017-10-24Made a logarithmic flanger speed knobDaniel Schürmann
2017-10-21Added KNOB_LINEAR_INVERSE and KNOB_LOGARITHMIC_INVERSEDaniel Schürmann
2017-10-21Warn about missing Midi representationDaniel Schürmann
2017-10-21verify lokal pBehaviorDaniel Schürmann
2017-10-21clean up function names a bitDaniel Schürmann