summaryrefslogtreecommitdiffstats
path: root/src/engine
AgeCommit message (Expand)Author
2020-12-08Fix next clazy build errorUwe Klotz
2020-12-08Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-11-28Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
2020-11-28Merge remote-tracking branch 'upstream/2.3' into stuck_hotcueDaniel Schürmann
2020-11-27Merge remote-tracking branch 'upstream/2.3' into mainDaniel 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-27Merge pull request #3358 from ronso0/is_playing-controlDaniel Schürmann
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-24Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-24engine/filters: Fix potential out-of-bounds read in setCoefs{2}Jan Holthuis
2020-11-23Cuecontrol: add CO 'play_latched' to indicate true 'Play' statusronso0
2020-11-22Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
2020-11-20Merge branch '2.3' into clazy-returning-void-expressionUwe Klotz
2020-11-19Added debug assertions and commentsDaniel Schürmann
2020-11-19Do not return void expressionsJan Holthuis
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-14Merge pull request #3300 from uklotzde/clazyUwe Klotz
2020-11-14Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-13Bypass quantize setting when beat jumping. Fixing lp1904132Daniel Schürmann
2020-11-13LoopingControl: Fix float-conversion warningsUwe Klotz
2020-11-13CueControl: Fix float-conversion warningsUwe Klotz
2020-11-13Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-12Fix remaining -Wclazy-range-loop warnings using a local const varJan Holthuis
2020-11-12Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-12Fix a bunch of clazy-range-loop warningsJan Holthuis
2020-11-11Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-11Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
2020-11-10Remove lock from the engine thread. After #3268 it is no longer necessary.Daniel Schürmann
2020-11-09Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-09Merge branch '2.2' of git@github.com:mixxxdj/mixxx.git into 2.3Uwe Klotz
2020-11-07Merge remote-tracking branch 'mixxx/2.3' into mainronso0
2020-11-06Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into indexrangimproveUwe Klotz
2020-11-05pass the new and old play state into updateIndicatorsAndModifyPlay() fixing l...Daniel Schürmann
2020-11-05CueControl: Fix previewing regression from PR #2194Jan Holthuis
2020-11-05CueControl: Remove redundant setting of m_pHotcueStatusJan Holthuis
2020-11-04LoopingControl: Seek to loop in setLoop() if playpos is behind loop endJan Holthuis
2020-11-04CueControl: Fix cast from double to enum on MSVCJan Holthuis
2020-11-04CueControl: Rename loop_toggle to cueloop and make it set new cuepointsJan Holthuis
2020-11-04CueControl: Rename setCurrentSavedLoopControl methodJan Holthuis
2020-11-04HotcueControl: Rename Status enum membersJan Holthuis
2020-11-04CueControl: Rename HotcueMode to HotcueSetModeJan Holthuis