summaryrefslogtreecommitdiffstats
path: root/src/track/cue.cpp
AgeCommit message (Expand)Author
2021-01-25Mark newly created cues as dirtyUwe Klotz
2021-01-06Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2021-01-05Cue: Fix conversion from samples to millisUwe Klotz
2020-12-16Merge remote-tracking branch 'upstream/main' into hotcue_focus_off_by_one_mainDaniel Schürmann
2020-12-15Merge branch '2.3' of github.com:mixxxdj/mixxx into mainJan Holthuis
2020-12-15Add missing namespace commentsJan Holthuis
2020-12-12Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-12-12Fix inconsistent naming of hot cue "index" vs. "number"Uwe Klotz
2020-12-07merge 2.3Be
2020-12-08Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe 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-29Added getStartAndEndPosition() to query both in one locking scope.Daniel Schürmann
2020-11-29make m_iHotCue constDaniel Schürmann
2020-11-29Remove unused Cue() default constructorDaniel Schürmann
2020-11-29Add Cue::setStartAndEndPosition() for setting both under one locking scopeDaniel Schürmann
2020-11-29Add function overload to createAndAddCue() to initalize the cue as wellDaniel Schürmann
2020-11-22Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-15Merge branch '2.3' of github.com:mixxxdj/mixxx into mainJan Holthuis
2020-11-15Cue/CueDAO: Improve type-safety and reduce code duplicationUwe Klotz
2020-11-13Merge remote-tracking branch 'upstream/2.3' into cleanup-headersxerus2000
2020-11-12Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-11Delete obsolete commentUwe Klotz
2020-11-10Remove filename headersxerus2000
2020-11-10Explicitly set dirty flag for new Cue objectsUwe Klotz
2020-11-10Mark imported cues dirty before storing them in the databaseUwe Klotz
2020-10-29Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-10-27Use more comparisons instead of implicit casts to doubleJan Holthuis
2020-08-18Remove TrackId from Cuexerus2000
2020-05-15specify units in cue shift function namesBe
2020-04-29add ControlObjects for shifting cue pointsBe
2020-04-25Prevent unintended side-effects caused by unneeded signalsUwe Klotz
2020-04-25Avoid unneeded cue changed signalsUwe Klotz
2020-03-30Use new PCM audio property typesUwe Klotz
2020-03-16util/color/colorpalette: Add additional predefined color palettesJan Holthuis
2020-03-09Merge branch 'master' of github.com:mixxxdj/mixxx into hotcue-rgb-colorsJan Holthuis
2020-03-07Fix remaining debug assertionsUwe Klotz
2020-03-07Add cue conversion testsUwe Klotz
2020-03-06Fix inconsistencies and debug assertionsUwe Klotz
2020-03-05Use null string instead of empty string as defaultUwe Klotz
2020-03-05Replace integer literal with constantUwe Klotz
2020-03-04track/cue: Reuse default cue color constant from ColorPaletteJan Holthuis
2020-03-04Return CueInfo by valueUwe Klotz
2020-03-02Read CueInfo from Cue objectUwe Klotz
2020-03-02Reformat code: Wrap long linesUwe Klotz
2020-03-02Merge branch 'master' of github.com:mixxxdj/mixxx into hotcue-rgb-colorsJan Holthuis
2020-03-01Remove unnecessary const from (optional) RgbColor parametersJan Holthuis
2020-03-01track/cue: Remove misleading alpha channelJan Holthuis