Hello community,

here is the log from the commit of package frameworkintegration for 
openSUSE:Factory checked in at 2016-03-16 10:32:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/frameworkintegration (Old)
 and      /work/SRC/openSUSE:Factory/.frameworkintegration.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "frameworkintegration"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/frameworkintegration/frameworkintegration.changes    
    2016-02-24 18:53:50.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.frameworkintegration.new/frameworkintegration.changes
   2016-03-16 10:33:00.000000000 +0100
@@ -1,0 +2,9 @@
+Sun Mar  6 09:54:01 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.20.0 (boo#970856)
+  * Remove possible file-name in KDEPlatformFileDialog::setDirectory()
+  * Don't filter by name if we have mime types
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.20.0.php
+
+-------------------------------------------------------------------

Old:
----
  frameworkintegration-5.19.0.tar.xz

New:
----
  frameworkintegration-5.20.0.tar.xz

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

Other differences:
------------------
++++++ frameworkintegration.spec ++++++
--- /var/tmp/diff_new_pack.FaEApl/_old  2016-03-16 10:33:01.000000000 +0100
+++ /var/tmp/diff_new_pack.FaEApl/_new  2016-03-16 10:33:01.000000000 +0100
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5Style5
-%define _tar_path 5.19
+%define _tar_path 5.20
 Name:           frameworkintegration
-Version:        5.19.0
+Version:        5.20.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -76,6 +76,7 @@
 Group:          System/GUI/KDE
 Requires:       kde-oxygen-fonts
 Requires:       noto-sans
+#Requires:       plasma5-integration-plugin
 Conflicts:      %lname < 5.6.0
 %requires_eq libQt5Gui5
 
@@ -113,6 +114,8 @@
   %kf5_makeinstall -C build
   %fdupes %{buildroot}
 
+#rm -rfv %{buildroot}%{_kf5_plugindir}/platformthemes
+
 %if %{with lang}
 %find_lang %{name}5
 %endif

++++++ frameworkintegration-5.19.0.tar.xz -> frameworkintegration-5.20.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frameworkintegration-5.19.0/CMakeLists.txt 
new/frameworkintegration-5.20.0/CMakeLists.txt
--- old/frameworkintegration-5.19.0/CMakeLists.txt      2016-02-06 
14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/CMakeLists.txt      2016-03-05 
19:45:12.000000000 +0100
@@ -3,7 +3,7 @@
 project(FrameworkIntegration)
 
 include(FeatureSummary)
-find_package(ECM 5.19.0  NO_MODULE)
+find_package(ECM 5.20.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -23,8 +23,8 @@
 set(REQUIRED_QT_VERSION 5.3.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus)
 
-set(KF5_VERSION "5.19.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.19.0") # handled by release scripts
+set(KF5_VERSION "5.20.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.20.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX FRAMEWORKINTEGRATION
                   VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/frameworkintegration_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/autotests/kfontsettingsdata_unittest.cpp 
new/frameworkintegration-5.20.0/autotests/kfontsettingsdata_unittest.cpp
--- old/frameworkintegration-5.19.0/autotests/kfontsettingsdata_unittest.cpp    
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/autotests/kfontsettingsdata_unittest.cpp    
2016-03-05 19:45:12.000000000 +0100
@@ -75,6 +75,7 @@
     {
         m_appChangedFont = false;
         m_fonts = new KFontSettingsData;
+        qApp->processEvents(); // give time to delayed dbus connect
     }
 
     void testFonts()
@@ -93,7 +94,7 @@
         QByteArray configPath = qgetenv("XDG_CONFIG_HOME");
         configPath.append("/kdeglobals");
         QFile::remove(configPath);
-        QFile::copy(CHANGED_CONFIGFILE, configPath);
+        QVERIFY(QFile::copy(CHANGED_CONFIGFILE, configPath));
 
         QEventLoop loop;
         QDBusConnection::sessionBus().connect(QString(), 
QStringLiteral("/KDEPlatformTheme"), QStringLiteral("org.kde.KDEPlatformTheme"),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/plasma_workspace.notifyrc 
new/frameworkintegration-5.20.0/plasma_workspace.notifyrc
--- old/frameworkintegration-5.19.0/plasma_workspace.notifyrc   2016-02-06 
14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/plasma_workspace.notifyrc   2016-03-05 
19:45:12.000000000 +0100
@@ -748,10 +748,12 @@
 Name[fi]=Ohjelman kaatuminen
 Name[gl]=Quebra dun programa
 Name[it]=Chiusura inattesa dell'applicazione
+Name[ko]=프로그램 충돌
 Name[nl]=Crash van toepassing
 Name[pl]=Usterka aplikacji
 Name[pt]=Estoiro da Aplicação
 Name[pt_BR]=Falha do aplicativo
+Name[ru]=Сбой приложения
 Name[sk]=Pád aplikácie
 Name[sl]=Sesutje programa
 Name[sr]=Пад програма
@@ -773,10 +775,12 @@
 Comment[fi]=Ohjelma sulkeutui juuri odottamattomasti
 Comment[gl]=Un programa pechouse inesperadamente
 Comment[it]=Un'applicazione si è appena chiusa in modo inatteso
+Comment[ko]=프로그램이 예상하지 못하게 충돌했습니다
 Comment[nl]=Een toepassing is zojuist onverwacht afgesloten
 Comment[pl]=Aplikacja została nieoczekiwanie zamknięta
 Comment[pt]=Uma aplicação acabou de estoirar de forma inesperada
 Comment[pt_BR]=Uma aplicativo acabou de fechar de forma inesperada
+Comment[ru]=Программа неожиданно завершила работу.
 Comment[sk]=Aplikácia sa nečakane zatvorila
 Comment[sl]=Program se je pravkar nepričakovano zaprl
 Comment[sr]=Програм се управо неочекивано затворио
@@ -1584,10 +1588,12 @@
 Name[fi]=Sovelman asennus epäonnistui
 Name[gl]=Fallo de instalación dun trebello
 Name[it]=Installazione dell'oggetto non riuscita
+Name[ko]=위젯을 설치할 수 없음
 Name[nl]=Widget kan niet geïnstalleerd worden
 Name[pl]=Niepowodzenie wgrywania elementu interfejsu
 Name[pt]=Não foi possível instalar o elemento
 Name[pt_BR]=Ocorreu uma falha ao instalar o widget
+Name[ru]=Ошибка установки виджета
 Name[sk]=Zlyhala inštalácia widgetu
 Name[sl]=Gradnik ni bil nameščen
 Name[sr]=Пропало инсталирање виџета
@@ -1609,10 +1615,12 @@
 Comment[fi]=Sovelmaa ei voitu asentaa
 Comment[gl]=Non foi posíbel instalar un trebello.
 Comment[it]=Un oggetto non può essere installato
+Comment[ko]=위젯을 설치할 수 없음
 Comment[nl]=Een widget kon niet geïnstalleerd worden
 Comment[pl]=Nie udało się wgrać elementu interfejsu
 Comment[pt]=Não foi possível instalar um elemento
 Comment[pt_BR]=Não foi possível instalar um widget
+Comment[ru]=Не удалось установить виджет.
 Comment[sk]=Widget nemohol byť nainštalovaný
 Comment[sl]=Gradnika ni bilo mogoče namestiti
 Comment[sr]=Виџет не може да се инсталира
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/ar/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/ar/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/ar/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/ar/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-06-24 09:35+0300\n"
 "Last-Translator: Safa Alfulaij <safa1996alful...@gmail.com>\n"
 "Language-Team: Arabic <d...@arabeyes.org>\n"
@@ -17,11 +17,11 @@
 "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "يفتح..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "يحفظ..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/ast/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/ast/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/ast/frameworkintegration5.po     
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/ast/frameworkintegration5.po     
2016-03-05 19:45:12.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2015-11-10 23:51+0100\n"
 "Last-Translator: enolp <en...@softastur.org>\n"
 "Language-Team: Asturian <kde-i18n-...@kde.org>\n"
@@ -17,11 +17,11 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Abriendo..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Guardando..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/bs/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/bs/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/bs/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/bs/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kde5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2015-02-24 19:53+0100\n"
 "Last-Translator: Samir Ribić <megar...@epn.ba>\n"
 "Language-Team: Bosnian\n"
@@ -19,11 +19,11 @@
 "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Otvaram..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Snimam..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/ca/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/ca/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/ca/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/ca/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: frameworkintegration5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2015-05-10 19:43+0100\n"
 "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
@@ -22,12 +22,12 @@
 "X-Generator: Lokalize 2.0\n"
 
 # Nota: «title:window»
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Obre..."
 
 # Nota: «title:window»
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Desa..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/ca@valencia/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/ca@valencia/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/ca@valencia/frameworkintegration5.po     
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/ca@valencia/frameworkintegration5.po     
2016-03-05 19:45:12.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: frameworkintegration5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2015-05-10 19:43+0100\n"
 "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
@@ -22,12 +22,12 @@
 "X-Generator: Lokalize 2.0\n"
 
 # Nota: «title:window»
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Obri..."
 
 # Nota: «title:window»
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Guarda..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/cs/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/cs/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/cs/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/cs/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\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,11 +17,11 @@
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Otevírám..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Ukládám..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/da/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/da/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/da/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/da/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-12-29 20:00+0100\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <kde-i18n-...@kde.org>\n"
@@ -17,11 +17,11 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Åbner..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Gemmer..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/de/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/de/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/de/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/de/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-11-15 18:42+0100\n"
 "Last-Translator: Burkhard Lück <lu...@hube-lueck.de>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
@@ -14,11 +14,11 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Öffnen ..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Speichern ..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/el/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/el/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/el/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/el/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2015-11-03 20:18+0200\n"
 "Last-Translator: Dimitris Kardarakos <dimk...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n...@kde.org>\n"
@@ -17,11 +17,11 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 2.0\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Άνοιγμα..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Αποθήκευση..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/en_GB/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/en_GB/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/en_GB/frameworkintegration5.po   
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/en_GB/frameworkintegration5.po   
2016-03-05 19:45:12.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-11-13 21:54+0000\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: British English <kde-l10n-en...@kde.org>\n"
@@ -17,11 +17,11 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Opening..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Saving..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/es/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/es/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/es/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/es/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-11-13 20:18+0100\n"
 "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
@@ -17,11 +17,11 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Abriendo..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Guardando..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/fi/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/fi/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/fi/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/fi/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-11-17 16:38+0200\n"
 "Last-Translator: Lasse Liehu <lasse.li...@gmail.com>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
@@ -17,11 +17,11 @@
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Avataan…"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Tallennetaan…"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/gd/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/gd/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/gd/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/gd/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2015-11-04 15:11+0000\n"
 "Last-Translator: Michael Bauer <f...@akerbeltz.org>\n"
 "Language-Team: Fòram na Gàidhlig\n"
@@ -19,11 +19,11 @@
 "X-Generator: Poedit 1.8.4\n"
 "X-Project-Style: kde\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "'Ga fhosgladh..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "'Ga shàbhaladh..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/gl/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/gl/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/gl/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/gl/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2015-03-13 08:39+0100\n"
 "Last-Translator: Adrián Chaves Fernández <adriyeticha...@gmail.com>\n"
 "Language-Team: Galician <kde-i18n-...@kde.org>\n"
@@ -18,11 +18,11 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Estase a abrir..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Estase a gardar..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/hu/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/hu/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/hu/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/hu/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-04-22 14:51+0200\n"
 "Last-Translator: Kristóf Kiszel <ulys...@kubuntu.org>\n"
 "Language-Team: Hungarian <kde-l10n...@kde.org>\n"
@@ -17,11 +17,11 @@
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Megnyitás…"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Mentés…"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/ia/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/ia/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/ia/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/ia/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-04-22 13:55+0200\n"
 "Last-Translator: G.Sora <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-l10n...@kde.org>\n"
@@ -17,11 +17,11 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Aperiente  ..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Salveguardante..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/it/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/it/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/it/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/it/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: frameworkintegration5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-11-19 20:43+0100\n"
 "Last-Translator: Vincenzo Reale <smart2...@baslug.org>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
@@ -17,11 +17,11 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Apertura in corso..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Salvataggio in corso..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/ja/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/ja/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/ja/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/ja/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: frameworkintegration5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\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,11 +14,11 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr ""
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr ""
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/ko/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/ko/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/ko/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/ko/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2015-01-02 03:23+0900\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <k...@peremen.name>\n"
@@ -17,11 +17,11 @@
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "여는 중..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "저장 중..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/lt/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/lt/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/lt/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/lt/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: trunk-kf 5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2015-01-26 13:24+0200\n"
 "Last-Translator: Liudas Ališauskas <liu...@akmc.lt>\n"
 "Language-Team: Lithuanian <kde-i18n...@kde.org>\n"
@@ -20,11 +20,11 @@
 "%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Atveriama..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Įrašoma..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/nb/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/nb/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/nb/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/nb/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\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,11 +19,11 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Åpner …"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Lagrer …"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/nds/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/nds/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/nds/frameworkintegration5.po     
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/nds/frameworkintegration5.po     
2016-03-05 19:45:12.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-04-22 22:24+0200\n"
 "Last-Translator: Sönke Dibbern <s_dibb...@web.de>\n"
 "Language-Team: Low Saxon <kde-i18n-...@kde.org>\n"
@@ -17,11 +17,11 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Bi to opmaken..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Bi to sekern..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/nl/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/nl/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/nl/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/nl/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-11-13 12:36+0100\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: Dutch <kde-i18n...@kde.org>\n"
@@ -17,11 +17,11 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Bezig met openen..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Bezig met opslaan..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/nn/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/nn/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/nn/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/nn/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2015-06-01 20:12+0100\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <i18n...@lister.ping.uio.no>\n"
@@ -19,11 +19,11 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Opnar …"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Lagrar …"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/pa/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/pa/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/pa/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/pa/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-12-23 18:20-0600\n"
 "Last-Translator: A S Alam <aa...@users.sf.net>\n"
 "Language-Team: Punjabi/Panjabi <punjabi-us...@lists.sf.net>\n"
@@ -17,11 +17,11 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "...ਖੋਲ੍ਹਿਆ ਜਾਂਦਾ ਹੈ"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "...ਸੰਭਾਲਿਆ ਜਾ ਰਿਹਾ ਹੈ"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/pl/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/pl/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/pl/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/pl/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-11-15 17:31+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
@@ -18,11 +18,11 @@
 "|| n%100>=20) ? 1 : 2);\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Otwieranie..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Zapisywanie..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/pt/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/pt/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/pt/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/pt/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: frameworkintegration5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-11-13 11:39+0000\n"
 "Last-Translator: José Nuno Coelho Pires <zepi...@gmail.com>\n"
 "Language-Team: Portuguese <kde-i18n...@kde.org>\n"
@@ -12,11 +12,11 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "A abrir..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "A gravar..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/pt_BR/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/pt_BR/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/pt_BR/frameworkintegration5.po   
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/pt_BR/frameworkintegration5.po   
2016-03-05 19:45:12.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: frameworkintegration5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-11-15 08:22-0200\n"
 "Last-Translator: André Marcelo Alvarenga <alvare...@kde.org>\n"
 "Language-Team: Brazilian Portuguese <kde-i18n-pt...@kde.org>\n"
@@ -18,11 +18,11 @@
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Abrindo..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Salvando..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/ro/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/ro/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/ro/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/ro/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-05-02 12:07+0300\n"
 "Last-Translator: Sergiu Bivol <ser...@ase.md>\n"
 "Language-Team: Romanian <kde-i18n...@kde.org>\n"
@@ -18,11 +18,11 @@
 "20)) ? 1 : 2;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Se deschide..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Se salvează..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/ru/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/ru/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/ru/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/ru/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-12-07 01:08+0400\n"
 "Last-Translator: Alexander Potashev <aspotas...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
@@ -19,12 +19,12 @@
 "X-Generator: Lokalize 1.5\n"
 
 # BUGME: "Выбор файла для открытия"? --aspotashev
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Открытие"
 
 # BUGME: "Выбор файла для сохранения"? --aspotashev
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Сохранение"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/sk/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/sk/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/sk/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/sk/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: frameworkintegration5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-11-13 15:09+0100\n"
 "Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
 "Language-Team: Slovak <kde...@linux.sk>\n"
@@ -15,11 +15,11 @@
 "X-Generator: Lokalize 1.5\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Otvára sa..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Ukladám..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/sl/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/sl/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/sl/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/sl/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-11-30 12:12+0100\n"
 "Last-Translator: Andrej Mernik <andr...@ubuntu.si>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
@@ -18,11 +18,11 @@
 "%100==4 ? 3 : 0);\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Odpiranje ..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Shranjevanje ..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/sr/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/sr/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/sr/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/sr/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: frameworkintegration5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-11-15 18:31+0100\n"
 "Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
 "Language-Team: Serbian <kde-i18n...@kde.org>\n"
@@ -18,11 +18,11 @@
 "X-Text-Markup: kde4\n"
 "X-Environment: kde\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Отварам..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Уписујем..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/sr@ijekavian/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/sr@ijekavian/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/sr@ijekavian/frameworkintegration5.po    
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/sr@ijekavian/frameworkintegration5.po    
2016-03-05 19:45:12.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: frameworkintegration5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-11-15 18:31+0100\n"
 "Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
 "Language-Team: Serbian <kde-i18n...@kde.org>\n"
@@ -18,11 +18,11 @@
 "X-Text-Markup: kde4\n"
 "X-Environment: kde\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Отварам..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Уписујем..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/sr@ijekavianlatin/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/sr@ijekavianlatin/frameworkintegration5.po
--- 
old/frameworkintegration-5.19.0/po/sr@ijekavianlatin/frameworkintegration5.po   
    2016-02-06 14:35:10.000000000 +0100
+++ 
new/frameworkintegration-5.20.0/po/sr@ijekavianlatin/frameworkintegration5.po   
    2016-03-05 19:45:12.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: frameworkintegration5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-11-15 18:31+0100\n"
 "Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
 "Language-Team: Serbian <kde-i18n...@kde.org>\n"
@@ -18,11 +18,11 @@
 "X-Text-Markup: kde4\n"
 "X-Environment: kde\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Otvaram..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Upisujem..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/sr@latin/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/sr@latin/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/sr@latin/frameworkintegration5.po        
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/sr@latin/frameworkintegration5.po        
2016-03-05 19:45:12.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: frameworkintegration5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-11-15 18:31+0100\n"
 "Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
 "Language-Team: Serbian <kde-i18n...@kde.org>\n"
@@ -18,11 +18,11 @@
 "X-Text-Markup: kde4\n"
 "X-Environment: kde\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Otvaram..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Upisujem..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/sv/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/sv/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/sv/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/sv/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-12-30 09:12+0100\n"
 "Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <kde-i18n-...@kde.org>\n"
@@ -17,11 +17,11 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Öppnar..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Sparar..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/tr/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/tr/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/tr/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/tr/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-11-14 00:25+0200\n"
 "Last-Translator: Kaan Ozdincer <kaanozdin...@gmail.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
@@ -18,11 +18,11 @@
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Generator: Lokalize 1.4\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Açılıyor..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Kaydediliyor..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/uk/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/uk/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/uk/frameworkintegration5.po      
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/uk/frameworkintegration5.po      
2016-03-05 19:45:12.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: frameworkintegration5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-11-13 17:35+0200\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <kde-i18n...@kde.org>\n"
@@ -20,11 +20,11 @@
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "Відкриття…"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "Збереження…"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/zh_CN/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/zh_CN/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/zh_CN/frameworkintegration5.po   
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/zh_CN/frameworkintegration5.po   
2016-03-05 19:45:12.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2014-12-04 02:15-0500\n"
 "Last-Translator: Weng Xuetian <wen...@gmail.com>\n"
 "Language-Team: Chinese Simplified <kde-i18n-...@kde.org>\n"
@@ -17,11 +17,11 @@
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "正在打开..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "正在保存..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/po/zh_TW/frameworkintegration5.po 
new/frameworkintegration-5.20.0/po/zh_TW/frameworkintegration5.po
--- old/frameworkintegration-5.19.0/po/zh_TW/frameworkintegration5.po   
2016-02-06 14:35:10.000000000 +0100
+++ new/frameworkintegration-5.20.0/po/zh_TW/frameworkintegration5.po   
2016-03-05 19:45:12.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-10-01 08:25+0000\n"
+"POT-Creation-Date: 2016-02-16 08:46+0000\n"
 "PO-Revision-Date: 2015-02-15 20:36+0800\n"
 "Last-Translator: Franklin Weng <frank...@goodhorse.idv.tw>\n"
 "Language-Team: Chinese Traditional <kde-i18n-...@kde.org>\n"
@@ -17,11 +17,11 @@
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Opening..."
 msgstr "開啟中..."
 
-#: platformtheme/kdeplatformfiledialoghelper.cpp:240
+#: platformtheme/kdeplatformfiledialoghelper.cpp:263
 msgid "Saving..."
 msgstr "儲存中..."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.19.0/src/platformtheme/kdeplatformfiledialoghelper.cpp
 
new/frameworkintegration-5.20.0/src/platformtheme/kdeplatformfiledialoghelper.cpp
--- 
old/frameworkintegration-5.19.0/src/platformtheme/kdeplatformfiledialoghelper.cpp
   2016-02-06 14:35:10.000000000 +0100
+++ 
new/frameworkintegration-5.20.0/src/platformtheme/kdeplatformfiledialoghelper.cpp
   2016-03-05 19:45:12.000000000 +0100
@@ -36,6 +36,9 @@
 #include <QPushButton>
 #include <QWindow>
 
+#include <KIO/StatJob>
+#include <KJobWidgets>
+
 #include <QTextStream>
 
 namespace
@@ -186,7 +189,27 @@
 
 void KDEPlatformFileDialog::setDirectory(const QUrl &directory)
 {
-    m_fileWidget->setUrl(directory);
+    if (!directory.isLocalFile())  {
+        // Qt can not determine if the remote URL points to a file or a
+        // directory, that is why options()->initialDirectory() always returns
+        // the full URL.
+        KIO::StatJob *job = KIO::stat(directory);
+        KJobWidgets::setWindow(job, this);
+        if (job->exec()) {
+            KIO::UDSEntry entry = job->statResult();
+            if (!entry.isDir()) {
+                // this is probably a file remove the file part
+                m_fileWidget->setUrl(directory.adjusted(QUrl::RemoveFilename));
+                m_fileWidget->setSelection(directory.fileName());
+            }
+            else {
+                m_fileWidget->setUrl(directory);
+            }
+        }
+    }
+    else {
+        m_fileWidget->setUrl(directory);
+    }
 }
 
 bool KDEPlatformFileDialogHelper::isSupportedUrl(const QUrl& url) const
@@ -256,19 +279,19 @@
             dialog->setCustomLabel(QFileDialogOptions::LookIn, 
options()->labelText(QFileDialogOptions::LookIn));
         }
 
-        // MIME filters
-        QStringList filters = options()->mimeTypeFilters();
-        if (!filters.isEmpty()) {
-            dialog->m_fileWidget->setMimeFilter(filters);
+        const QStringList mimeFilters = options()->mimeTypeFilters();
+        const QStringList nameFilters = options()->nameFilters();
+        if (!mimeFilters.isEmpty()) {
+            dialog->m_fileWidget->setMimeFilter(mimeFilters);
+
+            if ( mimeFilters.contains( QStringLiteral("inode/directory") ) )
+                dialog->m_fileWidget->setMode( dialog->m_fileWidget->mode() | 
KFile::Directory );
+        } else if (!nameFilters.isEmpty()) {
+            dialog->m_fileWidget->setFilter(qt2KdeFilter(nameFilters));
         }
 
-        // name filters
-        QStringList nameFilters = options()->nameFilters();
-        if (!nameFilters.isEmpty()) {
-            dialog->m_fileWidget->setFilter(qt2KdeFilter(nameFilters));
-            if (!options()->initiallySelectedNameFilter().isEmpty()) {
-                selectNameFilter(options()->initiallySelectedNameFilter());
-            }
+        if (!options()->initiallySelectedNameFilter().isEmpty()) {
+            selectNameFilter(options()->initiallySelectedNameFilter());
         }
 
         // overwrite option


Reply via email to