Hello community,

here is the log from the commit of package kxmlgui for openSUSE:Factory checked 
in at 2015-01-29 12:53:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kxmlgui (Old)
 and      /work/SRC/openSUSE:Factory/.kxmlgui.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kxmlgui"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kxmlgui/kxmlgui.changes  2014-12-21 
11:59:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kxmlgui.new/kxmlgui.changes     2015-01-29 
12:53:46.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Jan  3 18:03:33 UTC 2015 - [email protected]
+
+- Update to 5.6.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.6.0.php
+
+-------------------------------------------------------------------

Old:
----
  kxmlgui-5.5.0.tar.xz

New:
----
  kxmlgui-5.6.0.tar.xz

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

Other differences:
------------------
++++++ kxmlgui.spec ++++++
--- /var/tmp/diff_new_pack.tITgBm/_old  2015-01-29 12:53:47.000000000 +0100
+++ /var/tmp/diff_new_pack.tITgBm/_new  2015-01-29 12:53:47.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kxmlgui
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %define lname   libKF5XmlGui5
 Name:           kxmlgui
-Version:        5.5.0
+Version:        5.6.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  attica-qt5-devel >= %{kf5_version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.5.0
+BuildRequires:  extra-cmake-modules >= 1.6.0
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{kf5_version}
 BuildRequires:  kconfigwidgets-devel >= %{kf5_version}
@@ -47,7 +47,7 @@
 License:        LGPL-2.1+ and GPL-2.0+
 Group:          System/GUI/KDE
 Url:            http://www.kde.org
-Source:         
http://download.kde.org/stable/frameworks/5.5/%{name}-%{version}.tar.xz
+Source:         
http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 

++++++ kxmlgui-5.5.0.tar.xz -> kxmlgui-5.6.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.5.0/CMakeLists.txt 
new/kxmlgui-5.6.0/CMakeLists.txt
--- old/kxmlgui-5.5.0/CMakeLists.txt    2014-12-06 13:47:58.000000000 +0100
+++ new/kxmlgui-5.6.0/CMakeLists.txt    2015-01-03 13:16:58.000000000 +0100
@@ -3,7 +3,7 @@
 project(KXmlGui)
 
 # ECM setup
-find_package(ECM 1.5.0 REQUIRED NO_MODULE)
+find_package(ECM 1.6.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -16,8 +16,8 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.5.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.5.0") # handled by release scripts
+set(KF5_VERSION "5.6.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.6.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
                   VARIABLE_PREFIX KXMLGUI
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.5.0/autotests/icons/oxygen/index.theme 
new/kxmlgui-5.6.0/autotests/icons/oxygen/index.theme
--- old/kxmlgui-5.5.0/autotests/icons/oxygen/index.theme        2014-12-06 
13:47:58.000000000 +0100
+++ new/kxmlgui-5.6.0/autotests/icons/oxygen/index.theme        2015-01-03 
13:16:58.000000000 +0100
@@ -14,11 +14,13 @@
 Name[fi]=Oxygen
 Name[fr]=Oxygen
 Name[ga]=Oxygen
+Name[gd]=Oxygen
 Name[gl]=Oxygen
 Name[hu]=Oxygen
 Name[ia]=Oxygen
 Name[it]=Oxygen
 Name[ko]=Oxygen
+Name[lt]=Oxygen
 Name[nb]=Oxygen
 Name[nds]=Oxygen
 Name[nl]=Oxygen
@@ -58,11 +60,13 @@
 Comment[fa]=تیم اکسیژن
 Comment[fi]=Oxygenin kehitysryhmä
 Comment[fr]=Équipe de « Oxygen »
+Comment[gd]=An Sgioba Oxygen
 Comment[gl]=Equipo de Oxygen
 Comment[hu]=Oxygen csapat
 Comment[ia]=Equipa de Oxygen
 Comment[it]=Squadra di Oxygen
 Comment[ko]=Oxygen 팀
+Comment[lt]=Oxygen komanda
 Comment[nb]=Oxygen-laget
 Comment[nds]=Oxygen-Koppel
 Comment[nl]=Oxygen-team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.5.0/po/ca/kxmlgui5.po 
new/kxmlgui-5.6.0/po/ca/kxmlgui5.po
--- old/kxmlgui-5.5.0/po/ca/kxmlgui5.po 2014-12-06 13:47:58.000000000 +0100
+++ new/kxmlgui-5.6.0/po/ca/kxmlgui5.po 2015-01-03 13:16:58.000000000 +0100
@@ -4,7 +4,7 @@
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Sebastià Pla i Sanz <[email protected]>, 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006, 2007.
-# Antoni Bella Pérez <[email protected]>, 2003, 2006, 2011, 2012, 2013, 
2014.
+# Antoni Bella Pérez <[email protected]>, 2003, 2006, 2011, 2012, 2013, 
2014.
 # Albert Astals Cid <[email protected]>, 2004, 2005, 2007.
 # Josep Ma. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014.
 # Robert Millan <[email protected]>, 2009.
@@ -31,7 +31,7 @@
 
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "[email protected],[email protected],[email protected],[email protected]"
+msgstr "[email protected],[email protected],[email protected],[email protected]"
 
 #: kaboutapplicationdialog.cpp:81 khelpmenu.cpp:271
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.5.0/po/da/kxmlgui5.po 
new/kxmlgui-5.6.0/po/da/kxmlgui5.po
--- old/kxmlgui-5.5.0/po/da/kxmlgui5.po 2014-12-06 13:47:58.000000000 +0100
+++ new/kxmlgui-5.6.0/po/da/kxmlgui5.po 2015-01-03 13:16:58.000000000 +0100
@@ -4,14 +4,14 @@
 #
 # Martin Schlander, 2008.
 # Martin Schlander <[email protected]>, 2008.
-# Martin Schlander <[email protected]>, 2008, 2009, 2010, 2011, 2012, 
2013.
+# Martin Schlander <[email protected]>, 2008, 2009, 2010, 2011, 2012, 
2013, 2014.
 # Keld Simonsen <[email protected]>, 2010.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-11-17 07:41+0000\n"
-"PO-Revision-Date: 2013-11-06 19:33+0100\n"
+"PO-Revision-Date: 2014-12-29 20:10+0100\n"
 "Last-Translator: Martin Schlander <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\n"
 "Language: da\n"
@@ -42,10 +42,7 @@
 "<html><font size=\"5\">%1</font><br /><b>Version %2</b><br />&nbsp;</html>"
 
 #: kaboutapplicationdialog.cpp:103
-#, fuzzy, kde-format
-#| msgid ""
-#| "<html><font size=\"5\">%1</font><br/><b>version %2</b><br/>Using KDE %3</"
-#| "html>"
+#, kde-format
 msgctxt ""
 "Program name, version and KDE platform version; do not translate "
 "'Development Platform'"
@@ -53,8 +50,8 @@
 "<html><font size=\"5\">%1</font><br /><b>Version %2</b><br />Using KDE "
 "Frameworks %3</html>"
 msgstr ""
-"<html><font size=\"5\">%1</font><br/><b>version %2</b><br/>Bruger KDE %3</"
-"html>"
+"<html><font size=\"5\">%1</font><br/><b>version %2</b><br/>Bruger KDE "
+"Frameworks %3</html>"
 
 #: kaboutapplicationdialog.cpp:142
 #, kde-format
@@ -187,29 +184,16 @@
 msgstr "Om KDE"
 
 #: kaboutkdedialog_p.cpp:46
-#, fuzzy, kde-format
-#| msgid ""
-#| "<html><font size=\"5\">KDE - Be Free!</font><br /><b>Platform Version %1</"
-#| "b></html>"
+#, kde-format
 msgid ""
 "<html><font size=\"5\">KDE - Be Free!</font><br /><b>Frameworks Version %1</"
 "b></html>"
 msgstr ""
-"<html><font size=\"5\">KDE - Vær fri!</font><br /><b>Platformversion %1</b></"
-"html>"
+"<html><font size=\"5\">KDE - Vær fri!</font><br /><b>Frameworks-version %1</"
+"b></html>"
 
 #: kaboutkdedialog_p.cpp:56
-#, fuzzy, kde-format
-#| msgid ""
-#| "<html><b>KDE</b> is a world-wide network of software engineers, artists, "
-#| "writers, translators and facilitators who are committed to <a href="
-#| "\"%1\">Free Software</a> development. This community has created hundreds "
-#| "of Free Software applications as part of the KDE Development Platform and "
-#| "KDE Software Distribution.<br /><br />KDE is a cooperative enterprise in "
-#| "which no single entity controls the efforts or products of KDE to the "
-#| "exclusion of others. Everyone is welcome to join and contribute to KDE, "
-#| "including you.<br /><br />Visit <a href=\"%2\">%2</a> for more "
-#| "information about the KDE community and the software we produce.</html>"
+#, kde-format
 msgid ""
 "<html><b>KDE</b> is a world-wide network of software engineers, artists, "
 "writers, translators and facilitators who are committed to <a href="
@@ -224,12 +208,12 @@
 "<html><b>KDE</b> er et verdensomspændende netværk af programmører, "
 "kunstnere, forfattere, oversættere og igangsættere som er engagerede i "
 "udvikling af <a href=\"%1\">fri software</a>. Dette fællesskab har skabt "
-"hundredevis af fri software-programmer som del af KDE Udviklingsplatform og "
-"KDE Softwaredistribution.<br /><br />KDE er et fælles forehavende hvor ingen "
-"enkelt enhed styrer KDE's indsats eller produkter eller ekskluderer andre. "
-"Alle er velkomne til at tilslutte sig og bidrage til KDE - også dig.<br /"
-"><br />Besøg <a href=\"%2\">%2</a> for mere information om KDE-fællesskabet "
-"og den software vi fremstiller.</html>"
+"hundredevis af fri software-programmer som del af KDE Frameworks og KDE-"
+"programmer.<br /><br />KDE er et fælles forehavende hvor ingen enkelt enhed "
+"styrer KDE's indsats eller produkter eller ekskluderer andre. Alle er "
+"velkomne til at tilslutte sig og bidrage til KDE - også dig.<br /><br /"
+">Besøg <a href=\"%2\">%2</a> for mere information om KDE-fællesskabet og den "
+"software vi fremstiller.</html>"
 
 #: kaboutkdedialog_p.cpp:75
 #, kde-format
@@ -558,17 +542,12 @@
 msgstr "<h2>Acceleratorer ændrede</h2>"
 
 #: kcheckaccelerators.cpp:275 kcheckaccelerators.cpp:286
-#, fuzzy
-#| msgid "Find Text"
 msgid "Old Text"
-msgstr "Find tekst"
+msgstr "Gammelt tekst"
 
 #: kcheckaccelerators.cpp:277 kcheckaccelerators.cpp:295
-#, fuzzy
-#| msgctxt "@title:menu"
-#| msgid "Show Text"
 msgid "New Text"
-msgstr "Vis tekst"
+msgstr "Ny tekst"
 
 #: kcheckaccelerators.cpp:284
 msgid "<h2>Accelerators removed</h2>"
@@ -790,11 +769,6 @@
 "<br>Vælg venligst en anden.</qt>"
 
 #: kkeysequencewidget.cpp:273
-#, fuzzy
-#| msgid ""
-#| "Click on the button, then enter the shortcut like you would in the "
-#| "program.\n"
-#| "Example for Ctrl+a: hold the Ctrl key and press a."
 msgid ""
 "Click on the button, then enter the shortcut like you would in the program.\n"
 "Example for Ctrl+A: hold the Ctrl key and press A."
@@ -859,50 +833,37 @@
 msgstr "Indstil genvej..."
 
 #: ksendbugmail/main.cpp:45
-#, fuzzy
-#| msgid "Create content on server"
 msgid "Error connecting to server."
-msgstr "Opret indholdslink på serveren"
+msgstr "Fejl ved forbindelse til server."
 
 #: ksendbugmail/main.cpp:48
-#, fuzzy
-#| msgid "Not found"
 msgid "Not connected."
-msgstr "Ikke fundet"
+msgstr "Ikke forbundet."
 
 #: ksendbugmail/main.cpp:51
-#, fuzzy
-#| msgid "Connection timed out"
 msgid "Connection timed out."
-msgstr "Tidsudløb for forbindelse"
+msgstr "Forbindelsestid er udløbet."
 
 #: ksendbugmail/main.cpp:54
 msgid "Time out waiting for server interaction."
-msgstr ""
+msgstr "Der gik for lang tid uden svar fra server."
 
 #: ksendbugmail/main.cpp:58
-#, fuzzy, kde-format
-#| msgid "Server: %1"
+#, kde-format
 msgid "Server said: \"%1\""
-msgstr "Server: %1"
+msgstr "Serveren sagde: \"%1\""
 
 #: ksendbugmail/main.cpp:89
-#, fuzzy
-#| msgid "Send bug report."
 msgid "Sends a bug report by email."
-msgstr "Send fejlrapport."
+msgstr "Sender en fejlrapport via e-mail."
 
 #: ksendbugmail/main.cpp:91
-#, fuzzy
-#| msgid "The size of the dialog"
 msgid "The subject line of the email."
-msgstr "Dialogens størrelse"
+msgstr "E-mailens emnelinje."
 
 #: ksendbugmail/main.cpp:92
-#, fuzzy
-#| msgid "The email address this bug report is sent to."
 msgid "The email address to send the bug report to."
-msgstr "E-mail-adressen som denne fejlrapport sendes til."
+msgstr "E-mail-adressen som denne fejlrapport skal sendes til."
 
 #: kshortcuteditwidget.cpp:62
 msgid "Default:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.5.0/po/fi/kxmlgui5.po 
new/kxmlgui-5.6.0/po/fi/kxmlgui5.po
--- old/kxmlgui-5.5.0/po/fi/kxmlgui5.po 2014-12-06 13:47:58.000000000 +0100
+++ new/kxmlgui-5.6.0/po/fi/kxmlgui5.po 2015-01-03 13:16:58.000000000 +0100
@@ -14,7 +14,7 @@
 # Tommi Nieminen <[email protected]>, 2009, 2010, 2011.
 # Tommi Nieminen <[email protected]>, 2009.
 # Jorma Karvonen <[email protected]>, 2010.
-# Lasse Liehu <[email protected]>, 2006, 2010, 2011, 2012, 2013, 2014.
+# Lasse Liehu <[email protected]>, 2006, 2010, 2011, 2012, 2013, 2014, 
2015.
 #
 # KDE Finnish translation sprint participants:
 # Author: Artnay
@@ -27,9 +27,9 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-11-17 07:41+0000\n"
-"PO-Revision-Date: 2014-11-09 00:10+0200\n"
+"PO-Revision-Date: 2014-12-11 16:26+0200\n"
 "Last-Translator: Lasse Liehu <[email protected]>\n"
-"Language-Team: Finnish <[email protected]>\n"
+"Language-Team: Finnish <[email protected]>\n"
 "Language: fi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -54,7 +54,7 @@
 #: kaboutapplicationdialog.cpp:81 khelpmenu.cpp:271
 #, kde-format
 msgid "About %1"
-msgstr "Tietoa – %1|/|Tietoa $[yleisnimi_pienellä $[elat %1] ]"
+msgstr "Tietoa: %1|/|Tietoa $[yleisnimi_pienellä $[elat %1] ]"
 
 #: kaboutapplicationdialog.cpp:99
 #, kde-format
@@ -251,11 +251,11 @@
 "<html>Ohjelmistoja voi aina parantaa, ja KDE:n kehitysryhmä on valmis "
 "siihen. Toivomme että käyttäjänä kerrot meille, jos jokin asia ei toimi "
 "odottamallasi tavalla tai jotakin voisi parantaa.<br /><br />KDE-"
-"työpöytäympäristöllä on vianseurantajärjestelmä. Vieraile osoitteessa <a "
-"href=\"%1\">%1</a> tai käytä ohjelmien Ilmoita viasta -toimintoa Ohje-"
-"valikosta.<br /><br/>Jos sinulla on parannusehdotus, voit lähettää toiveesi "
-"vianseurantajärjestelmään. Muista kuitenkin käyttää vakavuusastetta "
-"”Wishlist”.</html>"
+"työpöytäympäristöllä on vianseurantajärjestelmä. Voit ilmoittaa vioista joko "
+"osoitteessa <a href=\"%1\">%1</a> tai käyttämällä ohjelmien Ilmoita viasta -"
+"toimintoa Ohje-valikosta.<br /><br/>Jos sinulla on parannusehdotus, voit "
+"lähettää toiveesi vianseurantajärjestelmään. Muista kuitenkin käyttää "
+"vakavuusastetta ”Wishlist”.</html>"
 
 #: kaboutkdedialog_p.cpp:93
 #, kde-format
@@ -273,7 +273,7 @@
 "kielellesi. Voit myös tehdä grafiikkaa, teemoja, ääniä tai parantaa "
 "dokumentaatiota. Päätät itse, mitä haluat tehdä.<br /><br />Vieraile "
 "osoitteessa <a href=\"%1\">%1</a>, jos haluat lisätietoa projekteista, "
-"joihin voit osallistua.<br /><br /> Lisätietoa ja ohjeistusta löytyy "
+"joihin voit osallistua.<br /><br />Lisätietoa ja ohjeistusta löytyy "
 "osoitteesta <a href=\"%2\">%2</a>.</html>"
 
 #: kaboutkdedialog_p.cpp:115
@@ -292,14 +292,14 @@
 "described at <a href=\"%2\">%2</a>.<br /><br />Thank you very much in "
 "advance for your support.</html>"
 msgstr ""
-"<html>KDE on saatavilla ilmaiseksi, mutta sen tekeminen ei ole ilmaista.<br /"
-"><br />Tämän vuoksi KDE-yhteisö on muodostanut voittoa tavoittelemattoman "
-"KDE e.V. -yhdistyksen Saksassa. Yhdistys edustaa KDE-projektia "
-"oikeudellisissa ja taloudellisissa kysymyksissä. Osoitteessa <a href=\"%1\">"
-"%1</a> on lisätietoa yhdistyksestä.<br /><br />KDE ottaa vastaan monenlaisia "
-"apuja – myös rahallisia. Suurin osa rahasta käytetään jäsenten ja muiden "
-"henkilöiden kehitystyöstä aiheutuneiden kulujen korvaamiseen. Rahaa "
-"käytetään myös lakipalveluihin ja konferenssien sekä tapaamisten "
+"<html>KDE-ohjelmistot ovat saatavilla ilmaiseksi, mutta niiden tekeminen ei "
+"ole ilmaista.<br /><br />Tämän vuoksi KDE-yhteisö on muodostanut voittoa "
+"tavoittelemattoman KDE e.V. -yhdistyksen Saksassa. Yhdistys edustaa KDE-"
+"projektia oikeudellisissa ja taloudellisissa kysymyksissä. Osoitteessa <a "
+"href=\"%1\">%1</a> on lisätietoa yhdistyksestä.<br /><br />KDE ottaa vastaan "
+"monenlaisia apuja – myös rahallisia. Suurin osa rahasta käytetään jäsenten "
+"ja muiden henkilöiden kehitystyöstä aiheutuneiden kulujen korvaamiseen. "
+"Rahaa käytetään myös lakipalveluihin ja konferenssien sekä tapaamisten "
 "järjestämiseen. <br /><br />Rohkaisemme Sinua tukemaan KDE:tä taloudellisten "
 "lahjoitusten muodossa käyttämällä sivulla <a href=\"%2\">%2</a> esiteltyjä "
 "tapoja.<br /><br />Suuret kiitokset tuestasi.</html>"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.5.0/po/zh_CN/kxmlgui5.po 
new/kxmlgui-5.6.0/po/zh_CN/kxmlgui5.po
--- old/kxmlgui-5.5.0/po/zh_CN/kxmlgui5.po      2014-12-06 13:47:58.000000000 
+0100
+++ new/kxmlgui-5.6.0/po/zh_CN/kxmlgui5.po      2015-01-03 13:16:58.000000000 
+0100
@@ -15,9 +15,9 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-11-17 07:41+0000\n"
-"PO-Revision-Date: 2014-12-04 02:18-0500\n"
-"Last-Translator: Weng Xuetian <[email protected]>\n"
-"Language-Team: Chinese Simplified <[email protected]>\n"
+"PO-Revision-Date: 2014-12-21 18:31+0800\n"
+"Last-Translator: Feng Chao <[email protected]>\n"
+"Language-Team: Chinese Simplified <[email protected]>\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -246,10 +246,10 @@
 msgstr ""
 "<html>您不必是软件开发者就可以成为 KDE 团队的一员。您可以参加翻译程序界面的小"
 "组。您可以提供图片、主题、音效或改进文档。您可以自己决定!<br /><br />请访问 "
-"<a href=\"%1\">%1</a> 来了解您可参与的项目的信息。而要想参与 KDE 的简体中文翻"
-"译工作,请查看 <a href=\"http://www.kdecn.org/l10n/\";>http://www.kdecn.org/";
-"l10n/</a>。<br /><br />如果您需要更多的信息或文档,请访问 <a href=\"%2\">%2</"
-"a>。</html>"
+"<a href=\"%1\">%1</a> 了解可参与项目的信息。而要想参与 KDE 的简体中文翻译工"
+"作,请查看 <a href=\"https://community.kde.org/KDE_Localization/zh-cn\";>翻译"
+"组 wiki 页面</a>。<br /><br />如果您需要更多的信息或文档,请访问 <a href="
+"\"%2\">%2</a>。</html>"
 
 #: kaboutkdedialog_p.cpp:115
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.5.0/src/kactioncollection.h 
new/kxmlgui-5.6.0/src/kactioncollection.h
--- old/kxmlgui-5.5.0/src/kactioncollection.h   2014-12-06 13:47:58.000000000 
+0100
+++ new/kxmlgui-5.6.0/src/kactioncollection.h   2015-01-03 13:16:58.000000000 
+0100
@@ -237,8 +237,9 @@
      * \warning Don't call this method on a KActionCollection that contains
      * actions. This is not supported.
      *
-     * \param componentData the KComponentName which is to be associated with 
this action collection,
-     * or QString() to indicate the app name.
+     * \param componentData the name which is to be associated with this 
action collection,
+     * or QString() to indicate the app name. This is used to load/save 
settings into XML files.
+     * KXmlGuiClient::setComponentName takes care of calling this.
      */
     void setComponentName(const QString &componentName);
 
@@ -248,6 +249,7 @@
     /**
      * Set the component display name associated with this action collection.
      * (e.g. for the toolbar editor)
+     * KXmlGuiClient::setComponentName takes care of calling this.
      */
     void setComponentDisplayName(const QString &displayName);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlgui-5.5.0/src/kxmlguiclient.h 
new/kxmlgui-5.6.0/src/kxmlguiclient.h
--- old/kxmlgui-5.5.0/src/kxmlguiclient.h       2014-12-06 13:47:58.000000000 
+0100
+++ new/kxmlgui-5.6.0/src/kxmlguiclient.h       2015-01-03 13:16:58.000000000 
+0100
@@ -303,6 +303,8 @@
      *
      * Call this first in the inherited class constructor.
      * (At least before setXMLFile().)
+     * @param componentName the name of the directory where the XMLGUI files 
will be found
+     * @param componentDisplayName a user-visible name (e.g. for the toolbar 
editor)
      */
     virtual void setComponentName(const QString &componentName, const QString 
&componentDisplayName);
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to