summaryrefslogtreecommitdiffstats
path: root/src/controllers/hid/hidcontroller.cpp
AgeCommit message (Expand)Author
2020-04-18Merge branch 'master' of github.com:mixxxdj/mixxx into migrate-to-QJSEngineJan Holthuis
2020-04-08controllers: Move savePreset() from Controller into Preset classesJan Holthuis
2020-03-27Merge branch 'master' into migrate-to-QJSEngineFerran Pujol Camins
2020-03-09controllers: Use const refs instead of const-by-value for HID/HSS1394Jan Holthuis
2020-02-28Make UserSettings available in ControllerEngineFerran Pujol Camins
2020-01-19Merge branch 'master' into migrate-to-QJSEngineFerran Pujol Camins
2020-01-19Merge branch 'master' into migrate-to-QJSEngineFerran Pujol Camins
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2020-01-07controllers/hid/hidcontroller: Replace QStrin::asprintf() callsJan Holthuis
2020-01-06controllers/hid/hidcontroller: Replace QString::sprintf with ::asprintf()Jan Holthuis
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-03Make UserSettings available in ControllerEngineFerran Pujol Camins
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 deadlock when hid_read and hid_write are called at the same timeCodecat
2019-06-08Merge branch 'master' into migrate-to-QJSEngineFerran Pujol Camins
2019-01-22Merge branch 'master' into migrate-to-QJSEngineFerran Pujol Camins
2019-01-13Fix and cleanup Qt compatibility includesUwe Klotz
2019-01-11remove QT4 compatibility layer from util/compatibility.hDaniel Schürmann
2018-11-29Revert renaming of send(QByteArray) to sendByteArrayFerran Pujol Camins
2018-11-27Make Controller::send virtualFerran Pujol Camins
2018-11-27Add HidControllerJSProxyFerran Pujol Camins
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-11-19Fix debug output from HidEnumerator::queryDevices()Daniel Schürmann
2015-11-19make safeDecodeWideString a static memberDaniel Schürmann
2015-11-18Allways inline QString::toStdWStringDaniel Schürmann
2015-11-18Remove redundant string copy in safeDecodeWideStringDaniel Schürmann
2015-11-17Restore NULL-termination of untrusted input from hidapi.RJ Ryan
2015-10-13remove /Zc:wchar_t- flag and don't use QString::fromWCharArray on WindowsDaniel Schürmann
2014-08-29rename deref to remove confusion with QAtomicInt::dref()Owen Williams
2014-04-25hidcontroller: remove memsetMarcos CARDINOT
2014-04-25Merge branch masterMarcos CARDINOT
2014-04-25Refactor use of math and other headers across the codebase.RJ Ryan
2014-04-21memset issueMarcos CARDINOT
2014-04-18revert 'wrong sizeof argument'Marcos CARDINOT
2014-04-18wrong sizeof argumentMarcos CARDINOT
2014-04-17wrong sizeof argumentMarcos CARDINOT
2014-04-17uninitialized membersMarcos CARDINOT
2014-01-21Add event tracing in many useful places.RJ Ryan