summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSanskar Bajpai <sanskarbajpai2907@gmail.com>2020-09-04 21:38:10 +0530
committerSanskar Bajpai <sanskarbajpai2907@gmail.com>2020-09-07 11:43:26 +0530
commit3dccf145b1a8aa0435fefa2ac1c61ceb5dc121c6 (patch)
tree8d1613391721196daa95e86d2ffa8df015ca9352 /res
parent445355d17184d8a98c90c293ab68931c7c3f9e35 (diff)
AutoDJ: Add Random Track Control to AutoDJ.
This commit introduces the Random Track Control to AutoDJ. It replaces add_random with add_random_track in the whole codebase, and changing the function names and QT class members to maintain consisistency.
Diffstat (limited to 'res')
-rw-r--r--res/skins/Deere/style.qss2
-rw-r--r--res/skins/LateNight/style_classic.qss2
-rw-r--r--res/skins/LateNight/style_palemoon.qss2
-rw-r--r--res/skins/Shade/style.qss2
-rw-r--r--res/skins/Tango/style.qss4
5 files changed, 6 insertions, 6 deletions
diff --git a/res/skins/Deere/style.qss b/res/skins/Deere/style.qss
index ee4d0f9cb7..88102dc6cd 100644
--- a/res/skins/Deere/style.qss
+++ b/res/skins/Deere/style.qss
@@ -640,7 +640,7 @@ QPushButton#pushButtonSkipNext:!enabled {
QPushButton#pushButtonShuffle {
image: url(skin:/icon/ic_autodj_shuffle.svg) no-repeat center center;
}
-QPushButton#pushButtonAddRandom {
+QPushButton#pushButtonAddRandomTrack {
image: url(skin:/icon/ic_autodj_addrandom.svg) no-repeat center center;
}
QPushButton#pushButtonRepeatPlaylist {
diff --git a/res/skins/LateNight/style_classic.qss b/res/skins/LateNight/style_classic.qss
index eba976152b..bb3bb96a70 100644
--- a/res/skins/LateNight/style_classic.qss
+++ b/res/skins/LateNight/style_classic.qss
@@ -1867,7 +1867,7 @@ QPushButton#pushButtonShuffle:enabled {
image: url(skin:/classic/buttons/btn__autodj_shuffle.svg) no-repeat center center;
}
-QPushButton#pushButtonAddRandom:enabled {
+QPushButton#pushButtonAddRandomTrack:enabled {
image: url(skin:/classic/buttons/btn__autodj_addrandom.svg) no-repeat center center;
}
diff --git a/res/skins/LateNight/style_palemoon.qss b/res/skins/LateNight/style_palemoon.qss
index dc2daefe10..e0797f6cf4 100644
--- a/res/skins/LateNight/style_palemoon.qss
+++ b/res/skins/LateNight/style_palemoon.qss
@@ -2302,7 +2302,7 @@ QPushButton#pushButtonShuffle:enabled {
image: url(skin:/palemoon/buttons/btn__autodj_shuffle.svg) no-repeat center center;
}
-QPushButton#pushButtonAddRandom:enabled {
+QPushButton#pushButtonAddRandomTrack:enabled {
image: url(skin:/palemoon/buttons/btn__autodj_addrandom.svg) no-repeat center center;
}
diff --git a/res/skins/Shade/style.qss b/res/skins/Shade/style.qss
index a483ea390f..b4550c2001 100644
--- a/res/skins/Shade/style.qss
+++ b/res/skins/Shade/style.qss
@@ -872,7 +872,7 @@ QPushButton#pushButtonSkipNext:!enabled {
QPushButton#pushButtonShuffle {
image: url(skin:/btn/btn_autodj_shuffle.svg) no-repeat center center;
}
-QPushButton#pushButtonAddRandom {
+QPushButton#pushButtonAddRandomTrack {
image: url(skin:/btn/btn_autodj_addrandom.svg) no-repeat center center;
}
QPushButton#pushButtonRepeatPlaylist {
diff --git a/res/skins/Tango/style.qss b/res/skins/Tango/style.qss
index 3395193975..8177e2da49 100644
--- a/res/skins/Tango/style.qss
+++ b/res/skins/Tango/style.qss
@@ -2689,7 +2689,7 @@ Library features and their buttons:
QPushButton#
DlgAutoDJ
QPushButton#pushButtonShuffle
- QPushButton#pushButtonAddRandom
+ QPushButton#pushButtonAddRandomTrack
QPushButton#pushButtonSkipNext
QPushButton#pushButtonFadeNow
QSpinBox#spinBoxTransition
@@ -2826,7 +2826,7 @@ QPushButton#pushButtonSkipNext:!enabled {
QPushButton#pushButtonShuffle {
image: url(skin:/buttons/btn_autodj_shuffle.svg) no-repeat center center;
}
-QPushButton#pushButtonAddRandom {
+QPushButton#pushButtonAddRandomTrack {
image: url(skin:/buttons/btn_autodj_addrandom.svg) no-repeat center center;
}
QPushButton#pushButtonRepeatPlaylist:!checked {