summaryrefslogtreecommitdiffstats
path: root/src/controllers/bulk/bulkcontroller.cpp
AgeCommit message (Expand)Author
2020-06-14Merge pull request #2682 from Be-ing/migrate-to-QJSEngineJan Holthuis
2020-06-10Use anonymous namespace in BaseSyncableListenerDaniel Schürmann
2020-05-27controllers: assorted code cleanupBe
2020-04-18Merge branch 'migrate-to-QJSEngine' of https://github.com/ferranpujolcamins/m...Jan Holthuis
2020-04-10controllers/bulk: Fix BulkController constructorJan Holthuis
2020-04-08controllers: Move savePreset() from Controller into Preset classesJan Holthuis
2020-02-28Make UserSettings available in ControllerEngineFerran Pujol Camins
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2020-01-09controllers/bulk/bulkcontroller: Replace deprecated QAtomicInteger::load()Jan Holthuis
2019-11-21Revert "Merge pull request #2353 from daschuer/lp1850644"Daniel Schürmann
2019-11-11Pass UserSettings to Controller constructorFerran Pujol Camins
2019-01-13Fix and cleanup Qt compatibility includesUwe Klotz
2019-01-11remove QT4 compatibility layer from util/compatibility.hDaniel Schürmann
2018-09-15Remove QT_DISABLE_DEPRECATED_BEFORE and fix all Qt 5 compatibility issues.RJ Skerry-Ryan
2018-04-06More misc. typosluz.paz
2016-06-26Enclose class 'Time' in namespace 'mixxx'Uwe Klotz
2016-05-11Use a simpler datastructure to represent controller product details.RJ Ryan
2016-05-04Convert some qDebugs into qWarnings.RJ Ryan
2016-01-24Use Duration class for calculating time differences.RJ Ryan
2015-12-20Add timestamps to controller messages.RJ Ryan
2015-12-19Don't close devices that are already closed.RJ Ryan
2015-12-12added ControllerDebug singleton to avoid duplicated codeDaniel Schürmann
2015-12-12Replace all controllerDebug qDebug() by QDebug(QtDebugMsg)Daniel Schürmann
2015-01-28uninitialized variablesNico Schlömer
2014-08-29rename deref to remove confusion with QAtomicInt::dref()Owen Williams
2014-04-25Refactor use of math and other headers across the codebase.RJ Ryan
2014-03-23Forward-declare libusb structures so files that include BulkController do not...RJ Ryan
2014-01-21Add event tracing in many useful places.RJ Ryan
2013-10-30Add util/compatibility.h, a file for compatibility helpers to allow us to sup...RJ Ryan
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan