diff options
| -rw-r--r-- | src/stylesheets/Paper Automata.qss | 36 | ||||
| -rw-r--r-- | src/stylesheets/Paper Dark by 6788.qss | 34 | ||||
| -rw-r--r-- | src/stylesheets/Paper Light by 6788.qss | 36 | ||||
| -rw-r--r-- | src/tutorials/tutorial_firststeps_main.js | 10 | ||||
| -rw-r--r-- | src/tutorials/tutorial_primer_main.js | 2 |
5 files changed, 59 insertions, 59 deletions
diff --git a/src/stylesheets/Paper Automata.qss b/src/stylesheets/Paper Automata.qss index 3c20e940..d72aa7e2 100644 --- a/src/stylesheets/Paper Automata.qss +++ b/src/stylesheets/Paper Automata.qss @@ -4,8 +4,8 @@ /* Color Palette */ /* Background - Main | #CDC8B0 */ /* Background - Content | #DAD4BB */ -/* Hover | #B4AF9A */ -/* Selected | #4E4B42 */ +/* Hover | #B4AF9A */ +/* Selected | #4E4B42 */ /* Accent | #CD664D */ /* All */ @@ -145,7 +145,7 @@ QToolButton QMenu { qproperty-icon: url(./Paper/Automata/Toolbar/settings.svg); } -#actionProblems { +#actionNotifications { qproperty-icon: url(./Paper/Automata/Toolbar/problems.svg); } @@ -508,7 +508,7 @@ QScrollBar::add-line:vertical { } QScrollBar::sub-line:vertical { - /* scroll up button */ + /* scroll up button */ background: #B4AF9A; image: url(./Paper/Automata/Arrows/up.svg); height: 23px; @@ -521,29 +521,29 @@ QScrollBar::sub-line:vertical { /* Combined */ -QScrollBar::handle:horizontal:hover, +QScrollBar::handle:horizontal:hover, QScrollBar::handle:vertical:hover, -QScrollBar::add-line:horizontal:hover, -QScrollBar::sub-line:horizontal:hover, -QScrollBar::add-line:vertical:hover, +QScrollBar::add-line:horizontal:hover, +QScrollBar::sub-line:horizontal:hover, +QScrollBar::add-line:vertical:hover, QScrollBar::sub-line:vertical:hover { /* buttons and handles when moused-over */ background: #B4AF9A; } -QScrollBar::handle:horizontal:pressed, +QScrollBar::handle:horizontal:pressed, QScrollBar::handle:vertical:pressed, -QScrollBar::add-line:horizontal:pressed, -QScrollBar::sub-line:horizontal:pressed, -QScrollBar::add-line:vertical:pressed, +QScrollBar::add-line:horizontal:pressed, +QScrollBar::sub-line:horizontal:pressed, +QScrollBar::add-line:vertical:pressed, QScrollBar::sub-line:vertical:pressed { /* buttons and handles when clicked */ background: #4E4B42; } -QScrollBar::add-page:horizontal, -QScrollBar::sub-page:horizontal, -QScrollBar::add-page:vertical, +QScrollBar::add-page:horizontal, +QScrollBar::sub-page:horizontal, +QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { /* area on scroll bars where clicking it scrolls to where you clicked */ background: transparent; @@ -897,8 +897,8 @@ DownloadListWidget { background: #DAD4BB; } -DownloadListWidget QFrame, -DownloadListWidgetCompact, +DownloadListWidget QFrame, +DownloadListWidgetCompact, DownloadListWidgetCompact QLabel { /* an entry on the Downloads tab */ background: #DAD4BB; @@ -914,7 +914,7 @@ DownloadListWidget#frame { color: none; } -DownloadListWidgetCompact, +DownloadListWidgetCompact, DownloadListWidgetCompact QLabel { /* an entry on the Downloads tab */ background: #DAD4BB; diff --git a/src/stylesheets/Paper Dark by 6788.qss b/src/stylesheets/Paper Dark by 6788.qss index 9b07e3fb..9abd8086 100644 --- a/src/stylesheets/Paper Dark by 6788.qss +++ b/src/stylesheets/Paper Dark by 6788.qss @@ -24,7 +24,7 @@ QWidget { } QWidget:disabled { - /* disabled parts of the window like the update button when there are no updates */ + /* disabled parts of the window like the update button when there are no updates */ background: #242424; color: #808080; } @@ -133,7 +133,7 @@ QToolButton:menu-indicator { qproperty-icon: url(./Paper/Dark/Toolbar/settings.svg); } -#actionProblems { +#actionNotifications { qproperty-icon: url(./Paper/Dark/Toolbar/problems.svg); } @@ -494,7 +494,7 @@ QScrollBar::add-line:vertical { } QScrollBar::sub-line:vertical { - /* scroll up button */ + /* scroll up button */ background: #141414; image: url(./Paper/Dark/Arrows/up.svg); height: 23px; @@ -507,29 +507,29 @@ QScrollBar::sub-line:vertical { /* Combined */ -QScrollBar::handle:horizontal:hover, +QScrollBar::handle:horizontal:hover, QScrollBar::handle:vertical:hover, -QScrollBar::add-line:horizontal:hover, -QScrollBar::sub-line:horizontal:hover, -QScrollBar::add-line:vertical:hover, +QScrollBar::add-line:horizontal:hover, +QScrollBar::sub-line:horizontal:hover, +QScrollBar::add-line:vertical:hover, QScrollBar::sub-line:vertical:hover { /* buttons and handles when moused-over */ background: #006868; } -QScrollBar::handle:horizontal:pressed, +QScrollBar::handle:horizontal:pressed, QScrollBar::handle:vertical:pressed, -QScrollBar::add-line:horizontal:pressed, -QScrollBar::sub-line:horizontal:pressed, -QScrollBar::add-line:vertical:pressed, +QScrollBar::add-line:horizontal:pressed, +QScrollBar::sub-line:horizontal:pressed, +QScrollBar::add-line:vertical:pressed, QScrollBar::sub-line:vertical:pressed { /* buttons and handles when clicked */ background: #006868; } -QScrollBar::add-page:horizontal, -QScrollBar::sub-page:horizontal, -QScrollBar::add-page:vertical, +QScrollBar::add-page:horizontal, +QScrollBar::sub-page:horizontal, +QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { /* area on scroll bars where clicking it scrolls to where you clicked */ background: transparent; @@ -911,8 +911,8 @@ QSlider::handle:hover { background: #141414; } -DownloadListWidget QFrame, -DownloadListWidgetCompact, +DownloadListWidget QFrame, +DownloadListWidgetCompact, DownloadListWidgetCompact QLabel { /* an entry on the Downloads tab */ background: #141414; @@ -928,7 +928,7 @@ DownloadListWidget#frame { color: none; } -DownloadListWidgetCompact, +DownloadListWidgetCompact, DownloadListWidgetCompact QLabel { /* an entry on the Downloads tab in Compact View */ background: #141414; diff --git a/src/stylesheets/Paper Light by 6788.qss b/src/stylesheets/Paper Light by 6788.qss index d78c26ea..4aad55a8 100644 --- a/src/stylesheets/Paper Light by 6788.qss +++ b/src/stylesheets/Paper Light by 6788.qss @@ -24,7 +24,7 @@ QWidget { } QWidget:disabled { - /* disabled parts of the window like the update button when there are no updates */ + /* disabled parts of the window like the update button when there are no updates */ background: #EBEBEB; color: #808080; } @@ -132,7 +132,7 @@ QToolButton:menu-indicator { qproperty-icon: url(./Paper/Light/Toolbar/settings.svg); } -#actionProblems { +#actionNotifications { qproperty-icon: url(./Paper/Light/Toolbar/problems.svg); } @@ -497,7 +497,7 @@ QScrollBar::add-line:vertical { } QScrollBar::sub-line:vertical { - /* scroll up button */ + /* scroll up button */ background: #FFFFFF; image: url(./Paper/Light/Arrows/up.svg); height: 23px; @@ -510,29 +510,29 @@ QScrollBar::sub-line:vertical { /* Combined */ -QScrollBar::handle:horizontal:hover, +QScrollBar::handle:horizontal:hover, QScrollBar::handle:vertical:hover, -QScrollBar::add-line:horizontal:hover, -QScrollBar::sub-line:horizontal:hover, -QScrollBar::add-line:vertical:hover, +QScrollBar::add-line:horizontal:hover, +QScrollBar::sub-line:horizontal:hover, +QScrollBar::add-line:vertical:hover, QScrollBar::sub-line:vertical:hover { /* buttons and handles when moused-over */ background: #008484; } -QScrollBar::handle:horizontal:pressed, +QScrollBar::handle:horizontal:pressed, QScrollBar::handle:vertical:pressed, -QScrollBar::add-line:horizontal:pressed, -QScrollBar::sub-line:horizontal:pressed, -QScrollBar::add-line:vertical:pressed, +QScrollBar::add-line:horizontal:pressed, +QScrollBar::sub-line:horizontal:pressed, +QScrollBar::add-line:vertical:pressed, QScrollBar::sub-line:vertical:pressed { /* buttons and handles when clicked */ background: #008484; } -QScrollBar::add-page:horizontal, -QScrollBar::sub-page:horizontal, -QScrollBar::add-page:vertical, +QScrollBar::add-page:horizontal, +QScrollBar::sub-page:horizontal, +QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { /* area on scroll bars where clicking it scrolls to where you clicked */ background: transparent; @@ -918,8 +918,8 @@ QSlider::handle:hover { background: #FFFFFF; } -DownloadListWidget QFrame, -DownloadListWidgetCompact, +DownloadListWidget QFrame, +DownloadListWidgetCompact, DownloadListWidgetCompact QLabel { /* an entry on the Downloads tab */ background: #FFFFFF; @@ -935,7 +935,7 @@ DownloadListWidget #frame { color: none; } -DownloadListWidgetCompact, +DownloadListWidgetCompact, DownloadListWidgetCompact QLabel { /* an entry on the Downloads tab in Compacts View*/ background: #FFFFFF; @@ -992,4 +992,4 @@ QProgressBar[downloadView=standard] { #activeModslabel, #activePluginsLabel { /* Increase the left margin of the counters */ padding-left: 6px; -}
\ No newline at end of file +} diff --git a/src/tutorials/tutorial_firststeps_main.js b/src/tutorials/tutorial_firststeps_main.js index c47b5c0d..ee97766b 100644 --- a/src/tutorials/tutorial_firststeps_main.js +++ b/src/tutorials/tutorial_firststeps_main.js @@ -14,12 +14,12 @@ function getTutorialSteps() },
function() {
- tutorial.text = qsTr("The highlighted button provides hints on solving problems MO recognized automatically.")
- if (tutorialControl.waitForAction("actionProblems")) {
- tutorial.text += qsTr("\nThere IS a problem now but you may want to hold off on fixing it until after completing the tutorial.")
- highlightAction("actionProblems", true)
+ tutorial.text = qsTr("The highlighted button provides hints on solving potential problems MO recognized automatically.")
+ if (tutorialControl.waitForAction("actionNotifications")) {
+ tutorial.text += qsTr("\nThere IS a notification now but you may want to hold off on clearing it until after completing the tutorial.")
+ highlightAction("actionNotifications", true)
} else {
- highlightAction("actionProblems", false)
+ highlightAction("actionNotifications", false)
waitForClick()
}
},
diff --git a/src/tutorials/tutorial_primer_main.js b/src/tutorials/tutorial_primer_main.js index 5d5597c1..5af99237 100644 --- a/src/tutorials/tutorial_primer_main.js +++ b/src/tutorials/tutorial_primer_main.js @@ -81,7 +81,7 @@ function setupTooptips() { tooltipWidget("logList", qsTr("Log messages produced by MO. Please note that messages with a light bulb usually don't require your attention."))
tooltipAction("actionSettings", qsTr("Configure Mod Organizer."))
- tooltipAction("actionProblems", qsTr("Reports potential Problems about the current setup."))
+ tooltipAction("actionNotifications", qsTr("Notifications about the current setup."))
tooltipAction("actionUpdate", qsTr("Activates if there is an update for MO. Please note that if, for any reason, MO can't communicate with NMM, this will not work either."))
switch (manager.findControl("tabWidget").currentIndex) {
|
