Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package elisa for openSUSE:Factory checked 
in at 2021-09-04 22:33:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/elisa (Old)
 and      /work/SRC/openSUSE:Factory/.elisa.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "elisa"

Sat Sep  4 22:33:59 2021 rev:31 rq:915838 version:21.08.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/elisa/elisa.changes      2021-08-26 
23:16:19.728197854 +0200
+++ /work/SRC/openSUSE:Factory/.elisa.new.1899/elisa.changes    2021-09-04 
22:36:15.672223628 +0200
@@ -1,0 +2,15 @@
+Wed Sep  1 12:37:45 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.08.1
+- Changes since 21.08.0:
+  * Don't find KIO on Android
+  * Fix in-app seek shortcuts (kde#441485)
+  * Fix broken "Files" view (kde#440980)
+  * Don't show "Show in Folder" buttons for radio streams (kde#439280)
+- Drop upstream patch:
+  * 0001-Fix-broken-Files-view.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-Fix-broken-Files-view.patch
  elisa-21.08.0.tar.xz
  elisa-21.08.0.tar.xz.sig

New:
----
  elisa-21.08.1.tar.xz
  elisa-21.08.1.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ elisa.spec ++++++
--- /var/tmp/diff_new_pack.FsmIcy/_old  2021-09-04 22:36:16.104224201 +0200
+++ /var/tmp/diff_new_pack.FsmIcy/_new  2021-09-04 22:36:16.108224206 +0200
@@ -20,7 +20,7 @@
 %define kf5_version 5.64.0
 %bcond_without lang
 Name:           elisa
-Version:        21.08.0
+Version:        21.08.1
 Release:        0
 Summary:        Music player and collection organizer
 License:        LGPL-3.0-or-later
@@ -31,8 +31,6 @@
 Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
-# PATCH-FIX-UPSTREAM
-Patch0:         0001-Fix-broken-Files-view.patch
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Baloo) >= %{kf5_version}
 BuildRequires:  cmake(KF5Config) >= %{kf5_version}


++++++ elisa-21.08.0.tar.xz -> elisa-21.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/elisa-21.08.0/CMakeLists.txt 
new/elisa-21.08.1/CMakeLists.txt
--- old/elisa-21.08.0/CMakeLists.txt    2021-08-05 00:10:26.000000000 +0200
+++ new/elisa-21.08.1/CMakeLists.txt    2021-08-29 15:09:56.000000000 +0200
@@ -7,7 +7,7 @@
 # KDE Applications version, managed by release script.
 set(RELEASE_SERVICE_VERSION_MAJOR "21")
 set(RELEASE_SERVICE_VERSION_MINOR "08")
-set(RELEASE_SERVICE_VERSION_MICRO "0")
+set(RELEASE_SERVICE_VERSION_MICRO "1")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(elisa
@@ -135,15 +135,12 @@
     DESCRIPTION "KF5 package management library needed to get the 
configuration dialogs."
     TYPE RECOMMENDED)
 
-find_package(KF5KIO ${REQUIRED_KF5_VERSION} CONFIG QUIET)
-if (ANDROID)
-    set(KIO_DEPENDENCY_TYPE OPTIONAL)
-else()
-    set(KIO_DEPENDENCY_TYPE REQUIRED)
+if (NOT ANDROID)
+    find_package(KF5KIO ${REQUIRED_KF5_VERSION} CONFIG QUIET)
+    set_package_properties(KF5KIO PROPERTIES
+        DESCRIPTION "File management libraries used for file browsing."
+        TYPE REQUIRED)
 endif()
-set_package_properties(KF5KIO PROPERTIES
-    DESCRIPTION "File management libraries used for file browsing."
-    TYPE ${KIO_DEPENDENCY_TYPE})
 
 find_package(UPNPQT CONFIG QUIET)
 set_package_properties(UPNPQT PROPERTIES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/elisa-21.08.0/org.kde.elisa.appdata.xml 
new/elisa-21.08.1/org.kde.elisa.appdata.xml
--- old/elisa-21.08.0/org.kde.elisa.appdata.xml 2021-08-05 00:10:26.000000000 
+0200
+++ new/elisa-21.08.1/org.kde.elisa.appdata.xml 2021-08-29 15:09:56.000000000 
+0200
@@ -193,6 +193,7 @@
       <caption xml:lang="pl">Elista na Plazma Mobile</caption>
       <caption xml:lang="pt">O Elisa no Plasma M??vel</caption>
       <caption xml:lang="pt-BR">Elisa no Plasma Mobile</caption>
+      <caption xml:lang="ru">?????????????????????????? Elisa ???? Plasma 
Mobile</caption>
       <caption xml:lang="sk">Elisa na Plasma Mobile</caption>
       <caption xml:lang="sl">Elisa na Plasma Mobile</caption>
       <caption xml:lang="sv">Elisa p?? Plasma Mobil</caption>
@@ -208,10 +209,10 @@
   <project_group>KDE</project_group>
   <content_rating type="oars-1.0"/>
   <releases>
+    <release version="21.08.1" date="2021-09-02"/>
     <release version="21.08.0" date="2021-08-12"/>
     <release version="21.04.3" date="2021-07-08"/>
     <release version="21.04.2" date="2021-06-10"/>
-    <release version="21.04.1" date="2021-05-13"/>
   </releases>
   <custom>
     <value 
key="KDE::windows_store">https://www.microsoft.com/p/elisa/9pb5md7zh8tl</value>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/elisa-21.08.0/po/cs/elisa.po 
new/elisa-21.08.1/po/cs/elisa.po
--- old/elisa-21.08.0/po/cs/elisa.po    2021-08-06 02:25:40.000000000 +0200
+++ new/elisa-21.08.1/po/cs/elisa.po    2021-08-31 02:39:56.000000000 +0200
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 21.04.1\n"
+"X-Generator: Lokalize 21.04.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/elisa-21.08.0/po/eu/elisa.po 
new/elisa-21.08.1/po/eu/elisa.po
--- old/elisa-21.08.0/po/eu/elisa.po    2021-08-06 02:25:41.000000000 +0200
+++ new/elisa-21.08.1/po/eu/elisa.po    2021-08-31 02:39:56.000000000 +0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: elisa\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-08-03 01:38+0000\n"
-"PO-Revision-Date: 2021-06-13 17:37+0200\n"
+"PO-Revision-Date: 2021-08-15 15:59+0200\n"
 "Last-Translator: I??igo Salvador Azurmendi <[email protected]>\n"
 "Language-Team: Basque <[email protected]>\n"
 "Language: eu\n"
@@ -18,7 +18,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 21.04.2\n"
+"X-Generator: Lokalize 21.08.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -28,7 +28,7 @@
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "[email protected]"
+msgstr "[email protected]"
 
 #: databaseinterface.cpp:7087 databaseinterface.cpp:8129
 #: databaseinterface.cpp:8213
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/elisa-21.08.0/po/fi/elisa.po 
new/elisa-21.08.1/po/fi/elisa.po
--- old/elisa-21.08.0/po/fi/elisa.po    2021-08-06 02:25:41.000000000 +0200
+++ new/elisa-21.08.1/po/fi/elisa.po    2021-08-31 02:39:56.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-08-03 01:38+0000\n"
-"PO-Revision-Date: 2021-06-12 09:57+0300\n"
+"PO-Revision-Date: 2021-08-24 20:54+0300\n"
 "Last-Translator: Tommi Nieminen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
 "Language: fi\n"
@@ -652,7 +652,7 @@
 msgstr "Kumoa"
 
 #: qml/MediaPlayListView.qml:514
-#, kde-format
+#, fuzzy, kde-format
 msgid "%1 track"
 msgid_plural "%1 tracks"
 msgstr[0] "%1 kappale"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/elisa-21.08.0/po/fr/elisa.po 
new/elisa-21.08.1/po/fr/elisa.po
--- old/elisa-21.08.0/po/fr/elisa.po    2021-08-06 02:25:41.000000000 +0200
+++ new/elisa-21.08.1/po/fr/elisa.po    2021-08-31 02:39:56.000000000 +0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-08-03 01:38+0000\n"
-"PO-Revision-Date: 2021-06-04 09:17+0200\n"
+"PO-Revision-Date: 2021-08-27 08:03+0200\n"
 "Last-Translator: Xavier Besnard <[email protected]>\n"
 "Language-Team: French <[email protected]>\n"
 "Language: fr\n"
@@ -18,7 +18,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 21.04.1\n"
+"X-Generator: Lokalize 21.08.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/elisa-21.08.0/po/hi/elisa.po 
new/elisa-21.08.1/po/hi/elisa.po
--- old/elisa-21.08.0/po/hi/elisa.po    2021-08-06 02:25:41.000000000 +0200
+++ new/elisa-21.08.1/po/hi/elisa.po    2021-08-31 02:39:56.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: elisa\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-08-03 01:38+0000\n"
-"PO-Revision-Date: 2021-07-10 10:57+0530\n"
+"PO-Revision-Date: 2021-08-21 17:43+0530\n"
 "Last-Translator: Raghavendra Kamath <[email protected]>\n"
 "Language-Team: kde-hindi\n"
 "Language: hi\n"
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n!=1);\n"
-"X-Generator: Lokalize 21.04.3\n"
+"X-Generator: Lokalize 21.08.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -1061,7 +1061,7 @@
 #, kde-format
 msgctxt "Configure dialog, indexing type"
 msgid "Scan the filesystem directly"
-msgstr "???????????????-???????????????  ?????? ???????????? ??????????????? 
????????????"
+msgstr "???????????????-??????????????? ?????? ???????????? ??????????????? 
????????????"
 
 #: qml/SettingsForm.qml:212
 #, kde-kuit-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/elisa-21.08.0/po/it/elisa.po 
new/elisa-21.08.1/po/it/elisa.po
--- old/elisa-21.08.0/po/it/elisa.po    2021-08-06 02:25:41.000000000 +0200
+++ new/elisa-21.08.1/po/it/elisa.po    2021-08-31 02:39:56.000000000 +0200
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 20.12.0\n"
+"X-Generator: Lokalize 21.08.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/elisa-21.08.0/po/pt_BR/elisa.po 
new/elisa-21.08.1/po/pt_BR/elisa.po
--- old/elisa-21.08.0/po/pt_BR/elisa.po 2021-08-06 02:25:41.000000000 +0200
+++ new/elisa-21.08.1/po/pt_BR/elisa.po 2021-08-31 02:39:56.000000000 +0200
@@ -10,9 +10,9 @@
 "Project-Id-Version: elisa\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-08-03 01:38+0000\n"
-"PO-Revision-Date: 2021-06-04 14:32-0300\n"
+"PO-Revision-Date: 2021-08-18 09:53-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n"
-"Language-Team: Brazilian Portuguese <[email protected]>\n"
+"Language-Team: Portuguese <[email protected]>\n"
 "Language: pt_BR\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -178,7 +178,7 @@
 #, kde-format
 msgctxt "Rating label for information panel"
 msgid "Rating"
-msgstr "Classifica????o"
+msgstr "Avalia????o"
 
 #: models/trackmetadatamodel.cpp:454 models/trackmetadatamodel.cpp:511
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/elisa-21.08.0/po/ru/elisa.po 
new/elisa-21.08.1/po/ru/elisa.po
--- old/elisa-21.08.0/po/ru/elisa.po    2021-08-06 02:25:41.000000000 +0200
+++ new/elisa-21.08.1/po/ru/elisa.po    2021-08-31 02:39:56.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-08-03 01:38+0000\n"
-"PO-Revision-Date: 2021-01-17 11:59+0300\n"
+"PO-Revision-Date: 2021-08-28 15:07+0300\n"
 "Last-Translator: Alexander Yavorsky <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
 "Language: ru\n"
@@ -17,7 +17,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Lokalize 20.12.1\n"
+"X-Generator: Lokalize 21.08.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -71,11 +71,9 @@
 msgstr "?????????????????????????????? / ??????????"
 
 #: elisaapplication.cpp:216
-#, fuzzy, kde-format
-#| msgctxt "Toggle between ascending and descending order"
-#| msgid "Toggle sort order"
+#, kde-format
 msgid "Toggle Party Mode"
-msgstr "???????????????? ?????????????? ????????????????????"
+msgstr "?????????? ??????????????????"
 
 #: main.cpp:106 qml/ElisaMainWindow.qml:56 qml/mobile/MobileSidebar.qml:20
 #, kde-format
@@ -327,36 +325,31 @@
 #, kde-format
 msgctxt "open the sidebar"
 msgid "Open sidebar"
-msgstr ""
+msgstr "?????????????? ?????????????? ????????????"
 
 #: qml/ContextView.qml:118
 #, kde-format
 msgctxt "One of the 'now playing' views"
 msgid "Metadata"
-msgstr ""
+msgstr "????????????????????"
 
 #: qml/ContextView.qml:131
-#, fuzzy, kde-format
-#| msgctxt "Lyrics label for track metadata view"
-#| msgid "Lyrics"
+#, kde-format
 msgctxt "One of the 'now playing' views"
 msgid "Lyrics"
-msgstr "?????????? ??????????:"
+msgstr "?????????? ??????????"
 
 #: qml/ContextView.qml:138 qml/mobile/MobileTrackPlayer.qml:364
 #: qml/NavigationActionBar.qml:147
-#, fuzzy, kde-format
-#| msgid "Show Playlist"
+#, kde-format
 msgctxt "show the playlist"
 msgid "Show Playlist"
 msgstr "???????????????? ???????????? ??????????????????????????????"
 
 #: qml/ContextView.qml:301
-#, fuzzy, kde-format
-#| msgctxt "e.g. 'no artists found' or 'no albums found'"
-#| msgid "No %1 found"
+#, kde-format
 msgid "No lyrics found"
-msgstr "%1 ???? ????????????"
+msgstr "?????????? ???? ????????????"
 
 #: qml/ContextView.qml:314
 #, kde-format
@@ -431,22 +424,20 @@
 #, kde-format
 msgctxt "Options"
 msgid "Options"
-msgstr ""
+msgstr "??????????????????"
 
 # "?????????????????????????? ?? ???????????????? ???????????? 
??????????????????????????????" --aspotashev
 #: qml/GridBrowserDelegate.qml:408
-#, fuzzy, kde-format
-#| msgctxt "Clear play list and add whole container to play list"
-#| msgid "Play now, replacing current playlist"
+#, kde-format
 msgctxt "Clear play list and add whole container to play list"
 msgid "Play now, replacing current queue"
-msgstr "?????????????????????????? ?? ???????????????? ???????????? 
??????????????????????????????"
+msgstr "?????????????????????????? ?? ???????????????? ?????????????? 
??????????????????????????????"
 
 #: qml/GridBrowserDelegate.qml:427
 #, kde-format
 msgctxt "Add whole container to play list"
 msgid "Add to queue"
-msgstr ""
+msgstr "???????????????? ?? ?????????????? ??????????????????????????????"
 
 #: qml/GridBrowserView.qml:210 qml/ListBrowserView.qml:180
 #, kde-format
@@ -460,9 +451,7 @@
 msgstr "%1 - %2"
 
 #: qml/ListBrowserDelegate.qml:178
-#, fuzzy, kde-format
-#| msgctxt "%1: track number. %2: track title. %3: artist name"
-#| msgid "%1 - %2 - %3"
+#, kde-format
 msgctxt "%1: track number. %2: track title. %3: artist name"
 msgid "%1 - %2 - %3"
 msgstr "%1 - %2 - %3"
@@ -488,34 +477,28 @@
 msgstr "?????????????????????????? ?? ???????????????? ???????????? 
??????????????????????????????"
 
 #: qml/ListBrowserDelegate.qml:336
-#, fuzzy, kde-format
-#| msgctxt "Show filters in the navigation bar"
-#| msgid "Show Search Options"
+#, kde-format
 msgctxt "Song options"
 msgid "Song Options"
-msgstr "???????????????? ?????????????????? ????????????"
+msgstr "?????????????????? ??????????????"
 
 #: qml/ListBrowserDelegate.qml:373 qml/mobile/MobilePlayListDelegate.qml:218
-#, fuzzy, kde-format
-#| msgctxt "Show track metadata"
-#| msgid "View Details"
+#, kde-format
 msgctxt "Show track metadata"
 msgid "View details"
-msgstr "????????????????"
+msgstr "???????????????? ?????????????????? ????????????????"
 
 #: qml/ListBrowserDelegate.qml:382
 #, kde-format
 msgctxt "Enqueue current track"
 msgid "Add to queue"
-msgstr ""
+msgstr "???????????????? ?? ?????????????? ??????????????????????????????"
 
 #: qml/MediaPlayerControl.qml:50
-#, fuzzy, kde-format
-#| msgctxt "Toggle between ascending and descending order"
-#| msgid "Toggle sort order"
+#, kde-format
 msgctxt "toggle the party mode"
 msgid "Toggle Party Mode"
-msgstr "???????????????? ?????????????? ????????????????????"
+msgstr "?????????? ??????????????????"
 
 #: qml/MediaPlayerControl.qml:58
 #: qml/mobile/MobileMinimizedPlayerControl.qml:228
@@ -554,20 +537,17 @@
 msgstr "?? ?????????????????? ??????????????"
 
 #: qml/MediaPlayerControl.qml:135 qml/mobile/MobileTrackPlayer.qml:229
-#, fuzzy, kde-format
-#| msgid "Don't repeat tracks"
+#, kde-format
 msgid "Current: Don't repeat tracks"
 msgstr "???? ???????????????????????????? ?????????????? ????????????????"
 
 #: qml/MediaPlayerControl.qml:136 qml/mobile/MobileTrackPlayer.qml:230
-#, fuzzy, kde-format
-#| msgid "Repeat current track"
+#, kde-format
 msgid "Current: Repeat current track"
 msgstr "?????????????????? ?????????????????????????????? ?????????????? 
??????????????"
 
 #: qml/MediaPlayerControl.qml:137 qml/mobile/MobileTrackPlayer.qml:231
-#, fuzzy, kde-format
-#| msgid "Repeat all tracks in playlist"
+#, kde-format
 msgid "Current: Repeat all tracks in playlist"
 msgstr "?????????????????? ?????????????????????????????? ???????? 
??????????????"
 
@@ -652,38 +632,27 @@
 msgstr "???????????????? ???????????? ??????????????????????????????"
 
 #: qml/MediaPlayListView.qml:337
-#, fuzzy, kde-format
-#| msgctxt "Your playlist is empty"
-#| msgid "Your playlist is empty"
+#, kde-format
 msgid "Playlist is empty"
 msgstr "???????????? ?????????????????????????????? ????????"
 
 #: qml/MediaPlayListView.qml:338
-#, fuzzy, kde-format
-#| msgctxt "@info"
-#| msgid ""
-#| "Your playlist is empty.<nl/><nl/>Add some songs to get started. You can "
-#| "browse your music using the views on the left."
+#, kde-format
 msgid ""
 "Add some songs to get started. You can browse your music using the views on "
 "the left."
 msgstr ""
-"???????????? ?????????????????????????????? 
????????.<nl/><nl/>???????????????? ???????????????? ??????????, ?????????? 
???????????? "
-"???????????????????????? ????????????????????. ???????????? ?????????? 
???????????? ?????? ?????????????????? ?????????????????????? "
-"??????????????????."
+"???????????????? ???????????????? ??????????, ?????????? ???????????? 
???????????????????????? ????????????????????. ???????????? ?????????? "
+"???????????? ?????? ?????????????????? ?????????????????????? 
??????????????????."
 
 #: qml/MediaPlayListView.qml:464
-#, fuzzy, kde-kuit-format
-#| msgctxt "Your playlist is empty"
-#| msgid "Your playlist is empty"
+#, kde-kuit-format
 msgctxt "@info"
 msgid "Your playlist is empty."
-msgstr "???????????? ?????????????????????????????? ????????"
+msgstr "?? ???????????? ?????????????????????????????? ???????????? ??????."
 
 #: qml/MediaPlayListView.qml:497
-#, fuzzy, kde-format
-#| msgctxt "Undo"
-#| msgid "Undo"
+#, kde-format
 msgid "Undo"
 msgstr "????????????????"
 
@@ -712,12 +681,10 @@
 msgstr[3] "???????????????? %1 ??????????????"
 
 #: qml/MediaPlayListView.qml:534
-#, fuzzy, kde-format
-#| msgctxt "file type (mime type) for m3u playlist"
-#| msgid "Playlist (*.m3u)"
+#, kde-format
 msgctxt "file type (mime type) for m3u and m3u8 playlist file formats"
 msgid "Playlist (*.m3u*)"
-msgstr "???????????? ?????????????????????????????? (*.m3u)"
+msgstr "???????????? ?????????????????????????????? (*.m3u*)"
 
 #: qml/MediaPlayListView.qml:540
 #, kde-format
@@ -726,17 +693,13 @@
 msgstr "???????????? ????????????????????"
 
 #: qml/MediaTrackMetadataForm.qml:37
-#, fuzzy, kde-format
-#| msgctxt "Form validation error message for track data"
-#| msgid "Data are not valid. %1"
+#, kde-format
 msgctxt "Form validation error message for track data"
 msgid "Data is not valid. %1"
 msgstr "???????????????? ????????????. %1"
 
 #: qml/MediaTrackMetadataForm.qml:93
-#, fuzzy, kde-format
-#| msgctxt "label before button to add new metadata tag"
-#| msgid "Add new tag:"
+#, kde-format
 msgid "Add new tag:"
 msgstr "???????????????? ??????????:"
 
@@ -775,46 +738,42 @@
 #: qml/mobile/MobileSettingsPage.qml:30
 #, kde-format
 msgid "Save"
-msgstr ""
+msgstr "??????????????????"
 
 #: qml/mobile/MobilePlayListDelegate.qml:177
-#, fuzzy, kde-format
-#| msgctxt "Title of the view of all tracks"
-#| msgid "Tracks"
+#, kde-format
 msgctxt "Track options"
 msgid "Track Options"
-msgstr "??????????????"
+msgstr "???????????????? ??????????????"
 
 #: qml/mobile/MobilePlayListDelegate.qml:228
 #, kde-format
 msgctxt "Remove current track from play list"
 msgid "Remove from queue"
-msgstr ""
+msgstr "?????????????? ???? ?????????????? ??????????????????????????????"
 
 #: qml/mobile/MobileSettingsPage.qml:26 qml/mobile/MobileSidebar.qml:38
 #, kde-format
 msgid "Settings"
-msgstr ""
+msgstr "??????????????????"
 
 #: qml/mobile/MobileTrackPlayer.qml:54
 #, kde-format
 msgctxt "minimize player"
 msgid "Minimize Player"
-msgstr ""
+msgstr "????????????????"
 
 #: qml/mobile/MobileTrackPlayer.qml:202
-#, fuzzy, kde-format
-#| msgid "Show In Folder"
+#, kde-format
 msgctxt "show track information"
 msgid "Show Info"
-msgstr "???????????????? ?? ??????????"
+msgstr "???????????????? ???????????????? ?? ??????????????"
 
 #: qml/mobile/MobileVolumeButton.qml:27
-#, fuzzy, kde-format
-#| msgid "Increase Volume"
+#, kde-format
 msgctxt "change player volume"
 msgid "Change Volume"
-msgstr "?????????????????? ??????????????????"
+msgstr "???????????????? ??????????????????"
 
 #: qml/NativeGlobalMenu.qml:14
 #, kde-format
@@ -841,12 +800,10 @@
 msgstr "??????"
 
 #: qml/NativeGlobalMenu.qml:52
-#, fuzzy, kde-format
-#| msgctxt "Toggle between ascending and descending order"
-#| msgid "Toggle sort order"
+#, kde-format
 msgctxt "menu entry"
 msgid "Toggle Party Mode"
-msgstr "???????????????? ?????????????? ????????????????????"
+msgstr "?????????? ??????????????????"
 
 #: qml/NativeGlobalMenu.qml:58
 #, kde-format
@@ -1007,7 +964,7 @@
 #: qml/SettingsForm.qml:31
 #, kde-format
 msgid "Show background on Now Playing page"
-msgstr ""
+msgstr "???????????????????? ?????? ???? ???????????????? ?????????????? 
????????????????????????????"
 
 #: qml/SettingsForm.qml:42
 #, kde-format
@@ -1025,9 +982,7 @@
 msgstr "???????????????? ?????????????????????????????? ?????? ??????????????"
 
 #: qml/SettingsForm.qml:97
-#, fuzzy, kde-format
-#| msgctxt "Refresh Music Collection application menu entry"
-#| msgid "Refresh Music Collection"
+#, kde-format
 msgid "Refresh Music Collection"
 msgstr "???????????????? ?????????????????? ????????????"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/elisa-21.08.0/po/zh_CN/elisa.po 
new/elisa-21.08.1/po/zh_CN/elisa.po
--- old/elisa-21.08.0/po/zh_CN/elisa.po 2021-08-06 02:25:41.000000000 +0200
+++ new/elisa-21.08.1/po/zh_CN/elisa.po 2021-08-31 02:39:56.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-08-03 01:38+0000\n"
-"PO-Revision-Date: 2021-07-26 13:49\n"
+"PO-Revision-Date: 2021-08-30 11:45\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/elisa-21.08.0/src/elisaapplication.cpp 
new/elisa-21.08.1/src/elisaapplication.cpp
--- old/elisa-21.08.0/src/elisaapplication.cpp  2021-08-05 00:10:26.000000000 
+0200
+++ new/elisa-21.08.1/src/elisaapplication.cpp  2021-08-29 15:09:56.000000000 
+0200
@@ -191,13 +191,13 @@
     if (actionName == QLatin1String("NextTrack") && 
KAuthorized::authorizeAction(actionName)) {
             auto nextTrackAction = d->mCollection.addAction(actionName, this, 
&ElisaApplication::nextTrack);
             nextTrackAction->setText(i18n("Go to next track"));
-            d->mCollection.setDefaultShortcut(nextTrackAction, 
QKeySequence(Qt::CTRL + Qt::Key_Left));
+            d->mCollection.setDefaultShortcut(nextTrackAction, 
QKeySequence(Qt::CTRL + Qt::Key_Right));
     }
 
     if (actionName == QLatin1String("PreviousTrack") && 
KAuthorized::authorizeAction(actionName)) {
             auto previousTrackAction = d->mCollection.addAction(actionName, 
this, &ElisaApplication::previousTrack);
             previousTrackAction->setText(i18n("Go to previous track"));
-            d->mCollection.setDefaultShortcut(previousTrackAction, 
QKeySequence(Qt::CTRL + Qt::Key_Right));
+            d->mCollection.setDefaultShortcut(previousTrackAction, 
QKeySequence(Qt::CTRL + Qt::Key_Left));
     }
 
     if (actionName == QLatin1String("Play-Pause") && 
KAuthorized::authorizeAction(actionName)) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/elisa-21.08.0/src/qml/ContextView.qml 
new/elisa-21.08.1/src/qml/ContextView.qml
--- old/elisa-21.08.0/src/qml/ContextView.qml   2021-08-05 00:10:26.000000000 
+0200
+++ new/elisa-21.08.1/src/qml/ContextView.qml   2021-08-29 15:09:56.000000000 
+0200
@@ -344,7 +344,7 @@
                     Kirigami.Action {
                         text: i18n("Show In Folder")
                         icon.name: 'document-open-folder'
-                        visible: metaDataModel.fileUrl.toString() !== ""
+                        visible: metaDataModel.fileUrl.toString() !== "" && 
!metaDataModel.fileUrl.toString().startsWith("http") && 
!metaDataModel.fileUrl.toString().startsWith("rtsp")
                         onTriggered: {
                             
ElisaApplication.showInFolder(metaDataModel.fileUrl)
                         }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/elisa-21.08.0/src/qml/ElisaMainWindow.qml 
new/elisa-21.08.1/src/qml/ElisaMainWindow.qml
--- old/elisa-21.08.0/src/qml/ElisaMainWindow.qml       2021-08-05 
00:10:26.000000000 +0200
+++ new/elisa-21.08.1/src/qml/ElisaMainWindow.qml       2021-08-29 
15:09:56.000000000 +0200
@@ -88,12 +88,12 @@
 
     Action {
         shortcut: nextTrackAction.shortcut
-        onTriggered: 
ElisaApplication.mediaPlayListProxyModel.skipPreviousTrack(ElisaApplication.audioPlayer.position)
+        onTriggered: 
ElisaApplication.mediaPlayListProxyModel.skipNextTrack(ElisaApplication.audioPlayer.position)
     }
 
     Action {
         shortcut: previousTrackAction.shortcut
-        onTriggered: 
ElisaApplication.mediaPlayListProxyModel.skipNextTrack(ElisaApplication.audioPlayer.position)
+        onTriggered: 
ElisaApplication.mediaPlayListProxyModel.skipPreviousTrack(ElisaApplication.audioPlayer.position)
     }
 
     Action {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/elisa-21.08.0/src/viewmanager.h 
new/elisa-21.08.1/src/viewmanager.h
--- old/elisa-21.08.0/src/viewmanager.h 2021-08-05 00:10:26.000000000 +0200
+++ new/elisa-21.08.1/src/viewmanager.h 2021-08-29 15:09:56.000000000 +0200
@@ -9,6 +9,8 @@
 
 #include "elisaLib_export.h"
 
+#include "config-upnp-qt.h"
+
 #include "elisautils.h"
 #include "datatypes.h"
 

Reply via email to