summaryrefslogtreecommitdiffstats
path: root/src/engine/controls
AgeCommit message (Expand)Author
2021-01-21Campare int counter with > 0 instead of implicite bool castDaniel Schürmann
2021-01-21Reset individual preview state even when not previewing, fixes lp1910814Daniel Schürmann
2021-01-10Stop when hitting cue while plaing in DENON mode, fixes a regression since #3344Daniel Schürmann
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-15Add pointer qualification to auto typesJan Holthuis
2020-12-15Add missing braces around single-line statementsJan Holthuis
2020-12-15Add missing namespace commentsJan Holthuis
2020-12-12Fix inconsistent naming of hot cue "index" vs. "number"Uwe Klotz
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-28Merge remote-tracking branch 'upstream/2.3' into stuck_hotcueDaniel Schürmann
2020-11-27Move destructor to cpp file to fix build.Daniel Schürmann
2020-11-27Merge pull request #3336 from daschuer/hotcue_focus_off_by_oneUwe Klotz
2020-11-26Safe and robust conversion between hot cue index <-> numberUwe Klotz
2020-11-26Fix play latching via CUE right click and add a toot tip that describes tha b...Daniel Schürmann
2020-11-26Introduce kNoHotCueNumber for clarificationDaniel Schürmann
2020-11-25Fix interaction between Mouse, Keyboard, Controller and Touch when previewing...Daniel Schürmann
2020-11-25Merge remote-tracking branch 'upstream/2.3' into hotcue_focus_off_by_oneDaniel Schürmann
2020-11-23Cuecontrol: add CO 'play_latched' to indicate true 'Play' statusronso0
2020-11-19Added debug assertions and commentsDaniel Schürmann
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-19Added helper functions for the HotcueIndex vs. HotcueNumber issueDaniel Schürmann
2020-11-19use correct boolean interpreatation for CO valuesDaniel Schürmann
2020-11-17Fix hotcue_focus off by one issue not matching the hotcue CO namesDaniel Schürmann
2020-11-13Bypass quantize setting when beat jumping. Fixing lp1904132Daniel Schürmann
2020-11-13Merge remote-tracking branch 'upstream/2.3' into cleanup-headersxerus2000
2020-11-12Fix remaining -Wclazy-range-loop warnings using a local const varJan Holthuis
2020-11-12Fix a bunch of clazy-range-loop warningsJan Holthuis
2020-11-11Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
2020-11-10Remove filename and author comment in header filesxerus2000
2020-11-10Remove filename headersxerus2000
2020-11-10Use #pragma once everywherexerus2000
2020-11-09Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
2020-10-28CueControl: Fix wrong value guard in hotcueClear()Jan Holthuis
2020-10-28BpmControl: Fix wrong quantize check in calcSyncedRate()Jan Holthuis
2020-10-27Use more comparisons instead of implicit casts to doubleJan Holthuis
2020-10-27RateControl: Move constants into anonymous namespaceJan Holthuis
2020-10-27Add missing typecasts to fix -Wfloat-comparison warningsJan Holthuis
2020-10-27Replace implicit casts from double to bool with comparisonsJan Holthuis
2020-10-27Use ControlObject::toBool() method to fix -Wfloat-conversion errorsJan Holthuis
2020-10-23Merge pull request #2940 from ywwg/more-rate-change-testsJan Holthuis
2020-10-17Merge branch '2.2' of github.com:mixxxdj/mixxx into 2.3Jan Holthuis
2020-10-16Merge branch '2.3' into more-rate-change-testsOwen Williams
2020-10-16Merge pull request #3128 from Holzhaus/float-warnings-pt-7Daniel Schürmann
2020-10-09Merge branch '2.3' of github.com:mixxxdj/mixxx into float-warnings-pt-6Jan Holthuis
2020-10-07Merge remote-tracking branch 'upstream/2.2' into 2.3Daniel Schürmann
2020-09-30Merge pull request #3123 from Holzhaus/float-warnings-pt-4Daniel Schürmann
2020-09-29Merge pull request #3139 from daschuer/track_declUwe Klotz
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann