aboutsummaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-05-10 11:33:11 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-05-10 11:33:11 +0000
commit1e84a42e98b09faf10f2257b313772d0b8a99d41 (patch)
tree56b436a113177b19e173d2aac9ede82cdc39ef40 /src/ui
parent736070f8e9a05845e4d7076a8c2293c21f57b134 (diff)
downloadqmmp-1e84a42e98b09faf10f2257b313772d0b8a99d41.tar.gz
qmmp-1e84a42e98b09faf10f2257b313772d0b8a99d41.tar.bz2
qmmp-1e84a42e98b09faf10f2257b313772d0b8a99d41.zip
fixed 'jump to' dialog layout
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1729 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/forms/jumptotrackdialog.ui94
-rw-r--r--src/ui/jumptotrackdialog.cpp7
-rw-r--r--src/ui/jumptotrackdialog.h3
-rw-r--r--src/ui/translations/qmmp_cs.ts89
-rw-r--r--src/ui/translations/qmmp_de.ts89
-rw-r--r--src/ui/translations/qmmp_hu.ts89
-rw-r--r--src/ui/translations/qmmp_it.ts89
-rw-r--r--src/ui/translations/qmmp_lt.ts89
-rw-r--r--src/ui/translations/qmmp_pl_PL.ts89
-rw-r--r--src/ui/translations/qmmp_pt_BR.ts89
-rw-r--r--src/ui/translations/qmmp_ru.ts89
-rw-r--r--src/ui/translations/qmmp_tr.ts89
-rw-r--r--src/ui/translations/qmmp_uk_UA.ts89
-rw-r--r--src/ui/translations/qmmp_zh_CN.ts89
-rw-r--r--src/ui/translations/qmmp_zh_TW.ts89
15 files changed, 568 insertions, 604 deletions
diff --git a/src/ui/forms/jumptotrackdialog.ui b/src/ui/forms/jumptotrackdialog.ui
index bcb203ed7..7f94a2845 100644
--- a/src/ui/forms/jumptotrackdialog.ui
+++ b/src/ui/forms/jumptotrackdialog.ui
@@ -13,16 +13,10 @@
<property name="windowTitle">
<string>Jump To Track</string>
</property>
- <layout class="QVBoxLayout">
- <property name="spacing">
- <number>6</number>
- </property>
+ <layout class="QVBoxLayout" name="verticalLayout">
<property name="leftMargin">
<number>6</number>
</property>
- <property name="topMargin">
- <number>9</number>
- </property>
<property name="rightMargin">
<number>6</number>
</property>
@@ -63,28 +57,15 @@
</widget>
</item>
<item>
- <layout class="QHBoxLayout">
- <property name="spacing">
- <number>6</number>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <item>
- <spacer>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
+ <layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="queuePushButton">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
<property name="text">
<string>Queue</string>
</property>
@@ -92,6 +73,12 @@
</item>
<item>
<widget class="QPushButton" name="refreshPushButton">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
<property name="text">
<string>Refresh</string>
</property>
@@ -99,15 +86,43 @@
</item>
<item>
<widget class="QPushButton" name="jumpToPushButton">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
<property name="text">
<string>Jump To</string>
</property>
</widget>
</item>
<item>
- <widget class="QPushButton" name="closePushButton">
- <property name="text">
- <string>Close</string>
+ <spacer>
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeType">
+ <enum>QSizePolicy::MinimumExpanding</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QDialogButtonBox" name="buttonBox">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="standardButtons">
+ <set>QDialogButtonBox::Close</set>
</property>
</widget>
</item>
@@ -116,5 +131,22 @@
</layout>
</widget>
<resources/>
- <connections/>
+ <connections>
+ <connection>
+ <sender>buttonBox</sender>
+ <signal>rejected()</signal>
+ <receiver>JumpToTrackDialog</receiver>
+ <slot>hide()</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>457</x>
+ <y>294</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>481</x>
+ <y>279</y>
+ </hint>
+ </hints>
+ </connection>
+ </connections>
</ui>
diff --git a/src/ui/jumptotrackdialog.cpp b/src/ui/jumptotrackdialog.cpp
index aaa959630..d9df0bb75 100644
--- a/src/ui/jumptotrackdialog.cpp
+++ b/src/ui/jumptotrackdialog.cpp
@@ -62,19 +62,12 @@ JumpToTrackDialog::JumpToTrackDialog(PlayListManager *manager, QWidget* parent)
//setup icons
refreshPushButton->setIcon(QIcon::fromTheme("view-refresh"));
jumpToPushButton->setIcon(QIcon::fromTheme("go-top"));
- closePushButton->setIcon(QIcon::fromTheme("window-close"));
}
JumpToTrackDialog::~JumpToTrackDialog()
{
}
-
-void JumpToTrackDialog::on_closePushButton_clicked()
-{
- hide();
-}
-
void JumpToTrackDialog::on_refreshPushButton_clicked()
{
refresh();
diff --git a/src/ui/jumptotrackdialog.h b/src/ui/jumptotrackdialog.h
index 56f95a177..36186d72c 100644
--- a/src/ui/jumptotrackdialog.h
+++ b/src/ui/jumptotrackdialog.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2007-2008 by Ilya Kotov *
+ * Copyright (C) 2007-2010 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -41,7 +41,6 @@ public:
void refresh();
protected slots:
- void on_closePushButton_clicked();
void on_refreshPushButton_clicked();
void on_queuePushButton_clicked();
void on_jumpToPushButton_clicked();
diff --git a/src/ui/translations/qmmp_cs.ts b/src/ui/translations/qmmp_cs.ts
index d5765da0d..35fb2ca6c 100644
--- a/src/ui/translations/qmmp_cs.ts
+++ b/src/ui/translations/qmmp_cs.ts
@@ -732,15 +732,15 @@
<translation>F5</translation>
</message>
<message>
- <location filename="../jumptotrackdialog.cpp" line="91"/>
- <location filename="../jumptotrackdialog.cpp" line="142"/>
+ <location filename="../jumptotrackdialog.cpp" line="84"/>
+ <location filename="../jumptotrackdialog.cpp" line="135"/>
<source>Unqueue</source>
<translation>Vyřadit</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="89"/>
- <location filename="../jumptotrackdialog.cpp" line="93"/>
- <location filename="../jumptotrackdialog.cpp" line="144"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="70"/>
+ <location filename="../jumptotrackdialog.cpp" line="86"/>
+ <location filename="../jumptotrackdialog.cpp" line="137"/>
<source>Queue</source>
<translation>Zařadit</translation>
</message>
@@ -750,25 +750,20 @@
<translation>Přeskočit na skladbu</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="43"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="37"/>
<source>Filter</source>
<translation>Filtr</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="96"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="83"/>
<source>Refresh</source>
<translation>Načíst znovu</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="103"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="96"/>
<source>Jump To</source>
<translation>Přeskočit na</translation>
</message>
- <message>
- <location filename="../forms/jumptotrackdialog.ui" line="110"/>
- <source>Close</source>
- <translation>Zavřít</translation>
- </message>
</context>
<context>
<name>MainDisplay</name>
@@ -969,168 +964,168 @@
<context>
<name>MainWindow</name>
<message>
- <location filename="../mainwindow.cpp" line="267"/>
+ <location filename="../mainwindow.cpp" line="264"/>
<source>Choose a directory</source>
<translation>Výběr adresáře</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="278"/>
+ <location filename="../mainwindow.cpp" line="275"/>
<source>Select one or more files to open</source>
<translation>Vyberte jeden či více souborů k otevření</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="415"/>
+ <location filename="../mainwindow.cpp" line="412"/>
<source>&amp;Play</source>
<translation>Pře&amp;hrát</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="416"/>
+ <location filename="../mainwindow.cpp" line="413"/>
<source>X</source>
<translation>X</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="417"/>
+ <location filename="../mainwindow.cpp" line="414"/>
<source>&amp;Pause</source>
<translation>Pau&amp;za</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="418"/>
+ <location filename="../mainwindow.cpp" line="415"/>
<source>C</source>
<translation>C</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="419"/>
+ <location filename="../mainwindow.cpp" line="416"/>
<source>&amp;Stop</source>
<translation>&amp;Stop</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="420"/>
+ <location filename="../mainwindow.cpp" line="417"/>
<source>V</source>
<translation>V</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="421"/>
+ <location filename="../mainwindow.cpp" line="418"/>
<source>&amp;Previous</source>
<translation>&amp;Předchozí</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="422"/>
+ <location filename="../mainwindow.cpp" line="419"/>
<source>Z</source>
<translation>Z</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="423"/>
+ <location filename="../mainwindow.cpp" line="420"/>
<source>&amp;Next</source>
<translation>&amp;Další</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="424"/>
+ <location filename="../mainwindow.cpp" line="421"/>
<source>B</source>
<translation>B</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="443"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>&amp;Jump To File</source>
<translation>Přeskočit na soubo&amp;r</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="444"/>
+ <location filename="../mainwindow.cpp" line="441"/>
<source>J</source>
<translation>J</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="450"/>
+ <location filename="../mainwindow.cpp" line="447"/>
<source>&amp;Settings</source>
<translation>&amp;Nastavení</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="451"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Ctrl+P</source>
<translation>Ctrl+P</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="453"/>
+ <location filename="../mainwindow.cpp" line="450"/>
<source>&amp;About</source>
<translation>O &amp;aplikaci</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="457"/>
+ <location filename="../mainwindow.cpp" line="454"/>
<source>&amp;Exit</source>
<translation>U&amp;končit</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="458"/>
+ <location filename="../mainwindow.cpp" line="455"/>
<source>Ctrl+Q</source>
<translation>Ctrl+Q</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="492"/>
- <location filename="../mainwindow.cpp" line="518"/>
+ <location filename="../mainwindow.cpp" line="489"/>
+ <location filename="../mainwindow.cpp" line="515"/>
<source>Playlist Files</source>
<translation>Seznamy skladeb</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="494"/>
+ <location filename="../mainwindow.cpp" line="491"/>
<source>Open Playlist</source>
<translation>Načíst seznam skladeb</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="516"/>
<source>Save Playlist</source>
<translation>Uložit seznam skladeb</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="425"/>
+ <location filename="../mainwindow.cpp" line="422"/>
<source>Space</source>
<translation>Mezerník</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="454"/>
+ <location filename="../mainwindow.cpp" line="451"/>
<source>&amp;About Qt</source>
<translation>O knihovně &amp;Qt</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="425"/>
+ <location filename="../mainwindow.cpp" line="422"/>
<source>&amp;Play/Pause</source>
<translation>&amp;Přehrát/Pauza</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="273"/>
+ <location filename="../mainwindow.cpp" line="270"/>
<source>All Supported Bitstreams</source>
<translation>Všechny podporované formáty</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="428"/>
+ <location filename="../mainwindow.cpp" line="425"/>
<source>&amp;Repeat Track</source>
<translation>&amp;Opakovat stopu</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="429"/>
+ <location filename="../mainwindow.cpp" line="426"/>
<source>&amp;Shuffle</source>
<translation>Za&amp;míchat</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="430"/>
<source>R</source>
<translation>O</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="434"/>
+ <location filename="../mainwindow.cpp" line="431"/>
<source>Ctrl+R</source>
<translation>Ctrl+R</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="435"/>
+ <location filename="../mainwindow.cpp" line="432"/>
<source>S</source>
<translation>M</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="427"/>
+ <location filename="../mainwindow.cpp" line="424"/>
<source>&amp;Repeat Playlist</source>
<translation>&amp;Opakovat seznam skladeb</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="448"/>
+ <location filename="../mainwindow.cpp" line="445"/>
<source>Tools</source>
<translation>Nástroje</translation>
</message>
diff --git a/src/ui/translations/qmmp_de.ts b/src/ui/translations/qmmp_de.ts
index 32996809c..4a886d480 100644
--- a/src/ui/translations/qmmp_de.ts
+++ b/src/ui/translations/qmmp_de.ts
@@ -732,15 +732,15 @@
<translation>F5</translation>
</message>
<message>
- <location filename="../jumptotrackdialog.cpp" line="91"/>
- <location filename="../jumptotrackdialog.cpp" line="142"/>
+ <location filename="../jumptotrackdialog.cpp" line="84"/>
+ <location filename="../jumptotrackdialog.cpp" line="135"/>
<source>Unqueue</source>
<translation>Aus Warteschlange entfernen</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="89"/>
- <location filename="../jumptotrackdialog.cpp" line="93"/>
- <location filename="../jumptotrackdialog.cpp" line="144"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="70"/>
+ <location filename="../jumptotrackdialog.cpp" line="86"/>
+ <location filename="../jumptotrackdialog.cpp" line="137"/>
<source>Queue</source>
<translation>In Warteschlange</translation>
</message>
@@ -750,25 +750,20 @@
<translation>Springe zu Titel</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="43"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="37"/>
<source>Filter</source>
<translation>Filter</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="96"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="83"/>
<source>Refresh</source>
<translation>Aktualisieren</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="103"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="96"/>
<source>Jump To</source>
<translation>Springe zu</translation>
</message>
- <message>
- <location filename="../forms/jumptotrackdialog.ui" line="110"/>
- <source>Close</source>
- <translation>Schließen</translation>
- </message>
</context>
<context>
<name>MainDisplay</name>
@@ -969,168 +964,168 @@
<context>
<name>MainWindow</name>
<message>
- <location filename="../mainwindow.cpp" line="267"/>
+ <location filename="../mainwindow.cpp" line="264"/>
<source>Choose a directory</source>
<translation>Verzeichnis wählen</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="278"/>
+ <location filename="../mainwindow.cpp" line="275"/>
<source>Select one or more files to open</source>
<translation>Dateien hinzufügen</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="415"/>
+ <location filename="../mainwindow.cpp" line="412"/>
<source>&amp;Play</source>
<translation>&amp;Wiedergabe</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="416"/>
+ <location filename="../mainwindow.cpp" line="413"/>
<source>X</source>
<translation>X</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="417"/>
+ <location filename="../mainwindow.cpp" line="414"/>
<source>&amp;Pause</source>
<translation>&amp;Pause</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="418"/>
+ <location filename="../mainwindow.cpp" line="415"/>
<source>C</source>
<translation>C</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="419"/>
+ <location filename="../mainwindow.cpp" line="416"/>
<source>&amp;Stop</source>
<translation>&amp;Stopp</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="420"/>
+ <location filename="../mainwindow.cpp" line="417"/>
<source>V</source>
<translation>V</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="421"/>
+ <location filename="../mainwindow.cpp" line="418"/>
<source>&amp;Previous</source>
<translation>&amp;Vorheriger Titel</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="422"/>
+ <location filename="../mainwindow.cpp" line="419"/>
<source>Z</source>
<translation>Z</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="423"/>
+ <location filename="../mainwindow.cpp" line="420"/>
<source>&amp;Next</source>
<translation>&amp;Nächster Titel</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="424"/>
+ <location filename="../mainwindow.cpp" line="421"/>
<source>B</source>
<translation>B</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="443"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>&amp;Jump To File</source>
<translation>Springe zu &amp;Titel</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="444"/>
+ <location filename="../mainwindow.cpp" line="441"/>
<source>J</source>
<translation>J</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="450"/>
+ <location filename="../mainwindow.cpp" line="447"/>
<source>&amp;Settings</source>
<translation>&amp;Einstellungen</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="451"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Ctrl+P</source>
<translation>Strg+P</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="453"/>
+ <location filename="../mainwindow.cpp" line="450"/>
<source>&amp;About</source>
<translation>Ü&amp;ber</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="457"/>
+ <location filename="../mainwindow.cpp" line="454"/>
<source>&amp;Exit</source>
<translation>Be&amp;enden</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="458"/>
+ <location filename="../mainwindow.cpp" line="455"/>
<source>Ctrl+Q</source>
<translation>Strg+Q</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="492"/>
- <location filename="../mainwindow.cpp" line="518"/>
+ <location filename="../mainwindow.cpp" line="489"/>
+ <location filename="../mainwindow.cpp" line="515"/>
<source>Playlist Files</source>
<translation>Wiedergabelisten</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="494"/>
+ <location filename="../mainwindow.cpp" line="491"/>
<source>Open Playlist</source>
<translation>Wiedergabeliste öffnen</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="516"/>
<source>Save Playlist</source>
<translation>Wiedergabeliste speichern</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="425"/>
+ <location filename="../mainwindow.cpp" line="422"/>
<source>Space</source>
<translation>Leertaste</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="454"/>
+ <location filename="../mainwindow.cpp" line="451"/>
<source>&amp;About Qt</source>
<translation>Übe&amp;r Qt</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="425"/>
+ <location filename="../mainwindow.cpp" line="422"/>
<source>&amp;Play/Pause</source>
<translation>Wieder&amp;gabe/Pause</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="273"/>
+ <location filename="../mainwindow.cpp" line="270"/>
<source>All Supported Bitstreams</source>
<translation>Alle unterstützten Formate</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="428"/>
+ <location filename="../mainwindow.cpp" line="425"/>
<source>&amp;Repeat Track</source>
<translation>Tite&amp;l wiederholen</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="429"/>
+ <location filename="../mainwindow.cpp" line="426"/>
<source>&amp;Shuffle</source>
<translation>&amp;Zufallswiedergabe</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="430"/>
<source>R</source>
<translation>R</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="434"/>
+ <location filename="../mainwindow.cpp" line="431"/>
<source>Ctrl+R</source>
<translation>Strg+R</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="435"/>
+ <location filename="../mainwindow.cpp" line="432"/>
<source>S</source>
<translation>S</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="427"/>
+ <location filename="../mainwindow.cpp" line="424"/>
<source>&amp;Repeat Playlist</source>
<translation>W&amp;iedergabeliste wiederholen</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="448"/>
+ <location filename="../mainwindow.cpp" line="445"/>
<source>Tools</source>
<translation>Werkzeuge</translation>
</message>
diff --git a/src/ui/translations/qmmp_hu.ts b/src/ui/translations/qmmp_hu.ts
index 2f419a35c..1aae42eeb 100644
--- a/src/ui/translations/qmmp_hu.ts
+++ b/src/ui/translations/qmmp_hu.ts
@@ -722,33 +722,28 @@
<translation>Ugrás számra</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="43"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="37"/>
<source>Filter</source>
<translation>Szűrő</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="89"/>
- <location filename="../jumptotrackdialog.cpp" line="93"/>
- <location filename="../jumptotrackdialog.cpp" line="144"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="70"/>
+ <location filename="../jumptotrackdialog.cpp" line="86"/>
+ <location filename="../jumptotrackdialog.cpp" line="137"/>
<source>Queue</source>
<translation>Sorba betesz</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="96"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="83"/>
<source>Refresh</source>
<translation>Frissít</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="103"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="96"/>
<source>Jump To</source>
<translation>Ugrás</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="110"/>
- <source>Close</source>
- <translation>Bezár</translation>
- </message>
- <message>
<location filename="../jumptotrackdialog.cpp" line="53"/>
<source>Q</source>
<translation>Q</translation>
@@ -764,8 +759,8 @@
<translation>F5</translation>
</message>
<message>
- <location filename="../jumptotrackdialog.cpp" line="91"/>
- <location filename="../jumptotrackdialog.cpp" line="142"/>
+ <location filename="../jumptotrackdialog.cpp" line="84"/>
+ <location filename="../jumptotrackdialog.cpp" line="135"/>
<source>Unqueue</source>
<translation>Sorból kivesz</translation>
</message>
@@ -969,168 +964,168 @@
<context>
<name>MainWindow</name>
<message>
- <location filename="../mainwindow.cpp" line="267"/>
+ <location filename="../mainwindow.cpp" line="264"/>
<source>Choose a directory</source>
<translation>Válassz egy könyvtárat</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="273"/>
+ <location filename="../mainwindow.cpp" line="270"/>
<source>All Supported Bitstreams</source>
<translation>Minden támogatott bitráta</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="278"/>
+ <location filename="../mainwindow.cpp" line="275"/>
<source>Select one or more files to open</source>
<translation>Válassz egy vagy több fájlat megnyitásra</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="415"/>
+ <location filename="../mainwindow.cpp" line="412"/>
<source>&amp;Play</source>
<translation>&amp;Lejátszás</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="416"/>
+ <location filename="../mainwindow.cpp" line="413"/>
<source>X</source>
<translation>X</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="417"/>
+ <location filename="../mainwindow.cpp" line="414"/>
<source>&amp;Pause</source>
<translation>&amp;Szünet</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="418"/>
+ <location filename="../mainwindow.cpp" line="415"/>
<source>C</source>
<translation>C</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="419"/>
+ <location filename="../mainwindow.cpp" line="416"/>
<source>&amp;Stop</source>
<translation>&amp;Megállítás</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="420"/>
+ <location filename="../mainwindow.cpp" line="417"/>
<source>V</source>
<translation>V</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="421"/>
+ <location filename="../mainwindow.cpp" line="418"/>
<source>&amp;Previous</source>
<translation>&amp;Előző</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="422"/>
+ <location filename="../mainwindow.cpp" line="419"/>
<source>Z</source>
<translation>Z</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="423"/>
+ <location filename="../mainwindow.cpp" line="420"/>
<source>&amp;Next</source>
<translation>&amp;Következő</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="424"/>
+ <location filename="../mainwindow.cpp" line="421"/>
<source>B</source>
<translation>B</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="425"/>
+ <location filename="../mainwindow.cpp" line="422"/>
<source>&amp;Play/Pause</source>
<translation>&amp;Lejátszás/Szünet</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="425"/>
+ <location filename="../mainwindow.cpp" line="422"/>
<source>Space</source>
<translation>Szóköz</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="427"/>
+ <location filename="../mainwindow.cpp" line="424"/>
<source>&amp;Repeat Playlist</source>
<translation>Lista &amp;ismétlése</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="428"/>
+ <location filename="../mainwindow.cpp" line="425"/>
<source>&amp;Repeat Track</source>
<translation>Számok i&amp;smétlése</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="429"/>
+ <location filename="../mainwindow.cpp" line="426"/>
<source>&amp;Shuffle</source>
<translation>&amp;Véletlenszerű</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="430"/>
<source>R</source>
<translation></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="434"/>
+ <location filename="../mainwindow.cpp" line="431"/>
<source>Ctrl+R</source>
<translation>Crtl+R</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="435"/>
+ <location filename="../mainwindow.cpp" line="432"/>
<source>S</source>
<translation>S</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="443"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>&amp;Jump To File</source>
<translation>&amp;Ugrás fájlra</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="444"/>
+ <location filename="../mainwindow.cpp" line="441"/>
<source>J</source>
<translation>J</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="448"/>
+ <location filename="../mainwindow.cpp" line="445"/>
<source>Tools</source>
<translation>Eszközök</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="450"/>
+ <location filename="../mainwindow.cpp" line="447"/>
<source>&amp;Settings</source>
<translation>&amp;Beállítások</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="451"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Ctrl+P</source>
<translation>Ctrl+P</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="453"/>
+ <location filename="../mainwindow.cpp" line="450"/>
<source>&amp;About</source>
<translation>&amp;Névjegy</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="454"/>
+ <location filename="../mainwindow.cpp" line="451"/>
<source>&amp;About Qt</source>
<translation>N&amp;évjegy: Qt</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="457"/>
+ <location filename="../mainwindow.cpp" line="454"/>
<source>&amp;Exit</source>
<translation>&amp;Kilépés</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="458"/>
+ <location filename="../mainwindow.cpp" line="455"/>
<source>Ctrl+Q</source>
<translation>Ctrl+Q</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="492"/>
- <location filename="../mainwindow.cpp" line="518"/>
+ <location filename="../mainwindow.cpp" line="489"/>
+ <location filename="../mainwindow.cpp" line="515"/>
<source>Playlist Files</source>
<translation>Lejátszási lista fájl</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="494"/>
+ <location filename="../mainwindow.cpp" line="491"/>
<source>Open Playlist</source>
<translation>Lista megnyitása</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="516"/>
<source>Save Playlist</source>
<translation>Lista mentése</translation>
</message>
diff --git a/src/ui/translations/qmmp_it.ts b/src/ui/translations/qmmp_it.ts
index 597d612b2..01a1bfceb 100644
--- a/src/ui/translations/qmmp_it.ts
+++ b/src/ui/translations/qmmp_it.ts
@@ -732,15 +732,15 @@
<translation>F5</translation>
</message>
<message>
- <location filename="../jumptotrackdialog.cpp" line="91"/>
- <location filename="../jumptotrackdialog.cpp" line="142"/>
+ <location filename="../jumptotrackdialog.cpp" line="84"/>
+ <location filename="../jumptotrackdialog.cpp" line="135"/>
<source>Unqueue</source>
<translation>Elimna dalla coda</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="89"/>
- <location filename="../jumptotrackdialog.cpp" line="93"/>
- <location filename="../jumptotrackdialog.cpp" line="144"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="70"/>
+ <location filename="../jumptotrackdialog.cpp" line="86"/>
+ <location filename="../jumptotrackdialog.cpp" line="137"/>
<source>Queue</source>
<translation>Metti in coda</translation>
</message>
@@ -750,25 +750,20 @@
<translation>Vai alla traccia</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="43"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="37"/>
<source>Filter</source>
<translation>Filtra</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="96"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="83"/>
<source>Refresh</source>
<translation>Aggiorna</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="103"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="96"/>
<source>Jump To</source>
<translation>Vai a</translation>
</message>
- <message>
- <location filename="../forms/jumptotrackdialog.ui" line="110"/>
- <source>Close</source>
- <translation>Chiudi</translation>
- </message>
</context>
<context>
<name>MainDisplay</name>
@@ -969,168 +964,168 @@
<context>
<name>MainWindow</name>
<message>
- <location filename="../mainwindow.cpp" line="267"/>
+ <location filename="../mainwindow.cpp" line="264"/>
<source>Choose a directory</source>
<translation>Scegliere una cartella</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="278"/>
+ <location filename="../mainwindow.cpp" line="275"/>
<source>Select one or more files to open</source>
<translation>Seleziona uno o più brani da aprire</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="415"/>
+ <location filename="../mainwindow.cpp" line="412"/>
<source>&amp;Play</source>
<translation>&amp;Esegui</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="416"/>
+ <location filename="../mainwindow.cpp" line="413"/>
<source>X</source>
<translation>X</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="417"/>
+ <location filename="../mainwindow.cpp" line="414"/>
<source>&amp;Pause</source>
<translation>&amp;Pausa</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="418"/>
+ <location filename="../mainwindow.cpp" line="415"/>
<source>C</source>
<translation>C</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="419"/>
+ <location filename="../mainwindow.cpp" line="416"/>
<source>&amp;Stop</source>
<translation>&amp;Arresta</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="420"/>
+ <location filename="../mainwindow.cpp" line="417"/>
<source>V</source>
<translation>V</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="421"/>
+ <location filename="../mainwindow.cpp" line="418"/>
<source>&amp;Previous</source>
<translation>&amp;Precedente</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="422"/>
+ <location filename="../mainwindow.cpp" line="419"/>
<source>Z</source>
<translation>Z</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="423"/>
+ <location filename="../mainwindow.cpp" line="420"/>
<source>&amp;Next</source>
<translation>&amp;Successivo</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="424"/>
+ <location filename="../mainwindow.cpp" line="421"/>
<source>B</source>
<translation>B</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="443"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>&amp;Jump To File</source>
<translation>&amp;Vai al brano</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="444"/>
+ <location filename="../mainwindow.cpp" line="441"/>
<source>J</source>
<translation>J</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="450"/>
+ <location filename="../mainwindow.cpp" line="447"/>
<source>&amp;Settings</source>
<translation>&amp;Configurazione</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="451"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Ctrl+P</source>
<translation>Ctrl+P</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="457"/>
+ <location filename="../mainwindow.cpp" line="454"/>
<source>&amp;Exit</source>
<translation>&amp;Esci</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="458"/>
+ <location filename="../mainwindow.cpp" line="455"/>
<source>Ctrl+Q</source>
<translation>Ctrl+Q</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="494"/>
+ <location filename="../mainwindow.cpp" line="491"/>
<source>Open Playlist</source>
<translation>Apri lista di brani</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="516"/>
<source>Save Playlist</source>
<translation>Salva lista di brani</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="453"/>
+ <location filename="../mainwindow.cpp" line="450"/>
<source>&amp;About</source>
<translation>&amp;Informazioni</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="492"/>
- <location filename="../mainwindow.cpp" line="518"/>
+ <location filename="../mainwindow.cpp" line="489"/>
+ <location filename="../mainwindow.cpp" line="515"/>
<source>Playlist Files</source>
<translation>Brani della lista</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="425"/>
+ <location filename="../mainwindow.cpp" line="422"/>
<source>Space</source>
<translation>Spazio</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="454"/>
+ <location filename="../mainwindow.cpp" line="451"/>
<source>&amp;About Qt</source>
<translation>&amp;Informazioni su Qt</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="425"/>
+ <location filename="../mainwindow.cpp" line="422"/>
<source>&amp;Play/Pause</source>
<translation>&amp;Esegui / Pausa</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="273"/>
+ <location filename="../mainwindow.cpp" line="270"/>
<source>All Supported Bitstreams</source>
<translation>Elenco di tutti i tipi di flusso accettati</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="428"/>
+ <location filename="../mainwindow.cpp" line="425"/>
<source>&amp;Repeat Track</source>
<translation>&amp;Ripeti brano</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="429"/>
+ <location filename="../mainwindow.cpp" line="426"/>
<source>&amp;Shuffle</source>
<translation>&amp;Ordine casuale</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="430"/>
<source>R</source>
<translation>R</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="434"/>
+ <location filename="../mainwindow.cpp" line="431"/>
<source>Ctrl+R</source>
<translation>Ctrl+R</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="435"/>
+ <location filename="../mainwindow.cpp" line="432"/>
<source>S</source>
<translation>S</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="427"/>
+ <location filename="../mainwindow.cpp" line="424"/>
<source>&amp;Repeat Playlist</source>
<translation>&amp;Ripeti lista brani</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="448"/>
+ <location filename="../mainwindow.cpp" line="445"/>
<source>Tools</source>
<translation>Strumenti</translation>
</message>
diff --git a/src/ui/translations/qmmp_lt.ts b/src/ui/translations/qmmp_lt.ts
index a96e3958c..138adacf4 100644
--- a/src/ui/translations/qmmp_lt.ts
+++ b/src/ui/translations/qmmp_lt.ts
@@ -733,15 +733,15 @@
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../jumptotrackdialog.cpp" line="91"/>
- <location filename="../jumptotrackdialog.cpp" line="142"/>
+ <location filename="../jumptotrackdialog.cpp" line="84"/>
+ <location filename="../jumptotrackdialog.cpp" line="135"/>
<source>Unqueue</source>
<translation>Pašalinti iš eilės</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="89"/>
- <location filename="../jumptotrackdialog.cpp" line="93"/>
- <location filename="../jumptotrackdialog.cpp" line="144"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="70"/>
+ <location filename="../jumptotrackdialog.cpp" line="86"/>
+ <location filename="../jumptotrackdialog.cpp" line="137"/>
<source>Queue</source>
<translation>Į eilę</translation>
</message>
@@ -751,25 +751,20 @@
<translation>Pereiti prie takelio</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="43"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="37"/>
<source>Filter</source>
<translation>Filtras</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="96"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="83"/>
<source>Refresh</source>
<translation>Atnaujinti</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="103"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="96"/>
<source>Jump To</source>
<translation>Prereiti prie</translation>
</message>
- <message>
- <location filename="../forms/jumptotrackdialog.ui" line="110"/>
- <source>Close</source>
- <translation>Uždaryti</translation>
- </message>
</context>
<context>
<name>MainDisplay</name>
@@ -970,168 +965,168 @@
<context>
<name>MainWindow</name>
<message>
- <location filename="../mainwindow.cpp" line="267"/>
+ <location filename="../mainwindow.cpp" line="264"/>
<source>Choose a directory</source>
<translation>Pasirinkite aplanką</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="278"/>
+ <location filename="../mainwindow.cpp" line="275"/>
<source>Select one or more files to open</source>
<translation>Pasirinkite vieną ar kelias bylas atvėrimui</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="415"/>
+ <location filename="../mainwindow.cpp" line="412"/>
<source>&amp;Play</source>
<translation>&amp;Groti</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="416"/>
+ <location filename="../mainwindow.cpp" line="413"/>
<source>X</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="417"/>
+ <location filename="../mainwindow.cpp" line="414"/>
<source>&amp;Pause</source>
<translation>&amp;Pristabdyti</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="418"/>
+ <location filename="../mainwindow.cpp" line="415"/>
<source>C</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="419"/>
+ <location filename="../mainwindow.cpp" line="416"/>
<source>&amp;Stop</source>
<translation>&amp;Sustabdyti</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="420"/>
+ <location filename="../mainwindow.cpp" line="417"/>
<source>V</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="421"/>
+ <location filename="../mainwindow.cpp" line="418"/>
<source>&amp;Previous</source>
<translation>&amp;Ankstesnis</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="422"/>
+ <location filename="../mainwindow.cpp" line="419"/>
<source>Z</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="423"/>
+ <location filename="../mainwindow.cpp" line="420"/>
<source>&amp;Next</source>
<translation>&amp;Sekantis</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="424"/>
+ <location filename="../mainwindow.cpp" line="421"/>
<source>B</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="443"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>&amp;Jump To File</source>
<translation>&amp;Pereiti prie bylos</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="444"/>
+ <location filename="../mainwindow.cpp" line="441"/>
<source>J</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="450"/>
+ <location filename="../mainwindow.cpp" line="447"/>
<source>&amp;Settings</source>
<translation>&amp;Nustatymai</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="451"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Ctrl+P</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="457"/>
+ <location filename="../mainwindow.cpp" line="454"/>
<source>&amp;Exit</source>
<translation>&amp;Išeiti</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="458"/>
+ <location filename="../mainwindow.cpp" line="455"/>
<source>Ctrl+Q</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="494"/>
+ <location filename="../mainwindow.cpp" line="491"/>
<source>Open Playlist</source>
<translation>Atverti grojaraštį</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="516"/>
<source>Save Playlist</source>
<translation>Išsaugoti grojaraštį</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="453"/>
+ <location filename="../mainwindow.cpp" line="450"/>
<source>&amp;About</source>
<translation>&amp;Apie</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="492"/>
- <location filename="../mainwindow.cpp" line="518"/>
+ <location filename="../mainwindow.cpp" line="489"/>
+ <location filename="../mainwindow.cpp" line="515"/>
<source>Playlist Files</source>
<translation>Grojaraščio bylos</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="425"/>
+ <location filename="../mainwindow.cpp" line="422"/>
<source>Space</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="454"/>
+ <location filename="../mainwindow.cpp" line="451"/>
<source>&amp;About Qt</source>
<translation>&amp;Apie Qt</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="425"/>
+ <location filename="../mainwindow.cpp" line="422"/>
<source>&amp;Play/Pause</source>
<translation>&amp;Groti/Pristabdyti</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="273"/>
+ <location filename="../mainwindow.cpp" line="270"/>
<source>All Supported Bitstreams</source>
<translation>Palaikomi bylų tipai</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="428"/>
+ <location filename="../mainwindow.cpp" line="425"/>
<source>&amp;Repeat Track</source>
<translation>&amp;Kartoti takelį</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="429"/>
+ <location filename="../mainwindow.cpp" line="426"/>
<source>&amp;Shuffle</source>
<translation>&amp;Atsitiktine tvarka</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="430"/>
<source>R</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="434"/>
+ <location filename="../mainwindow.cpp" line="431"/>
<source>Ctrl+R</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="435"/>
+ <location filename="../mainwindow.cpp" line="432"/>
<source>S</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="427"/>
+ <location filename="../mainwindow.cpp" line="424"/>
<source>&amp;Repeat Playlist</source>
<translation>&amp;Kartoti grojaraštį</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="448"/>
+ <location filename="../mainwindow.cpp" line="445"/>
<source>Tools</source>
<translation>Įrankiai</translation>
</message>
diff --git a/src/ui/translations/qmmp_pl_PL.ts b/src/ui/translations/qmmp_pl_PL.ts
index 43522aba8..ff8b1de02 100644
--- a/src/ui/translations/qmmp_pl_PL.ts
+++ b/src/ui/translations/qmmp_pl_PL.ts
@@ -732,15 +732,15 @@
<translation></translation>
</message>
<message>
- <location filename="../jumptotrackdialog.cpp" line="91"/>
- <location filename="../jumptotrackdialog.cpp" line="142"/>
+ <location filename="../jumptotrackdialog.cpp" line="84"/>
+ <location filename="../jumptotrackdialog.cpp" line="135"/>
<source>Unqueue</source>
<translation>Wykolejkuj</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="89"/>
- <location filename="../jumptotrackdialog.cpp" line="93"/>
- <location filename="../jumptotrackdialog.cpp" line="144"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="70"/>
+ <location filename="../jumptotrackdialog.cpp" line="86"/>
+ <location filename="../jumptotrackdialog.cpp" line="137"/>
<source>Queue</source>
<translation>Kolejkuj</translation>
</message>
@@ -750,25 +750,20 @@
<translation>Skocz do utworu</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="43"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="37"/>
<source>Filter</source>
<translation>Filtr</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="96"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="83"/>
<source>Refresh</source>
<translation>Odśwież</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="103"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="96"/>
<source>Jump To</source>
<translation>Skocz do</translation>
</message>
- <message>
- <location filename="../forms/jumptotrackdialog.ui" line="110"/>
- <source>Close</source>
- <translation>Zamknij</translation>
- </message>
</context>
<context>
<name>MainDisplay</name>
@@ -969,168 +964,168 @@
<context>
<name>MainWindow</name>
<message>
- <location filename="../mainwindow.cpp" line="267"/>
+ <location filename="../mainwindow.cpp" line="264"/>
<source>Choose a directory</source>
<translation>Wybierz katalog</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="278"/>
+ <location filename="../mainwindow.cpp" line="275"/>
<source>Select one or more files to open</source>
<translation>Wybierz jeden lub więcej plików do otwarcia</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="415"/>
+ <location filename="../mainwindow.cpp" line="412"/>
<source>&amp;Play</source>
<translation>&amp;Odtwarzaj</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="416"/>
+ <location filename="../mainwindow.cpp" line="413"/>
<source>X</source>
<translation>X</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="417"/>
+ <location filename="../mainwindow.cpp" line="414"/>
<source>&amp;Pause</source>
<translation>&amp;Wstrzymaj</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="418"/>
+ <location filename="../mainwindow.cpp" line="415"/>
<source>C</source>
<translation>C</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="419"/>
+ <location filename="../mainwindow.cpp" line="416"/>
<source>&amp;Stop</source>
<translation>&amp;Zatrzymaj</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="420"/>
+ <location filename="../mainwindow.cpp" line="417"/>
<source>V</source>
<translation>V</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="421"/>
+ <location filename="../mainwindow.cpp" line="418"/>
<source>&amp;Previous</source>
<translation>&amp;Poprzedni</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="422"/>
+ <location filename="../mainwindow.cpp" line="419"/>
<source>Z</source>
<translation>Z</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="423"/>
+ <location filename="../mainwindow.cpp" line="420"/>
<source>&amp;Next</source>
<translation>&amp;Następny</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="424"/>
+ <location filename="../mainwindow.cpp" line="421"/>
<source>B</source>
<translation>B</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="443"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>&amp;Jump To File</source>
<translation>&amp;Skocz do pliku</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="444"/>
+ <location filename="../mainwindow.cpp" line="441"/>
<source>J</source>
<translation>J</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="450"/>
+ <location filename="../mainwindow.cpp" line="447"/>
<source>&amp;Settings</source>
<translation>&amp;Ustawienia</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="451"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Ctrl+P</source>
<translation>Ctrl+P</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="457"/>
+ <location filename="../mainwindow.cpp" line="454"/>
<source>&amp;Exit</source>
<translation>&amp;Wyjście</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="458"/>
+ <location filename="../mainwindow.cpp" line="455"/>
<source>Ctrl+Q</source>
<translation>Ctrl+Q</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="494"/>
+ <location filename="../mainwindow.cpp" line="491"/>
<source>Open Playlist</source>
<translation>Otwórz listę odtwarzania</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="516"/>
<source>Save Playlist</source>
<translation>Zapisz listę odtwarzania</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="453"/>
+ <location filename="../mainwindow.cpp" line="450"/>
<source>&amp;About</source>
<translation>&amp;O programie</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="492"/>
- <location filename="../mainwindow.cpp" line="518"/>
+ <location filename="../mainwindow.cpp" line="489"/>
+ <location filename="../mainwindow.cpp" line="515"/>
<source>Playlist Files</source>
<translation>Pliki listy odtwarzania</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="425"/>
+ <location filename="../mainwindow.cpp" line="422"/>
<source>Space</source>
<translation></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="454"/>
+ <location filename="../mainwindow.cpp" line="451"/>
<source>&amp;About Qt</source>
<translation>&amp;O Qt</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="425"/>
+ <location filename="../mainwindow.cpp" line="422"/>
<source>&amp;Play/Pause</source>
<translation>&amp;Odtwarzaj/Wstrzymaj</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="273"/>
+ <location filename="../mainwindow.cpp" line="270"/>
<source>All Supported Bitstreams</source>
<translation>Wszystkie wspierane formaty</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="428"/>
+ <location filename="../mainwindow.cpp" line="425"/>
<source>&amp;Repeat Track</source>
<translation>&amp;Powtórz utwór</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="429"/>
+ <location filename="../mainwindow.cpp" line="426"/>
<source>&amp;Shuffle</source>
<translation>&amp;Losowo</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="430"/>
<source>R</source>
<translation></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="434"/>
+ <location filename="../mainwindow.cpp" line="431"/>
<source>Ctrl+R</source>
<translation></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="435"/>
+ <location filename="../mainwindow.cpp" line="432"/>
<source>S</source>
<translation></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="427"/>
+ <location filename="../mainwindow.cpp" line="424"/>
<source>&amp;Repeat Playlist</source>
<translation>Powtó&amp;rz listę odtwarzania</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="448"/>
+ <location filename="../mainwindow.cpp" line="445"/>
<source>Tools</source>
<translation>Narzędzia</translation>
</message>
diff --git a/src/ui/translations/qmmp_pt_BR.ts b/src/ui/translations/qmmp_pt_BR.ts
index ac03b6c6e..4d293a39c 100644
--- a/src/ui/translations/qmmp_pt_BR.ts
+++ b/src/ui/translations/qmmp_pt_BR.ts
@@ -732,15 +732,15 @@
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../jumptotrackdialog.cpp" line="91"/>
- <location filename="../jumptotrackdialog.cpp" line="142"/>
+ <location filename="../jumptotrackdialog.cpp" line="84"/>
+ <location filename="../jumptotrackdialog.cpp" line="135"/>
<source>Unqueue</source>
<translation type="unfinished">Sem Faixa na Fila</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="89"/>
- <location filename="../jumptotrackdialog.cpp" line="93"/>
- <location filename="../jumptotrackdialog.cpp" line="144"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="70"/>
+ <location filename="../jumptotrackdialog.cpp" line="86"/>
+ <location filename="../jumptotrackdialog.cpp" line="137"/>
<source>Queue</source>
<translation type="unfinished">Faixa na Fila</translation>
</message>
@@ -750,25 +750,20 @@
<translation type="unfinished">Pular de faixa</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="43"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="37"/>
<source>Filter</source>
<translation>Filtro</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="96"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="83"/>
<source>Refresh</source>
<translation type="unfinished">Recarregar</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="103"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="96"/>
<source>Jump To</source>
<translation type="unfinished">Pular para</translation>
</message>
- <message>
- <location filename="../forms/jumptotrackdialog.ui" line="110"/>
- <source>Close</source>
- <translation type="unfinished">Fechar</translation>
- </message>
</context>
<context>
<name>MainDisplay</name>
@@ -969,168 +964,168 @@
<context>
<name>MainWindow</name>
<message>
- <location filename="../mainwindow.cpp" line="267"/>
+ <location filename="../mainwindow.cpp" line="264"/>
<source>Choose a directory</source>
<translation type="unfinished">Escolher o diretorio</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="278"/>
+ <location filename="../mainwindow.cpp" line="275"/>
<source>Select one or more files to open</source>
<translation type="unfinished">Selecionar um ou mais arquivos</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="415"/>
+ <location filename="../mainwindow.cpp" line="412"/>
<source>&amp;Play</source>
<translation type="unfinished">Tocar</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="416"/>
+ <location filename="../mainwindow.cpp" line="413"/>
<source>X</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="417"/>
+ <location filename="../mainwindow.cpp" line="414"/>
<source>&amp;Pause</source>
<translation type="unfinished">Pausar</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="418"/>
+ <location filename="../mainwindow.cpp" line="415"/>
<source>C</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="419"/>
+ <location filename="../mainwindow.cpp" line="416"/>
<source>&amp;Stop</source>
<translation type="unfinished">Parar</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="420"/>
+ <location filename="../mainwindow.cpp" line="417"/>
<source>V</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="421"/>
+ <location filename="../mainwindow.cpp" line="418"/>
<source>&amp;Previous</source>
<translation type="unfinished">Anterior</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="422"/>
+ <location filename="../mainwindow.cpp" line="419"/>
<source>Z</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="423"/>
+ <location filename="../mainwindow.cpp" line="420"/>
<source>&amp;Next</source>
<translation type="unfinished">Próximo</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="424"/>
+ <location filename="../mainwindow.cpp" line="421"/>
<source>B</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="443"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>&amp;Jump To File</source>
<translation type="unfinished">Pular para arquivo</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="444"/>
+ <location filename="../mainwindow.cpp" line="441"/>
<source>J</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="450"/>
+ <location filename="../mainwindow.cpp" line="447"/>
<source>&amp;Settings</source>
<translation type="unfinished">Configurações</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="451"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Ctrl+P</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="457"/>
+ <location filename="../mainwindow.cpp" line="454"/>
<source>&amp;Exit</source>
<translation type="unfinished">Sair</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="458"/>
+ <location filename="../mainwindow.cpp" line="455"/>
<source>Ctrl+Q</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="494"/>
+ <location filename="../mainwindow.cpp" line="491"/>
<source>Open Playlist</source>
<translation type="unfinished">Abrir Playlist</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="516"/>
<source>Save Playlist</source>
<translation type="unfinished">Salvar Playlist</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="453"/>
+ <location filename="../mainwindow.cpp" line="450"/>
<source>&amp;About</source>
<translation type="unfinished">&amp;Sobre</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="492"/>
- <location filename="../mainwindow.cpp" line="518"/>
+ <location filename="../mainwindow.cpp" line="489"/>
+ <location filename="../mainwindow.cpp" line="515"/>
<source>Playlist Files</source>
<translation type="unfinished">ФArquivos de lista de músicas</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="425"/>
+ <location filename="../mainwindow.cpp" line="422"/>
<source>Space</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="454"/>
+ <location filename="../mainwindow.cpp" line="451"/>
<source>&amp;About Qt</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="425"/>
+ <location filename="../mainwindow.cpp" line="422"/>
<source>&amp;Play/Pause</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="273"/>
+ <location filename="../mainwindow.cpp" line="270"/>
<source>All Supported Bitstreams</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="428"/>
+ <location filename="../mainwindow.cpp" line="425"/>
<source>&amp;Repeat Track</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="429"/>
+ <location filename="../mainwindow.cpp" line="426"/>
<source>&amp;Shuffle</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="430"/>
<source>R</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="434"/>
+ <location filename="../mainwindow.cpp" line="431"/>
<source>Ctrl+R</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="435"/>
+ <location filename="../mainwindow.cpp" line="432"/>
<source>S</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="427"/>
+ <location filename="../mainwindow.cpp" line="424"/>
<source>&amp;Repeat Playlist</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="448"/>
+ <location filename="../mainwindow.cpp" line="445"/>
<source>Tools</source>
<translation type="unfinished"></translation>
</message>
diff --git a/src/ui/translations/qmmp_ru.ts b/src/ui/translations/qmmp_ru.ts
index d403d5629..60b82a6c6 100644
--- a/src/ui/translations/qmmp_ru.ts
+++ b/src/ui/translations/qmmp_ru.ts
@@ -732,15 +732,15 @@
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../jumptotrackdialog.cpp" line="91"/>
- <location filename="../jumptotrackdialog.cpp" line="142"/>
+ <location filename="../jumptotrackdialog.cpp" line="84"/>
+ <location filename="../jumptotrackdialog.cpp" line="135"/>
<source>Unqueue</source>
<translation>Снять с очереди</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="89"/>
- <location filename="../jumptotrackdialog.cpp" line="93"/>
- <location filename="../jumptotrackdialog.cpp" line="144"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="70"/>
+ <location filename="../jumptotrackdialog.cpp" line="86"/>
+ <location filename="../jumptotrackdialog.cpp" line="137"/>
<source>Queue</source>
<translation>В очередь</translation>
</message>
@@ -750,25 +750,20 @@
<translation>Перейти к треку</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="43"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="37"/>
<source>Filter</source>
<translation>Фильтр</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="96"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="83"/>
<source>Refresh</source>
<translation>Обновить</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="103"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="96"/>
<source>Jump To</source>
<translation>Перейти к</translation>
</message>
- <message>
- <location filename="../forms/jumptotrackdialog.ui" line="110"/>
- <source>Close</source>
- <translation>Закрыть</translation>
- </message>
</context>
<context>
<name>MainDisplay</name>
@@ -969,168 +964,168 @@
<context>
<name>MainWindow</name>
<message>
- <location filename="../mainwindow.cpp" line="267"/>
+ <location filename="../mainwindow.cpp" line="264"/>
<source>Choose a directory</source>
<translation>Выберите директорию</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="278"/>
+ <location filename="../mainwindow.cpp" line="275"/>
<source>Select one or more files to open</source>
<translation>Выберите один или несколько файлов</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="415"/>
+ <location filename="../mainwindow.cpp" line="412"/>
<source>&amp;Play</source>
<translation>&amp;Воспроизвести</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="416"/>
+ <location filename="../mainwindow.cpp" line="413"/>
<source>X</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="417"/>
+ <location filename="../mainwindow.cpp" line="414"/>
<source>&amp;Pause</source>
<translation>&amp;Приостановить</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="418"/>
+ <location filename="../mainwindow.cpp" line="415"/>
<source>C</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="419"/>
+ <location filename="../mainwindow.cpp" line="416"/>
<source>&amp;Stop</source>
<translation>&amp;Стоп</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="420"/>
+ <location filename="../mainwindow.cpp" line="417"/>
<source>V</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="421"/>
+ <location filename="../mainwindow.cpp" line="418"/>
<source>&amp;Previous</source>
<translation>&amp;Предыдущий фрагмент</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="422"/>
+ <location filename="../mainwindow.cpp" line="419"/>
<source>Z</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="423"/>
+ <location filename="../mainwindow.cpp" line="420"/>
<source>&amp;Next</source>
<translation>&amp;Следующий фрагмент</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="424"/>
+ <location filename="../mainwindow.cpp" line="421"/>
<source>B</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="443"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>&amp;Jump To File</source>
<translation>&amp;Перейти к файлу</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="444"/>
+ <location filename="../mainwindow.cpp" line="441"/>
<source>J</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="450"/>
+ <location filename="../mainwindow.cpp" line="447"/>
<source>&amp;Settings</source>
<translation>&amp;Настройки</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="451"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Ctrl+P</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="457"/>
+ <location filename="../mainwindow.cpp" line="454"/>
<source>&amp;Exit</source>
<translation>&amp;Выход</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="458"/>
+ <location filename="../mainwindow.cpp" line="455"/>
<source>Ctrl+Q</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="494"/>
+ <location filename="../mainwindow.cpp" line="491"/>
<source>Open Playlist</source>
<translation>Открыть список</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="516"/>
<source>Save Playlist</source>
<translation>Сохранить список</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="453"/>
+ <location filename="../mainwindow.cpp" line="450"/>
<source>&amp;About</source>
<translation>&amp;О программе</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="492"/>
- <location filename="../mainwindow.cpp" line="518"/>
+ <location filename="../mainwindow.cpp" line="489"/>
+ <location filename="../mainwindow.cpp" line="515"/>
<source>Playlist Files</source>
<translation>Файлы списков</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="425"/>
+ <location filename="../mainwindow.cpp" line="422"/>
<source>Space</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="454"/>
+ <location filename="../mainwindow.cpp" line="451"/>
<source>&amp;About Qt</source>
<translation>&amp;О библиотеке Qt</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="425"/>
+ <location filename="../mainwindow.cpp" line="422"/>
<source>&amp;Play/Pause</source>
<translation>&amp;Воспр/приост</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="273"/>
+ <location filename="../mainwindow.cpp" line="270"/>
<source>All Supported Bitstreams</source>
<translation>Все форматы</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="428"/>
+ <location filename="../mainwindow.cpp" line="425"/>
<source>&amp;Repeat Track</source>
<translation>&amp;Повторять трек</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="429"/>
+ <location filename="../mainwindow.cpp" line="426"/>
<source>&amp;Shuffle</source>
<translation>&amp;В случайном порядке</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="430"/>
<source>R</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="434"/>
+ <location filename="../mainwindow.cpp" line="431"/>
<source>Ctrl+R</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="435"/>
+ <location filename="../mainwindow.cpp" line="432"/>
<source>S</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="427"/>
+ <location filename="../mainwindow.cpp" line="424"/>
<source>&amp;Repeat Playlist</source>
<translation>&amp;Повторять список</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="448"/>
+ <location filename="../mainwindow.cpp" line="445"/>
<source>Tools</source>
<translation>Сервис</translation>
</message>
diff --git a/src/ui/translations/qmmp_tr.ts b/src/ui/translations/qmmp_tr.ts
index ba5ae9583..74f6d95e6 100644
--- a/src/ui/translations/qmmp_tr.ts
+++ b/src/ui/translations/qmmp_tr.ts
@@ -732,15 +732,15 @@
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../jumptotrackdialog.cpp" line="91"/>
- <location filename="../jumptotrackdialog.cpp" line="142"/>
+ <location filename="../jumptotrackdialog.cpp" line="84"/>
+ <location filename="../jumptotrackdialog.cpp" line="135"/>
<source>Unqueue</source>
<translation>Kuyrukta Değil</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="89"/>
- <location filename="../jumptotrackdialog.cpp" line="93"/>
- <location filename="../jumptotrackdialog.cpp" line="144"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="70"/>
+ <location filename="../jumptotrackdialog.cpp" line="86"/>
+ <location filename="../jumptotrackdialog.cpp" line="137"/>
<source>Queue</source>
<translation>Kuyruk</translation>
</message>
@@ -750,25 +750,20 @@
<translation>Parçaya Git</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="43"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="37"/>
<source>Filter</source>
<translation>Filtre</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="96"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="83"/>
<source>Refresh</source>
<translation>Yenile</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="103"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="96"/>
<source>Jump To</source>
<translation>Git</translation>
</message>
- <message>
- <location filename="../forms/jumptotrackdialog.ui" line="110"/>
- <source>Close</source>
- <translation>Kapat</translation>
- </message>
</context>
<context>
<name>MainDisplay</name>
@@ -969,168 +964,168 @@
<context>
<name>MainWindow</name>
<message>
- <location filename="../mainwindow.cpp" line="267"/>
+ <location filename="../mainwindow.cpp" line="264"/>
<source>Choose a directory</source>
<translation>Bir dizin seçin</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="278"/>
+ <location filename="../mainwindow.cpp" line="275"/>
<source>Select one or more files to open</source>
<translation>Açmak için bir yada daha çok dosya seçin</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="415"/>
+ <location filename="../mainwindow.cpp" line="412"/>
<source>&amp;Play</source>
<translation>&amp;Çal</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="416"/>
+ <location filename="../mainwindow.cpp" line="413"/>
<source>X</source>
<translation>X</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="417"/>
+ <location filename="../mainwindow.cpp" line="414"/>
<source>&amp;Pause</source>
<translation>&amp;Duraklat</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="418"/>
+ <location filename="../mainwindow.cpp" line="415"/>
<source>C</source>
<translation>C</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="419"/>
+ <location filename="../mainwindow.cpp" line="416"/>
<source>&amp;Stop</source>
<translation>&amp;Durdur</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="420"/>
+ <location filename="../mainwindow.cpp" line="417"/>
<source>V</source>
<translation>V</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="421"/>
+ <location filename="../mainwindow.cpp" line="418"/>
<source>&amp;Previous</source>
<translation>&amp;Önceki</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="422"/>
+ <location filename="../mainwindow.cpp" line="419"/>
<source>Z</source>
<translation>Z</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="423"/>
+ <location filename="../mainwindow.cpp" line="420"/>
<source>&amp;Next</source>
<translation>&amp;Sonraki</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="424"/>
+ <location filename="../mainwindow.cpp" line="421"/>
<source>B</source>
<translation>B</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="443"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>&amp;Jump To File</source>
<translation>&amp;Parçaya Git</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="444"/>
+ <location filename="../mainwindow.cpp" line="441"/>
<source>J</source>
<translation>J</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="450"/>
+ <location filename="../mainwindow.cpp" line="447"/>
<source>&amp;Settings</source>
<translation>&amp;Ayarlar</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="451"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Ctrl+P</source>
<translation>Ctrl+P</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="457"/>
+ <location filename="../mainwindow.cpp" line="454"/>
<source>&amp;Exit</source>
<translation>&amp;Çıkış</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="458"/>
+ <location filename="../mainwindow.cpp" line="455"/>
<source>Ctrl+Q</source>
<translation>Ctrl+Q</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="494"/>
+ <location filename="../mainwindow.cpp" line="491"/>
<source>Open Playlist</source>
<translation>Çalma Listesini Aç</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="516"/>
<source>Save Playlist</source>
<translation>Çalma Listesini Kaydet</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="453"/>
+ <location filename="../mainwindow.cpp" line="450"/>
<source>&amp;About</source>
<translation>&amp;Hakkında</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="492"/>
- <location filename="../mainwindow.cpp" line="518"/>
+ <location filename="../mainwindow.cpp" line="489"/>
+ <location filename="../mainwindow.cpp" line="515"/>
<source>Playlist Files</source>
<translation>Çalma Listesi Dosyaları</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="425"/>
+ <location filename="../mainwindow.cpp" line="422"/>
<source>Space</source>
<translation>Boşluk</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="454"/>
+ <location filename="../mainwindow.cpp" line="451"/>
<source>&amp;About Qt</source>
<translation>&amp;Qt Hakkında</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="425"/>
+ <location filename="../mainwindow.cpp" line="422"/>
<source>&amp;Play/Pause</source>
<translation>&amp;Oynat/Duraklat</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="273"/>
+ <location filename="../mainwindow.cpp" line="270"/>
<source>All Supported Bitstreams</source>
<translation>Tüm Desteklenen Bitstreamler</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="428"/>
+ <location filename="../mainwindow.cpp" line="425"/>
<source>&amp;Repeat Track</source>
<translation>&amp;Parçayı Yinele</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="429"/>
+ <location filename="../mainwindow.cpp" line="426"/>
<source>&amp;Shuffle</source>
<translation>&amp;Rastgele</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="430"/>
<source>R</source>
<translation>R</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="434"/>
+ <location filename="../mainwindow.cpp" line="431"/>
<source>Ctrl+R</source>
<translation>Ctrl+R</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="435"/>
+ <location filename="../mainwindow.cpp" line="432"/>
<source>S</source>
<translation>S</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="427"/>
+ <location filename="../mainwindow.cpp" line="424"/>
<source>&amp;Repeat Playlist</source>
<translation>&amp;Çalma Listesini Yinele</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="448"/>
+ <location filename="../mainwindow.cpp" line="445"/>
<source>Tools</source>
<translation>Araçlar</translation>
</message>
diff --git a/src/ui/translations/qmmp_uk_UA.ts b/src/ui/translations/qmmp_uk_UA.ts
index 39bc11b8d..8fdbab1f6 100644
--- a/src/ui/translations/qmmp_uk_UA.ts
+++ b/src/ui/translations/qmmp_uk_UA.ts
@@ -732,15 +732,15 @@
<translation></translation>
</message>
<message>
- <location filename="../jumptotrackdialog.cpp" line="91"/>
- <location filename="../jumptotrackdialog.cpp" line="142"/>
+ <location filename="../jumptotrackdialog.cpp" line="84"/>
+ <location filename="../jumptotrackdialog.cpp" line="135"/>
<source>Unqueue</source>
<translation>Зняти з черги</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="89"/>
- <location filename="../jumptotrackdialog.cpp" line="93"/>
- <location filename="../jumptotrackdialog.cpp" line="144"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="70"/>
+ <location filename="../jumptotrackdialog.cpp" line="86"/>
+ <location filename="../jumptotrackdialog.cpp" line="137"/>
<source>Queue</source>
<translation>В чергу</translation>
</message>
@@ -750,25 +750,20 @@
<translation>Перейти до треку</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="43"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="37"/>
<source>Filter</source>
<translation>Фильтр</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="96"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="83"/>
<source>Refresh</source>
<translation>Поновити</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="103"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="96"/>
<source>Jump To</source>
<translation>Перейти до</translation>
</message>
- <message>
- <location filename="../forms/jumptotrackdialog.ui" line="110"/>
- <source>Close</source>
- <translation>Закрити</translation>
- </message>
</context>
<context>
<name>MainDisplay</name>
@@ -969,168 +964,168 @@
<context>
<name>MainWindow</name>
<message>
- <location filename="../mainwindow.cpp" line="267"/>
+ <location filename="../mainwindow.cpp" line="264"/>
<source>Choose a directory</source>
<translation>Виберіть теку</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="278"/>
+ <location filename="../mainwindow.cpp" line="275"/>
<source>Select one or more files to open</source>
<translation>Виберіть один чи кілька файлів</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="415"/>
+ <location filename="../mainwindow.cpp" line="412"/>
<source>&amp;Play</source>
<translation>&amp;Відтворити</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="416"/>
+ <location filename="../mainwindow.cpp" line="413"/>
<source>X</source>
<translation></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="417"/>
+ <location filename="../mainwindow.cpp" line="414"/>
<source>&amp;Pause</source>
<translation>&amp;Пауза</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="418"/>
+ <location filename="../mainwindow.cpp" line="415"/>
<source>C</source>
<translation></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="419"/>
+ <location filename="../mainwindow.cpp" line="416"/>
<source>&amp;Stop</source>
<translation>&amp;Стоп</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="420"/>
+ <location filename="../mainwindow.cpp" line="417"/>
<source>V</source>
<translation></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="421"/>
+ <location filename="../mainwindow.cpp" line="418"/>
<source>&amp;Previous</source>
<translation>&amp;Назад</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="422"/>
+ <location filename="../mainwindow.cpp" line="419"/>
<source>Z</source>
<translation></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="423"/>
+ <location filename="../mainwindow.cpp" line="420"/>
<source>&amp;Next</source>
<translation>&amp;Вперед</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="424"/>
+ <location filename="../mainwindow.cpp" line="421"/>
<source>B</source>
<translation></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="443"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>&amp;Jump To File</source>
<translation>&amp;Перейти до файлу</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="444"/>
+ <location filename="../mainwindow.cpp" line="441"/>
<source>J</source>
<translation></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="450"/>
+ <location filename="../mainwindow.cpp" line="447"/>
<source>&amp;Settings</source>
<translation>&amp;Налаштування</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="451"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Ctrl+P</source>
<translation></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="457"/>
+ <location filename="../mainwindow.cpp" line="454"/>
<source>&amp;Exit</source>
<translation>&amp;Вихід</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="458"/>
+ <location filename="../mainwindow.cpp" line="455"/>
<source>Ctrl+Q</source>
<translation></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="494"/>
+ <location filename="../mainwindow.cpp" line="491"/>
<source>Open Playlist</source>
<translation>Відкрити список</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="516"/>
<source>Save Playlist</source>
<translation>Зберегти список</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="453"/>
+ <location filename="../mainwindow.cpp" line="450"/>
<source>&amp;About</source>
<translation>&amp;Про програму</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="492"/>
- <location filename="../mainwindow.cpp" line="518"/>
+ <location filename="../mainwindow.cpp" line="489"/>
+ <location filename="../mainwindow.cpp" line="515"/>
<source>Playlist Files</source>
<translation>Файли списків</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="425"/>
+ <location filename="../mainwindow.cpp" line="422"/>
<source>Space</source>
<translation></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="454"/>
+ <location filename="../mainwindow.cpp" line="451"/>
<source>&amp;About Qt</source>
<translation>&amp;Про Qt</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="425"/>
+ <location filename="../mainwindow.cpp" line="422"/>
<source>&amp;Play/Pause</source>
<translation>&amp;Грати/Пауза</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="273"/>
+ <location filename="../mainwindow.cpp" line="270"/>
<source>All Supported Bitstreams</source>
<translation>Усі формати</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="428"/>
+ <location filename="../mainwindow.cpp" line="425"/>
<source>&amp;Repeat Track</source>
<translation>&amp;Повторити трек</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="429"/>
+ <location filename="../mainwindow.cpp" line="426"/>
<source>&amp;Shuffle</source>
<translation>&amp;Перемішати</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="430"/>
<source>R</source>
<translation></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="434"/>
+ <location filename="../mainwindow.cpp" line="431"/>
<source>Ctrl+R</source>
<translation></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="435"/>
+ <location filename="../mainwindow.cpp" line="432"/>
<source>S</source>
<translation></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="427"/>
+ <location filename="../mainwindow.cpp" line="424"/>
<source>&amp;Repeat Playlist</source>
<translation>&amp;Повторити список</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="448"/>
+ <location filename="../mainwindow.cpp" line="445"/>
<source>Tools</source>
<translation>Утиліти</translation>
</message>
diff --git a/src/ui/translations/qmmp_zh_CN.ts b/src/ui/translations/qmmp_zh_CN.ts
index 634de0195..e8d0cbc96 100644
--- a/src/ui/translations/qmmp_zh_CN.ts
+++ b/src/ui/translations/qmmp_zh_CN.ts
@@ -732,15 +732,15 @@
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../jumptotrackdialog.cpp" line="91"/>
- <location filename="../jumptotrackdialog.cpp" line="142"/>
+ <location filename="../jumptotrackdialog.cpp" line="84"/>
+ <location filename="../jumptotrackdialog.cpp" line="135"/>
<source>Unqueue</source>
<translation>移出队列</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="89"/>
- <location filename="../jumptotrackdialog.cpp" line="93"/>
- <location filename="../jumptotrackdialog.cpp" line="144"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="70"/>
+ <location filename="../jumptotrackdialog.cpp" line="86"/>
+ <location filename="../jumptotrackdialog.cpp" line="137"/>
<source>Queue</source>
<translation>加入队列</translation>
</message>
@@ -750,25 +750,20 @@
<translation>跳到音轨</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="43"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="37"/>
<source>Filter</source>
<translation>过滤</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="96"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="83"/>
<source>Refresh</source>
<translation>刷新</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="103"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="96"/>
<source>Jump To</source>
<translation>跳到</translation>
</message>
- <message>
- <location filename="../forms/jumptotrackdialog.ui" line="110"/>
- <source>Close</source>
- <translation>关闭</translation>
- </message>
</context>
<context>
<name>MainDisplay</name>
@@ -969,168 +964,168 @@
<context>
<name>MainWindow</name>
<message>
- <location filename="../mainwindow.cpp" line="267"/>
+ <location filename="../mainwindow.cpp" line="264"/>
<source>Choose a directory</source>
<translation>选择一个目录</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="278"/>
+ <location filename="../mainwindow.cpp" line="275"/>
<source>Select one or more files to open</source>
<translation>选择打开一个或更多文件</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="415"/>
+ <location filename="../mainwindow.cpp" line="412"/>
<source>&amp;Play</source>
<translation>播放(&amp;P)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="416"/>
+ <location filename="../mainwindow.cpp" line="413"/>
<source>X</source>
<translation>X</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="417"/>
+ <location filename="../mainwindow.cpp" line="414"/>
<source>&amp;Pause</source>
<translation>暂停(&amp;P)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="418"/>
+ <location filename="../mainwindow.cpp" line="415"/>
<source>C</source>
<translation>C</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="419"/>
+ <location filename="../mainwindow.cpp" line="416"/>
<source>&amp;Stop</source>
<translation>停止(&amp;S)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="420"/>
+ <location filename="../mainwindow.cpp" line="417"/>
<source>V</source>
<translation>V</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="421"/>
+ <location filename="../mainwindow.cpp" line="418"/>
<source>&amp;Previous</source>
<translation>上一曲(&amp;P)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="422"/>
+ <location filename="../mainwindow.cpp" line="419"/>
<source>Z</source>
<translation>Z</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="423"/>
+ <location filename="../mainwindow.cpp" line="420"/>
<source>&amp;Next</source>
<translation>下一曲(&amp;N)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="424"/>
+ <location filename="../mainwindow.cpp" line="421"/>
<source>B</source>
<translation>B</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="443"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>&amp;Jump To File</source>
<translation>跳到文件(&amp;J)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="444"/>
+ <location filename="../mainwindow.cpp" line="441"/>
<source>J</source>
<translation>J</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="450"/>
+ <location filename="../mainwindow.cpp" line="447"/>
<source>&amp;Settings</source>
<translation>设置(&amp;S)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="451"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Ctrl+P</source>
<translation>Ctrl+P</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="457"/>
+ <location filename="../mainwindow.cpp" line="454"/>
<source>&amp;Exit</source>
<translation>退出(&amp;E)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="458"/>
+ <location filename="../mainwindow.cpp" line="455"/>
<source>Ctrl+Q</source>
<translation>Ctrl+Q</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="494"/>
+ <location filename="../mainwindow.cpp" line="491"/>
<source>Open Playlist</source>
<translation>打开播放列表</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="516"/>
<source>Save Playlist</source>
<translation>保存播放列表</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="453"/>
+ <location filename="../mainwindow.cpp" line="450"/>
<source>&amp;About</source>
<translation>关于(&amp;A)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="492"/>
- <location filename="../mainwindow.cpp" line="518"/>
+ <location filename="../mainwindow.cpp" line="489"/>
+ <location filename="../mainwindow.cpp" line="515"/>
<source>Playlist Files</source>
<translation>播放列表文件</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="425"/>
+ <location filename="../mainwindow.cpp" line="422"/>
<source>Space</source>
<translation>空格</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="454"/>
+ <location filename="../mainwindow.cpp" line="451"/>
<source>&amp;About Qt</source>
<translation>关于 Qt (&amp;A)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="425"/>
+ <location filename="../mainwindow.cpp" line="422"/>
<source>&amp;Play/Pause</source>
<translation>播放/暂停(&amp;P)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="273"/>
+ <location filename="../mainwindow.cpp" line="270"/>
<source>All Supported Bitstreams</source>
<translation>支持的全部文件</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="428"/>
+ <location filename="../mainwindow.cpp" line="425"/>
<source>&amp;Repeat Track</source>
<translation>重复音轨(&amp;R)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="429"/>
+ <location filename="../mainwindow.cpp" line="426"/>
<source>&amp;Shuffle</source>
<translation>乱序(&amp;S)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="430"/>
<source>R</source>
<translation>R</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="434"/>
+ <location filename="../mainwindow.cpp" line="431"/>
<source>Ctrl+R</source>
<translation>Ctrl+R</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="435"/>
+ <location filename="../mainwindow.cpp" line="432"/>
<source>S</source>
<translation>S</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="427"/>
+ <location filename="../mainwindow.cpp" line="424"/>
<source>&amp;Repeat Playlist</source>
<translation>重复播放列表(&amp;R)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="448"/>
+ <location filename="../mainwindow.cpp" line="445"/>
<source>Tools</source>
<translation>工具</translation>
</message>
diff --git a/src/ui/translations/qmmp_zh_TW.ts b/src/ui/translations/qmmp_zh_TW.ts
index ea454f879..6598f5b9c 100644
--- a/src/ui/translations/qmmp_zh_TW.ts
+++ b/src/ui/translations/qmmp_zh_TW.ts
@@ -732,15 +732,15 @@
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../jumptotrackdialog.cpp" line="91"/>
- <location filename="../jumptotrackdialog.cpp" line="142"/>
+ <location filename="../jumptotrackdialog.cpp" line="84"/>
+ <location filename="../jumptotrackdialog.cpp" line="135"/>
<source>Unqueue</source>
<translation>移出佇列</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="89"/>
- <location filename="../jumptotrackdialog.cpp" line="93"/>
- <location filename="../jumptotrackdialog.cpp" line="144"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="70"/>
+ <location filename="../jumptotrackdialog.cpp" line="86"/>
+ <location filename="../jumptotrackdialog.cpp" line="137"/>
<source>Queue</source>
<translation>加入佇列</translation>
</message>
@@ -750,25 +750,20 @@
<translation>跳到音軌</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="43"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="37"/>
<source>Filter</source>
<translation>過濾</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="96"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="83"/>
<source>Refresh</source>
<translation>刷新</translation>
</message>
<message>
- <location filename="../forms/jumptotrackdialog.ui" line="103"/>
+ <location filename="../forms/jumptotrackdialog.ui" line="96"/>
<source>Jump To</source>
<translation>跳到</translation>
</message>
- <message>
- <location filename="../forms/jumptotrackdialog.ui" line="110"/>
- <source>Close</source>
- <translation>關閉</translation>
- </message>
</context>
<context>
<name>MainDisplay</name>
@@ -969,168 +964,168 @@
<context>
<name>MainWindow</name>
<message>
- <location filename="../mainwindow.cpp" line="267"/>
+ <location filename="../mainwindow.cpp" line="264"/>
<source>Choose a directory</source>
<translation>選取一個目錄</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="278"/>
+ <location filename="../mainwindow.cpp" line="275"/>
<source>Select one or more files to open</source>
<translation>選取開啟一個或更多檔案</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="415"/>
+ <location filename="../mainwindow.cpp" line="412"/>
<source>&amp;Play</source>
<translation>播放(&amp;P)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="416"/>
+ <location filename="../mainwindow.cpp" line="413"/>
<source>X</source>
<translation>X</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="417"/>
+ <location filename="../mainwindow.cpp" line="414"/>
<source>&amp;Pause</source>
<translation>暫停(&amp;P)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="418"/>
+ <location filename="../mainwindow.cpp" line="415"/>
<source>C</source>
<translation>C</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="419"/>
+ <location filename="../mainwindow.cpp" line="416"/>
<source>&amp;Stop</source>
<translation>停止(&amp;S)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="420"/>
+ <location filename="../mainwindow.cpp" line="417"/>
<source>V</source>
<translation>V</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="421"/>
+ <location filename="../mainwindow.cpp" line="418"/>
<source>&amp;Previous</source>
<translation>上一曲(&amp;P)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="422"/>
+ <location filename="../mainwindow.cpp" line="419"/>
<source>Z</source>
<translation>Z</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="423"/>
+ <location filename="../mainwindow.cpp" line="420"/>
<source>&amp;Next</source>
<translation>下一曲(&amp;N)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="424"/>
+ <location filename="../mainwindow.cpp" line="421"/>
<source>B</source>
<translation>B</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="443"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>&amp;Jump To File</source>
<translation>跳到檔案(&amp;J)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="444"/>
+ <location filename="../mainwindow.cpp" line="441"/>
<source>J</source>
<translation>J</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="450"/>
+ <location filename="../mainwindow.cpp" line="447"/>
<source>&amp;Settings</source>
<translation>設定(&amp;S)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="451"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Ctrl+P</source>
<translation>Ctrl+P</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="457"/>
+ <location filename="../mainwindow.cpp" line="454"/>
<source>&amp;Exit</source>
<translation>結束(&amp;E)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="458"/>
+ <location filename="../mainwindow.cpp" line="455"/>
<source>Ctrl+Q</source>
<translation>Ctrl+Q</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="494"/>
+ <location filename="../mainwindow.cpp" line="491"/>
<source>Open Playlist</source>
<translation>開啟播放清單</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="516"/>
<source>Save Playlist</source>
<translation>儲存播放清單</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="453"/>
+ <location filename="../mainwindow.cpp" line="450"/>
<source>&amp;About</source>
<translation>關於(&amp;A)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="492"/>
- <location filename="../mainwindow.cpp" line="518"/>
+ <location filename="../mainwindow.cpp" line="489"/>
+ <location filename="../mainwindow.cpp" line="515"/>
<source>Playlist Files</source>
<translation>播放清單檔案</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="425"/>
+ <location filename="../mainwindow.cpp" line="422"/>
<source>Space</source>
<translation>空格</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="454"/>
+ <location filename="../mainwindow.cpp" line="451"/>
<source>&amp;About Qt</source>
<translation>關於 Qt (&amp;A)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="425"/>
+ <location filename="../mainwindow.cpp" line="422"/>
<source>&amp;Play/Pause</source>
<translation>播放/暫停(&amp;P)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="273"/>
+ <location filename="../mainwindow.cpp" line="270"/>
<source>All Supported Bitstreams</source>
<translation>支援的全部檔案</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="428"/>
+ <location filename="../mainwindow.cpp" line="425"/>
<source>&amp;Repeat Track</source>
<translation>重復音軌(&amp;R)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="429"/>
+ <location filename="../mainwindow.cpp" line="426"/>
<source>&amp;Shuffle</source>
<translation>亂序(&amp;S)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="430"/>
<source>R</source>
<translation>R</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="434"/>
+ <location filename="../mainwindow.cpp" line="431"/>
<source>Ctrl+R</source>
<translation>Ctrl+R</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="435"/>
+ <location filename="../mainwindow.cpp" line="432"/>
<source>S</source>
<translation>S</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="427"/>
+ <location filename="../mainwindow.cpp" line="424"/>
<source>&amp;Repeat Playlist</source>
<translation>重復播放清單(&amp;R)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="448"/>
+ <location filename="../mainwindow.cpp" line="445"/>
<source>Tools</source>
<translation>工具</translation>
</message>