summaryrefslogtreecommitdiffstats
path: root/src/controllers
AgeCommit message (Expand)Author
2022-01-03Renamed makeCompressedConnection to makeUnbufferedConnectionJoergAtGithub
2021-12-20Merge pull request #4566 from JoergAtGithub/CompressorProxyDaniel Schürmann
2021-12-20makeConnection and makeCompressedConnection instead of makeConnection with ad...JoergAtGithub
2021-12-20Made CompressingProxy by default disabled. Now you need to specify the additi...JoergAtGithub
2021-12-14Storage of the proxy pointer in ControlObjectScriptJoergAtGithub
2021-12-12Use const pointer instead of non-const referenceJoergAtGithub
2021-12-12Implemented compressing proxy for events, which skips the processing of super...JoergAtGithub
2021-12-08Fix code style for changed lines in commit 54a2103Jan Holthuis
2021-12-08Remove unneeded space between double closing angle bracketsJan Holthuis
2021-11-28Merge pull request #4521 from Be-ing/hid_getInputReport_bytearraySwiftb0y
2021-11-22Merge pull request #4533 from Be-ing/rename_maybeUwe Klotz
2021-11-22Merge pull request #4534 from uklotzde/is-dirty-constJan Holthuis
2021-11-20Add missing const qualifiers to isDirty()Uwe Klotz
2021-11-20rename maybeStartOrStopPolling to pollIfAnyControllersOpenBe
2021-11-17HidController: avoid extra copy of dataBe
2021-11-17HidController: take QByteArray for sendFeatureReportBe
2021-11-17HidController: return QByteArrays for get[Input/Feature]ReportBe
2021-11-17PortMidiController: Check for outputDeviceInfo nullptr in constructorJan Holthuis
2021-11-17ControllerDebug: Remove singleton in favor of categorized loggingJan Holthuis
2021-11-17MidiOutputHandler: correct commentBe
2021-11-17HSS1394/PortMidiController: remove superfluous QString formattingBe
2021-11-17replace --controller-debug CLI argument with Qt logging categoriesBe
2021-11-17Controller: make m_sDeviceName constBe
2021-11-05Merge pull request #4476 from ywwg/disconnect-controllersJan Holthuis
2021-10-26controller disconnect : Make sure to associate the connection with the parent...Owen Williams
2021-10-25controller disconnect: use the list of controllers to determine what to disco...Owen Williams
2021-10-23controller disconnect: store an explicit list of connectionsOwen Williams
2021-10-23Controller disconnect: be more restrictive about what we disconnectOwen Williams
2021-10-23Disconnect connections from controllers when deleting controller prefsOwen Williams
2021-10-13fix var name of samplerGroupDaniel Schürmann
2021-10-11Merge remote-tracking branch 'upstream/main' into effects_refactoringBe
2021-10-11MidiController: Replace use of QHashIterator with range-based for loopNino Miškić-Pletenac
2021-10-10use QMap::lastKey instead of std::endBe
2021-10-09replace `- 1` with `std::prev` for QMap iteratorsBe
2021-09-30Merge remote-tracking branch 'upstream/main' into effects_refactoringBe
2021-10-01Merge pull request #4331 from ronso0/searchbox-controlsDaniel Schürmann
2021-09-30add '[Library],clear_search to MIDI Wizard menuronso0
2021-09-26Merge remote-tracking branch 'upstream/main' into effects_refactoringBe
2021-09-27Promote simple const variables to constexprtcoyvwac
2021-09-24Merge remote-tracking branch 'upstream/main' into effects_refactoringBe
2021-09-23Clean up QMutex/QMutexLocker includesUwe Klotz
2021-09-22Merge branch '2.3' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2021-09-22Merge pull request #4320 from daschuer/atomicLoadAquireUwe Klotz
2021-09-22Retire atomicLoadAcquire()Daniel Schürmann
2021-09-19Extract Qt atomic operation wrappers into separate header fileUwe Klotz
2021-09-19Move compatibility workarounds for QMutex into new subdirectoryUwe Klotz
2021-09-19Merge pull request #4292 from Be-ing/qhash_qt6Uwe Klotz
2021-09-18add Qt5/6 compatibility typedef for qHash seed typeBe
2021-09-18replace QRegEx with QRegularExpressionBe
2021-09-18Merge pull request #4290 from Be-ing/qmutexlockerUwe Klotz