summaryrefslogtreecommitdiffstats
path: root/src/engine/controls
AgeCommit message (Expand)Author
2020-07-01Added helper function seekOnLoad that clarifies the control flowDaniel Schürmann
2020-06-23Strore old load seek positions to distinguish it from manual seeksDaniel Schürmann
2020-06-21Merge remote-tracking branch 'upstream/2.3' into lp1879166Daniel Schürmann
2020-06-12Merge pull request #2855 from daschuer/safeChannelStringUwe Klotz
2020-06-11Make QString m_group constDaniel Schürmann
2020-06-10Update src/engine/controls/bpmcontrol.hOwen Williams
2020-06-10Update src/engine/controls/bpmcontrol.hOwen Williams
2020-06-09Master Sync: Fix phase seeks double-applying user tweakOwen Williams
2020-05-18Don't seek track after analysis if user has seeked it alreadyDaniel Schürmann
2020-05-13Merge remote-tracking branch 'upstream/2.3' into lp1874918Daniel Schürmann
2020-05-10namespace fixesOwen Williams
2020-05-10Address notesOwen Williams
2020-05-10master sync: remove redundant checkOwen Williams
2020-05-10master sync: clean upOwen Williams
2020-05-10master sync: clean up new sync target picker algorithmOwen Williams
2020-05-10master sync: better algorithm to pick decks to sync toOwen Williams
2020-05-10trying to sync to syncables... not working greatOwen Williams
2020-05-10Default to sync master as the sync targetOwen Williams
2020-05-10Only use the other syncable when it plays as wellDaniel Schürmann
2020-05-07Merge remote-tracking branch 'upstream/master' into lp1874918Daniel Schürmann
2020-05-07engine/controls/cuecontrol: Document CueControl loop handlingJan Holthuis
2020-05-06engine/controls/cuecontrol: Use break instead of continue in switch caseJan Holthuis
2020-05-06engine/controls/cuecontrol: Allow using saved loops as hotcuesJan Holthuis
2020-05-04Move Beats et al. to mixxx namespaceJavier Vilarroig
2020-04-28Merge remote-tracking branch 'upstream/master' into lp1874918Daniel Schürmann
2020-04-26master sync: doc updatesOwen Williams
2020-04-25Check also if the other track has a valid beatDaniel Schürmann
2020-04-25Seek into the beat map region when quantize playDaniel Schürmann
2020-04-21removed the use of file_bpm form the engine, streamline update order.Daniel Schürmann
2020-04-21QuantizeControl: override trackBeatsUpdated()Daniel Schürmann
2020-04-21LoopingControl: override trackBeatsUpdated()Daniel Schürmann
2020-04-21CueControl: override trackBeatsUpdated()Daniel Schürmann
2020-04-21ClockControl: override trackBeatsUpdated()Daniel Schürmann
2020-04-21BpmControl: override trackBeatsUpdated()Daniel Schürmann
2020-04-21Introduces common trackBeatsUpdated function to reduce number of connect callsDaniel Schürmann
2020-04-12Merge branch 'master' into mastersync-onemasterOwen Williams
2020-04-09Merge pull request #2593 from goddisignz/LP1855321_zero_playposition_jump_to_cueJan Holthuis
2020-03-31Merge branch 'master' of github.com:mixxxdj/mixxx into mastersync-onemasterOwen Williams
2020-03-30Fetch audible start position only when it is neededNino Miškić-Pletenac
2020-03-30Prevent jump when track analysis finishes while quantization is enabledNino Miškić-Pletenac
2020-03-29removed unused and unnecessary methodsPhilip Gottschling
2020-03-26Merge remote-tracking branch 'upstream/master' into color_preferencesDaniel Schürmann
2020-03-25do not follow cue when playingPhilip Gottschling
2020-03-25Fix LP1855321 - Prevent undesired jumping to main cuePhilip Gottschling
2020-03-24Merge pull request #2560 from daschuer/hotcue-rgb-colorsJan Holthuis
2020-03-24Respect new hotcue default settingsDaniel Schürmann
2020-03-23Merge branch 'master' of github.com:mixxxdj/mixxx into mastersync-onemasterOwen Williams
2020-03-23typoOwen Williams
2020-03-23master sync: fix seeks so they preserve user offsetOwen Williams
2020-03-22master sync: cleanup for reviewOwen Williams