summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-07-08Merge pull request #2918 from uklotzde/controlobjectJan Holthuis
2020-07-07Make SettingsManager a plain C++ classUwe Klotz
2020-07-07WCueMenuPopup: ensure popup is always shown on screenBe
2020-07-07Merge pull request #2860 from Be-ing/widgethelper_crashBe
2020-07-07Delete SettingsManager explicitly on shutdownUwe Klotz
2020-07-07Fix leaked controls on shutdownUwe Klotz
2020-07-06Merge pull request #2914 from uklotzde/ffmpegDaniel Schürmann
2020-07-06Merge pull request #2919 from Holzhaus/devtools-co-initUwe Klotz
2020-07-06Split get/take of existing/leaked controls into separate functionsUwe Klotz
2020-07-06Make deletion of creator COs atomicUwe Klotz
2020-07-06Add a debug assertionUwe Klotz
2020-07-06Re-add old commentUwe Klotz
2020-07-06ControlDoublePrivate: Avoid unnecessary lockingUwe Klotz
2020-07-06ControlDoublePrivate: Disallow copy/moveUwe Klotz
2020-07-06Controls: Sanitize code, reorder members, clarify commentsUwe Klotz
2020-07-06control/controlmodel: Fix double CO initialization in developer toolsJan Holthuis
2020-07-06Fix cleanup of leaked controls on exit and in testsUwe Klotz
2020-07-06Make CO creator pointer management less thread-unsafeUwe Klotz
2020-07-06Fix creation and management of ControlObject instancesUwe Klotz
2020-07-06Disallow copy/move for ControlObjectUwe Klotz
2020-07-06Merge pull request #2915 from Holzhaus/autodj-co-assert-testUwe Klotz
2020-07-05test/autodjprocessor_test: Fix DEBUG_ASSERT caused by duplicated COsJan Holthuis
2020-07-05test/effectchainslottest: Fix group_[Master]_enable CO debug assertionJan Holthuis
2020-07-05Fix debug assertion in SoundSourceFFmpeg for .m4a fileUwe Klotz
2020-07-05Fix debug assertion in TagLibTest.WriteID3v2TagUwe Klotz
2020-07-05Merge pull request #2910 from Holzhaus/fix-controlflag-testsUwe Klotz
2020-07-04test/readaheadmanager_test: Add missing channel COsJan Holthuis
2020-07-04test/librarytest: Add key_notation CO to fix multiple test failuresJan Holthuis
2020-07-04test/controlobjecttest: Fix debug assertion for missing control testJan Holthuis
2020-07-04controllers/learningutils: Fix debug assertion for reset control checkJan Holthuis
2020-07-04Preferences > Vinyl: consolidate signal quality elementsronso0
2020-07-02Merge pull request #2896 from Holzhaus/co-assertDaniel Schürmann
2020-07-02control/control: Renumber ControlFlag enum membersJan Holthuis
2020-07-01control: Remove ControlFlag::InitializeLater enum valueJan Holthuis
2020-07-01widget: Disable assertions for ControlProxy's created from skinsJan Holthuis
2020-07-01Adopt windowForWidget() from qtbaseUwe Klotz
2020-07-01Merge pull request #2907 from uklotzde/trackmodel_getcapabilitiesJan Holthuis
2020-06-30Merge pull request #2897 from ronso0/pref-optiJan Holthuis
2020-06-30Fix TrackModel::hasCapabilities()Uwe Klotz
2020-06-30Move VERIFY_OR_DEBUG_ASSERT into valid positionUwe Klotz
2020-06-29Use default constructor for const std::array to avaoid clang warningDaniel Schürmann
2020-06-23Preferences > AutoDJ: more compact GUI, remove redundant & ambigous terms fro...ronso0
2020-06-23Preferences > Vinyl Control: more compact config layoutronso0
2020-06-23Preferences > Key: more compact notation selectorronso0
2020-06-23Preferences > Effects: move effect info below available effects, compact Effe...ronso0
2020-06-23Preferences > Interface: move Meta Knob options to Effectsronso0
2020-06-23widget/wwidgetstack: Add missing ControlProxy::AllowEmptyKey flagJan Holthuis
2020-06-23mixer/playermanager: Fix ControlFlag for [AutoDJ],enabled ControlProxyJan Holthuis
2020-06-23controls/controlproxy: Don't call initialize if key is nullJan Holthuis
2020-06-23Merge pull request #2895 from uklotzde/wtrackmenuDaniel Schürmann