summaryrefslogtreecommitdiffstats
path: root/src/track/cue.cpp
AgeCommit message (Expand)Author
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
2020-02-29Use RgbColor to PredefinedColorPointer conversion functionsJan Holthuis
2020-02-29Do not pass RgbColor/RgbColor::optional_t by referenceJan Holthuis
2020-02-29Migrate hotcue color logic to mixxx::RgbColorJan Holthuis
2020-02-29track/cue: Add constructor for Cues from CueInfo objectsJan Holthuis
2020-02-29Replace constants from cue.h and use them throughout codebaseJan Holthuis
2020-02-28Make Cue related code use QColor instead of PredefinedColorPointerFerran Pujol Camins
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2019-11-21Revert "Merge pull request #2353 from daschuer/lp1850644"Daniel Schürmann
2019-11-11Merge branch 'master' into new_colors_implFerran Pujol Camins
2019-11-10Fix a bug where outro end was passed the end of the track, because not update...Daniel Schürmann
2019-11-02Make Cue related code use QColorFerran Pujol Camins
2019-10-22Cue: add setEndPosition methodBe
2019-10-22Cue: rename setPosition to setStartPositionBe
2019-08-13remove useless tracking of automatic vs manually placed cuesBe
2019-05-07convert Cue::CueSource to enum classBe
2019-05-07convert Cue::CueType to enum classBe
2019-03-29Merge commit '1276bf81ad02d2068d693bd67cfcf10f4899d59a' into silencedetectionNino Miškić-Pletenac
2019-03-29Merge commit '9ee75377510d00b0491e4a934704b11e5cd33efb' into silencedetectionNino Miškić-Pletenac
2019-03-27CueControl: Fix computation of end position for intro/outro cuesNino Miškić-Pletenac
2019-02-15Merge commit '4c2f2403a34fded43ece3f443db2981fc5a1f5d2' into silencedetectionNino Miškić-Pletenac
2018-11-03Wrap cue position with its source in CuePosition classNino Miškić-Pletenac
2018-02-12Move src/library/dao/cue.{h,cpp} to src/track/cue.{h,cpp}Nino Miškić-Pletenac