summaryrefslogtreecommitdiffstats
path: root/src/util
AgeCommit message (Expand)Author
2020-03-30Use new PCM audio property typesUwe Klotz
2020-03-30Add types for properties of PCM audio signals and streamsUwe Klotz
2020-03-24Merge pull request #2560 from daschuer/hotcue-rgb-colorsJan Holthuis
2020-03-21Fix nasty typo returning the wrong brightnessDaniel Schürmann
2020-03-16util/color/predefinedcolorpalettes: Add Serato DJ Intro Hotcue PaletteJan Holthuis
2020-03-16util/color/predefinedcolorpalettes: Add commentsJan Holthuis
2020-03-16preferences/colorpalettesettings: Read/Write hotcue indices from/to configJan Holthuis
2020-03-16util/color/predefinedcolorpalettes: Add Serato DJ Pro hotcue indicesJan Holthuis
2020-03-16util/color/colorpalette: Add support for special hotcue color indicesJan Holthuis
2020-03-16util/color/predefinedcolorpalettes: Add Serato DJ Pro/Lite Hotcue palettesJan Holthuis
2020-03-16util/color/colorpalette: Add additional predefined color palettesJan Holthuis
2020-03-11util/color/colorpalette: Return last color if color not in paletteJan Holthuis
2020-03-10util/color/colorpalette: Fix swapped green/blue hotcue palette colorsJan Holthuis
2020-03-09Merge branch 'master' of github.com:mixxxdj/mixxx into hotcue-rgb-colorsJan Holthuis
2020-03-07Use #FF8C00 instead of #FF8000 as "no color" replacementJan Holthuis
2020-03-06Use orange (not in palette) for "no color" schema migration and new cuesJan Holthuis
2020-03-06util/color/colorpalette: Add colorForHotcueIndex methodJan Holthuis
2020-03-06util/color/colorpalette: Use shorter initialization for color constexprsJan Holthuis
2020-03-04track/cue: Reuse default cue color constant from ColorPaletteJan Holthuis
2020-03-04util/color/colorpalette: Make class finalJan Holthuis
2020-03-03Add support for multiple named color palettesJan Holthuis
2020-03-02util/color/colorpalette: Simplify ColorPalette::previousColor modulo logicJan Holthuis
2020-03-02Merge branch 'master' into musicbrainzUwe Klotz
2020-03-01util/color/predefinedcolorsset: Return noColor only as fallbackJan Holthuis
2020-03-01util/color/predefinedcolorsset: Remove break after returnJan Holthuis
2020-03-01Make all single argument constructors explicitJan Holthuis
2020-03-01util/color/colorpalette: Add nextColor/previousColor methodsJan Holthuis
2020-03-01util/color/colorpalette: Make m_colorList privateJan Holthuis
2020-03-01util/color/colorpalette: Make sure that ColorPalette has at least 1 colorJan Holthuis
2020-03-01util/color/colorpalette: Enclose color consts in anonymous namespaceJan Holthuis
2020-02-29util/color/predefinedcolorsset: Add warning if no color was foundJan Holthuis
2020-02-29Use RgbColor to PredefinedColorPointer conversion functionsJan Holthuis
2020-02-29util/color/predefinedcolorsset: Add RgbColor conversion functionsJan Holthuis
2020-02-29preferences: Make HotcuePaletteSettings support other palette types, tooJan Holthuis
2020-02-29util/color: Remove obsolete hotcuecolorpalette.h fileJan Holthuis
2020-02-29color/colorpalette: Improve readability by adding names to constantsJan Holthuis
2020-02-29Migrate hotcue color logic to mixxx::RgbColorJan Holthuis
2020-02-28Rename some color related classesFerran Pujol Camins
2020-02-28Remove PredefinedColorFerran Pujol Camins
2020-02-28Remove PredefinedColors from controller scriptsFerran Pujol Camins
2020-02-28Remove PredefinedColorRepresentationFerran Pujol Camins
2020-02-28Make Cue related code use QColor instead of PredefinedColorPointerFerran Pujol Camins
2020-02-28Add tests for color config methodsFerran Pujol Camins
2020-02-28Create HotcueColorPalette classFerran Pujol Camins
2020-02-28Merge branch 'master' into musicbrainzUwe Klotz
2020-02-28Merge pull request #2518 from uklotzde/trackcolor-fixJan Holthuis
2020-02-28Align conversions from QVariant to RgbColorUwe Klotz
2020-02-28Use QRgb for color codesUwe Klotz
2020-02-28Add conversion functions between RgbColor and various Qt typesUwe Klotz
2020-02-27Use web task framework and fetch additional MusicBrainz metadataUwe Klotz