summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-07-24 14:50:18 +0200
committerGitHub <noreply@github.com>2020-07-24 14:50:18 +0200
commitb1b3eed96a6dc1d36f22ec57ebc40dad4bcac6e2 (patch)
tree4c17e289cb697e49442634e87868f9b7d7f9ad0e
parent2e5581e043ab2f1d7aa07d6bdb7fd3670a3582bc (diff)
parent81fa7cc79b3d73469321427fc8299bb13ff05a9b (diff)
Merge pull request #2945 from ronso0/tooltip-additions
Tooltips: additions & rephrasings
-rw-r--r--src/skin/tooltips.cpp45
1 files changed, 36 insertions, 9 deletions
diff --git a/src/skin/tooltips.cpp b/src/skin/tooltips.cpp
index af9cf37f2c..d1cadfb1af 100644
--- a/src/skin/tooltips.cpp
+++ b/src/skin/tooltips.cpp
@@ -27,6 +27,7 @@ QList<QString>& Tooltips::add(QString id) {
void Tooltips::addStandardTooltips() {
QString dropTracksHere = tr("Drop tracks from library, external file manager, or other decks/samplers here.");
QString dragItem = tr("Drag this item to other decks/samplers, to crates and playlist or to external file manager.");
+ QString trackMenu = tr("Right-click to open the track context menu.");
QString resetToDefault = tr("Reset to default value.");
QString leftClick = tr("Left-click");
QString rightClick = tr("Right-click");
@@ -70,6 +71,10 @@ void Tooltips::addStandardTooltips() {
<< dropTracksHere
<< tr("If Vinyl control is enabled, displays time-coded vinyl signal quality (see Preferences -> Vinyl Control).");
+ add("big_spinny_coverart")
+ << tr("Big Spinny/Cover Art")
+ << tr("Show a big version of the Spinny or track cover art if enabled.");
+
add("pregain")
<< tr("Gain")
<< tr("Adjusts the pre-fader gain of the track (to avoid clipping).")
@@ -242,10 +247,20 @@ void Tooltips::addStandardTooltips() {
<< tr("Cover Art")
<< tr("Show/hide Cover Art.");
+ add("show_library_coverart")
+ << tr("Cover Art")
+ << tr("Show/hide Cover Art of the selected track in the library.");
+
add("toggle_4decks")
<< tr("Toggle 4 Decks")
<< tr("Switches between showing 2 decks and 4 decks.");
+ add("show_waveforms")
+ << tr("Show/hide the scrolling waveforms");
+
+ add("show_beatgrid_controls")
+ << tr("Show/hide the beatgrid controls section");
+
add("show_library")
<< tr("Show Library")
<< tr("Show or hide the track library.");
@@ -256,12 +271,16 @@ void Tooltips::addStandardTooltips() {
add("maximize_library")
<< tr("Maximize Library")
- << tr("Maximize the track library to take up all the available screen space.");
+ << tr("Hide all skin sections except the decks to have more screen space for the track library.");
add("show_mixer")
<< tr("Toggle Mixer")
<< tr("Show or hide the mixer.");
+ add("show_vumeters")
+ << tr("Volume Meters")
+ << tr("Show/hide volume meters for channels and master output.");
+
add("microphone_volume")
<< tr("Microphone Volume")
<< tr("Adjusts the microphone volume.")
@@ -285,15 +304,17 @@ void Tooltips::addStandardTooltips() {
add("talkover_duck_mode")
<< tr("Microphone Talkover Mode")
<< tr("Off: Do not reduce music volume")
- << tr("Auto: Automatically reduce music volume when microphones are in use. Adjust the amount the music volume is reduced with the Strength knob.")
- << tr("Manual: Reduce music volume by a fixed amount set by the Strength knob.");
+ << tr("Auto: Automatically reduce music volume when microphone volume rises above threshold.")
+ << tr("Manual: Reduce music volume by a fixed amount set by the Strength knob.")
+ << tr("Adjust the amount the music volume is reduced with the Strength knob.");
add("talkover_duck_strength")
<< tr("Microphone Talkover Ducking Strength")
+ << tr("Adjust the amount the music volume is reduced with the Strength knob.")
<< tr("Behavior depends on Microphone Talkover Mode:")
<< tr("Off: Does nothing")
- << tr("Auto: Sets how much to reduce the music volume when microphones are in use.")
- << tr("Manual: Sets how much to reduce the music volume, regardless of volume of microphone inputs.");
+ << tr("Auto: Sets how much to reduce the music volume when the volume of active microphones rises above threshold.")
+ << tr("Manual: Sets how much to reduce the music volume, when talkover is activated regardless of volume of microphone inputs.");
QString changeAmount = tr("Change the step-size in the Preferences -> Interface menu.");
add("rate_perm_up_rate_perm_up_small")
@@ -715,7 +736,8 @@ void Tooltips::addStandardTooltips() {
add("track_time")
<< tr("Track Time")
<< tr("Displays the elapsed and/or remaining time of the track loaded.")
- << tr("Click to toggle between time elapsed/remaining time/both.");
+ << tr("Click to toggle between time elapsed/remaining time/both.")
+ << tr("Hint: Change the time format in Preferences -> Decks.");
add("track_duration")
<< tr("Track Duration")
@@ -727,19 +749,24 @@ void Tooltips::addStandardTooltips() {
<< tr("Displays the artist of the loaded track.")
<< trackTags
<< dropTracksHere
- << dragItem;
+ << dragItem
+ << trackMenu;
add("track_title")
<< tr("Track Title")
<< tr("Displays the title of the loaded track.")
<< trackTags
<< dropTracksHere
- << dragItem;
+ << dragItem
+ << trackMenu;
add("track_album")
<< tr("Track Album")
<< tr("Displays the album name of the loaded track.")
- << trackTags;
+ << trackTags
+ << dropTracksHere
+ << dragItem
+ << trackMenu;
add("track_key")
//: The musical key of a track