Hello community,

here is the log from the commit of package frameworkintegration for 
openSUSE:Factory checked in at 2015-03-16 09:30:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
    2015-03-01 15:27:53.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.frameworkintegration.new/frameworkintegration.changes
   2015-03-16 09:30:26.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Mar  7 16:58:43 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.8.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+
+-------------------------------------------------------------------

Old:
----
  frameworkintegration-5.7.0.tar.xz

New:
----
  frameworkintegration-5.8.0.tar.xz

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

Other differences:
------------------
++++++ frameworkintegration.spec ++++++
--- /var/tmp/diff_new_pack.UiJBbx/_old  2015-03-16 09:30:27.000000000 +0100
+++ /var/tmp/diff_new_pack.UiJBbx/_new  2015-03-16 09:30:27.000000000 +0100
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Style5
-%define _tar_path 5.7
+%define _tar_path 5.8
 Name:           frameworkintegration
 Version:        %{_tar_path}.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.7.0
+BuildRequires:  extra-cmake-modules >= 1.8.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{kf5_version}
 BuildRequires:  kconfigwidgets-devel >= %{kf5_version}

++++++ frameworkintegration-5.7.0.tar.xz -> frameworkintegration-5.8.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frameworkintegration-5.7.0/CMakeLists.txt 
new/frameworkintegration-5.8.0/CMakeLists.txt
--- old/frameworkintegration-5.7.0/CMakeLists.txt       2015-02-08 
16:10:56.000000000 +0100
+++ new/frameworkintegration-5.8.0/CMakeLists.txt       2015-03-07 
15:36:56.000000000 +0100
@@ -2,7 +2,7 @@
 
 project(FrameworkIntegration)
 
-find_package(ECM 1.7.0 REQUIRED NO_MODULE)
+find_package(ECM 1.8.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -19,8 +19,8 @@
 set(REQUIRED_QT_VERSION 5.2.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets DBus)
 
-set(KF5_VERSION "5.7.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.7.0") # handled by release scripts
+set(KF5_VERSION "5.8.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.8.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.7.0/autotests/kdeplatformtheme_unittest.cpp 
new/frameworkintegration-5.8.0/autotests/kdeplatformtheme_unittest.cpp
--- old/frameworkintegration-5.7.0/autotests/kdeplatformtheme_unittest.cpp      
2015-02-08 16:10:56.000000000 +0100
+++ new/frameworkintegration-5.8.0/autotests/kdeplatformtheme_unittest.cpp      
2015-03-07 15:36:56.000000000 +0100
@@ -71,7 +71,7 @@
 
     }
 
-    virtual bool eventFilter(QObject *, QEvent *e)
+    bool eventFilter(QObject *, QEvent *e) Q_DECL_OVERRIDE
     {
         if (e->type() == m_type) {
             gotEvent = true;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.7.0/autotests/kfontsettingsdata_unittest.cpp 
new/frameworkintegration-5.8.0/autotests/kfontsettingsdata_unittest.cpp
--- old/frameworkintegration-5.7.0/autotests/kfontsettingsdata_unittest.cpp     
2015-02-08 16:10:56.000000000 +0100
+++ new/frameworkintegration-5.8.0/autotests/kfontsettingsdata_unittest.cpp     
2015-03-07 15:36:56.000000000 +0100
@@ -60,7 +60,7 @@
 {
     Q_OBJECT
 public:
-    virtual bool event(QEvent *e)
+    bool event(QEvent *e) Q_DECL_OVERRIDE
     {
         if (e->type() == QEvent::ApplicationFontChange) {
             m_appChangedFont = true;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frameworkintegration-5.7.0/plasma_workspace.notifyrc 
new/frameworkintegration-5.8.0/plasma_workspace.notifyrc
--- old/frameworkintegration-5.7.0/plasma_workspace.notifyrc    2015-02-08 
16:10:56.000000000 +0100
+++ new/frameworkintegration-5.8.0/plasma_workspace.notifyrc    2015-03-07 
15:36:56.000000000 +0100
@@ -2,6 +2,8 @@
 IconName=kde
 Comment=Plasma Workspace
 Comment[ar]=مساحة عمل بلازما
+Comment[ast]=Estaya de trabayu Plasma
+Comment[bs]=Plazma radni prostor
 Comment[ca]=Espai de treball del Plasma
 Comment[cs]=Pracovní plocha Plasma
 Comment[da]=Plasma arbejdsområde
@@ -29,6 +31,7 @@
 Comment[sr@ijekavianlatin]=Plasma, radni prostor
 Comment[sr@latin]=Plasma, radni prostor
 Comment[sv]=Plasma arbetsområde
+Comment[tr]=Plasma Çalışma Alanı
 Comment[uk]=Робочий простір Плазми
 Comment[x-test]=xxPlasma Workspacexx
 Comment[zh_CN]=Plasma 工作空间
@@ -37,6 +40,8 @@
 [Event/Trash: emptied]
 Name=Trash: Emptied
 Name[ar]=المهملات: أُفرغت
+Name[ast]=Papelera: balerada
+Name[bs]=Smeće: ispražnjeno
 Name[ca]=Paperera: s'ha buidat
 Name[cs]=Koš: vyprázdněn
 Name[da]=Affald: Tømt
@@ -64,12 +69,15 @@
 Name[sr@ijekavianlatin]=Smeće: ispražnjeno
 Name[sr@latin]=Smeće: ispražnjeno
 Name[sv]=Papperskorg: tömd
+Name[tr]=Çöp: Boşaltıldı
 Name[uk]=Смітник: спорожнено
 Name[x-test]=xxTrash: Emptiedxx
 Name[zh_CN]=回收站:空的
 Name[zh_TW]=資源回收筒:已清空
 Comment=The trash has been emptied
 Comment[ar]=أُفرغت المهملات
+Comment[ast]=La papelera baleróse
+Comment[bs]=Smeće je ispražnjeno
 Comment[ca]=S'ha buidat la paperera
 Comment[cs]=Koš byl vyprázdněn
 Comment[da]=Affaldet er blevet tømt
@@ -97,6 +105,7 @@
 Comment[sr@ijekavianlatin]=Smeće je ispražnjeno
 Comment[sr@latin]=Smeće je ispražnjeno
 Comment[sv]=Papperskorgen har tömts
+Comment[tr]=Çöp boşaltıldı
 Comment[uk]=Смітник спорожнено
 Comment[x-test]=xxThe trash has been emptiedxx
 Comment[zh_CN]=回收站已经被清空
@@ -107,6 +116,7 @@
 [Event/Textcompletion: rotation]
 Name=Textcompletion: Rotation
 Name[ar]=إكمال النصّ: دوران
+Name[bs]=Dopuna teksta: rotacija
 Name[ca]=Compleció de text: rotació
 Name[cs]=Doplňování textu: rotace
 Name[da]=Tekstfuldførelse: Rotation
@@ -133,12 +143,14 @@
 Name[sr@ijekavianlatin]=Dopuna teksta: rotacija
 Name[sr@latin]=Dopuna teksta: rotacija
 Name[sv]=Textkomplettering: rotation
+Name[tr]=Metin tamamlama: Döndürme
 Name[uk]=Доповнення тексту: циклічний перехід
 Name[x-test]=xxTextcompletion: Rotationxx
 Name[zh_CN]=文本补全:旋转
 Name[zh_TW]=文字補完:循環
 Comment=The end of the list of matches has been reached
 Comment[ar]=وصلتُ إلى نهاية قائمة التّطابقات
+Comment[bs]=Dostignut je kraj spiska poklapanja
 Comment[ca]=S'ha arribat al final de la llista de coincidències
 Comment[cs]=Bylo dosaženo konce seznamu shod
 Comment[da]=Afslutningen på listen over matches er blevet nået
@@ -165,6 +177,7 @@
 Comment[sr@ijekavianlatin]=Dostignut je kraj spiska poklapanja
 Comment[sr@latin]=Dostignut je kraj spiska poklapanja
 Comment[sv]=Slutet av listan med träffar har nåtts
+Comment[tr]=Eşleşme listesinin sonuna ulaşıldı
 Comment[uk]=Досягнено кінця списку відповідників
 Comment[x-test]=xxThe end of the list of matches has been reachedxx
 Comment[zh_CN]=已经到达匹配列表的末尾
@@ -175,6 +188,7 @@
 [Event/Textcompletion: no match]
 Name=Textcompletion: No Match
 Name[ar]=إكمال النصّ: لا تطابق
+Name[bs]=Dopuna teksta: nema poklapanja
 Name[ca]=Compleció de text: sense coincidència
 Name[cs]=Doplňování textu: žádná shoda
 Name[da]=Tekstfuldførelse: Ingen match
@@ -201,12 +215,14 @@
 Name[sr@ijekavianlatin]=Dopuna teksta: nema poklapanja
 Name[sr@latin]=Dopuna teksta: nema poklapanja
 Name[sv]=Textkomplettering: ingen träff
+Name[tr]=Metin tamamlama: Eşleşme yok
 Name[uk]=Доповнення тексту: немає відповідників
 Name[x-test]=xxTextcompletion: No Matchxx
 Name[zh_CN]=文本补全:没有匹配
 Name[zh_TW]=文字補完:沒有符合
 Comment=No matching completion was found
 Comment[ar]=لم تُعثر على تطابقات
+Comment[bs]=Nije nađeno nijedno poklapanje za dopunu
 Comment[ca]=No s'ha trobat cap compleció coincident
 Comment[cs]=Nebyla nalezena žádná shoda
 Comment[da]=Ingen matchende fuldstændiggørelse blev fundet
@@ -233,6 +249,7 @@
 Comment[sr@ijekavianlatin]=Nije nađeno nijedno poklapanje za dopunu
 Comment[sr@latin]=Nije nađeno nijedno poklapanje za dopunu
 Comment[sv]=Ingen matchande komplettering hittades
+Comment[tr]=Eşleşen tamamlama bulunamadı
 Comment[uk]=Не знайдено завершення, яке б було відповідним
 Comment[x-test]=xxNo matching completion was foundxx
 Comment[zh_CN]=没有发现匹配的补全
@@ -243,6 +260,7 @@
 [Event/Textcompletion: partial match]
 Name=Textcompletion: Partial Match
 Name[ar]=إكمال النصّ: تطابق جزئيّ
+Name[bs]=Dopuna teksta: delimično poklapanje
 Name[ca]=Compleció de text: coincidència parcial
 Name[cs]=Doplňování textu: částčná shoda 
 Name[da]=Tekstfuldførelse: Delvis match
@@ -269,12 +287,14 @@
 Name[sr@ijekavianlatin]=Dopuna teksta: djelimično poklapanje
 Name[sr@latin]=Dopuna teksta: delimično poklapanje
 Name[sv]=Textkomplettering: delvis träff
+Name[tr]=Metin tamamlama: Kısmi Eşleşme
 Name[uk]=Завершення тексту: частковий збіг
 Name[x-test]=xxTextcompletion: Partial Matchxx
 Name[zh_CN]=文本补全:部分匹配
 Name[zh_TW]=文字補完:部份符合
 Comment=There is more than one possible match
 Comment[ar]=هناك أكثر من تطابق واحد ممكن
+Comment[bs]=Postoji više od jednog mogućeg poklapanja
 Comment[ca]=Hi ha més d'una possible coincidència
 Comment[cs]=Existuje více než jedna shoda
 Comment[da]=Der er mere end et mulig match
@@ -301,6 +321,7 @@
 Comment[sr@ijekavianlatin]=Postoji više od jednog mogućeg poklapanja
 Comment[sr@latin]=Postoji više od jednog mogućeg poklapanja
 Comment[sv]=Det finns mer än en möjlig träff
+Comment[tr]=Birden fazla eşleşme var
 Comment[uk]=Є більше, ніж один збіг
 Comment[x-test]=xxThere is more than one possible matchxx
 Comment[zh_CN]=有超过一个可能的匹配
@@ -311,6 +332,8 @@
 [Event/fatalerror]
 Name=Fatal Error
 Name[ar]=خطأ فادح
+Name[ast]=Fallu fatal
+Name[bs]=Kobna greška
 Name[ca]=Error fatal
 Name[cs]=Kritická chyba
 Name[da]=Fatal fejl
@@ -337,12 +360,15 @@
 Name[sr@ijekavianlatin]=Kobna greška
 Name[sr@latin]=Kobna greška
 Name[sv]=Allvarligt fel
+Name[tr]=Ölümcül Hata
 Name[uk]=Критична помилка
 Name[x-test]=xxFatal Errorxx
 Name[zh_CN]=致命错误
 Name[zh_TW]=嚴重錯誤
 Comment=There was a serious error causing the program to exit
 Comment[ar]=حدث خطأ جادّ سببّ للبرنامج بإغلاقه
+Comment[ast]=Hebo un fallu seriu causando que'l programa colara
+Comment[bs]=Došlo je do ozbiljne greške zbog koje je program obustavljen
 Comment[ca]=S'ha produït un error seriós que ha provocat la sortida del 
programa
 Comment[cs]=Nastala závažná chyba, v důsledku které byl program ukončen
 Comment[da]=Der var en alvorlig fejl som forårsagede at programmet afsluttede
@@ -369,6 +395,7 @@
 Comment[sr@ijekavianlatin]=Došlo je do ozbiljne greške zbog koje je program 
obustavljen
 Comment[sr@latin]=Došlo je do ozbiljne greške zbog koje je program obustavljen
 Comment[sv]=Ett allvarligt fel uppstod vilket fick programmet att avslutas
+Comment[tr]=Uygulamadan çıkılacak kadar önemli bir hata oluştu
 Comment[uk]=Трапилась серйозна помилка, що призвела до закриття програми
 Comment[x-test]=xxThere was a serious error causing the program to exitxx
 Comment[zh_CN]=有一个严重错误导致程序退出
@@ -380,6 +407,8 @@
 [Event/notification]
 Name=Notification
 Name[ar]=إخطار
+Name[ast]=Notificación
+Name[bs]=Obavještenje
 Name[ca]=Notificació
 Name[cs]=Upozornění
 Name[da]=Bekendtgørelse
@@ -407,12 +436,15 @@
 Name[sr@ijekavianlatin]=Obaveštenje
 Name[sr@latin]=Obaveštenje
 Name[sv]=Underrättelse
+Name[tr]=Bildirim
 Name[uk]=Сповіщення
 Name[x-test]=xxNotificationxx
 Name[zh_CN]=通知
 Name[zh_TW]=通知
 Comment=Something special happened in the program
 Comment[ar]=حدث شيء خاصّ في البرنامج
+Comment[ast]=Daqué especial asocedió nel programa
+Comment[bs]=Nešto posebno se dogodilo u programu
 Comment[ca]=Quelcom especial ha passat en el programa
 Comment[cs]=Něco zvláštního se stalo s programem
 Comment[da]=Noget specielt skete i programmet
@@ -439,6 +471,7 @@
 Comment[sr@ijekavianlatin]=Nešto posebno se dogodilo u programu
 Comment[sr@latin]=Nešto posebno se dogodilo u programu
 Comment[sv]=Någonting speciellt inträffade i programmet
+Comment[tr]=Uygulamada bazı özel durumlar oluştu
 Comment[uk]=Щось особливе сталось у програмі
 Comment[x-test]=xxSomething special happened in the programxx
 Comment[zh_CN]=这个程序中发生了特殊的事情
@@ -449,6 +482,8 @@
 [Event/warning]
 Name=Warning
 Name[ar]=تحذير
+Name[ast]=Avisu
+Name[bs]=Upozorenje
 Name[ca]=Avís
 Name[cs]=Varování
 Name[da]=Advarsel
@@ -476,12 +511,15 @@
 Name[sr@ijekavianlatin]=Upozorenje
 Name[sr@latin]=Upozorenje
 Name[sv]=Varning
+Name[tr]=Uyarı
 Name[uk]=Попередження
 Name[x-test]=xxWarningxx
 Name[zh_CN]=警告
 Name[zh_TW]=警告
 Comment=There was an error in the program which may cause problems
 Comment[ar]=حدث خطأ في البرنامج مما تسبّب بمشاكل
+Comment[ast]=Hebo un fallu nel programa que podría causar problemes
+Comment[bs]=Došlo je do greške u programu koja može izazvati probleme
 Comment[ca]=S'ha produït un error en el programa que pot provocar problemes
 Comment[cs]=V programu nastala chyba, která může způsobit problémy
 Comment[da]=Der var en fejl i program som kan volde problemer
@@ -508,6 +546,7 @@
 Comment[sr@ijekavianlatin]=Došlo je do greške u programu koja može izazvati 
probleme
 Comment[sr@latin]=Došlo je do greške u programu koja može izazvati probleme
 Comment[sv]=Det uppstod ett fel i programmet vilket kan orsaka problem
+Comment[tr]=Uygulamada sorunlara neden olabilecek bir hata oluştu
 Comment[uk]=В програмі трапилась помилка, яка може спричинити проблеми
 Comment[x-test]=xxThere was an error in the program which may cause problemsxx
 Comment[zh_CN]=程序中有一个错误,它可能导致一些问题
@@ -518,6 +557,8 @@
 [Event/catastrophe]
 Name=Catastrophe
 Name[ar]=كارثة
+Name[ast]=Catástrofe
+Name[bs]=Katastrofa
 Name[ca]=Catàstrofe
 Name[cs]=Katastrofa
 Name[da]=Katastrofe
@@ -544,12 +585,14 @@
 Name[sr@ijekavianlatin]=Katastrofa
 Name[sr@latin]=Katastrofa
 Name[sv]=Katastrof
+Name[tr]=Felaket
 Name[uk]=Катастрофа
 Name[x-test]=xxCatastrophexx
 Name[zh_CN]=严重故障
 Name[zh_TW]=發生大災難
 Comment=A very serious error occurred, at least causing the program to exit
 Comment[ar]=حدث خطأ جادّ جدًّا، تسبّب للبرنامج بإنهائه على أقلّ تقدير
+Comment[bs]=Došlo je do vrlo ozbiljne greške, zbog koje je bar program 
obustavljen
 Comment[ca]=S'ha produït un error molt seriós, com a mínim ha provocat la 
sortida del programa
 Comment[cs]=Nastala velmi závažná chyba, která má za následek minimálně 
ukončení programu
 Comment[da]=En meget alvorlig fejl opstod, som mindst forårsagede at 
programmet afsluttede
@@ -576,6 +619,7 @@
 Comment[sr@ijekavianlatin]=Došlo je do vrlo ozbiljne greške, zbog koje je bar 
program obustavljen
 Comment[sr@latin]=Došlo je do vrlo ozbiljne greške, zbog koje je bar program 
obustavljen
 Comment[sv]=Ett mycket allvarligt fel uppstod, som åtminstone fick programmet 
att avslutas
+Comment[tr]=En azından uygulamadan çıkılacak kadar önemli bir hata oluştu
 Comment[uk]=трапилась дуже серйозна помилка, яка призвела до закриття програми
 Comment[x-test]=xxA very serious error occurred, at least causing the program 
to exitxx
 Comment[zh_CN]=发生了一个非常严重的错误,至少已经导致了这个程序退出
@@ -587,6 +631,8 @@
 [Event/startkde]
 Name=Login
 Name[ar]=ولوج
+Name[ast]=Aniciar sesión
+Name[bs]=Prijava
 Name[ca]=Entrada
 Name[cs]=Přihlášení
 Name[da]=Login
@@ -614,12 +660,15 @@
 Name[sr@ijekavianlatin]=Prijava
 Name[sr@latin]=Prijava
 Name[sv]=Inloggning
+Name[tr]=Giriş
 Name[uk]=Вхід
 Name[x-test]=xxLoginxx
 Name[zh_CN]=登录
 Name[zh_TW]=登入
 Comment=A new session is starting
 Comment[ar]=جلسة جديدة تبدأ
+Comment[ast]=Ta aniciándose una sesión nueva
+Comment[bs]=Nova sesija započinje
 Comment[ca]=S'està iniciat una sessió nova
 Comment[cs]=Spouští se nové sezení
 Comment[da]=En ny session er ved at starte
@@ -646,6 +695,7 @@
 Comment[sr@ijekavianlatin]=Pokreće se nova sesija
 Comment[sr@latin]=Pokreće se nova sesija
 Comment[sv]=En ny session startas
+Comment[tr]=Yeni bir oturum başlıyor
 Comment[uk]=Розпочинається новий сеанс
 Comment[x-test]=xxA new session is startingxx
 Comment[zh_CN]=正在开启一个新会话
@@ -656,6 +706,8 @@
 [Event/exitkde]
 Name=Logout
 Name[ar]=خروج
+Name[ast]=Zarrar sesión
+Name[bs]=Odjavi se
 Name[ca]=Sortida
 Name[cs]=Odhlášení
 Name[da]=Log ud
@@ -683,12 +735,15 @@
 Name[sr@ijekavianlatin]=Odjava
 Name[sr@latin]=Odjava
 Name[sv]=Logga ut
+Name[tr]=Çıkış
 Name[uk]=Вихід
 Name[x-test]=xxLogoutxx
 Name[zh_CN]=注销
 Name[zh_TW]=登出
 Comment=Session is exiting
 Comment[ar]=الجلسة تخرج
+Comment[ast]=La sesión ta colando
+Comment[bs]=Izlaz iz sesije
 Comment[ca]=La sessió està finalitzant
 Comment[cs]=Sezení se ukončuje
 Comment[da]=Sessionen er ved at afslutte
@@ -716,6 +771,7 @@
 Comment[sr@ijekavianlatin]=Sesija se napušta
 Comment[sr@latin]=Sesija se napušta
 Comment[sv]=Sessionen avslutas
+Comment[tr]=Oturumdan çıkılıyor
 Comment[uk]=Сеанс завершується
 Comment[x-test]=xxSession is exitingxx
 Comment[zh_CN]=会话正在退出
@@ -726,6 +782,8 @@
 [Event/cancellogout]
 Name=Logout Canceled
 Name[ar]=أُلغِيَ الخروج
+Name[ast]=Zarru de sesión encaboxáu
+Name[bs]=Odjava otkazana
 Name[ca]=S'ha cancel·lat la sortida
 Name[cs]=Odhlášení přerušeno
 Name[da]=Log ud annulleret
@@ -753,12 +811,15 @@
 Name[sr@ijekavianlatin]=Odjava otkazana
 Name[sr@latin]=Odjava otkazana
 Name[sv]=Utloggning avbruten
+Name[tr]=Çıkış İptal Edildi
 Name[uk]=Вихід скасовано
 Name[x-test]=xxLogout Canceledxx
 Name[zh_CN]=注销取消了
 Name[zh_TW]=登出已取消
 Comment=Plasma logout was canceled
 Comment[ar]=أُلغِيَ الخروج من بلازما
+Comment[ast]=Encaboxóse'l zarru de sesión de Plasma
+Comment[bs]=Plazma odjava je prekinuta
 Comment[ca]=S'ha cancel·lat la sortida del Plasma
 Comment[cs]=Odhlášení z Plazmy bylo zrušeno
 Comment[da]=Plasma log ud blev annulleret
@@ -786,6 +847,7 @@
 Comment[sr@ijekavianlatin]=Plasma odjavljivanje je otkazano
 Comment[sr@latin]=Plasma odjavljivanje je otkazano
 Comment[sv]=Utloggning från Plasma avbröts
+Comment[tr]=Plazma çıkışı iptal edildi
 Comment[uk]=Вихід з Плазми скасовано
 Comment[x-test]=xxPlasma logout was canceledxx
 Comment[zh_CN]=Plasma 注销被取消了
@@ -795,6 +857,8 @@
 [Event/printerror]
 Name=Print Error
 Name[ar]=خطأ طباعة
+Name[ast]=Fallu d'imprentación
+Name[bs]=Greška štampanja
 Name[ca]=Error d'impressió
 Name[cs]=Chyba tisku
 Name[da]=Udskriftsfejl
@@ -822,12 +886,15 @@
 Name[sr@ijekavianlatin]=Greška štampanja
 Name[sr@latin]=Greška štampanja
 Name[sv]=Skrivarfel
+Name[tr]=Yazdırma Hatası
 Name[uk]=Помилка друку
 Name[x-test]=xxPrint Errorxx
 Name[zh_CN]=打印错误
 Name[zh_TW]=列印錯誤
 Comment=A print error has occurred
 Comment[ar]=حدث خطأ في الطباعة
+Comment[ast]=Asocedió un fallu d'imprentación
+Comment[bs]=Došlo je do greške pri štampanju
 Comment[ca]=S'ha produït un error d'impressió
 Comment[cs]=Nastala chyba v tisku
 Comment[da]=En udskriftsfejl opstod
@@ -854,6 +921,7 @@
 Comment[sr@ijekavianlatin]=Došlo je do greške pri štampanju
 Comment[sr@latin]=Došlo je do greške pri štampanju
 Comment[sv]=Utskriftsfel har inträffat
+Comment[tr]=Bir yazdırma hatası oluştu
 Comment[uk]=Трапилась помилка друку
 Comment[x-test]=xxA print error has occurredxx
 Comment[zh_CN]=发生了一个打印错误
@@ -864,6 +932,8 @@
 [Event/messageInformation]
 Name=Information Message
 Name[ar]=رسالة معلومات
+Name[ast]=Mensaxe d'información
+Name[bs]=Informativna poruka
 Name[ca]=Missatge d'informació
 Name[cs]=Informační zpráva
 Name[da]=Informationsbesked
@@ -891,12 +961,15 @@
 Name[sr@ijekavianlatin]=Informativna poruka
 Name[sr@latin]=Informativna poruka
 Name[sv]=Informationsmeddelande
+Name[tr]=Bilgilendirme İletisi
 Name[uk]=Інформаційне повідомлення
 Name[x-test]=xxInformation Messagexx
 Name[zh_CN]=信息消息
 Name[zh_TW]=資訊訊息
 Comment=An information message is being shown
 Comment[ar]=رسالة معلومات تظهر
+Comment[ast]=Ta amosándose un mensaxe d'información
+Comment[bs]=Prikazana je informativna poruka
 Comment[ca]=Es mostra un missatge d'informació
 Comment[cs]=Je zobrazována informační zpráva
 Comment[da]=En informationsbesked vises
@@ -923,6 +996,7 @@
 Comment[sr@ijekavianlatin]=Prikazana je informativna poruka
 Comment[sr@latin]=Prikazana je informativna poruka
 Comment[sv]=Ett informationsmeddelande visas
+Comment[tr]=Bir bilgilendirme iletisi gösterildi
 Comment[uk]=Показане інформаційне повідомлення
 Comment[x-test]=xxAn information message is being shownxx
 Comment[zh_CN]=正在显示一条信息消息
@@ -933,6 +1007,8 @@
 [Event/messageWarning]
 Name=Warning Message
 Name[ar]=رسالة تحذيريّة
+Name[ast]=Mensaxe d'avisu
+Name[bs]=Upozoravajuća poruka
 Name[ca]=Missatge d'avís
 Name[cs]=Varovná zpráva
 Name[da]=Advarselsbesked
@@ -960,12 +1036,15 @@
 Name[sr@ijekavianlatin]=Upozoravajuća poruka
 Name[sr@latin]=Upozoravajuća poruka
 Name[sv]=Varningsmeddelande
+Name[tr]=Uyarı İletisi
 Name[uk]=Повідомлення попередження
 Name[x-test]=xxWarning Messagexx
 Name[zh_CN]=警告消息
 Name[zh_TW]=警告訊息
 Comment=A warning message is being shown
 Comment[ar]=رسالة تحذير تظهر
+Comment[ast]=Ta amosándose un mensaxe d'avisu
+Comment[bs]=Prikazana je upozoravajuća poruka
 Comment[ca]=Es mostra un missatge d'avís
 Comment[cs]=Je zobrazována výstražná zpráva
 Comment[da]=En advarselsbesked vises
@@ -992,6 +1071,7 @@
 Comment[sr@ijekavianlatin]=Prikazana je upozoravajuća poruka
 Comment[sr@latin]=Prikazana je upozoravajuća poruka
 Comment[sv]=Ett varningsmeddelande visas
+Comment[tr]=Bir uyarı iletisi gösterildi
 Comment[uk]=Показане попередження
 Comment[x-test]=xxA warning message is being shownxx
 Comment[zh_CN]=正在显示一条警告消息
@@ -1002,6 +1082,8 @@
 [Event/messageCritical]
 Name=Critical Message
 Name[ar]=رسالة حرِجة
+Name[ast]=Mensaxe críticu
+Name[bs]=Kritična poruka
 Name[ca]=Missatge crític
 Name[cs]=Kritická zpráva
 Name[da]=Kritisk besked
@@ -1029,12 +1111,15 @@
 Name[sr@ijekavianlatin]=Kritična poruka
 Name[sr@latin]=Kritična poruka
 Name[sv]=Kritiskt meddelande
+Name[tr]=Kritik İleti
 Name[uk]=Критичне повідомлення
 Name[x-test]=xxCritical Messagexx
 Name[zh_CN]=严重消息
 Name[zh_TW]=嚴重訊息
 Comment=A critical message is being shown
 Comment[ar]=رسالة حرِجة تظهر
+Comment[ast]=Ta amosándose un mensaxe críticu
+Comment[bs]=Prikazana je kritična poruka
 Comment[ca]=Es mostra un missatge crític
 Comment[cs]=Je zobrazována kritická zpráva
 Comment[da]=En kritisk besked vises
@@ -1061,6 +1146,7 @@
 Comment[sr@ijekavianlatin]=Prikazana je kritična poruka
 Comment[sr@latin]=Prikazana je kritična poruka
 Comment[sv]=Ett kritiskt meddelande visas
+Comment[tr]=Kritik bir ileti gösterildi
 Comment[uk]=Показано критичне повідомлення
 Comment[x-test]=xxA critical message is being shownxx
 Comment[zh_CN]=正在显示一条重要消息
@@ -1071,6 +1157,8 @@
 [Event/messageboxQuestion]
 Name=Question
 Name[ar]=سؤال
+Name[ast]=Entruga
+Name[bs]=Pitanje
 Name[ca]=Pregunta
 Name[cs]=Dotaz
 Name[da]=Spørgsmål
@@ -1098,12 +1186,15 @@
 Name[sr@ijekavianlatin]=Pitanje
 Name[sr@latin]=Pitanje
 Name[sv]=Fråga
+Name[tr]=Soru
 Name[uk]=Питання
 Name[x-test]=xxQuestionxx
 Name[zh_CN]=问题
 Name[zh_TW]=詢問
 Comment=A question is being asked
 Comment[ar]=سؤال يُسأل
+Comment[ast]=Ta faciéndose una entruga
+Comment[bs]=Nešto ste upitani
 Comment[ca]=Es pregunta una qüestió
 Comment[cs]=Je položen dotaz
 Comment[da]=Et spørgsmål stilles
@@ -1130,6 +1221,7 @@
 Comment[sr@ijekavianlatin]=Nešto ste upitani
 Comment[sr@latin]=Nešto ste upitani
 Comment[sv]=En fråga ställs
+Comment[tr]=Bir soru soruldu
 Comment[uk]=Задане питання
 Comment[x-test]=xxA question is being askedxx
 Comment[zh_CN]=正在询问一个问题
@@ -1141,6 +1233,8 @@
 [Event/beep]
 Name=Beep
 Name[ar]=جرس
+Name[ast]=Bip
+Name[bs]=Bip
 Name[ca]=Timbre
 Name[cs]=Pípnutí
 Name[da]=Bip
@@ -1168,12 +1262,14 @@
 Name[sr@ijekavianlatin]=Pištanje
 Name[sr@latin]=Pištanje
 Name[sv]=Ljudsignal
+Name[tr]=Bip sesi
 Name[uk]=Гудок
 Name[x-test]=xxBeepxx
 Name[zh_CN]=响铃
 Name[zh_TW]=嗶聲
 Comment=Sound bell
 Comment[ar]=جرس صوت
+Comment[bs]=Zvučno zvono
 Comment[ca]=So de campana
 Comment[cs]=Zvonek
 Comment[da]=Lad klokke lyde
@@ -1200,6 +1296,7 @@
 Comment[sr@ijekavianlatin]=Zvučno zvono
 Comment[sr@latin]=Zvučno zvono
 Comment[sv]=Ge ljudsignal
+Comment[tr]=Ses zili
 Comment[uk]=Дати гудок
 Comment[x-test]=xxSound bellxx
 Comment[zh_CN]=响铃
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.7.0/po/ast/frameworkintegration5.po 
new/frameworkintegration-5.8.0/po/ast/frameworkintegration5.po
--- old/frameworkintegration-5.7.0/po/ast/frameworkintegration5.po      
1970-01-01 01:00:00.000000000 +0100
+++ new/frameworkintegration-5.8.0/po/ast/frameworkintegration5.po      
2015-03-07 15:36:56.000000000 +0100
@@ -0,0 +1,125 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# enolp <en...@softastur.org>, 2015.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2014-12-02 09:50+0000\n"
+"PO-Revision-Date: 2015-02-28 23:39+0100\n"
+"Last-Translator: enolp <en...@softastur.org>\n"
+"Language-Team: Asturian <kde-i18n-...@kde.org>\n"
+"Language: ast\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"
+"X-Generator: Lokalize 2.0\n"
+
+#: platformtheme/kdeplatformfiledialoghelper.cpp:234
+msgid "Opening..."
+msgstr "Abriendo..."
+
+#: platformtheme/kdeplatformfiledialoghelper.cpp:234
+msgid "Saving..."
+msgstr "Guardando..."
+
+#: platformtheme/kdeplatformtheme.cpp:227
+msgctxt "@action:button"
+msgid "Save All"
+msgstr "Guardar too"
+
+#: platformtheme/kdeplatformtheme.cpp:233
+msgctxt "@action:button"
+msgid "Yes to All"
+msgstr "Sí a too"
+
+#: platformtheme/kdeplatformtheme.cpp:237
+msgctxt "@action:button"
+msgid "No to All"
+msgstr "Non a too"
+
+#: platformtheme/kdeplatformtheme.cpp:240
+msgctxt "@action:button"
+msgid "Abort"
+msgstr "Albortar"
+
+#: platformtheme/kdeplatformtheme.cpp:242
+msgctxt "@action:button"
+msgid "Retry"
+msgstr "Reintentar"
+
+#: platformtheme/kdeplatformtheme.cpp:244
+msgctxt "@action:button"
+msgid "Ignore"
+msgstr "Inorar"
+
+#: platformtheme/kdirselectdialog.cpp:132
+msgctxt "folder name"
+msgid "New Folder"
+msgstr "Carpeta nueva"
+
+#: platformtheme/kdirselectdialog.cpp:137
+msgctxt "@title:window"
+msgid "New Folder"
+msgstr "Carpeta nueva"
+
+#: platformtheme/kdirselectdialog.cpp:138
+#, kde-format
+msgctxt "@label:textbox"
+msgid ""
+"Create new folder in:\n"
+"%1"
+msgstr ""
+"Crear una carpeta nueva en:\n"
+"%1"
+
+#: platformtheme/kdirselectdialog.cpp:168
+#, kde-format
+msgid "A file or folder named %1 already exists."
+msgstr "Yá esiste un ficheru o carpeta nomáu %1."
+
+#: platformtheme/kdirselectdialog.cpp:171
+msgid "You do not have permission to create that folder."
+msgstr "Nun tienes permisu pa crear esa carpeta."
+
+#: platformtheme/kdirselectdialog.cpp:285
+msgctxt "@title:window"
+msgid "Select Folder"
+msgstr "Esbillar carpeta"
+
+#: platformtheme/kdirselectdialog.cpp:294
+msgctxt "@action:button"
+msgid "New Folder..."
+msgstr "Carpeta nueva..."
+
+#: platformtheme/kdirselectdialog.cpp:340
+msgctxt "@action:inmenu"
+msgid "New Folder..."
+msgstr "Carpeta nuva..."
+
+#: platformtheme/kdirselectdialog.cpp:347
+msgctxt "@action:inmenu"
+msgid "Move to Trash"
+msgstr "Mover a la papelera"
+
+#: platformtheme/kdirselectdialog.cpp:354
+msgctxt "@action:inmenu"
+msgid "Delete"
+msgstr "Desanciar"
+
+#: platformtheme/kdirselectdialog.cpp:363
+msgctxt "@option:check"
+msgid "Show Hidden Folders"
+msgstr "Amosar carpetes anubríes"
+
+#: platformtheme/kdirselectdialog.cpp:370
+msgctxt "@action:inmenu"
+msgid "Properties"
+msgstr "Propiedaes"
+
+#: platformtheme/kfiletreeview.cpp:192
+#, fuzzy
+msgid "Show Hidden Folders"
+msgstr "Amosar carpetes anubríes"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.7.0/po/bs/frameworkintegration5.po 
new/frameworkintegration-5.8.0/po/bs/frameworkintegration5.po
--- old/frameworkintegration-5.7.0/po/bs/frameworkintegration5.po       
1970-01-01 01:00:00.000000000 +0100
+++ new/frameworkintegration-5.8.0/po/bs/frameworkintegration5.po       
2015-03-07 15:36:56.000000000 +0100
@@ -0,0 +1,126 @@
+# Bosnian translations for PACKAGE package
+# engleski prevodi za paket PACKAGE.
+# Copyright (C) 2015 This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+# Samir ribic <megaribi@localhost>, 2015.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: kde5\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2014-12-02 09:50+0000\n"
+"PO-Revision-Date: 2015-02-24 19:53+0100\n"
+"Last-Translator: Samir Ribić <megar...@epn.ba>\n"
+"Language-Team: Bosnian\n"
+"Language: bs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"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:234
+msgid "Opening..."
+msgstr "Otvaram..."
+
+#: platformtheme/kdeplatformfiledialoghelper.cpp:234
+msgid "Saving..."
+msgstr "Snimam..."
+
+#: platformtheme/kdeplatformtheme.cpp:227
+msgctxt "@action:button"
+msgid "Save All"
+msgstr "Snimi sve"
+
+#: platformtheme/kdeplatformtheme.cpp:233
+msgctxt "@action:button"
+msgid "Yes to All"
+msgstr "Da za sve"
+
+#: platformtheme/kdeplatformtheme.cpp:237
+msgctxt "@action:button"
+msgid "No to All"
+msgstr "Ne svima"
+
+#: platformtheme/kdeplatformtheme.cpp:240
+msgctxt "@action:button"
+msgid "Abort"
+msgstr "Obustavi"
+
+#: platformtheme/kdeplatformtheme.cpp:242
+msgctxt "@action:button"
+msgid "Retry"
+msgstr "Pokušaj ponovo"
+
+#: platformtheme/kdeplatformtheme.cpp:244
+msgctxt "@action:button"
+msgid "Ignore"
+msgstr "Ignoriši"
+
+#: platformtheme/kdirselectdialog.cpp:132
+msgctxt "folder name"
+msgid "New Folder"
+msgstr "Novi direktorij"
+
+#: platformtheme/kdirselectdialog.cpp:137
+msgctxt "@title:window"
+msgid "New Folder"
+msgstr "Novi direktorij"
+
+#: platformtheme/kdirselectdialog.cpp:138
+#, kde-format
+msgctxt "@label:textbox"
+msgid ""
+"Create new folder in:\n"
+"%1"
+msgstr ""
+"Napravi novi direktorij u:\n"
+"%1"
+
+#: platformtheme/kdirselectdialog.cpp:168
+#, kde-format
+msgid "A file or folder named %1 already exists."
+msgstr "Datoteka ili direktorij po imenu %1 već postoji."
+
+#: platformtheme/kdirselectdialog.cpp:171
+msgid "You do not have permission to create that folder."
+msgstr "Nemate dozvolu da napravite taj direktorij."
+
+#: platformtheme/kdirselectdialog.cpp:285
+msgctxt "@title:window"
+msgid "Select Folder"
+msgstr "Izbor direktorija"
+
+#: platformtheme/kdirselectdialog.cpp:294
+msgctxt "@action:button"
+msgid "New Folder..."
+msgstr "Novi direktorij..."
+
+#: platformtheme/kdirselectdialog.cpp:340
+msgctxt "@action:inmenu"
+msgid "New Folder..."
+msgstr "Novi direktorij..."
+
+#: platformtheme/kdirselectdialog.cpp:347
+msgctxt "@action:inmenu"
+msgid "Move to Trash"
+msgstr "Premjesti u smeće"
+
+#: platformtheme/kdirselectdialog.cpp:354
+msgctxt "@action:inmenu"
+msgid "Delete"
+msgstr "Obriši"
+
+#: platformtheme/kdirselectdialog.cpp:363
+msgctxt "@option:check"
+msgid "Show Hidden Folders"
+msgstr "Prikaz skrivenih direktorija"
+
+#: platformtheme/kdirselectdialog.cpp:370
+msgctxt "@action:inmenu"
+msgid "Properties"
+msgstr "Svojstva"
+
+#: platformtheme/kfiletreeview.cpp:192
+msgid "Show Hidden Folders"
+msgstr "Prikaz skrivenih direktorija"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.7.0/po/zh_TW/frameworkintegration5.po 
new/frameworkintegration-5.8.0/po/zh_TW/frameworkintegration5.po
--- old/frameworkintegration-5.7.0/po/zh_TW/frameworkintegration5.po    
2015-02-08 16:10:56.000000000 +0100
+++ new/frameworkintegration-5.8.0/po/zh_TW/frameworkintegration5.po    
2015-03-07 15:36:56.000000000 +0100
@@ -1,15 +1,15 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Franklin Weng <franklin at goodhorse dot idv dot tw>, 2014.
+# Franklin Weng <franklin at goodhorse dot idv dot tw>, 2014, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-12-02 09:50+0000\n"
-"PO-Revision-Date: 2014-04-22 10:04+0800\n"
-"Last-Translator: Franklin Weng <franklin at goodhorse dot idv dot tw>\n"
-"Language-Team: Chinese Traditional <kde...@googlegroups.com>\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"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -28,32 +28,32 @@
 #: platformtheme/kdeplatformtheme.cpp:227
 msgctxt "@action:button"
 msgid "Save All"
-msgstr ""
+msgstr "全部儲存"
 
 #: platformtheme/kdeplatformtheme.cpp:233
 msgctxt "@action:button"
 msgid "Yes to All"
-msgstr ""
+msgstr "全部答是"
 
 #: platformtheme/kdeplatformtheme.cpp:237
 msgctxt "@action:button"
 msgid "No to All"
-msgstr ""
+msgstr "全部答否"
 
 #: platformtheme/kdeplatformtheme.cpp:240
 msgctxt "@action:button"
 msgid "Abort"
-msgstr ""
+msgstr "中止"
 
 #: platformtheme/kdeplatformtheme.cpp:242
 msgctxt "@action:button"
 msgid "Retry"
-msgstr ""
+msgstr "重試"
 
 #: platformtheme/kdeplatformtheme.cpp:244
 msgctxt "@action:button"
 msgid "Ignore"
-msgstr ""
+msgstr "忽略"
 
 #: platformtheme/kdirselectdialog.cpp:132
 msgctxt "folder name"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.7.0/src/integrationplugin/frameworkintegrationplugin.h
 
new/frameworkintegration-5.8.0/src/integrationplugin/frameworkintegrationplugin.h
--- 
old/frameworkintegration-5.7.0/src/integrationplugin/frameworkintegrationplugin.h
   2015-02-08 16:10:56.000000000 +0100
+++ 
new/frameworkintegration-5.8.0/src/integrationplugin/frameworkintegrationplugin.h
   2015-03-07 15:36:56.000000000 +0100
@@ -32,13 +32,13 @@
     KMessageBoxDontAskAgainConfigStorage() : KMessageBox_againConfig(0) {}
     virtual ~KMessageBoxDontAskAgainConfigStorage() {}
 
-    virtual bool shouldBeShownYesNo(const QString &dontShowAgainName, 
KMessageBox::ButtonCode &result) Q_DECL_OVERRIDE;
-    virtual bool shouldBeShownContinue(const QString &dontShowAgainName) 
Q_DECL_OVERRIDE;
-    virtual void saveDontShowAgainYesNo(const QString &dontShowAgainName, 
KMessageBox::ButtonCode result) Q_DECL_OVERRIDE;
-    virtual void saveDontShowAgainContinue(const QString &dontShowAgainName) 
Q_DECL_OVERRIDE;
-    virtual void enableAllMessages() Q_DECL_OVERRIDE;
-    virtual void enableMessage(const QString &dontShowAgainName) 
Q_DECL_OVERRIDE;
-    virtual void setConfig(KConfig *cfg) Q_DECL_OVERRIDE
+    bool shouldBeShownYesNo(const QString &dontShowAgainName, 
KMessageBox::ButtonCode &result) Q_DECL_OVERRIDE;
+    bool shouldBeShownContinue(const QString &dontShowAgainName) 
Q_DECL_OVERRIDE;
+    void saveDontShowAgainYesNo(const QString &dontShowAgainName, 
KMessageBox::ButtonCode result) Q_DECL_OVERRIDE;
+    void saveDontShowAgainContinue(const QString &dontShowAgainName) 
Q_DECL_OVERRIDE;
+    void enableAllMessages() Q_DECL_OVERRIDE;
+    void enableMessage(const QString &dontShowAgainName) Q_DECL_OVERRIDE;
+    void setConfig(KConfig *cfg) Q_DECL_OVERRIDE
     {
         KMessageBox_againConfig = cfg;
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frameworkintegration-5.7.0/src/kstyle/kstyle.h 
new/frameworkintegration-5.8.0/src/kstyle/kstyle.h
--- old/frameworkintegration-5.7.0/src/kstyle/kstyle.h  2015-02-08 
16:10:56.000000000 +0100
+++ new/frameworkintegration-5.8.0/src/kstyle/kstyle.h  2015-03-07 
15:36:56.000000000 +0100
@@ -131,14 +131,14 @@
 
 public:
 //@{
-    virtual int pixelMetric(PixelMetric m, const QStyleOption *opt = 0, const 
QWidget *widget = 0) const Q_DECL_OVERRIDE;
+    int pixelMetric(PixelMetric m, const QStyleOption *opt = 0, const QWidget 
*widget = 0) const Q_DECL_OVERRIDE;
     virtual int styleHint(StyleHint hint, const QStyleOption *opt,
                           const QWidget *w, QStyleHintReturn *returnData) 
const Q_DECL_OVERRIDE;
 
-    virtual void polish(QWidget *) Q_DECL_OVERRIDE;
+    void polish(QWidget *) Q_DECL_OVERRIDE;
     using  QCommonStyle::polish; //! needed to avoid warnings at compilation 
time
 
-    virtual QPalette standardPalette() const Q_DECL_OVERRIDE;
+    QPalette standardPalette() const Q_DECL_OVERRIDE;
 
     virtual QIcon standardIcon(StandardPixmap standardIcon, const QStyleOption 
*option = 0,
                                const QWidget *widget = 0) const 
Q_DECL_OVERRIDE;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.7.0/src/platformtheme/kdeplatformfiledialoghelper.h 
new/frameworkintegration-5.8.0/src/platformtheme/kdeplatformfiledialoghelper.h
--- 
old/frameworkintegration-5.7.0/src/platformtheme/kdeplatformfiledialoghelper.h  
    2015-02-08 16:10:56.000000000 +0100
+++ 
new/frameworkintegration-5.8.0/src/platformtheme/kdeplatformfiledialoghelper.h  
    2015-03-07 15:36:56.000000000 +0100
@@ -56,19 +56,19 @@
 
     void initializeDialog();
 
-    virtual bool defaultNameFilterDisables() const Q_DECL_OVERRIDE;
-    virtual QUrl directory() const Q_DECL_OVERRIDE;
-    virtual QList<QUrl> selectedFiles() const Q_DECL_OVERRIDE;
-    virtual QString selectedNameFilter() const Q_DECL_OVERRIDE;
-    virtual void selectNameFilter(const QString &filter) Q_DECL_OVERRIDE;
-    virtual void selectFile(const QUrl &filename) Q_DECL_OVERRIDE;
-    virtual void setFilter() Q_DECL_OVERRIDE;
-    virtual void setDirectory(const QUrl &directory) Q_DECL_OVERRIDE;
-    virtual bool isSupportedUrl(const QUrl& url) const Q_DECL_OVERRIDE;
+    bool defaultNameFilterDisables() const Q_DECL_OVERRIDE;
+    QUrl directory() const Q_DECL_OVERRIDE;
+    QList<QUrl> selectedFiles() const Q_DECL_OVERRIDE;
+    QString selectedNameFilter() const Q_DECL_OVERRIDE;
+    void selectNameFilter(const QString &filter) Q_DECL_OVERRIDE;
+    void selectFile(const QUrl &filename) Q_DECL_OVERRIDE;
+    void setFilter() Q_DECL_OVERRIDE;
+    void setDirectory(const QUrl &directory) Q_DECL_OVERRIDE;
+    bool isSupportedUrl(const QUrl& url) const Q_DECL_OVERRIDE;
 
-    virtual void exec() Q_DECL_OVERRIDE;
-    virtual void hide() Q_DECL_OVERRIDE;
-    virtual bool show(Qt::WindowFlags windowFlags, Qt::WindowModality 
windowModality, QWindow *parent) Q_DECL_OVERRIDE;
+    void exec() Q_DECL_OVERRIDE;
+    void hide() Q_DECL_OVERRIDE;
+    bool show(Qt::WindowFlags windowFlags, Qt::WindowModality windowModality, 
QWindow *parent) Q_DECL_OVERRIDE;
 
 private Q_SLOTS:
     void saveSize();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.7.0/src/platformtheme/kdeplatformsystemtrayicon.cpp 
new/frameworkintegration-5.8.0/src/platformtheme/kdeplatformsystemtrayicon.cpp
--- 
old/frameworkintegration-5.7.0/src/platformtheme/kdeplatformsystemtrayicon.cpp  
    2015-02-08 16:10:56.000000000 +0100
+++ 
new/frameworkintegration-5.8.0/src/platformtheme/kdeplatformsystemtrayicon.cpp  
    2015-03-07 15:36:56.000000000 +0100
@@ -314,7 +314,7 @@
     return QRect();
 }
 
-void KDEPlatformSystemTrayIcon::showMessage(const QString &msg, const QString 
&title,
+void KDEPlatformSystemTrayIcon::showMessage(const QString &title, const 
QString &msg,
                                             const QIcon &icon, MessageIcon 
iconType, int secs)
 {
     Q_UNUSED(iconType)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.7.0/src/platformtheme/kdeplatformsystemtrayicon.h 
new/frameworkintegration-5.8.0/src/platformtheme/kdeplatformsystemtrayicon.h
--- 
old/frameworkintegration-5.7.0/src/platformtheme/kdeplatformsystemtrayicon.h    
    2015-02-08 16:10:56.000000000 +0100
+++ 
new/frameworkintegration-5.8.0/src/platformtheme/kdeplatformsystemtrayicon.h    
    2015-03-07 15:36:56.000000000 +0100
@@ -76,7 +76,11 @@
     void setText(const QString &text) Q_DECL_OVERRIDE;
     void setVisible(bool isVisible) Q_DECL_OVERRIDE;
     quintptr tag() const Q_DECL_OVERRIDE;
-    void setIconSize(int size) /*Q_DECL_OVERRIDE*/; //enable when depending on 
Qt5.4
+    void setIconSize(int size)
+#if (QT_VERSION >= QT_VERSION_CHECK(5, 4, 0))
+    Q_DECL_OVERRIDE
+#endif
+    ;
 
     QAction *action() const;
 
@@ -98,7 +102,7 @@
     void updateToolTip(const QString &tooltip) Q_DECL_OVERRIDE;
     void updateMenu(QPlatformMenu *menu) Q_DECL_OVERRIDE;
     QRect geometry() const Q_DECL_OVERRIDE;
-    void showMessage(const QString &msg, const QString &title,
+    void showMessage(const QString &title, const QString &msg,
                      const QIcon &icon, MessageIcon iconType, int secs) 
Q_DECL_OVERRIDE;
 
     bool isSystemTrayAvailable() const Q_DECL_OVERRIDE;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.7.0/src/platformtheme/kdeplatformtheme.h 
new/frameworkintegration-5.8.0/src/platformtheme/kdeplatformtheme.h
--- old/frameworkintegration-5.7.0/src/platformtheme/kdeplatformtheme.h 
2015-02-08 16:10:56.000000000 +0100
+++ new/frameworkintegration-5.8.0/src/platformtheme/kdeplatformtheme.h 
2015-03-07 15:36:56.000000000 +0100
@@ -37,20 +37,20 @@
     KdePlatformTheme();
     ~KdePlatformTheme();
 
-    virtual QVariant themeHint(ThemeHint hint) const Q_DECL_OVERRIDE;
-    virtual const QPalette *palette(Palette type = SystemPalette) const 
Q_DECL_OVERRIDE;
-    virtual const QFont *font(Font type) const Q_DECL_OVERRIDE;
-    virtual QIconEngine *createIconEngine(const QString &iconName) const 
Q_DECL_OVERRIDE;
-    virtual QList<QKeySequence> keyBindings(QKeySequence::StandardKey key) 
const Q_DECL_OVERRIDE;
+    QVariant themeHint(ThemeHint hint) const Q_DECL_OVERRIDE;
+    const QPalette *palette(Palette type = SystemPalette) const 
Q_DECL_OVERRIDE;
+    const QFont *font(Font type) const Q_DECL_OVERRIDE;
+    QIconEngine *createIconEngine(const QString &iconName) const 
Q_DECL_OVERRIDE;
+    QList<QKeySequence> keyBindings(QKeySequence::StandardKey key) const 
Q_DECL_OVERRIDE;
 
-    virtual QPlatformDialogHelper *createPlatformDialogHelper(DialogType type) 
const Q_DECL_OVERRIDE;
-    virtual bool usePlatformNativeDialog(DialogType type) const 
Q_DECL_OVERRIDE;
+    QPlatformDialogHelper *createPlatformDialogHelper(DialogType type) const 
Q_DECL_OVERRIDE;
+    bool usePlatformNativeDialog(DialogType type) const Q_DECL_OVERRIDE;
 
 #if QT_VERSION >= QT_VERSION_CHECK(5, 3, 0)
-    virtual QString standardButtonText(int button) const Q_DECL_OVERRIDE;
+    QString standardButtonText(int button) const Q_DECL_OVERRIDE;
 #endif
 
-    virtual QPlatformSystemTrayIcon *createPlatformSystemTrayIcon() const 
Q_DECL_OVERRIDE;
+    QPlatformSystemTrayIcon *createPlatformSystemTrayIcon() const 
Q_DECL_OVERRIDE;
 
 private:
     void loadSettings();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.7.0/src/platformtheme/kdirselectdialog_p.h 
new/frameworkintegration-5.8.0/src/platformtheme/kdirselectdialog_p.h
--- old/frameworkintegration-5.7.0/src/platformtheme/kdirselectdialog_p.h       
2015-02-08 16:10:56.000000000 +0100
+++ new/frameworkintegration-5.8.0/src/platformtheme/kdirselectdialog_p.h       
2015-03-07 15:36:56.000000000 +0100
@@ -92,12 +92,12 @@
      */
     QUrl startDir() const;
 
-    virtual QUrl directory() Q_DECL_OVERRIDE;
-    virtual void selectNameFilter(const QString &filter) Q_DECL_OVERRIDE;
-    virtual void setDirectory(const QUrl &directory) Q_DECL_OVERRIDE;
-    virtual void selectFile(const QUrl &filename) Q_DECL_OVERRIDE;
-    virtual QString selectedNameFilter() Q_DECL_OVERRIDE;
-    virtual QList<QUrl> selectedFiles() Q_DECL_OVERRIDE;
+    QUrl directory() Q_DECL_OVERRIDE;
+    void selectNameFilter(const QString &filter) Q_DECL_OVERRIDE;
+    void setDirectory(const QUrl &directory) Q_DECL_OVERRIDE;
+    void selectFile(const QUrl &filename) Q_DECL_OVERRIDE;
+    QString selectedNameFilter() Q_DECL_OVERRIDE;
+    QList<QUrl> selectedFiles() Q_DECL_OVERRIDE;
 
 public Q_SLOTS:
     /**
@@ -106,12 +106,12 @@
     void setCurrentUrl(const QUrl &url);
 
 protected:
-    virtual void accept();
+    void accept() Q_DECL_OVERRIDE;
 
     /**
      * Reimplemented for saving the dialog geometry.
      */
-    virtual void hideEvent(QHideEvent *event) Q_DECL_OVERRIDE;
+    void hideEvent(QHideEvent *event) Q_DECL_OVERRIDE;
 
 private:
     class Private;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.7.0/src/platformtheme/kfiletreeview_p.h 
new/frameworkintegration-5.8.0/src/platformtheme/kfiletreeview_p.h
--- old/frameworkintegration-5.7.0/src/platformtheme/kfiletreeview_p.h  
2015-02-08 16:10:56.000000000 +0100
+++ new/frameworkintegration-5.8.0/src/platformtheme/kfiletreeview_p.h  
2015-03-07 15:36:56.000000000 +0100
@@ -114,7 +114,7 @@
 
 protected:
     using QTreeView::currentChanged;
-    virtual void contextMenuEvent(QContextMenuEvent *);
+    void contextMenuEvent(QContextMenuEvent *) Q_DECL_OVERRIDE;
 
 private:
     class Private;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.7.0/src/platformtheme/main.cpp 
new/frameworkintegration-5.8.0/src/platformtheme/main.cpp
--- old/frameworkintegration-5.7.0/src/platformtheme/main.cpp   2015-02-08 
16:10:56.000000000 +0100
+++ new/frameworkintegration-5.8.0/src/platformtheme/main.cpp   2015-03-07 
15:36:56.000000000 +0100
@@ -40,7 +40,7 @@
     KdePlatformThemePlugin(QObject *parent = 0)
         : QPlatformThemePlugin(parent) {}
 
-    QPlatformTheme *create(const QString &key, const QStringList &paramList)
+    QPlatformTheme *create(const QString &key, const QStringList &paramList) 
Q_DECL_OVERRIDE
     {
         Q_UNUSED(key)
         Q_UNUSED(paramList)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to