summaryrefslogtreecommitdiffstats
path: root/src/widget/wtracktableview.cpp
AgeCommit message (Expand)Author
2020-03-01Merge branch '2.2' of github.com:mixxxdj/mixxxJan Holthuis
2020-03-01Remove unnecessary const from (optional) RgbColor parametersJan Holthuis
2020-02-29Fix missing null pointer checkUwe Klotz
2020-02-29Fix missing null pointer checks and invalid assertionsUwe Klotz
2020-02-29Use RgbColor to PredefinedColorPointer conversion functionsJan Holthuis
2020-02-29Do not pass RgbColor/RgbColor::optional_t by referenceJan 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-29widget: Add ColorPalette support to WColorPickerJan Holthuis
2020-02-29Migrate hotcue color logic to mixxx::RgbColorJan Holthuis
2020-02-29Replace constants from cue.h and use them throughout codebaseJan Holthuis
2020-02-29Disable concurrent guessing of track cover art during testsUwe Klotz
2020-02-28Reorder constructor parametersFerran Pujol Camins
2020-02-28Remove PredefinedColorFerran Pujol Camins
2020-02-28Make Cue related code use QColor instead of PredefinedColorPointerFerran Pujol Camins
2020-02-28Merge branch 'master' into coverimagehashUwe Klotz
2020-02-28Extract guessing of cover art from CoverArtCacheUwe Klotz
2020-02-28Add conversion functions between RgbColor and various Qt typesUwe Klotz
2020-02-15Replace has_value() with explicit bool operatorJan Holthuis
2020-02-14widget/wtracktableview: Fix preselection if tracks have different colorsJan Holthuis
2020-02-14widget/wtracktableview: Simplify code by using mixxx::RgbColor::optionalJan Holthuis
2020-02-14widget/wtracktableview: Use *trackColor instead of trackColor.value()Jan Holthuis
2020-02-13widget/wtracktableview: Assign std::nullopt instead of using reset()Jan Holthuis
2020-02-13widget/wtracktableview: Use RgbColor::optional instead of optional_tJan Holthuis
2020-02-12widget/wtracktableview: Fix pre-selection of currently active track colorJan Holthuis
2020-02-12widget/wtracktableview: Update menu labels for BPM/ColorJan Holthuis
2020-02-12widget: Rename enum class to WColorPicker::ColorOptionJan Holthuis
2020-02-12widget/wtracktableview: Fix spacing and linebreaksJan Holthuis
2020-02-12widget: Use enum class for color picker optionsJan Holthuis
2020-02-12widget/wtracktableview: Use const to avoid copy-on-write in for-each loopJan Holthuis
2020-02-12widget/wcolorpickeraction: Do not hand out raw pointer to color pickerJan Holthuis
2020-02-11Use std::optional<RgbColor> for track colorsUwe Klotz
2020-02-11lp1100882: Add support for track colorsJan Holthuis
2020-01-29widget/wtracktableview: Use LIBRARYTABLE_BPM_LOCK instead of literalJan Holthuis
2020-01-17Merge pull request #2451 from Holzhaus/fix-updateselectioncrates-crashUwe Klotz
2020-01-17Use plain pointer instead of parented_ptr in lambdasUwe Klotz
2020-01-17widget/wtracktableview: Fix crash in updateSelectionCratesJan Holthuis
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2020-01-11widget/wtracktableview: Pass captured lambda parameters explicitlyJan Holthuis
2020-01-09widget/wtracktableview: Pass playlist id to lambda expression by valueJan Holthuis
2020-01-09Pass context object as third parameter to connect() callJan Holthuis
2020-01-09widget/wtracktableview: Replace m_samplerMapper with lambda expressionsJan Holthuis
2020-01-09widget/wtracktableview: Replace m_deckMapper with lambda expressionsJan Holthuis
2020-01-09widget/wtracktableview: Replace m_crateMapper with lambda expressionsJan Holthuis
2020-01-09widget/wtracktableview: Replace m_playlistMapper with lambda expressionsJan Holthuis
2020-01-09widget/wtracktableview: Remove unused QSignalMapperJan Holthuis
2020-01-09widget/wtracktableview: Replace m_BpmMapper with lambda expressionsJan Holthuis
2019-12-17Fix race condition when checking for external collectionsUwe Klotz
2019-12-15Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into dev_load_tracksUwe Klotz
2019-12-14Fix function callUwe Klotz