Hello community,

here is the log from the commit of package kbruch for openSUSE:Factory checked 
in at 2019-12-14 12:08:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kbruch (Old)
 and      /work/SRC/openSUSE:Factory/.kbruch.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kbruch"

Sat Dec 14 12:08:15 2019 rev:112 rq:756192 version:19.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kbruch/kbruch.changes    2019-11-13 
13:17:34.927026456 +0100
+++ /work/SRC/openSUSE:Factory/.kbruch.new.4691/kbruch.changes  2019-12-14 
12:11:17.699321589 +0100
@@ -1,0 +2,32 @@
+Tue Dec 10 06:38:21 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.0
+- Changes since 19.11.90:
+  * Update Appstream for new release
+
+-------------------------------------------------------------------
+Sat Nov 30 09:11:42 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.11.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/19.12-rc
+- No code change since 19.11.80
+
+-------------------------------------------------------------------
+Sun Nov 24 13:29:13 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.11.80
+  * New feature release
+- Changes since 19.08.3:
+  * Make it compile without kf5 deprecated methods
+  * it compiles fine without deprecated method
+  * Use directly kde_enable_exceptions
+  * Use QLatin1String and QLatin1Char when it's possible
+  * Use more conservative boundingRect() as horizontalAdvance was introduced 
in Qt 5.11 only
+  * Get rid of obsolete width()
+
+-------------------------------------------------------------------

Old:
----
  kbruch-19.08.3.tar.xz
  kbruch-19.08.3.tar.xz.sig

New:
----
  kbruch-19.12.0.tar.xz
  kbruch-19.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ kbruch.spec ++++++
--- /var/tmp/diff_new_pack.GKr9zm/_old  2019-12-14 12:11:19.991321192 +0100
+++ /var/tmp/diff_new_pack.GKr9zm/_new  2019-12-14 12:11:19.991321192 +0100
@@ -16,33 +16,32 @@
 #
 
 
-%define kf5_version 5.26.0
+%define kf5_version 5.60.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kbruch
-Version:        19.08.3
+Version:        19.12.0
 Release:        0
 Summary:        Application to excercise fractions
 License:        GPL-2.0-or-later
 Group:          Amusements/Teaching/Mathematics
 URL:            https://edu.kde.org
-Source:         
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
 BuildRequires:  extra-cmake-modules
-BuildRequires:  kconfig-devel
-BuildRequires:  kcrash-devel
-BuildRequires:  kdoctools-devel
-BuildRequires:  ki18n-devel
-BuildRequires:  kwidgetsaddons-devel
-BuildRequires:  kxmlgui-devel
-BuildRequires:  pkgconfig
+BuildRequires:  cmake(KF5Config)
+BuildRequires:  cmake(KF5Crash)
+BuildRequires:  cmake(KF5DocTools)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5WidgetsAddons)
+BuildRequires:  cmake(KF5XmlGui)
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5Widgets)
 Obsoletes:      %{name}5 < %{version}
 Provides:       %{name}5 = %{version}
 %if %{with lang}

++++++ applications.keyring ++++++
Binary files /var/tmp/diff_new_pack.GKr9zm/_old and 
/var/tmp/diff_new_pack.GKr9zm/_new differ

++++++ kbruch-19.08.3.tar.xz -> kbruch-19.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/CMakeLists.txt 
new/kbruch-19.12.0/CMakeLists.txt
--- old/kbruch-19.08.3/CMakeLists.txt   2019-11-05 05:01:22.000000000 +0100
+++ new/kbruch-19.12.0/CMakeLists.txt   2019-12-06 01:19:20.000000000 +0100
@@ -2,8 +2,8 @@
 
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "19")
-set(KDE_APPLICATIONS_VERSION_MINOR "08")
-set(KDE_APPLICATIONS_VERSION_MICRO "3")
+set(KDE_APPLICATIONS_VERSION_MINOR "12")
+set(KDE_APPLICATIONS_VERSION_MICRO "0")
 set(KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 project(kbruch VERSION ${KDE_APPLICATIONS_VERSION})
@@ -35,10 +35,9 @@
 include(FeatureSummary)
 include(ECMAddAppIcon)
 include(ECMSetupVersion)
-
+kde_enable_exceptions()
 # use sane compile flags
 add_definitions(
-  -fexceptions
   -DQT_NO_URL_CAST_FROM_STRING
 )
 
@@ -46,6 +45,10 @@
         add_definitions(-DQT_NO_FOREACH)
         MESSAGE(STATUS "compile without foreach")
 endif()
+if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
+   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
+   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x060000)
+endif()
 
 add_subdirectory( doc )
 add_subdirectory( src )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/org.kde.kbruch.appdata.xml 
new/kbruch-19.12.0/org.kde.kbruch.appdata.xml
--- old/kbruch-19.08.3/org.kde.kbruch.appdata.xml       2019-11-01 
22:51:02.000000000 +0100
+++ new/kbruch-19.12.0/org.kde.kbruch.appdata.xml       2019-12-05 
22:00:38.000000000 +0100
@@ -279,7 +279,6 @@
       <caption xml:lang="pl">Ćwiczenia ułamków z KBruch</caption>
       <caption xml:lang="pt">A praticar fracções com o KBruch</caption>
       <caption xml:lang="pt-BR">Exercitando frações com o KBruch</caption>
-      <caption xml:lang="sk">Cvičenie zlomkov s KBruch</caption>
       <caption xml:lang="sv">Bråkövning med Kbruch</caption>
       <caption xml:lang="uk">Вправи з дробами у KBruch</caption>
       <caption xml:lang="x-test">xxExercising fractions with KBruchxx</caption>
@@ -292,4 +291,7 @@
   <provides>
     <binary>kbruch</binary>
   </provides>
+  <releases>
+    <release version="19.12.0" date="2019-12-12"/>
+  </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/ar/kbruch.po 
new/kbruch-19.12.0/po/ar/kbruch.po
--- old/kbruch-19.08.3/po/ar/kbruch.po  2019-11-05 05:01:20.000000000 +0100
+++ new/kbruch-19.12.0/po/ar/kbruch.po  2019-12-06 01:19:08.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2007-10-14 15:40+0000\n"
 "Last-Translator: Youssef Chahibi <chah...@gmail.com>\n"
 "Language-Team: <e...@li.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/bg/kbruch.po 
new/kbruch-19.12.0/po/bg/kbruch.po
--- old/kbruch-19.08.3/po/bg/kbruch.po  2019-11-05 05:01:20.000000000 +0100
+++ new/kbruch-19.12.0/po/bg/kbruch.po  2019-12-06 01:19:09.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2006-10-04 16:21+0300\n"
 "Last-Translator: Zlatko Popov <zlatkopo...@fsa-bg.org>\n"
 "Language-Team: Bulgarian <d...@linux.zonebg.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/bs/kbruch.po 
new/kbruch-19.12.0/po/bs/kbruch.po
--- old/kbruch-19.08.3/po/bs/kbruch.po  2019-11-05 05:01:20.000000000 +0100
+++ new/kbruch-19.12.0/po/bs/kbruch.po  2019-12-06 01:19:10.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2013-10-18 20:18+0000\n"
 "Last-Translator: Samir Ribić <Unknown>\n"
 "Language-Team: Bosnian <lo...@lugbih.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/ca/kbruch.po 
new/kbruch-19.12.0/po/ca/kbruch.po
--- old/kbruch-19.08.3/po/ca/kbruch.po  2019-11-05 05:01:20.000000000 +0100
+++ new/kbruch-19.12.0/po/ca/kbruch.po  2019-12-06 01:19:11.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2018-06-16 12:32+0100\n"
 "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/ca@valencia/kbruch.po 
new/kbruch-19.12.0/po/ca@valencia/kbruch.po
--- old/kbruch-19.08.3/po/ca@valencia/kbruch.po 2019-11-05 05:01:21.000000000 
+0100
+++ new/kbruch-19.12.0/po/ca@valencia/kbruch.po 2019-12-06 01:19:11.000000000 
+0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2018-06-16 12:32+0100\n"
 "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/cs/kbruch.po 
new/kbruch-19.12.0/po/cs/kbruch.po
--- old/kbruch-19.08.3/po/cs/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/cs/kbruch.po  2019-12-06 01:19:12.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2017-09-12 13:18+0100\n"
 "Last-Translator: Vít Pelčák <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/da/kbruch.po 
new/kbruch-19.12.0/po/da/kbruch.po
--- old/kbruch-19.08.3/po/da/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/da/kbruch.po  2019-12-06 01:19:13.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2015-12-08 19:55+0100\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/de/kbruch.po 
new/kbruch-19.12.0/po/de/kbruch.po
--- old/kbruch-19.08.3/po/de/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/de/kbruch.po  2019-12-06 01:19:13.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2014-11-09 19:49+0100\n"
 "Last-Translator: Burkhard Lück <lu...@hube-lueck.de>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/el/kbruch.po 
new/kbruch-19.12.0/po/el/kbruch.po
--- old/kbruch-19.08.3/po/el/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/el/kbruch.po  2019-12-06 01:19:14.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2017-09-16 12:52+0200\n"
 "Last-Translator: Stelios <ssta...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/en_GB/kbruch.po 
new/kbruch-19.12.0/po/en_GB/kbruch.po
--- old/kbruch-19.08.3/po/en_GB/kbruch.po       2019-11-05 05:01:21.000000000 
+0100
+++ new/kbruch-19.12.0/po/en_GB/kbruch.po       2019-12-06 01:19:14.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2014-11-13 22:11+0000\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: British English <kde-l10n-en...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/eo/kbruch.po 
new/kbruch-19.12.0/po/eo/kbruch.po
--- old/kbruch-19.08.3/po/eo/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/eo/kbruch.po  2019-12-06 01:19:14.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2007-12-16 06:50-0500\n"
 "Last-Translator: Axel Rousseau <a...@esperanto-jeunes.org>\n"
 "Language-Team: esperanto <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/es/kbruch.po 
new/kbruch-19.12.0/po/es/kbruch.po
--- old/kbruch-19.08.3/po/es/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/es/kbruch.po  2019-12-06 01:19:14.000000000 +0100
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2014-12-06 15:51+0100\n"
 "Last-Translator: Rocio Gallego <traduccio...@rociogallego.com>\n"
 "Language-Team: Spanish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/et/kbruch.po 
new/kbruch-19.12.0/po/et/kbruch.po
--- old/kbruch-19.08.3/po/et/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/et/kbruch.po  2019-12-06 01:19:15.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2016-01-17 23:55+0200\n"
 "Last-Translator: Marek Laane <qiila...@gmail.com>\n"
 "Language-Team: Estonian <kde...@linux.ee>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/eu/kbruch.po 
new/kbruch-19.12.0/po/eu/kbruch.po
--- old/kbruch-19.08.3/po/eu/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/eu/kbruch.po  2019-12-06 01:19:15.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2009-05-27 23:19+0200\n"
 "Last-Translator: Iñaki Larrañaga Murgoitio <doo...@euskalgnu.org>\n"
 "Language-Team: Basque <itzulp...@euskalgnu.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/fa/kbruch.po 
new/kbruch-19.12.0/po/fa/kbruch.po
--- old/kbruch-19.08.3/po/fa/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/fa/kbruch.po  2019-12-06 01:19:15.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2007-08-14 19:46+0330\n"
 "Last-Translator: Nazanin Kazemi <kaz...@itland.ir>\n"
 "Language-Team: Persian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/fi/kbruch.po 
new/kbruch-19.12.0/po/fi/kbruch.po
--- old/kbruch-19.08.3/po/fi/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/fi/kbruch.po  2019-12-06 01:19:15.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2014-11-09 20:02+0200\n"
 "Last-Translator: Lasse Liehu <lasse.li...@gmail.com>\n"
 "Language-Team: Finnish <lokalisoi...@lists.coss.fi>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/fr/kbruch.po 
new/kbruch-19.12.0/po/fr/kbruch.po
--- old/kbruch-19.08.3/po/fr/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/fr/kbruch.po  2019-12-06 01:19:15.000000000 +0100
@@ -19,7 +19,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2014-12-07 16:52+0100\n"
 "Last-Translator: Maxime Corteel <mcort...@gmail.com>\n"
 "Language-Team: French <kde-francoph...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/ga/kbruch.po 
new/kbruch-19.12.0/po/ga/kbruch.po
--- old/kbruch-19.08.3/po/ga/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/ga/kbruch.po  2019-12-06 01:19:15.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kdeedu/kbruch.po\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2004-12-03 14:52-0500\n"
 "Last-Translator: Kevin Scannell <ksca...@gmail.com>\n"
 "Language-Team: Irish <gaeilge-gnuli...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/gl/kbruch.po 
new/kbruch-19.12.0/po/gl/kbruch.po
--- old/kbruch-19.08.3/po/gl/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/gl/kbruch.po  2019-12-06 01:19:15.000000000 +0100
@@ -12,15 +12,16 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
-"PO-Revision-Date: 2019-04-06 11:53+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
+"PO-Revision-Date: 2019-11-17 09:29+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n"
-"Language-Team: Galician <kde-i18n-...@kde.org>\n"
+"Language-Team: Galician <proxe...@trasno.gal>\n"
 "Language: gl\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 20.03.70\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -771,7 +772,7 @@
 #: kbruch.kcfg:110 kbruch.kcfg:111
 #, kde-format
 msgid "Font used for the task view"
-msgstr "Tipo de letra utilizada na vista dos exercicios"
+msgstr "Fonte usada na vista dos exercicios"
 
 #. i18n: ectx: label, entry, group (TaskViewer)
 #: kbruch.kcfg:115
@@ -1083,7 +1084,7 @@
 #: MainQtWidget.cpp:823
 #, kde-format
 msgid "Fonts"
-msgstr "Tipos de letra"
+msgstr "Fontes"
 
 #: MainQtWidget.cpp:905
 #, kde-format
@@ -1234,7 +1235,7 @@
 #: taskfontsbase.ui:16
 #, kde-format
 msgid "Change the font of the numbers"
-msgstr "Cambiar o tipo de letra dos números"
+msgstr "Cambiar a fonte dos números"
 
 #: TaskView.cpp:165
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/he/kbruch.po 
new/kbruch-19.12.0/po/he/kbruch.po
--- old/kbruch-19.08.3/po/he/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/he/kbruch.po  2019-12-06 01:19:15.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2017-05-16 06:59-0400\n"
 "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n"
 "Language-Team: Hebrew <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/hi/kbruch.po 
new/kbruch-19.12.0/po/hi/kbruch.po
--- old/kbruch-19.08.3/po/hi/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/hi/kbruch.po  2019-12-06 01:19:15.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2007-12-21 17:39+0530\n"
 "Last-Translator: Ravishankar Shrivastava <raviratl...@yahoo.com>\n"
 "Language-Team: Hindi <indlinux-hi...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/hr/kbruch.po 
new/kbruch-19.12.0/po/hr/kbruch.po
--- old/kbruch-19.08.3/po/hr/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/hr/kbruch.po  2019-12-06 01:19:15.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kbruch 0\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2006-12-10 02:58+0100\n"
 "Last-Translator: Renato Pavicic <ren...@translator-shop.org>\n"
 "Language-Team: Croatian <kde-croatia-l...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/hu/kbruch.po 
new/kbruch-19.12.0/po/hu/kbruch.po
--- old/kbruch-19.08.3/po/hu/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/hu/kbruch.po  2019-12-06 01:19:15.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4.0\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2013-03-29 12:46+0100\n"
 "Last-Translator: Balázs Úr <urbal...@gmail.com>\n"
 "Language-Team: Hungarian <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/is/kbruch.po 
new/kbruch-19.12.0/po/is/kbruch.po
--- old/kbruch-19.08.3/po/is/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/is/kbruch.po  2019-12-06 01:19:15.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2004-04-07 03:18+0000\n"
 "Last-Translator: Björgvin Ragnarsson <nifgr...@hotmail.com>\n"
 "Language-Team: Icelandic <kde-...@molar.is>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/it/kbruch.po 
new/kbruch-19.12.0/po/it/kbruch.po
--- old/kbruch-19.08.3/po/it/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/it/kbruch.po  2019-12-06 01:19:16.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2014-11-09 22:35+0100\n"
 "Last-Translator: Pino Toscano <toscano.p...@tiscali.it>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/ja/kbruch.po 
new/kbruch-19.12.0/po/ja/kbruch.po
--- old/kbruch-19.08.3/po/ja/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/ja/kbruch.po  2019-12-06 01:19:16.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2009-11-26 20:45+0900\n"
 "Last-Translator: Yukiko Bando <yba...@k6.dion.ne.jp>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/kk/kbruch.po 
new/kbruch-19.12.0/po/kk/kbruch.po
--- old/kbruch-19.08.3/po/kk/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/kk/kbruch.po  2019-12-06 01:19:16.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2013-01-17 02:50+0600\n"
 "Last-Translator: Sairan Kikkarin <sai...@computer.org>\n"
 "Language-Team: Kazakh <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/km/kbruch.po 
new/kbruch-19.12.0/po/km/kbruch.po
--- old/kbruch-19.08.3/po/km/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/km/kbruch.po  2019-12-06 01:19:16.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2009-06-09 10:16+0700\n"
 "Last-Translator: Khoem Sokhem <khoemsok...@khmeros.info>\n"
 "Language-Team: Khmer <supp...@khmeros.info>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/lt/kbruch.po 
new/kbruch-19.12.0/po/lt/kbruch.po
--- old/kbruch-19.08.3/po/lt/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/lt/kbruch.po  2019-12-06 01:19:16.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2014-11-11 06:59+0200\n"
 "Last-Translator: Liudas Ališauskas <liu...@aksioma.lt>\n"
 "Language-Team: Lithuanian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/lv/kbruch.po 
new/kbruch-19.12.0/po/lv/kbruch.po
--- old/kbruch-19.08.3/po/lv/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/lv/kbruch.po  2019-12-06 01:19:16.000000000 +0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2011-07-12 00:09+0300\n"
 "Last-Translator: Einars Sprugis <eina...@gmail.com>\n"
 "Language-Team: Latvian <loc...@laka.lv>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/ml/kbruch.po 
new/kbruch-19.12.0/po/ml/kbruch.po
--- old/kbruch-19.08.3/po/ml/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/ml/kbruch.po  2019-12-06 01:19:16.000000000 +0100
@@ -7,9 +7,9 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
-"PO-Revision-Date: 2019-08-11 14:09+0530\n"
-"Last-Translator: Subin Siby <m...@subinsb.com>\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
+"PO-Revision-Date: 2008-07-22 23:23+0530\n"
+"Last-Translator: SUSHMA.K.S/സൂഷമ.കെ.എസ്സ് <sushmaman...@gmail.com>\n"
 "Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം 
Computing|കമ്പ്യൂട്ടിങ്ങ് <smc-"
 "disc...@googlegroups.com>\n"
 "Language: ml\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/mr/kbruch.po 
new/kbruch-19.12.0/po/mr/kbruch.po
--- old/kbruch-19.08.3/po/mr/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/mr/kbruch.po  2019-12-06 01:19:16.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2013-03-05 17:07+0530\n"
 "Last-Translator: Chetan Khona <che...@kompkin.com>\n"
 "Language-Team: Marathi <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/nb/kbruch.po 
new/kbruch-19.12.0/po/nb/kbruch.po
--- old/kbruch-19.08.3/po/nb/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/nb/kbruch.po  2019-12-06 01:19:16.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2012-10-15 15:08+0200\n"
 "Last-Translator: Bjørn Steensrud <bjor...@skogkatt.homelinux.org>\n"
 "Language-Team: Norwegian Bokmål <i18n...@lister.ping.uio.no>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/nds/kbruch.po 
new/kbruch-19.12.0/po/nds/kbruch.po
--- old/kbruch-19.08.3/po/nds/kbruch.po 2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/nds/kbruch.po 2019-12-06 01:19:16.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2014-04-24 00:47+0200\n"
 "Last-Translator: Sönke Dibbern <s_dibb...@web.de>\n"
 "Language-Team: Low Saxon <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/nl/kbruch.po 
new/kbruch-19.12.0/po/nl/kbruch.po
--- old/kbruch-19.08.3/po/nl/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/nl/kbruch.po  2019-12-06 01:19:17.000000000 +0100
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2014-11-09 16:04+0100\n"
 "Last-Translator: Jaap Woldringh <jjhwoldri...@kde.nl>\n"
 "Language-Team: Dutch <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/nn/kbruch.po 
new/kbruch-19.12.0/po/nn/kbruch.po
--- old/kbruch-19.08.3/po/nn/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/nn/kbruch.po  2019-12-06 01:19:17.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2016-10-15 12:44+0100\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <i18n...@lister.ping.uio.no>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/pa/kbruch.po 
new/kbruch-19.12.0/po/pa/kbruch.po
--- old/kbruch-19.08.3/po/pa/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/pa/kbruch.po  2019-12-06 01:19:17.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2011-06-30 07:28+0530\n"
 "Last-Translator: A S Alam <aa...@users.sf.net>\n"
 "Language-Team: Punjabi/Panjabi <punjabi-us...@lists.sf.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/pl/kbruch.po 
new/kbruch-19.12.0/po/pl/kbruch.po
--- old/kbruch-19.08.3/po/pl/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/pl/kbruch.po  2019-12-06 01:19:17.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2014-11-10 11:05+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/pt/kbruch.po 
new/kbruch-19.12.0/po/pt/kbruch.po
--- old/kbruch-19.08.3/po/pt/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/pt/kbruch.po  2019-12-06 01:19:17.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2014-11-13 11:28+0000\n"
 "Last-Translator: Pedro Morais <mor...@kde.org>\n"
 "Language-Team: pt <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/pt_BR/docs/kbruch/index.docbook 
new/kbruch-19.12.0/po/pt_BR/docs/kbruch/index.docbook
--- old/kbruch-19.08.3/po/pt_BR/docs/kbruch/index.docbook       2019-11-05 
05:01:22.000000000 +0100
+++ new/kbruch-19.12.0/po/pt_BR/docs/kbruch/index.docbook       2019-12-06 
01:19:19.000000000 +0100
@@ -930,8 +930,7 @@
 >Tradução de Marcus Gama <email
 >marcus.g...@gmail.com</email
 ></para
-> 
-&underFDL; &underGPL; </chapter>
+> &underFDL; &underGPL; </chapter>
 
 &documentation.index;
 </book>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/pt_BR/kbruch.po 
new/kbruch-19.12.0/po/pt_BR/kbruch.po
--- old/kbruch-19.08.3/po/pt_BR/kbruch.po       2019-11-05 05:01:21.000000000 
+0100
+++ new/kbruch-19.12.0/po/pt_BR/kbruch.po       2019-12-06 01:19:17.000000000 
+0100
@@ -15,7 +15,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2014-11-10 09:01-0200\n"
 "Last-Translator: André Marcelo Alvarenga <alvare...@kde.org>\n"
 "Language-Team: Brazilian Portuguese <kde-i18n-pt...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/ro/kbruch.po 
new/kbruch-19.12.0/po/ro/kbruch.po
--- old/kbruch-19.08.3/po/ro/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/ro/kbruch.po  2019-12-06 01:19:17.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2010-12-13 22:28+0200\n"
 "Last-Translator: Cristian Oneț <onet.crist...@gmail.com>\n"
 "Language-Team: Romanian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/ru/kbruch.po 
new/kbruch-19.12.0/po/ru/kbruch.po
--- old/kbruch-19.08.3/po/ru/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/ru/kbruch.po  2019-12-06 01:19:17.000000000 +0100
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2016-01-08 01:37+0300\n"
 "Last-Translator: Alexander Potashev <aspotas...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/sk/kbruch.po 
new/kbruch-19.12.0/po/sk/kbruch.po
--- old/kbruch-19.08.3/po/sk/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/sk/kbruch.po  2019-12-06 01:19:17.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2014-11-09 10:19+0100\n"
 "Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
 "Language-Team: Slovak <kde...@linux.sk>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/sl/kbruch.po 
new/kbruch-19.12.0/po/sl/kbruch.po
--- old/kbruch-19.08.3/po/sl/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/sl/kbruch.po  2019-12-06 01:19:17.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2014-11-30 14:06+0100\n"
 "Last-Translator: Andrej Mernik <andr...@ubuntu.si>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/sv/kbruch.po 
new/kbruch-19.12.0/po/sv/kbruch.po
--- old/kbruch-19.08.3/po/sv/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/sv/kbruch.po  2019-12-06 01:19:17.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2014-12-30 09:46+0100\n"
 "Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/tr/kbruch.po 
new/kbruch-19.12.0/po/tr/kbruch.po
--- old/kbruch-19.08.3/po/tr/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/tr/kbruch.po  2019-12-06 01:19:18.000000000 +0100
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: kdeedu-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2015-08-24 12:14+0000\n"
 "Last-Translator: Necdet <necdetyu...@gmail.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/ug/kbruch.po 
new/kbruch-19.12.0/po/ug/kbruch.po
--- old/kbruch-19.08.3/po/ug/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/ug/kbruch.po  2019-12-06 01:19:18.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <ghey...@gmail.com>\n"
 "Language-Team: Uyghur Computer Science Association <u...@yahoogroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/uk/kbruch.po 
new/kbruch-19.12.0/po/uk/kbruch.po
--- old/kbruch-19.08.3/po/uk/kbruch.po  2019-11-05 05:01:21.000000000 +0100
+++ new/kbruch-19.12.0/po/uk/kbruch.po  2019-12-06 01:19:18.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2014-11-09 11:43+0200\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/zh_CN/kbruch.po 
new/kbruch-19.12.0/po/zh_CN/kbruch.po
--- old/kbruch-19.08.3/po/zh_CN/kbruch.po       2019-11-05 05:01:21.000000000 
+0100
+++ new/kbruch-19.12.0/po/zh_CN/kbruch.po       2019-12-06 01:19:18.000000000 
+0100
@@ -14,8 +14,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
-"PO-Revision-Date: 2019-10-09 10:12\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
+"PO-Revision-Date: 2019-11-19 23:13\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/po/zh_TW/kbruch.po 
new/kbruch-19.12.0/po/zh_TW/kbruch.po
--- old/kbruch-19.08.3/po/zh_TW/kbruch.po       2019-11-05 05:01:21.000000000 
+0100
+++ new/kbruch-19.12.0/po/zh_TW/kbruch.po       2019-12-06 01:19:18.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kbruch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:41+0200\n"
+"POT-Creation-Date: 2019-05-20 03:01+0200\n"
 "PO-Revision-Date: 2015-02-15 22:11+0800\n"
 "Last-Translator: Franklin Weng <frank...@goodhorse.idv.tw>\n"
 "Language-Team: Chinese Traditional <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbruch-19.08.3/src/PrimeFactorsLineEdit.cpp 
new/kbruch-19.12.0/src/PrimeFactorsLineEdit.cpp
--- old/kbruch-19.08.3/src/PrimeFactorsLineEdit.cpp     2019-11-01 
22:51:02.000000000 +0100
+++ new/kbruch-19.12.0/src/PrimeFactorsLineEdit.cpp     2019-12-05 
22:00:38.000000000 +0100
@@ -64,7 +64,7 @@
 {
     QString auxStr = theText;
     QString noSpaces = auxStr.remove(QStringLiteral(" "));
-    QStringList terms = noSpaces.split(QStringLiteral("x"));
+    QStringList terms = noSpaces.split(QLatin1Char('x'));
 
     return (areFactors(terms) || text().isEmpty());
 }
@@ -113,7 +113,7 @@
             ch = event->text().at(0);
         }
         if (!text().isEmpty()) {
-            lastFactor = text().section(QStringLiteral("x"), -1);
+            lastFactor = text().section(QLatin1Char('x'), -1);
             factor = lastFactor + ch;
         } else {
             factor = ch;
@@ -122,7 +122,7 @@
         if (allowedChars.contains(ch) || backspaceKey || returnKey) {
             // turns '*' and 'X' into 'x' to avoid mixed symbols
             // and to make easier to split the text later
-            if (!event->text().isEmpty() && (symbols.indexOf(ch) != -1) && 
(factor.compare(QStringLiteral("x")) != 0) && !lastFactor.isEmpty() && 
lastFactor.compare(QStringLiteral("1")) != 0) {
+            if (!event->text().isEmpty() && (symbols.indexOf(ch) != -1) && 
(factor.compare(QLatin1String("x")) != 0) && !lastFactor.isEmpty() && 
lastFactor.compare(QLatin1String("1")) != 0) {
                 QKeyEvent myKeyEvent(QKeyEvent::KeyPress, Qt::Key_X, 
Qt::NoModifier, QStringLiteral("x"), false, 0);
                 QLineEdit::keyPressEvent(&myKeyEvent);
             }


Reply via email to