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 - [email protected]
+
+- 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 <[email protected]>\n"
"Language-Team: Arabic <[email protected]>\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 <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\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 <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\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 <[email protected]>\n"
"Language-Team: Czech <[email protected]>\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 <[email protected]>\n"
"Language-Team: Danish <[email protected]>\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 <[email protected]>\n"
"Language-Team: German <[email protected]>\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 <[email protected]>\n"
"Language-Team: Greek <[email protected]>\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 <[email protected]>\n"
"Language-Team: English <[email protected]>\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 <[email protected]>\n"
"Language-Team: Spanish <[email protected]>\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 <[email protected]>\n"
"Language-Team: Estonian <[email protected]>\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 <[email protected]>\n"
"Language-Team: Basque <[email protected]>\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 <[email protected]>\n"
"Language-Team: Finnish <[email protected]>\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 <[email protected]>\n"
"Language-Team: French <[email protected]>\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) <[email protected]>\n"
"Language-Team: Galician <[email protected]>\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 <[email protected]>\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 <[email protected]>\n"
"Language-Team: Hungarian <[email protected]>\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 <[email protected]>\n"
"Language-Team: Interlingua <[email protected]>\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 <[email protected]>\n"
"Language-Team: Indonesian <[email protected]>\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 <[email protected]>\n"
"Language-Team: Italian <[email protected]>\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 <[email protected]>\n"
"Language-Team: Japanese <[email protected]>\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 <[email protected]>\n"
"Language-Team: Korean <[email protected]>\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 <[email protected]>\n"
"Language-Team: Norwegian Bokmål <[email protected]>\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 <[email protected]>\n"
"Language-Team: Dutch <[email protected]>\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 <[email protected]>\n"
"Language-Team: Norwegian Nynorsk <[email protected]>\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 <[email protected]>\n"
"Language-Team: Punjabi <[email protected]>\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 <[email protected]>\n"
"Language-Team: Polish <[email protected]>\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 <[email protected]>\n"
"Language-Team: Portuguese <[email protected]>\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 <[email protected]>\n"
"Language-Team: Brazilian Portuguese <[email protected]>\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 <[email protected]>\n"
"Language-Team: Russian <[email protected]>\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 <[email protected]>\n"
"Language-Team: Slovak <[email protected]>\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 <[email protected]>\n"
"Language-Team: Slovenian <[email protected]>\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 <[email protected]>\n"
"Language-Team: Swedish <[email protected]>\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 <[email protected]>\n"
"Language-Team: Turkish <[email protected]>\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 <[email protected]>\n"
"Language-Team: Ukrainian <[email protected]>\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 <[email protected]>\n"
"Language-Team: Chinese <[email protected]>\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: