summaryrefslogtreecommitdiffstats
path: root/src/engine/controls/cuecontrol.h
AgeCommit message (Expand)Author
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
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-11Make QString m_group constDaniel Schürmann
2020-05-04Move Beats et al. to mixxx namespaceJavier Vilarroig
2020-04-21CueControl: override trackBeatsUpdated()Daniel Schürmann
2020-03-29removed unused and unnecessary methodsPhilip Gottschling
2020-03-25Fix LP1855321 - Prevent undesired jumping to main cuePhilip Gottschling
2020-03-20Verify incomming colors in a valueChangeRequestDaniel Schürmann
2020-03-01Remove unnecessary const from (optional) RgbColor parametersJan Holthuis
2020-02-29preferences: Make HotcuePaletteSettings support other palette types, tooJan Holthuis
2020-02-29engine/controls/cuecontrol: Pass RgbColor by valueJan Holthuis
2020-02-29Migrate hotcue color logic to mixxx::RgbColorJan Holthuis
2020-02-28Avoid constructing HotcueColorPaletteSettings every time its usedFerran Pujol Camins
2020-02-28Make Cue related code use QColor instead of PredefinedColorPointerFerran Pujol Camins
2020-01-29engine/controls/cuecontrol: Remove UTF-8 BOMJan Holthuis
2019-12-31engine/controls/cuecontrol: Move focused cue color cycling to C++ domainJan Holthuis
2019-12-30Merge branch 'master' of https://github.com/mixxxdj/mixxx into color-cycle-su...Jan Holthuis
2019-12-24Simplify codeNino Miškić-Pletenac
2019-12-06engine/controls/cuecontrol: Add COs to cycle through colors in paletteJan 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-10git-clang-formatDaniel Schürmann
2019-11-03Avoid constructing HotcueColorPaletteSettings every time its usedFerran Pujol Camins
2019-11-02Make Cue related code use QColorFerran Pujol Camins
2019-10-01Merge remote-tracking branch 'upstream/master' into autodj_intro_outroBe
2019-09-26Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2019-08-31create enum class for CueModeBe
2019-08-13remove useless tracking of automatic vs manually placed cuesBe
2019-08-10remove option to load decks at intro endBe
2019-05-09add option to load new tracks at intro end pointBe
2019-05-07remove hacky message passing via CO from AutoDJProcessor to CueControlBe
2019-05-07add new FirstSound/LastSound cues separate from Intro/OutroBe
2019-05-07convert Cue::CueSource to enum classBe
2019-05-06add option to load tracks at intro start markerBe
2019-05-06convert SeekOnLoadMode to enum classBe
2019-03-29CueControl: Reduce duplication of quantization codeNino Miškić-Pletenac
2019-03-27CueControl: Stop exposing sources of cues because they are unusedNino Miškić-Pletenac
2019-02-15Merge commit '4c2f2403a34fded43ece3f443db2981fc5a1f5d2' into silencedetectionNino Miškić-Pletenac
2019-02-08CueControl: Implement hotcue-like behaviour for intro/outro cuesNino Miškić-Pletenac
2019-02-01CueControl: Introduce *_enabled COs for intro and outro cuesNino Miškić-Pletenac
2019-02-01Fix hotcue color COFerran Pujol Camins
2019-01-25Merge branch 'master' into Enable-Setting-hotcue-color-via-controlobjectFerran Pujol Camins
2019-01-18CueControl: Reduce duplication around loading cuesNino Miškić-Pletenac
2019-01-15Merge commit '2ddc30fbfdda13fb543c389faf83ac00b507553b' into silencedetectionNino Miškić-Pletenac
2019-01-06move EngineControls to their own folderBe