summaryrefslogtreecommitdiffstats
path: root/src/preferences
AgeCommit message (Expand)Author
2020-03-25EOF newline error fixketan-lambat
2020-03-24Preferences: LeftNavPane width adjustable; bug fixedketan-lambat
2020-03-21preferences/colorpaletteeditor: Fix missing connection for Reset buttonJan Holthuis
2020-03-20preferences/colorpaletteeditor: Pass m_pTableView to modelJan Holthuis
2020-03-20Revert "preferences/colorpaletteeditor: Don't use parented_ptr for model"Jan Holthuis
2020-03-19preferences/colorpaletteeditor: Don't use parented_ptr for modelJan Holthuis
2020-03-19preferences/colorpalettesettings: Print debug message when skipping writeJan Holthuis
2020-03-19preferences/colorpaletteeditor: Improve widget initializationJan Holthuis
2020-03-19preferences/dialog/dlgprefcolors: Fixed name and constness of config ptrJan Holthuis
2020-03-19preferences/colorpalettesettings: Use range-based for loopsJan Holthuis
2020-03-19preferences/colorpaletteeditormodel: Make isDirty/isEmpty constJan Holthuis
2020-03-17preferences/colorpaletteeditor(model): Add class comments to headersJan Holthuis
2020-03-17preferences/colorpaletteeditor: Replace foreach() with for (x : y)Jan Holthuis
2020-03-17preferences/colorpaletteeditor: Move lambda functions to private slotsJan Holthuis
2020-03-16preferences/colorpaletteeditor: Use nicer buttonsJan Holthuis
2020-03-16preferences/colorpaletteeditor: Improve button update codeJan Holthuis
2020-03-16preferences/colorpaletteeditormodel: Remove unused functionJan Holthuis
2020-03-16preferences/colorpaletteeditor: Get rid of ColorPaletteEditorTableViewJan Holthuis
2020-03-16preferences/colorpaletteeditor: Add support for hotcue color indicesJan Holthuis
2020-03-16preferences/colorpalettesettings: Read/Write hotcue indices from/to configJan Holthuis
2020-03-16preferences/colorpalettesettings: Fix loading predefined color palettesJan Holthuis
2020-03-16preferences: Add Color Palette EditorJan Holthuis
2020-03-16preferences/dialog: Move auto_hotcue_colors from deck to colors pageJan Holthuis
2020-03-16preferences/dialog/dlgprefcolors: Show custom palettes in comboboxesJan Holthuis
2020-03-16preferences: Add colors dialog to preferences menuJan Holthuis
2020-03-16util/color/colorpalette: Add additional predefined color palettesJan Holthuis
2020-03-16preferences/colorpalettesettings: Prevent built-in palette name collisionsJan Holthuis
2020-03-15preferences/colorpalettesettings: Move keyForIndex into anon namespaceJan Holthuis
2020-03-15preferences/colorpalettesettings: Make some methods constJan Holthuis
2020-03-15preferences/configobject: Make getKeysWithGroup() constJan Holthuis
2020-03-14preferences/colorpalettesettings: Prevent setting empty color palettesJan Holthuis
2020-03-14preferences/colorpalettesettings: Use StringBuilder for group namesJan Holthuis
2020-03-14preferences/colorpalettesettings: Use QStringLiteral for regexJan Holthuis
2020-03-11preferences/colorpalettesettings: Remove leftover qWarning() statementJan Holthuis
2020-03-06preferences/colorpalettesettings: Replace maxDigits with numDigitsJan Holthuis
2020-03-06preferences/colorpalettesettings: Fix order of palettes with >=10 colorsJan Holthuis
2020-03-04preferences/configobject: Remove key if color value is not setJan Holthuis
2020-03-04preferences/colorpalettesettings: Use constant for fallback colorJan Holthuis
2020-03-03Add support for multiple named color palettesJan Holthuis
2020-03-02preferences/colorpalettesettings: Move group constans into anon namespaceJan Holthuis
2020-03-01Make all single argument constructors explicitJan Holthuis
2020-03-01preferences/colorpalettesettings: Do not access m_colorList directlyJan Holthuis
2020-02-29preferences/configobject: Use RgbColor conversion functionsJan Holthuis
2020-02-29preferences/configobject: Replace mixxx::RgbColor::optional_t with optionalJan Holthuis
2020-02-29util/color/colorpalette: Add support for a dedicated track color paletteJan Holthuis
2020-02-29preferences: Make HotcuePaletteSettings support other palette types, tooJan Holthuis
2020-02-29Use *value instead of value.value() for std::optionalJan Holthuis
2020-02-29Migrate hotcue color logic to mixxx::RgbColorJan Holthuis
2020-02-28Rename some color related classesFerran Pujol Camins
2020-02-28Avoid constructing HotcueColorPaletteSettings every time its usedFerran Pujol Camins