Hello community,

here is the log from the commit of package kapptemplate for openSUSE:Factory 
checked in at 2014-09-18 08:00:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kapptemplate (Old)
 and      /work/SRC/openSUSE:Factory/.kapptemplate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kapptemplate"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kapptemplate/kapptemplate.changes        
2014-08-25 11:02:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kapptemplate.new/kapptemplate.changes   
2014-09-18 08:02:03.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Sep 13 17:04:13 UTC 2014 - [email protected]
+
+- Update to 4.14.1
+   * KDE 4.14.1 SC Bugfix Release
+   * See http://www.kde.org/announcements/announce-4.14.1.php
+
+-------------------------------------------------------------------
@@ -6 +13 @@
-   * See http://www.kde.org/announcements/4.13/
+   * See http://www.kde.org/announcements/4.14/

Old:
----
  kapptemplate-4.14.0.tar.xz

New:
----
  kapptemplate-4.14.1.tar.xz

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

Other differences:
------------------
++++++ kapptemplate.spec ++++++
--- /var/tmp/diff_new_pack.LRelN3/_old  2014-09-18 08:02:04.000000000 +0200
+++ /var/tmp/diff_new_pack.LRelN3/_new  2014-09-18 08:02:04.000000000 +0200
@@ -22,7 +22,7 @@
 License:        GPL-2.0 and GFDL-1.2
 Group:          Development/Tools/IDE
 Url:            http://www.kde.org/
-Version:        4.14.0
+Version:        4.14.1
 Release:        0
 Source0:        %{name}-%{version}.tar.xz
 Patch1:         desktop-files.diff

++++++ kapptemplate-4.14.0.tar.xz -> kapptemplate-4.14.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kapptemplate-4.14.0/index.html 
new/kapptemplate-4.14.1/index.html
--- old/kapptemplate-4.14.0/index.html  2014-08-13 09:43:18.000000000 +0200
+++ new/kapptemplate-4.14.1/index.html  1970-01-01 01:00:00.000000000 +0100
@@ -1,357 +0,0 @@
-diff --git a/templates/C++/kde-frameworks5-simple/src/%{APPNAMELC}.ui 
b/templates/C++/kde-frameworks5-simple/src/%{APPNAMELC}.ui
-new file mode 100644
-index 0000000..adf8109
---- /dev/null
-+++ b/templates/C++/kde-frameworks5-simple/src/%{APPNAMELC}.ui
-@@ -0,0 +1,28 @@
-+<?xml version="1.0" encoding="UTF-8"?>
-+<ui version="4.0">
-+ <class>mainWidget</class>
-+ <widget class="QWidget" name="mainWidget">
-+  <property name="geometry">
-+   <rect>
-+    <x>0</x>
-+    <y>0</y>
-+    <width>400</width>
-+    <height>300</height>
-+   </rect>
-+  </property>
-+  <property name="windowTitle">
-+   <string>Form</string>
-+  </property>
-+  <layout class="QVBoxLayout" name="verticalLayout">
-+   <item>
-+    <widget class="QLabel" name="label">
-+     <property name="text">
-+      <string>Hello KDE!</string>
-+     </property>
-+    </widget>
-+   </item>
-+  </layout>
-+ </widget>
-+ <resources/>
-+ <connections/>
-+</ui>
-diff --git a/templates/C++/kde-frameworks5-simple/src/CMakeLists.txt 
b/templates/C++/kde-frameworks5-simple/src/CMakeLists.txt
-new file mode 100644
-index 0000000..0b62376
---- /dev/null
-+++ b/templates/C++/kde-frameworks5-simple/src/CMakeLists.txt
-@@ -0,0 +1,17 @@
-+set( %{APPNAMELC}_SRCS
-+    main.cpp
-+    %{APPNAMELC}.cpp
-+)
-+
-+ki18n_wrap_ui(%{APPNAMELC}_SRCS %{APPNAMELC}.ui)
-+
-+add_executable( %{APPNAMELC} ${%{APPNAMELC}_SRCS} )
-+
-+target_link_libraries( %{APPNAMELC}
-+    Qt5::Widgets
-+    KF5::CoreAddons
-+    KF5::I18n
-+)
-+
-+install( TARGETS %{APPNAMELC} ${INSTALL_TARGETS_DEFAULT_ARGS} )
-+install( PROGRAMS %{APPNAMELC}.desktop  DESTINATION ${XDG_APPS_INSTALL_DIR} )
-diff --git a/templates/C++/kde-frameworks5-simple/src/main.cpp 
b/templates/C++/kde-frameworks5-simple/src/main.cpp
-new file mode 100644
-index 0000000..305ee34
---- /dev/null
-+++ b/templates/C++/kde-frameworks5-simple/src/main.cpp
-@@ -0,0 +1,52 @@
-+/***************************************************************************
-+ *   Copyright (C) %{CURRENT_YEAR} by %{AUTHOR} <%{EMAIL}>                 *
-+ *                                                                         *
-+ *   This program is free software; you can redistribute it and/or modify  *
-+ *   it under the terms of the GNU General Public License as published by  *
-+ *   the Free Software Foundation; either version 2 of the License, or     *
-+ *   (at your option) any later version.                                   *
-+ *                                                                         *
-+ *   This program is distributed in the hope that it will be useful,       *
-+ *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
-+ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
-+ *   GNU General Public License for more details.                          *
-+ *                                                                         *
-+ *   You should have received a copy of the GNU General Public License     *
-+ *   along with this program; if not, write to the                         *
-+ *   Free Software Foundation, Inc.,                                       *
-+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA .        *
-+ ***************************************************************************/
-+
-+// application header
-+#include "%{APPNAMELC}.h"
-+// KDE headers
-+#include <QApplication>
-+#include <QCommandLineParser>
-+#include <KAboutData>
-+#include <KLocalizedString>
-+
-+int main(int argc, char **argv)
-+{
-+    QApplication application(argc, argv);
-+
-+    KLocalizedString::setApplicationDomain("%{APPNAMELC}");
-+    KAboutData aboutData( QStringLiteral("%{APPNAMELC}"),
-+                          i18n("Simple App"),
-+                          QStringLiteral("0.1"),
-+                          i18n("A Simple Application written with KDE 
Frameworks"),
-+                          KAboutLicense::GPL,
-+                          i18n("(c) 20013-2014, %{AUTHOR} <%{EMAIL}>"));
-+
-+    aboutData.addAuthor(i18n("%{AUTHOR}"),i18n("Author"), 
QStringLiteral("%{EMAIL}"));
-+    aboutData.setProgramIconName("%{APPNAMELC}");
-+    QCommandLineParser parser;
-+    parser.addHelpOption();
-+    parser.addVersionOption();
-+    aboutData.setupCommandLine(&parser);
-+    parser.process(application);
-+    aboutData.processCommandLine(&parser);
-+
-+    %{APPNAME} *appwindow = new %{APPNAME};
-+    appwindow->show();
-+    return application.exec();
-+}
-diff --git 
a/templates/C++/kde-frameworks5-simple/kde-frameworks5-simple.kdevtemplate 
b/templates/C++/kde-frameworks5-simple/kde-frameworks5-simple.kdevtemplate
-new file mode 100644
-index 0000000..17042c0
---- /dev/null
-+++ b/templates/C++/kde-frameworks5-simple/kde-frameworks5-simple.kdevtemplate
-@@ -0,0 +1,7 @@
-+# KDE Config File
-+[General]
-+Name=Minimal C++ KDE Frameworks
-+Comment=A very basic KDE Frameworks 5 GUI Application in C++
-+Category=KDE/Graphical
-+Icon=kde-frameworks5-simple.png
-+ShowFilesAfterGeneration=%{dest}/src/%{APPNAMELC}.cpp
-diff --git a/templates/C++/kde-frameworks5-simple/kde-frameworks5-simple.png 
b/templates/C++/kde-frameworks5-simple/kde-frameworks5-simple.png
-new file mode 100644
-index 0000000..0786edd
-Binary files /dev/null and 
b/templates/C++/kde-frameworks5-simple/kde-frameworks5-simple.png differ
-diff --git a/templates/C++/kde-frameworks5-simple/src/%{APPNAMELC}.cpp 
b/templates/C++/kde-frameworks5-simple/src/%{APPNAMELC}.cpp
-new file mode 100644
-index 0000000..c99989a
---- /dev/null
-+++ b/templates/C++/kde-frameworks5-simple/src/%{APPNAMELC}.cpp
-@@ -0,0 +1,35 @@
-+/*
-+ Copyright (C) %{CURRENT_YEAR} by %{AUTHOR} <%{EMAIL}>
-+
-+ This program is free software; you can redistribute it and/or
-+ modify it under the terms of the GNU General Public License as
-+ published by the Free Software Foundation; either version 2 of
-+ the License or (at your option) version 3 or any later version
-+ accepted by the membership of KDE e.V. (or its successor approved
-+ by the membership of KDE e.V.), which shall act as a proxy 
-+ defined in Section 14 of version 3 of the license.
-+
-+ This program is distributed in the hope that it will be useful,
-+ but WITHOUT ANY WARRANTY; without even the implied warranty of
-+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-+ GNU General Public License for more details.
-+
-+ You should have received a copy of the GNU General Public License
-+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
-+*/
-+
-+#include "%{APPNAMELC}.h"
-+
-+%{APPNAME}::%{APPNAME}()
-+    : QMainWindow()
-+{
-+    QWidget *widget = new QWidget(this);
-+    setCentralWidget(widget);
-+    m_ui.setupUi(widget);
-+}
-+
-+%{APPNAME}::~%{APPNAME}()
-+{
-+}
-+
-+#include "%{APPNAMELC}.moc"
-diff --git a/templates/C++/kde-frameworks5-simple/src/%{APPNAMELC}.desktop 
b/templates/C++/kde-frameworks5-simple/src/%{APPNAMELC}.desktop
-new file mode 100644
-index 0000000..8ab9411
---- /dev/null
-+++ b/templates/C++/kde-frameworks5-simple/src/%{APPNAMELC}.desktop
-@@ -0,0 +1,7 @@
-+[Desktop Entry]
-+Name=%{APPNAME}
-+Exec=%{APPNAMELC}
-+Icon=%{APPNAMELC}
-+Type=Application
-+X-DocPath=%{APPNAMELC}/index.html
-+GenericName=A Simple KDE Application
-diff --git a/templates/C++/kde-frameworks5-simple/src/%{APPNAMELC}.h 
b/templates/C++/kde-frameworks5-simple/src/%{APPNAMELC}.h
-new file mode 100644
-index 0000000..73d0b2b
---- /dev/null
-+++ b/templates/C++/kde-frameworks5-simple/src/%{APPNAMELC}.h
-@@ -0,0 +1,58 @@
-+/*
-+ Copyright (C) %{CURRENT_YEAR} by %{AUTHOR} <%{EMAIL}>
-+
-+ This program is free software; you can redistribute it and/or
-+ modify it under the terms of the GNU General Public License as
-+ published by the Free Software Foundation; either version 2 of
-+ the License or (at your option) version 3 or any later version
-+ accepted by the membership of KDE e.V. (or its successor approved
-+ by the membership of KDE e.V.), which shall act as a proxy 
-+ defined in Section 14 of version 3 of the license.
-+
-+ This program is distributed in the hope that it will be useful,
-+ but WITHOUT ANY WARRANTY; without even the implied warranty of
-+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-+ GNU General Public License for more details.
-+
-+ You should have received a copy of the GNU General Public License
-+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
-+*/
-+
-+#ifndef %{APPNAMEUC}_H
-+#define %{APPNAMEUC}_H
-+
-+
-+#include <QMainWindow>
-+
-+#include "ui_%{APPNAMELC}.h"
-+
-+
-+/**
-+ * This class serves as the main window for %{APPNAME}.  It handles the
-+ * menus, toolbars and status bars.
-+ *
-+ * @short Main window class
-+ * @author Your Name <[email protected]>
-+ * @version 0.1
-+ */
-+class %{APPNAME} : public QMainWindow
-+{
-+    Q_OBJECT
-+public:
-+    /**
-+     * Default Constructor
-+     */
-+    %{APPNAME}();
-+
-+    /**
-+     * Default Destructor
-+     */
-+    virtual ~%{APPNAME}();
-+
-+private:
-+    // this is the name of the root widget inside our Ui file
-+    // you can rename it in designer and then change it here
-+    Ui::mainWidget m_ui;
-+};
-+
-+#endif // _%{APPNAMEUC}_H_
-diff --git a/templates/C++/kde-frameworks5-simple/CMakeLists.txt 
b/templates/C++/kde-frameworks5-simple/CMakeLists.txt
-new file mode 100644
-index 0000000..0da779c
---- /dev/null
-+++ b/templates/C++/kde-frameworks5-simple/CMakeLists.txt
-@@ -0,0 +1,25 @@
-+project(%{APPNAMELC})
-+
-+cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-+set(QT_MIN_VERSION "5.3.0")
-+
-+find_package(ECM 1.0.0 REQUIRED NO_MODULE)
-+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
-+
-+include(ECMInstallIcons)
-+include(KDEInstallDirs)
-+include(KDECMakeSettings)
-+include(KDECompilerSettings)
-+include(FeatureSummary)
-+
-+find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Core Gui 
Widgets)
-+
-+find_package(KF5 REQUIRED COMPONENTS
-+    CoreAddons
-+    I18n
-+)
-+
-+feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
-+
-+add_subdirectory(src)
-+add_subdirectory(icons)
-diff --git a/templates/C++/kde-frameworks5-simple/Messages.sh 
b/templates/C++/kde-frameworks5-simple/Messages.sh
-new file mode 100644
-index 0000000..75a840b
---- /dev/null
-+++ b/templates/C++/kde-frameworks5-simple/Messages.sh
-@@ -0,0 +1,4 @@
-+#! /usr/bin/env bash
-+$EXTRACTRC `find . -name \*.ui -o -name \*.rc -o -name \*.kcfg` >> rc.cpp
-+$XGETTEXT `find . -name \*.cpp` -o $podir/%{APPNAMELC}.pot
-+rm -f rc.cpp
-diff --git a/templates/C++/kde-frameworks5-simple/README 
b/templates/C++/kde-frameworks5-simple/README
-new file mode 100644
-index 0000000..21a8f91
---- /dev/null
-+++ b/templates/C++/kde-frameworks5-simple/README
-@@ -0,0 +1,17 @@
-+How To Build This Template
-+-=-=-=-=-=-=-=-=-=-=-=-=-=
-+
-+--- On Unix:
-+
-+cd <project_name_path>
-+mkdir build
-+cd build
-+cmake -DCMAKE_INSTALL_PREFIX=$KDEDIRS -DCMAKE_BUILD_TYPE=Debug ..
-+make
-+make install  or  su -c 'make install'  or  sudo make install
-+
-+where $KDEDIRS points to your KDE installation prefix.
-+
-+Note: you can use another build path. Then cd in your build dir and:
-+export KDE_SRC=path_to_your_src
-+cmake $KDE_SRC -DCMAKE_INSTALL_PREFIX=$KDEDIRS -DCMAKE_BUILD_TYPE=Debug
-diff --git a/templates/C++/kde-frameworks5-simple/icons/CMakeLists.txt 
b/templates/C++/kde-frameworks5-simple/icons/CMakeLists.txt
-new file mode 100644
-index 0000000..832a8e5
---- /dev/null
-+++ b/templates/C++/kde-frameworks5-simple/icons/CMakeLists.txt
-@@ -0,0 +1 @@
-+ecm_install_icons( ${ICON_INSTALL_DIR} )
-diff --git 
a/templates/C++/kde-frameworks5-simple/icons/hi16-apps-%{APPNAMELC}.png 
b/templates/C++/kde-frameworks5-simple/icons/hi16-apps-%{APPNAMELC}.png
-new file mode 100644
-index 0000000..3d812df
-Binary files /dev/null and 
b/templates/C++/kde-frameworks5-simple/icons/hi16-apps-%{APPNAMELC}.png differ
-diff --git 
a/templates/C++/kde-frameworks5-simple/icons/hi32-apps-%{APPNAMELC}.png 
b/templates/C++/kde-frameworks5-simple/icons/hi32-apps-%{APPNAMELC}.png
-new file mode 100644
-index 0000000..3f6bb9e
-Binary files /dev/null and 
b/templates/C++/kde-frameworks5-simple/icons/hi32-apps-%{APPNAMELC}.png differ
-diff --git 
a/templates/C++/kde-frameworks5-simple/icons/hi48-apps-%{APPNAMELC}.png 
b/templates/C++/kde-frameworks5-simple/icons/hi48-apps-%{APPNAMELC}.png
-new file mode 100644
-index 0000000..4bd7f0c
-Binary files /dev/null and 
b/templates/C++/kde-frameworks5-simple/icons/hi48-apps-%{APPNAMELC}.png differ
-diff --git a/templates/C++/CMakeLists.txt b/templates/C++/CMakeLists.txt
-index 668af48..6f31aa3 100644
---- a/templates/C++/CMakeLists.txt
-+++ b/templates/C++/CMakeLists.txt
-@@ -2,6 +2,7 @@ set(apptemplate_DIRS
-     kapp4
-     kapp4-qml
-     kde-simple
-+    kde-frameworks5-simple
-     plasmoid
-     runner
-     flake
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 726f8ad..0c162c4 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -49,6 +49,7 @@ install( FILES kapptemplate.kcfg  DESTINATION  
${KCFG_INSTALL_DIR} )
- install(FILES default.png DESTINATION 
${DATA_INSTALL_DIR}/kdevappwizard/template_previews)
- install(FILES templates/C++/kapp4/kapp4.png DESTINATION 
${DATA_INSTALL_DIR}/kdevappwizard/template_previews)
- install(FILES templates/C++/kde-simple/kde-simple.png DESTINATION 
${DATA_INSTALL_DIR}/kdevappwizard/template_previews)
-+install(FILES templates/C++/kde-frameworks5-simple/kde-frameworks5-simple.png 
DESTINATION ${DATA_INSTALL_DIR}/kdevappwizard/template_previews)
- install(FILES templates/C++/plasmoid/plasma-applet.png DESTINATION 
${DATA_INSTALL_DIR}/kdevappwizard/template_previews)
- install(FILES templates/ruby/kderubyapp/kderubyapp.png DESTINATION 
${DATA_INSTALL_DIR}/kdevappwizard/template_previews)
- install(FILES templates/Python/pyqt4app/pyqt4app.png DESTINATION 
${DATA_INSTALL_DIR}/kdevappwizard/template_previews)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapptemplate-4.14.0/templates/C++/kapp4/kapp4.kdevtemplate 
new/kapptemplate-4.14.1/templates/C++/kapp4/kapp4.kdevtemplate
--- old/kapptemplate-4.14.0/templates/C++/kapp4/kapp4.kdevtemplate      
2014-08-13 09:43:18.000000000 +0200
+++ new/kapptemplate-4.14.1/templates/C++/kapp4/kapp4.kdevtemplate      
2014-09-12 09:24:32.000000000 +0200
@@ -31,10 +31,10 @@
 Name[ru]=C++ для KDE
 Name[sk]=C++ KDE
 Name[sl]=C++ KDE
-Name[sr]=Ц++ за КДЕ
-Name[sr@ijekavian]=Ц++ за КДЕ
-Name[sr@ijekavianlatin]=C++ za KDE
-Name[sr@latin]=C++ za KDE
+Name[sr]=Ц++ над КДЕ‑ом
+Name[sr@ijekavian]=Ц++ над КДЕ‑ом
+Name[sr@ijekavianlatin]=C++ nad KDE‑om
+Name[sr@latin]=C++ nad KDE‑om
 Name[sv]=C++ KDE
 Name[tr]=C++ KDE
 Name[uk]=C++ KDE
Files 
old/kapptemplate-4.14.0/templates/C++/kde-frameworks5-simple/icons/hi16-apps-%{APPNAMELC}.png
 and 
new/kapptemplate-4.14.1/templates/C++/kde-frameworks5-simple/icons/hi16-apps-%{APPNAMELC}.png
 differ
Files 
old/kapptemplate-4.14.0/templates/C++/kde-frameworks5-simple/icons/hi22-apps-%{APPNAMELC}.png
 and 
new/kapptemplate-4.14.1/templates/C++/kde-frameworks5-simple/icons/hi22-apps-%{APPNAMELC}.png
 differ
Files 
old/kapptemplate-4.14.0/templates/C++/kde-frameworks5-simple/icons/hi32-apps-%{APPNAMELC}.png
 and 
new/kapptemplate-4.14.1/templates/C++/kde-frameworks5-simple/icons/hi32-apps-%{APPNAMELC}.png
 differ
Files 
old/kapptemplate-4.14.0/templates/C++/kde-frameworks5-simple/icons/hi48-apps-%{APPNAMELC}.png
 and 
new/kapptemplate-4.14.1/templates/C++/kde-frameworks5-simple/icons/hi48-apps-%{APPNAMELC}.png
 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapptemplate-4.14.0/templates/C++/kde-frameworks5-simple/kde-frameworks5-simple.kdevtemplate
 
new/kapptemplate-4.14.1/templates/C++/kde-frameworks5-simple/kde-frameworks5-simple.kdevtemplate
--- 
old/kapptemplate-4.14.0/templates/C++/kde-frameworks5-simple/kde-frameworks5-simple.kdevtemplate
    2014-08-13 09:43:18.000000000 +0200
+++ 
new/kapptemplate-4.14.1/templates/C++/kde-frameworks5-simple/kde-frameworks5-simple.kdevtemplate
    2014-09-12 09:24:32.000000000 +0200
@@ -9,14 +9,22 @@
 Name[et]=Minimaalne C++ KDE Frameworks
 Name[fi]=Minimaalinen C++ KDE Frameworks -sovellus
 Name[it]=C++ KDE Frameworks minimo
+Name[ko]=최소 C++ KDE 프레임워크
 Name[nl]=Minimale C++ KDE Frameworks
 Name[pl]=Minimalny C++ Szkieletów KDE
 Name[pt]=C++ para as Plataformas do KDE Mínima
 Name[pt_BR]=C++ mínimo para KDE Frameworks
+Name[ru]=C++ и KDE Frameworks
 Name[sk]=Minimálne C++ KDE Frameworks
+Name[sl]=Najmanjše C++ ogrodje za KDE
+Name[sr]=Минимални Ц++ над Радним оквирима КДЕ‑а
+Name[sr@ijekavian]=Минимални Ц++ над Радним оквирима КДЕ‑а
+Name[sr@ijekavianlatin]=Minimalni C++ nad Radnim okvirima KDE‑a
+Name[sr@latin]=Minimalni C++ nad Radnim okvirima KDE‑a
 Name[sv]=Minimal C++ KDE Ramverk
 Name[uk]=Мінімальна C++, KDE Frameworks
 Name[x-test]=xxMinimal C++ KDE Frameworksxx
+Name[zh_TW]=最基本的 C++ KDE Frameworks
 Comment=A very basic KDE Frameworks 5 GUI Application in C++
 Comment[ca]=Una aplicació IGU molt bàsica de les Frameworks 5 del KDE en C++
 Comment[cs]=Úplně základní GUI aplikace KDE Frameworks 5 v C++
@@ -27,14 +35,22 @@
 Comment[et]=Väga lihtne KDE Frameworks 5 GUI rakendus C++ keeles
 Comment[fi]=Erittäin yksinkertainen KDE Frameworks 5 GUI-sovellus C++:lla
 Comment[it]=Una semplicissima applicazione grafica di KDE Frameworks in C++
+Comment[ko]=기본적인 C++ KDE 프레임워크 5 GUI 프로그램
 Comment[nl]=Een zeer basale KDE Frameworks 5 GUI-toepassing in C++
 Comment[pl]=Bardzo podstawowy program graficznego interfejsu użytkownika dla 
Szkieletów KDE 5 w C++
 Comment[pt]=Uma aplicação gráfica muito básica das Plataformas do KDE em C++
 Comment[pt_BR]=Um aplicativo gráfico muito básico do KDE Frameworks 5 em C++
+Comment[ru]=Очень простое приложение на языке C++, использующее KDE Frameworks 
5
 Comment[sk]=Veľmi základná KDE Frameworks 5 GUI aplikácia v C++
+Comment[sl]=Zelo osnovni program v ogrodju KDE 5 z grafičnim vmesnikom v C++
+Comment[sr]=Сасвим основни графички програм над Радним оквирима КДЕ‑а 5 у Ц++у
+Comment[sr@ijekavian]=Сасвим основни графички програм над Радним оквирима 
КДЕ‑а 5 у Ц++у
+Comment[sr@ijekavianlatin]=Sasvim osnovni grafički program nad Radnim okvirima 
KDE‑a 5 u C++u
+Comment[sr@latin]=Sasvim osnovni grafički program nad Radnim okvirima KDE‑a 5 
u C++u
 Comment[sv]=Ett mycket enkelt KDE Ramverk 5 grafiskt gränssnitt i C++
 Comment[uk]=Мінімалістична програма з графічним інтерфейсом KDE Frameworks 5 
на C++
 Comment[x-test]=xxA very basic KDE Frameworks 5 GUI Application in C++xx
+Comment[zh_TW]=最基本的 C++ KDE Frameworks 5 圖形介面應用程式
 Category=KDE/Graphical
 Icon=kde-frameworks5-simple.png
 ShowFilesAfterGeneration=%{dest}/src/%{APPNAMELC}.cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapptemplate-4.14.0/templates/C++/kde-frameworks5-simple/src/main.cpp 
new/kapptemplate-4.14.1/templates/C++/kde-frameworks5-simple/src/main.cpp
--- old/kapptemplate-4.14.0/templates/C++/kde-frameworks5-simple/src/main.cpp   
2014-08-13 09:43:18.000000000 +0200
+++ new/kapptemplate-4.14.1/templates/C++/kde-frameworks5-simple/src/main.cpp   
2014-09-12 09:24:32.000000000 +0200
@@ -38,7 +38,7 @@
                           i18n("(c) 20013-2014, %{AUTHOR} <%{EMAIL}>"));
 
     aboutData.addAuthor(i18n("%{AUTHOR}"),i18n("Author"), 
QStringLiteral("%{EMAIL}"));
-    aboutData.setProgramIconName("%{APPNAMELC}");
+    application.setWindowIcon(QIcon::fromTheme("%{APPNAMELC}"));
     QCommandLineParser parser;
     parser.addHelpOption();
     parser.addVersionOption();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kapptemplate-4.14.0/templates/C++/kde-simple/kde-simple.kdevtemplate 
new/kapptemplate-4.14.1/templates/C++/kde-simple/kde-simple.kdevtemplate
--- old/kapptemplate-4.14.0/templates/C++/kde-simple/kde-simple.kdevtemplate    
2014-08-13 09:43:18.000000000 +0200
+++ new/kapptemplate-4.14.1/templates/C++/kde-simple/kde-simple.kdevtemplate    
2014-09-12 09:24:32.000000000 +0200
@@ -27,10 +27,10 @@
 Name[ru]=С++ для KDE
 Name[sk]=Minimálne C++ KDE
 Name[sl]=Najmanjši C++ KDE
-Name[sr]=Минимални Ц++ за КДЕ
-Name[sr@ijekavian]=Минимални Ц++ за КДЕ
-Name[sr@ijekavianlatin]=Minimalni C++ za KDE
-Name[sr@latin]=Minimalni C++ za KDE
+Name[sr]=Минимални Ц++ над КДЕ‑ом
+Name[sr@ijekavian]=Минимални Ц++ над КДЕ‑ом
+Name[sr@ijekavianlatin]=Minimalni C++ nad KDE‑om
+Name[sr@latin]=Minimalni C++ nad KDE‑om
 Name[sv]=Minimal C++ KDE
 Name[tr]=Basit C++ KDE uygulaması
 Name[uk]=Мінімальна C++, KDE
@@ -65,10 +65,10 @@
 Comment[ru]=Очень простое графическое приложение KDE4 на языке C++
 Comment[sk]=Veľmi základná KDE GUI aplikácia v C++
 Comment[sl]=Zelo osnovni KDE program z grafičnim vmesnikom v C++
-Comment[sr]=Сасвим основни графички КДЕ програм у Ц++у
-Comment[sr@ijekavian]=Сасвим основни графички КДЕ програм у Ц++у
-Comment[sr@ijekavianlatin]=Sasvim osnovni grafički KDE program u C++u
-Comment[sr@latin]=Sasvim osnovni grafički KDE program u C++u
+Comment[sr]=Сасвим основни графички програм над КДЕ‑ом у Ц++у
+Comment[sr@ijekavian]=Сасвим основни графички програм над КДЕ‑ом у Ц++у
+Comment[sr@ijekavianlatin]=Sasvim osnovni grafički program nad KDE‑om u C++u
+Comment[sr@latin]=Sasvim osnovni grafički program nad KDE‑om u C++u
 Comment[sv]=Ett mycket enkelt KDE-program med grafiskt gränssnitt i C++
 Comment[tr]=C++ ile yazılmış basit bir KDE Grafiksel Kullanıcı Arayüzü 
Uygulaması
 Comment[uk]=Мінімалістична програма з графічним інтерфейсом KDE на C++

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

Reply via email to