-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update mixxx (2.6.0.c49295.r61178b6243)
- Loading branch information
1 parent
8557ab2
commit bf4b2e5
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mixxx
updated
14 files
+1 −0 | res/skins/LateNight/controls/button_hotcue.xml | |
+4 −0 | res/skins/LateNight/skin.xml | |
+36 −0 | src/engine/controls/cuecontrol.cpp | |
+4 −0 | src/engine/controls/cuecontrol.h | |
+6 −1 | src/skin/legacy/tooltips.cpp | |
+11 −0 | src/track/cue.cpp | |
+2 −1 | src/track/cue.h | |
+39 −0 | src/track/track.cpp | |
+2 −1 | src/track/track.h | |
+12 −0 | src/util/db/dbid.h | |
+113 −8 | src/widget/whotcuebutton.cpp | |
+37 −2 | src/widget/whotcuebutton.h | |
+7 −2 | src/widget/wpushbutton.cpp | |
+2 −0 | src/widget/wpushbutton.h |