summaryrefslogtreecommitdiffstats
path: root/src/vinylcontrol
AgeCommit message (Expand)Author
2021-11-26Fix codespell failure detected by pre-commitJoergAtGithub
2021-11-26Clamp the value from 0 to 1 to prevent the HSV warningsJoergAtGithub
2021-11-26Merge remote-tracking branch 'upstream/Main' into establishqualitywithpitchJoergAtGithub
2021-10-19Switch to automatic datatype: std::vectortcoyvwac
2021-09-27Promote simple const variables to constexprtcoyvwac
2021-09-23Clean up QMutex/QMutexLocker includesUwe Klotz
2021-09-19remove obsolete getPrimaryScreen compatibility functionBe
2021-09-19Move compatibility workarounds for QMutex into new subdirectoryUwe Klotz
2021-09-18replace QRegEx with QRegularExpressionBe
2021-09-17use Qt5/6 QMutex & QMutexLocker compatibility macrosBe
2021-08-13Fix codespell warningsUwe Klotz
2021-07-15Remove useless ControlProxy::slotSet() methodJan Holthuis
2021-04-29Replace recursive QMutexes with QRecursiveMutexJan Holthuis
2021-02-16avoid symbol collision with fdk-aacBe
2021-02-13Replaced static casts by suffix fJoergAtGithub
2021-02-13Fixed merge conflictsJoergAtGithub
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-15Add missing namespace commentsJan Holthuis
2020-12-08Fix for -Werror=float-conversion by adding more static_cast<float> statementsJoergAtGithub
2020-12-08Fix for -Werror=float-conversionJoergAtGithub
2020-12-08Code styleJoergAtGithub
2020-12-08Changed establishQuality function in vinylcontrolxwax to consider the pitch i...JoergAtGithub
2020-12-07merge 2.3Be
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-10Remove long copyright headersxerus2000
2020-11-10Use #pragma once everywherexerus2000
2020-11-10Remove all @author commentsxerus2000
2020-10-28VinylControlXwax: Simplify boolean expressionJan Holthuis
2020-10-27vinylcontrolxwax: Add missing braces around if blockJan Holthuis
2020-10-27Use more comparisons instead of implicit casts to doubleJan Holthuis
2020-10-27Replace implicit casts with ControlObject::toBool() in more placesJan Holthuis
2020-10-16Merge pull request #3125 from Holzhaus/float-warnings-pt-6Daniel Schürmann
2020-09-25vinylcontrol/vinylcontrolsignalwidget: Add missing typecastJan Holthuis
2020-09-25vinylcontrol/vinylcontrolxwax: Add missing typecastJan Holthuis
2020-09-25vinylcontrol/vinylcontrolxwax: Use float mathJan Holthuis
2020-09-25Move some constants into anonymous namespaceJan Holthuis
2020-09-25Use const/auto to improve type declarationsJan Holthuis
2020-09-25vinylcontrol/vinylcontrolxwax: Do cast intermediate value to floatJan Holthuis
2020-09-25vinylcontrol/vinylcontrolxwax: Use CSAMPLE_GAIN for gain valuesJan Holthuis
2020-09-24Fix QPainter::drawLine calls with floating point valuesJan Holthuis
2020-09-24Make various int cast explicit using static_cast<int>()Jan Holthuis
2020-06-11Make QString m_group constDaniel Schürmann
2020-03-16master sync: clang-format changed linesOwen Williams
2020-01-22Merge branch 'master' of github.com:mixxxdj/mixxx into mastersync-onemasterOwen Williams
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2020-01-09vinylcontrol/vinylcontrolmanager: Replace QSignalMapper with lambda expressionsJan Holthuis