summaryrefslogtreecommitdiffstats
path: root/src/track/cue.h
AgeCommit message (Expand)Author
2021-07-11Cue: Remove all sample-based methodsJan Holthuis
2021-07-11Track: Remove CuePosition class and corresponding methodsJan Holthuis
2021-07-08Cue: Use FramePos::fromEngineSamplePosMaybeInvalid in legacy methodsJan Holthuis
2021-07-08Cue: Migrate class to FramePosJan Holthuis
2021-07-08FramePos: Assert statically that invalid engine position constant is correctJan Holthuis
2021-01-13Prevent creation of undefined Cue objectUwe Klotz
2020-12-16Merge remote-tracking branch 'upstream/main' into hotcue_focus_off_by_one_mainDaniel Schürmann
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-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-27Merge remote-tracking branch 'upstream/2.3' into mainDaniel Schürmann
2020-11-26Safe and robust conversion between hot cue index <-> numberUwe Klotz
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-12Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git into mainUwe Klotz
2020-11-10Explicitly set dirty flag for new Cue objectsUwe Klotz
2020-10-21Cue: Remove default argument for setLabel()Jan Holthuis
2020-08-18Remove TrackId from Cuexerus2000
2020-06-18Improve SeekRequest & Cue documentationxerus2000
2020-05-22Merge pull request #2737 from Be-ing/timing_shifts_uiUwe Klotz
2020-05-17CueDAO: Remove internal caching and obsolete dupe detectionUwe Klotz
2020-05-15specify units in cue shift function namesBe
2020-04-29add ControlObjects for shifting cue pointsBe
2020-03-30Get rid of the Janus-headed AudioSignal base classUwe Klotz
2020-03-30Use new PCM audio property typesUwe Klotz
2020-03-09Merge branch 'master' of github.com:mixxxdj/mixxx into hotcue-rgb-colorsJan Holthuis
2020-03-07Use default parameters for (re-)setting cue propertiesUwe Klotz
2020-03-07Use null instead of empty stringUwe Klotz
2020-03-07Add cue conversion testsUwe Klotz
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-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
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-23move kNoHotCue constant from WaveformMark to CueBe