summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-01-28 14:07:40 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-02-11 16:47:50 +0100
commitc7daee81080b9a77109116f4432dd788d4e6a105 (patch)
tree40892704a765e70f1e543e6c94509da741c24d37 /build
parent4e26302009d085c8b6a047162f85055b9b8f3b06 (diff)
lp1100882: Add support for track colors
This adds a new column for color-coding tracks. Since opening a color picker when left-clicking a cell might be clunky and does now allow changing multiple tracks at once, a right-click context menu entry was used instead. Launchpad issue: https://bugs.launchpad.net/mixxx/+bug/1100882
Diffstat (limited to 'build')
-rw-r--r--build/depends.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/depends.py b/build/depends.py
index f558598ac9..4bf21b38d9 100644
--- a/build/depends.py
+++ b/build/depends.py
@@ -1110,6 +1110,7 @@ class MixxxCore(Feature):
"src/library/stareditor.cpp",
"src/library/bpmdelegate.cpp",
"src/library/previewbuttondelegate.cpp",
+ "src/library/colordelegate.cpp",
"src/library/coverartdelegate.cpp",
"src/library/locationdelegate.cpp",
"src/library/tableitemdelegate.cpp",