summaryrefslogtreecommitdiffstats
path: root/src/controllers
AgeCommit message (Expand)Author
2020-03-12controllers/colormapper: Simplify and speed up code in getNearestColorJan Holthuis
2020-03-11controllers/colormapperjsproxy: Rename getNearestValue to getValueForNearestC...Jan Holthuis
2020-03-11controllers/colormapperjsproxy: Add comments that explain the invokable methodsJan Holthuis
2020-03-11controllers/bulk/bulkenumerator: Use one initialization per lineJan Holthuis
2020-03-11controllers/colormapper: Split function to avoid using QPairJan Holthuis
2020-03-10controllers/colormapperjsproxy: Use Q_INVOKABLE instead of slotsJan Holthuis
2020-03-09controllers/colormapperjsproxy: Add comment to slots with return valueJan Holthuis
2020-03-09controllers/colormapperjsproxy: Use script errors instead of assertionsJan Holthuis
2020-03-09controllers/controllerengine: Declare immutable m_pConfig member as constJan Holthuis
2020-03-09controllers: Use const refs instead of const-by-value for HID/HSS1394Jan Holthuis
2020-03-09controllers/colormapperjsproxy: Use auto instead of long type nameJan Holthuis
2020-03-09Add/improve comments for new classes and free functionsJan Holthuis
2020-03-09controllers/colormapper: Replace qDebug() with kLogger.trace()Jan Holthuis
2020-03-08controllers/colormapperjsproxy: Add small code style improvementsJan Holthuis
2020-03-08controllers/colormapper: Improve constructor and remove destructorJan Holthuis
2020-03-04controllers/colormapper: Do not inherit from QObjectJan Holthuis
2020-03-02controllers/colormapper: Use static_casts instead of C-style castsJan Holthuis
2020-03-01Make all single argument constructors explicitJan Holthuis
2020-03-01controllers/colormapperjsproxy: Remove alpha channel from JS script colorJan Holthuis
2020-03-01controllers: Remove obsolete ColorJSProxyJan Holthuis
2020-02-29controllers/controller: Fix end-of-line linter issuesJan Holthuis
2020-02-29preferences: Make HotcuePaletteSettings support other palette types, tooJan Holthuis
2020-02-29controllers/colormapperjsproxy: Add separate getNearestValue methodJan Holthuis
2020-02-29src/controllers: Add ColorMapper class for controller scriptsJan Holthuis
2020-02-29src/controllers/colorjsproxy: Add comment to colorDistance algorithmJan Holthuis
2020-02-29src/controllers/colorjsproxy: Fix indentation in colorDistance functionJan Holthuis
2020-02-29src/controllers/colorjsproxy: Add nearestColorMidiCode functionJan Holthuis
2020-02-29Migrate hotcue color logic to mixxx::RgbColorJan Holthuis
2020-02-28Rename member variableFerran Pujol Camins
2020-02-28Avoid constructing HotcueColorPaletteSettings every time its usedFerran Pujol Camins
2020-02-28Remove PredefinedColors from controller scriptsFerran Pujol Camins
2020-02-28Make UserSettings available in ControllerEngineFerran Pujol Camins
2020-01-21Merge pull request #2461 from Holzhaus/clazy-fixes-2Daniel Schürmann
2020-01-21controllers/controlpickermenu: Fix reset controls not being usedJan Holthuis
2020-01-21Remove a bunch of unused non-trivial variablesJan Holthuis
2020-01-15Fix mixing of const- and non-const-iterators [-Wclazy-strict-iterators]Jan Holthuis
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2020-01-14Merge pull request #2427 from Holzhaus/remove-qsignalmapperDaniel Schürmann
2020-01-14controllers/controlpickermenu: Use parented_ptr for QMenu instancesJan Holthuis
2020-01-14controllers/controlpickermenu: Make addAvailableControl() return indexJan Holthuis
2020-01-14controllers/controlpickermenu: Use parented_ptr for QActionJan Holthuis
2020-01-11controllers/controlpickermenu: Use a default null-string QString() paramJan Holthuis
2020-01-11controllers/controlpickermenu: Do not use std::unique_ptr for QActionJan Holthuis
2020-01-09Merge pull request #2430 from Holzhaus/replace-atomic-int-loadDaniel Schürmann
2020-01-09controllers/bulk/bulkcontroller: Replace deprecated QAtomicInteger::load()Jan Holthuis
2020-01-09controllers/controller: Replace deprecated QTime with QElapsedTimerJan Holthuis
2020-01-09controllers/controlpickermenu: Deduplicate code by using a helper functionJan Holthuis
2020-01-09controllers/controlpickermenu: Merge addControl() and addPrefixedControl()Jan Holthuis
2020-01-09controllers/dlgprefcontrollers: Pass presetsPath to lambda exprs by valueJan Holthuis
2020-01-09controllers/controlpickermenu: Pass control indices to lambda exprs by valueJan Holthuis