summaryrefslogtreecommitdiffstats
path: root/src/controllers
AgeCommit message (Expand)Author
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
2020-01-09Pass context object as third parameter to connect() callJan Holthuis
2020-01-09controllers/controlpickermenu: Use separate connect for QActionsJan Holthuis
2020-01-09controllers/dlgprefcontrollers: Replace QSignalMapper with lambda expressionsJan Holthuis
2020-01-09controllers/controlpickermenu: Replace QSignalMapper with lambda expressionsJan Holthuis
2020-01-07controllers/hid/hidcontroller: Replace QStrin::asprintf() callsJan Holthuis
2020-01-06controllers/hid/hidcontroller: Replace QString::sprintf with ::asprintf()Jan Holthuis
2020-01-06Replace qVariantFromValue() with QVariant::FromValue()Jan Holthuis
2019-12-21Revert replacement of + with % for string concatenationUwe Klotz
2019-12-21Use QStringBuilder/QT_USE_QSTRINGBUILDER for string concatenationUwe Klotz
2019-12-09Fix various typosluz.paz
2019-11-21Revert "Merge pull request #2353 from daschuer/lp1850644"Daniel Schürmann
2019-11-20Merge remote-tracking branch 'upstream/master' into lp1850644Daniel Schürmann
2019-11-19Merge pull request #2179 from codecat/fix-hid-threadBe
2019-11-15Merge pull request #1765 from daschuer/rate_ratioUwe Klotz
2019-11-12Merge branch 'master' into new_colors_implFerran Pujol Camins
2019-11-11Pass UserSettings to Controller constructorFerran Pujol Camins
2019-11-10Add missing override to fix clang's -Winconsistent-missing-override warningsJan Holthuis
2019-11-04Rename member variableFerran Pujol Camins
2019-11-03Avoid constructing HotcueColorPaletteSettings every time its usedFerran Pujol Camins
2019-11-03Remove PredefinedColors from controller scriptsFerran Pujol Camins
2019-11-03Make UserSettings available in ControllerEngineFerran Pujol Camins
2019-08-18Merge remote-tracking branch 'upstream/master' into rate_ratioDaniel Schürmann
2019-08-09Update minimum required Qt version to 5.4.0Uwe Klotz
2019-07-21Replace qSort() with std::sort() to fix Qt 5.13 warningsUwe Klotz
2019-06-23Only call hid_read once in pollCodecat
2019-06-21Requested changesCodecat
2019-06-20Requested changesCodecat
2019-06-20Switch to non-blocking hid readingCodecat
2019-06-18Fix formattingCodecat
2019-06-18Fix deadlock when hid_read and hid_write are called at the same timeCodecat
2019-06-15Fix Qt version checkUwe Klotz
2019-05-02Merge pull request #2054 from Swiftb0y/JsCallbackDisconnectFeedbackBe
2019-05-02changed tab to spacesBe
2019-03-27Rename constantUwe Klotz
2019-03-27Fix various C++ engineering and coding style issuesUwe Klotz
2019-03-19changed disconnect to return true when CO disconnect was successfulSwiftb0y