Hello community,

here is the log from the commit of package plasma5-integration for 
openSUSE:Factory checked in at 2019-07-26 12:33:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-integration (Old)
 and      /work/SRC/openSUSE:Factory/.plasma5-integration.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma5-integration"

Fri Jul 26 12:33:03 2019 rev:64 rq:717059 version:5.16.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-integration/plasma5-integration.changes  
2019-06-27 16:22:15.534249016 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma5-integration.new.4126/plasma5-integration.changes
        2019-07-26 12:33:07.166185430 +0200
@@ -1,0 +2,10 @@
+Tue Jul  9 17:29:07 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.16.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.16.3.php
+- Changes since 5.16.2:
+  * Fix selectedNameFilter() multiple matches (kde#407819)
+
+-------------------------------------------------------------------

Old:
----
  plasma-integration-5.16.2.tar.xz
  plasma-integration-5.16.2.tar.xz.sig

New:
----
  plasma-integration-5.16.3.tar.xz
  plasma-integration-5.16.3.tar.xz.sig

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

Other differences:
------------------
++++++ plasma5-integration.spec ++++++
--- /var/tmp/diff_new_pack.EGSBjz/_old  2019-07-26 12:33:07.786184748 +0200
+++ /var/tmp/diff_new_pack.EGSBjz/_new  2019-07-26 12:33:07.790184744 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:           plasma5-integration
-Version:        5.16.2
+Version:        5.16.3
 Release:        0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}

++++++ plasma-integration-5.16.2.tar.xz -> plasma-integration-5.16.3.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-integration-5.16.2/CMakeLists.txt 
new/plasma-integration-5.16.3/CMakeLists.txt
--- old/plasma-integration-5.16.2/CMakeLists.txt        2019-06-25 
13:51:05.000000000 +0200
+++ new/plasma-integration-5.16.3/CMakeLists.txt        2019-07-09 
18:03:40.000000000 +0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.0)
 
 project(PlasmaIntegration)
-set(PROJECT_VERSION "5.16.2")
+set(PROJECT_VERSION "5.16.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.12.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/autotests/kfiledialog_unittest.cpp 
new/plasma-integration-5.16.3/autotests/kfiledialog_unittest.cpp
--- old/plasma-integration-5.16.2/autotests/kfiledialog_unittest.cpp    
2019-06-25 13:51:05.000000000 +0200
+++ new/plasma-integration-5.16.3/autotests/kfiledialog_unittest.cpp    
2019-07-09 18:03:40.000000000 +0200
@@ -74,6 +74,23 @@
         QCOMPARE(dialog.selectedNameFilter(), selectNameFilter);
     }
 
+    void testSelectNameFilterMultipleMatching()
+    {
+        QFileDialog dialog;
+
+        QStringList nameFilterList = QStringList() << QStringLiteral("c 
(*.cpp)") << QStringLiteral("h1 (*.h)") << QStringLiteral("h2 (*.h)");
+        dialog.setNameFilters(nameFilterList);
+        QCOMPARE(dialog.nameFilters(), nameFilterList);
+
+        QString selectNameFilter(QStringLiteral("h2 (*.h)"));
+        dialog.selectNameFilter(selectNameFilter);
+        QEXPECT_FAIL("", "Does currently not work. Works, once the dialog gets 
shown, though.", Continue);
+        QCOMPARE(dialog.selectedNameFilter(), selectNameFilter);
+
+        dialog.show();
+        QCOMPARE(dialog.selectedNameFilter(), selectNameFilter);
+    }
+
     void testSelectedMimeTypeFilter_data()
     {
         QTest::addColumn<QStringList>("mimeTypeFilters");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/ar/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/ar/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/ar/plasmaintegration5.po   2019-06-25 
13:51:14.000000000 +0200
+++ new/plasma-integration-5.16.3/po/ar/plasmaintegration5.po   2019-07-09 
18:04:08.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: ٢٠١٦-٠٢-٠٨ ٠٨:١٩+0300\n"
 "Last-Translator: Safa Alfulaij <safa1996alful...@gmail.com>\n"
 "Language-Team: Arabic <d...@arabeyes.org>\n"
@@ -18,13 +18,13 @@
 "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr ""
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, fuzzy, kde-format
 #| msgctxt "@action:button"
 #| msgid "Save All"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/ca/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/ca/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/ca/plasmaintegration5.po   2019-06-25 
13:51:16.000000000 +0200
+++ new/plasma-integration-5.16.3/po/ca/plasmaintegration5.po   2019-07-09 
18:04:12.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: plasmaintegration5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2017-12-17 23:21+0100\n"
 "Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
@@ -20,13 +20,13 @@
 "X-Accelerator-Marker: &\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Obre un fitxer"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/ca@valencia/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/ca@valencia/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/ca@valencia/plasmaintegration5.po  
2019-06-25 13:51:16.000000000 +0200
+++ new/plasma-integration-5.16.3/po/ca@valencia/plasmaintegration5.po  
2019-07-09 18:04:12.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: plasmaintegration5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2017-12-17 23:21+0100\n"
 "Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
@@ -20,13 +20,13 @@
 "X-Accelerator-Marker: &\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Obri un fitxer"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/cs/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/cs/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/cs/plasmaintegration5.po   2019-06-25 
13:51:16.000000000 +0200
+++ new/plasma-integration-5.16.3/po/cs/plasmaintegration5.po   2019-07-09 
18:04:12.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2014-12-05 13:22+0100\n"
 "Last-Translator: Vít Pelčák <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
@@ -17,13 +17,13 @@
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Otevřít soubor"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/da/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/da/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/da/plasmaintegration5.po   2019-06-25 
13:51:17.000000000 +0200
+++ new/plasma-integration-5.16.3/po/da/plasmaintegration5.po   2019-07-09 
18:04:15.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2016-06-18 14:51+0100\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <kde-i18n-...@kde.org>\n"
@@ -17,13 +17,13 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Åbn fil"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/de/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/de/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/de/plasmaintegration5.po   2019-06-25 
13:51:17.000000000 +0200
+++ new/plasma-integration-5.16.3/po/de/plasmaintegration5.po   2019-07-09 
18:04:15.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2016-04-10 19:54+0100\n"
 "Last-Translator: Frederik Schwarzer <schwar...@kde.org>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
@@ -18,13 +18,13 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Datei öffnen"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/el/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/el/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/el/plasmaintegration5.po   2019-06-25 
13:51:17.000000000 +0200
+++ new/plasma-integration-5.16.3/po/el/plasmaintegration5.po   2019-07-09 
18:04:15.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2016-07-29 20:02+0200\n"
 "Last-Translator: Dimitris Kardarakos <dimk...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n...@kde.org>\n"
@@ -17,13 +17,13 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Άνοιγμα αρχείου"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/en_GB/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/en_GB/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/en_GB/plasmaintegration5.po        
2019-06-25 13:51:18.000000000 +0200
+++ new/plasma-integration-5.16.3/po/en_GB/plasmaintegration5.po        
2019-07-09 18:04:17.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2016-09-18 15:46+0000\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: English <kde-l10n-en...@kde.org>\n"
@@ -17,13 +17,13 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Open File"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/es/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/es/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/es/plasmaintegration5.po   2019-06-25 
13:51:18.000000000 +0200
+++ new/plasma-integration-5.16.3/po/es/plasmaintegration5.po   2019-07-09 
18:04:17.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: frameworkintegration5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2016-04-09 13:34+0200\n"
 "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
@@ -19,13 +19,13 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Abrir archivo"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/et/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/et/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/et/plasmaintegration5.po   2019-06-25 
13:51:18.000000000 +0200
+++ new/plasma-integration-5.16.3/po/et/plasmaintegration5.po   2019-07-09 
18:04:17.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2016-08-18 19:28+0300\n"
 "Last-Translator: Marek Laane <qiila...@gmail.com>\n"
 "Language-Team: Estonian <kde-i18n-...@kde.org>\n"
@@ -17,13 +17,13 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Faili avamine"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/eu/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/eu/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/eu/plasmaintegration5.po   2019-06-25 
13:51:18.000000000 +0200
+++ new/plasma-integration-5.16.3/po/eu/plasmaintegration5.po   2019-07-09 
18:04:19.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: plasmaintegrtion5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2018-02-24 22:54+0100\n"
 "Last-Translator: Iñigo Salvador Azurmendi <xa...@euskalnet.net>\n"
 "Language-Team: Basque <kde-i18n-...@kde.org>\n"
@@ -20,13 +20,13 @@
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Ireki fitxategia"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/fi/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/fi/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/fi/plasmaintegration5.po   2019-06-25 
13:51:18.000000000 +0200
+++ new/plasma-integration-5.16.3/po/fi/plasmaintegration5.po   2019-07-09 
18:04:19.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2016-04-30 23:40+0200\n"
 "Last-Translator: Lasse Liehu <lasse.li...@gmail.com>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
@@ -17,13 +17,13 @@
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Avaa tiedosto"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/fr/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/fr/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/fr/plasmaintegration5.po   2019-06-25 
13:51:18.000000000 +0200
+++ new/plasma-integration-5.16.3/po/fr/plasmaintegration5.po   2019-07-09 
18:04:19.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2016-11-23 18:17+0100\n"
 "Last-Translator: Vincent Pinon <vpi...@kde.org>\n"
 "Language-Team: French <kde-i18n-...@kde.org>\n"
@@ -21,13 +21,13 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Ouvrir un fichier"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/gl/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/gl/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/gl/plasmaintegration5.po   2019-06-25 
13:51:19.000000000 +0200
+++ new/plasma-integration-5.16.3/po/gl/plasmaintegration5.po   2019-07-09 
18:04:22.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2019-02-14 19:23+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n"
 "Language-Team: Galician <kde-i18n-...@kde.org>\n"
@@ -18,13 +18,13 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 18.12.1\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Abrir un ficheiro"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/he/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/he/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/he/plasmaintegration5.po   2019-06-25 
13:51:20.000000000 +0200
+++ new/plasma-integration-5.16.3/po/he/plasmaintegration5.po   2019-07-09 
18:04:24.000000000 +0200
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: plasmaintegration5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2017-05-22 05:11-0400\n"
 "Last-Translator: Elkana Bardugo <ttv...@gmail.com>\n"
 "Language-Team: Hebrew\n"
@@ -14,13 +14,13 @@
 "X-Generator: Zanata 3.9.6\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "פתח קובץ"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/hu/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/hu/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/hu/plasmaintegration5.po   2019-06-25 
13:51:21.000000000 +0200
+++ new/plasma-integration-5.16.3/po/hu/plasmaintegration5.po   2019-07-09 
18:04:26.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2017-02-24 22:49+0100\n"
 "Last-Translator: Kiszel Kristóf <kiszel.kris...@gmail.com>\n"
 "Language-Team: Hungarian <kde-l10n...@kde.org>\n"
@@ -17,13 +17,13 @@
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Fájl megnyitása"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/ia/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/ia/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/ia/plasmaintegration5.po   2019-06-25 
13:51:21.000000000 +0200
+++ new/plasma-integration-5.16.3/po/ia/plasmaintegration5.po   2019-07-09 
18:04:26.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2017-02-02 22:57+0100\n"
 "Last-Translator: giovanni <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n...@kde.org>\n"
@@ -17,13 +17,13 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Aperi file"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/id/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/id/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/id/plasmaintegration5.po   2019-06-25 
13:51:21.000000000 +0200
+++ new/plasma-integration-5.16.3/po/id/plasmaintegration5.po   2019-07-09 
18:04:26.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasma-integration\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2018-10-06 19:21+0700\n"
 "Last-Translator: Wantoyo <wanto...@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
@@ -17,13 +17,13 @@
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Buka File"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/it/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/it/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/it/plasmaintegration5.po   2019-06-25 
13:51:22.000000000 +0200
+++ new/plasma-integration-5.16.3/po/it/plasmaintegration5.po   2019-07-09 
18:04:28.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: frameworkintegration5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2016-04-11 21:00+0200\n"
 "Last-Translator: Vincenzo Reale <smart2...@baslug.org>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
@@ -17,13 +17,13 @@
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Apri file"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/ja/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/ja/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/ja/plasmaintegration5.po   2019-06-25 
13:51:22.000000000 +0200
+++ new/plasma-integration-5.16.3/po/ja/plasmaintegration5.po   2019-07-09 
18:04:28.000000000 +0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: frameworkintegration5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2014-05-01 01:02-0700\n"
 "Last-Translator: Japanese KDE translation team <kde...@kde.org>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
@@ -14,13 +14,13 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr ""
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/ko/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/ko/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/ko/plasmaintegration5.po   2019-06-25 
13:51:22.000000000 +0200
+++ new/plasma-integration-5.16.3/po/ko/plasmaintegration5.po   2019-07-09 
18:04:31.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2016-10-20 22:52+0100\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
@@ -17,13 +17,13 @@
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "파일 열기"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/lt/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/lt/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/lt/plasmaintegration5.po   2019-06-25 
13:51:22.000000000 +0200
+++ new/plasma-integration-5.16.3/po/lt/plasmaintegration5.po   2019-07-09 
18:04:31.000000000 +0200
@@ -7,24 +7,24 @@
 msgstr ""
 "Project-Id-Version: plasma-integration\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2018-08-21 03:49+0200\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
-"Language: \n"
+"Language: lt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n%10>=2 && (n%100<10 || n"
 "%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr ""
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/nb/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/nb/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/nb/plasmaintegration5.po   2019-06-25 
13:51:25.000000000 +0200
+++ new/plasma-integration-5.16.3/po/nb/plasmaintegration5.po   2019-07-09 
18:04:35.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2015-02-24 20:41+0100\n"
 "Last-Translator: Bjørn Steensrud <bjor...@skogkatt.homelinux.org>\n"
 "Language-Team: Norwegian Bokmål <i18n...@lister.ping.uio.no>\n"
@@ -19,13 +19,13 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Åpne fil"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/nl/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/nl/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/nl/plasmaintegration5.po   2019-06-25 
13:51:26.000000000 +0200
+++ new/plasma-integration-5.16.3/po/nl/plasmaintegration5.po   2019-07-09 
18:04:38.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2016-04-09 17:04+0200\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: Dutch <kde-i18n...@kde.org>\n"
@@ -17,13 +17,13 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Bestand openen"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/nn/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/nn/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/nn/plasmaintegration5.po   2019-06-25 
13:51:26.000000000 +0200
+++ new/plasma-integration-5.16.3/po/nn/plasmaintegration5.po   2019-07-09 
18:04:38.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2016-04-24 21:22+0100\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <i18n...@lister.ping.uio.no>\n"
@@ -19,13 +19,13 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Opna fil"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/pa/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/pa/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/pa/plasmaintegration5.po   2019-06-25 
13:51:27.000000000 +0200
+++ new/plasma-integration-5.16.3/po/pa/plasmaintegration5.po   2019-07-09 
18:04:40.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2016-06-09 17:13-0600\n"
 "Last-Translator: A S Alam <aa...@users.sf.net>\n"
 "Language-Team: Punjabi <kde-i18n-...@kde.org>\n"
@@ -17,13 +17,13 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "ਫਾਇਲ ਨੂੰ ਖੋਲ੍ਹੋ"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/pl/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/pl/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/pl/plasmaintegration5.po   2019-06-25 
13:51:26.000000000 +0200
+++ new/plasma-integration-5.16.3/po/pl/plasmaintegration5.po   2019-07-09 
18:04:40.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2016-04-16 06:28+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
@@ -18,13 +18,13 @@
 "|| n%100>=20) ? 1 : 2);\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Otwórz plik"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/pt/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/pt/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/pt/plasmaintegration5.po   2019-06-25 
13:51:27.000000000 +0200
+++ new/plasma-integration-5.16.3/po/pt/plasmaintegration5.po   2019-07-09 
18:04:40.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: plasmaintegration5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2016-01-12 11:24+0000\n"
 "Last-Translator: José Nuno Coelho Pires <zepi...@gmail.com>\n"
 "Language-Team: Portuguese <kde-i18n...@kde.org>\n"
@@ -17,13 +17,13 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Abrir um Ficheiro"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/pt_BR/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/pt_BR/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/pt_BR/plasmaintegration5.po        
2019-06-25 13:51:27.000000000 +0200
+++ new/plasma-integration-5.16.3/po/pt_BR/plasmaintegration5.po        
2019-07-09 18:04:40.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: plasmaintegration5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2016-04-09 10:40-0300\n"
 "Last-Translator: André Marcelo Alvarenga <alvare...@kde.org>\n"
 "Language-Team: Brazilian Portuguese <kde-i18n-pt...@kde.org>\n"
@@ -18,13 +18,13 @@
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Abrir arquivo"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/ru/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/ru/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/ru/plasmaintegration5.po   2019-06-25 
13:51:27.000000000 +0200
+++ new/plasma-integration-5.16.3/po/ru/plasmaintegration5.po   2019-07-09 
18:04:42.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2016-09-29 04:54+0300\n"
 "Last-Translator: Alexander Potashev <aspotas...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
@@ -18,13 +18,13 @@
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Открытие файла"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/sk/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/sk/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/sk/plasmaintegration5.po   2019-06-25 
13:51:28.000000000 +0200
+++ new/plasma-integration-5.16.3/po/sk/plasmaintegration5.po   2019-07-09 
18:04:45.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: frameworkintegration5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2016-04-09 13:33+0100\n"
 "Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
 "Language-Team: Slovak <kde...@linux.sk>\n"
@@ -15,13 +15,13 @@
 "X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Otvoriť súbor"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/sl/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/sl/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/sl/plasmaintegration5.po   2019-06-25 
13:51:28.000000000 +0200
+++ new/plasma-integration-5.16.3/po/sl/plasmaintegration5.po   2019-07-09 
18:04:45.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2016-05-15 10:32+0200\n"
 "Last-Translator: Andrej Mernik <andr...@ubuntu.si>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
@@ -18,13 +18,13 @@
 "%100==4 ? 3 : 0);\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Odpri datoteko"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/sv/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/sv/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/sv/plasmaintegration5.po   2019-06-25 
13:51:29.000000000 +0200
+++ new/plasma-integration-5.16.3/po/sv/plasmaintegration5.po   2019-07-09 
18:04:47.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2016-04-10 08:12+0100\n"
 "Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <kde-i18n-...@kde.org>\n"
@@ -17,13 +17,13 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Öppna fil"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/tr/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/tr/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/tr/plasmaintegration5.po   2019-06-25 
13:51:30.000000000 +0200
+++ new/plasma-integration-5.16.3/po/tr/plasmaintegration5.po   2019-07-09 
18:04:50.000000000 +0200
@@ -7,23 +7,23 @@
 msgstr ""
 "Project-Id-Version: plasmaintegration5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2017-10-23 11:16+0000\n"
 "Last-Translator: Kaan <kaanozdin...@gmail.com>\n"
 "Language-Team: Turkish <kde-i18n-...@kde.org>\n"
-"Language: \n"
+"Language: tr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Dosya Aç"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/uk/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/uk/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/uk/plasmaintegration5.po   2019-06-25 
13:51:31.000000000 +0200
+++ new/plasma-integration-5.16.3/po/uk/plasmaintegration5.po   2019-07-09 
18:04:52.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: plasmaintegration5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2016-04-09 18:05+0300\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <kde-i18n...@kde.org>\n"
@@ -20,13 +20,13 @@
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "Відкриття файла"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/zh_CN/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/zh_CN/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/zh_CN/plasmaintegration5.po        
2019-06-25 13:51:32.000000000 +0200
+++ new/plasma-integration-5.16.3/po/zh_CN/plasmaintegration5.po        
2019-07-09 18:04:54.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2019-06-02 13:14\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
@@ -20,13 +20,13 @@
 "X-Crowdin-Language: zh-CN\n"
 "X-Crowdin-File: /kf5-stable/messages/kde-workspace/plasmaintegration5.pot\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "打开文件"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/po/zh_TW/plasmaintegration5.po 
new/plasma-integration-5.16.3/po/zh_TW/plasmaintegration5.po
--- old/plasma-integration-5.16.2/po/zh_TW/plasmaintegration5.po        
2019-06-25 13:51:32.000000000 +0200
+++ new/plasma-integration-5.16.3/po/zh_TW/plasmaintegration5.po        
2019-07-09 18:04:54.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: plasmaintegration5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 07:46+0200\n"
+"POT-Creation-Date: 2019-06-28 07:31+0200\n"
 "PO-Revision-Date: 2016-09-23 10:55+0800\n"
 "Last-Translator: Jeff Huang <s8321...@gmail.com>\n"
 "Language-Team: Chinese <kde-i18n-...@kde.org>\n"
@@ -17,13 +17,13 @@
 "X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Open File"
 msgstr "開啟檔案"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:287
+#: platformtheme/kdeplatformfiledialoghelper.cpp:293
 #, kde-format
 msgctxt "@title:window"
 msgid "Save File"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/src/platformtheme/kdeplatformfiledialogbase_p.h 
new/plasma-integration-5.16.3/src/platformtheme/kdeplatformfiledialogbase_p.h
--- 
old/plasma-integration-5.16.2/src/platformtheme/kdeplatformfiledialogbase_p.h   
    2019-06-25 13:51:05.000000000 +0200
+++ 
new/plasma-integration-5.16.3/src/platformtheme/kdeplatformfiledialogbase_p.h   
    2019-07-09 18:03:40.000000000 +0200
@@ -41,6 +41,7 @@
     virtual void selectFile(const QUrl &filename) = 0;
     virtual QString selectedMimeTypeFilter() = 0;
     virtual QString selectedNameFilter() = 0;
+    virtual QString currentFilterText() = 0;
     virtual QList<QUrl> selectedFiles() = 0;
 
     void delayedShow();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/src/platformtheme/kdeplatformfiledialoghelper.cpp 
new/plasma-integration-5.16.3/src/platformtheme/kdeplatformfiledialoghelper.cpp
--- 
old/plasma-integration-5.16.2/src/platformtheme/kdeplatformfiledialoghelper.cpp 
    2019-06-25 13:51:05.000000000 +0200
+++ 
new/plasma-integration-5.16.3/src/platformtheme/kdeplatformfiledialoghelper.cpp 
    2019-07-09 18:03:40.000000000 +0200
@@ -77,7 +77,7 @@
 /*
  * Map a KDE filter string into a Qt one.
  */
-static QString kde2QtFilter(const QStringList &list, const QString &kde)
+static QString kde2QtFilter(const QStringList &list, const QString &kde, const 
QString &filterText)
 {
     QStringList::const_iterator it(list.constBegin()), end(list.constEnd());
     int                   pos;
@@ -86,7 +86,8 @@
         if (-1 != (pos = it->indexOf(kde)) && pos > 0 &&
                 (QLatin1Char('(') == (*it)[pos - 1] || QLatin1Char(' ') == 
(*it)[pos - 1]) &&
                 it->length() >= kde.length() + pos &&
-                (QLatin1Char(')') == (*it)[pos + kde.length()] || 
QLatin1Char(' ') == (*it)[pos + kde.length()])) {
+                (QLatin1Char(')') == (*it)[pos + kde.length()] || 
QLatin1Char(' ') == (*it)[pos + kde.length()]) &&
+                (filterText.isEmpty() || it->startsWith(filterText))) {
             return *it;
         }
     }
@@ -206,6 +207,11 @@
     return m_fileWidget->filterWidget()->currentFilter();
 }
 
+QString KDEPlatformFileDialog::currentFilterText()
+{
+    return m_fileWidget->filterWidget()->currentText();
+}
+
 void KDEPlatformFileDialog::selectMimeTypeFilter(const QString &filter)
 {
     m_fileWidget->filterWidget()->setCurrentFilter(filter);
@@ -404,7 +410,7 @@
 
 QString KDEPlatformFileDialogHelper::selectedNameFilter() const
 {
-    return kde2QtFilter(options()->nameFilters(), 
m_dialog->selectedNameFilter());
+    return kde2QtFilter(options()->nameFilters(), 
m_dialog->selectedNameFilter(), m_dialog->currentFilterText());
 }
 
 QUrl KDEPlatformFileDialogHelper::directory() const
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/src/platformtheme/kdeplatformfiledialoghelper.h 
new/plasma-integration-5.16.3/src/platformtheme/kdeplatformfiledialoghelper.h
--- 
old/plasma-integration-5.16.2/src/platformtheme/kdeplatformfiledialoghelper.h   
    2019-06-25 13:51:05.000000000 +0200
+++ 
new/plasma-integration-5.16.3/src/platformtheme/kdeplatformfiledialoghelper.h   
    2019-07-09 18:03:40.000000000 +0200
@@ -43,6 +43,7 @@
     void setCustomLabel(QFileDialogOptions::DialogLabel label, const QString & 
text);
     QString selectedMimeTypeFilter() override;
     QString selectedNameFilter() override;
+    QString currentFilterText() override;
     QList<QUrl> selectedFiles() override;
 
 protected:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/src/platformtheme/kdirselectdialog.cpp 
new/plasma-integration-5.16.3/src/platformtheme/kdirselectdialog.cpp
--- old/plasma-integration-5.16.2/src/platformtheme/kdirselectdialog.cpp        
2019-06-25 13:51:05.000000000 +0200
+++ new/plasma-integration-5.16.3/src/platformtheme/kdirselectdialog.cpp        
2019-07-09 18:03:40.000000000 +0200
@@ -568,6 +568,11 @@
     return QString();
 }
 
+QString KDirSelectDialog::currentFilterText()
+{
+    return QString();
+}
+
 void KDirSelectDialog::selectFile(const QUrl &filename)
 {
     Q_UNUSED(filename)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-integration-5.16.2/src/platformtheme/kdirselectdialog_p.h 
new/plasma-integration-5.16.3/src/platformtheme/kdirselectdialog_p.h
--- old/plasma-integration-5.16.2/src/platformtheme/kdirselectdialog_p.h        
2019-06-25 13:51:05.000000000 +0200
+++ new/plasma-integration-5.16.3/src/platformtheme/kdirselectdialog_p.h        
2019-07-09 18:03:40.000000000 +0200
@@ -104,6 +104,7 @@
     void selectFile(const QUrl &filename) override;
     QString selectedMimeTypeFilter() override;
     QString selectedNameFilter() override;
+    QString currentFilterText() override;
     QList<QUrl> selectedFiles() override;
 
 public Q_SLOTS:



Reply via email to