summaryrefslogtreecommitdiffstats
path: root/src/control
AgeCommit message (Expand)Author
2021-12-20Merge pull request #4566 from JoergAtGithub/CompressorProxyDaniel Schürmann
2021-12-20Made CompressingProxy by default disabled. Now you need to specify the additi...JoergAtGithub
2021-12-18Added warning in case of deleting all remaining eventsJoergAtGithub
2021-12-15Added comment to explain, why virtual is usedJoergAtGithub
2021-12-15Move constexpr into .cpp filesJoergAtGithub
2021-12-15Moved initialization into initializer listJoergAtGithub
2021-12-15DlgDeveloperTools: Update ControlModel via signals instead of timerEventJan Holthuis
2021-12-15DlgDeveloperTools: Move SortFilterProxy into ControlSortFilterModel for QMLJan Holthuis
2021-12-14Added safety limit of recursions to prevent potential stack overflowJoergAtGithub
2021-12-14QML: Expose ControlModel to QMLJan Holthuis
2021-12-14ControlModel: Move propulation code from DlgDeveloperTools to ctorJan Holthuis
2021-12-14Storage of the proxy pointer in ControlObjectScriptJoergAtGithub
2021-12-12Renamed function to processQueuedEventsJoergAtGithub
2021-12-12Use const pointer instead of non-const referenceJoergAtGithub
2021-12-121.) Removed semicolonJoergAtGithub
2021-12-12Implemented compressing proxy for events, which skips the processing of super...JoergAtGithub
2021-12-08Remove unneeded space between double closing angle bracketsJan Holthuis
2021-11-17ControllerDebug: Remove singleton in favor of categorized loggingJan Holthuis
2021-11-17replace --controller-debug CLI argument with Qt logging categoriesBe
2021-10-25Merge pull request #4467 from mixxxdj/effects_refactoringBe
2021-10-22ControlDoublePrivate: change warnings to debug assertionsBe
2021-09-24Merge remote-tracking branch 'upstream/main' into effects_refactoringBe
2021-09-23Clean up QMutex/QMutexLocker includesUwe Klotz
2021-09-19Extract Qt atomic operation wrappers into separate header fileUwe Klotz
2021-09-08Merge remote-tracking branch 'upstream/main' into effects_refactoringBe
2021-09-01Silence warnings for expected invalid keys.Daniel Schürmann
2021-08-28Merge remote-tracking branch 'upstream/main' into effects_refactoringBe
2021-08-21Replace DEBUG_ASSERT(false) with an inverted string literalDaniel Schürmann
2021-08-21ControlDoublePrivate: Make sure the warning is printed before the assertion k...Daniel Schürmann
2021-08-20Make use of QWeakPointer::lock()Daniel Schürmann
2021-08-20Assert that persistant COs have access to the user settingsDaniel Schürmann
2021-08-20Assert that ControlDoublePrivate::setUserConfig() is not called unecessarilyDaniel Schürmann
2021-08-20Remove redundant nullptr initalisation of QAtomicPointerDaniel Schürmann
2021-08-20remove redundant static keyword from the anonymous namespaceDaniel Schürmann
2021-08-20Rename s_pDefaultCODaniel Schürmann
2021-08-20Protect against creating two default COs from two threads.Daniel Schürmann
2021-08-20move private static variables to anonymous namespaceDaniel Schürmann
2021-08-20Make the default constructed ControlObject really constDaniel Schürmann
2021-08-20Remove redundant inline keyword in a class definitionDaniel Schürmann
2021-08-20Improve assertions with ControlFlagsDaniel Schürmann
2021-08-19Remove more redundant null checksDaniel Schürmann
2021-08-19Save a default CO to ommit null checks everywhere.Daniel Schürmann
2021-08-19use const refDaniel Schürmann
2021-08-19Remove inefficient const char* constructorDaniel Schürmann
2021-08-19Added common kNullKey to lower the controlproxy memory footprintDaniel Schürmann
2021-08-17Merge remote-tracking branch 'upstream/main' into effects_refactoringBe
2021-08-13Fix codespell warningsUwe Klotz
2021-07-31Merge remote-tracking branch 'upstream/main' into effects_refactoringBe
2021-07-30ControlIndicatorTimer: Add support for legacy vsyncthread modeJan Holthuis
2021-07-30ControlIndicatorTimer: Remove unnecessary member variableJan Holthuis