Hello community,

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

Package is "kigo"

Sat Dec 14 12:11:00 2019 rev:91 rq:756229 version:19.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kigo/kigo.changes        2019-11-13 
13:20:16.551194697 +0100
+++ /work/SRC/openSUSE:Factory/.kigo.new.4691/kigo.changes      2019-12-14 
12:14:46.555285342 +0100
@@ -1,0 +2,27 @@
+Tue Dec 10 06:38:34 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
+- No code change since 19.11.90
+
+-------------------------------------------------------------------
+Sat Nov 30 09:11:55 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:27 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.11.80
+  * New feature release
+- Changes since 19.08.3:
+  * Make it compile against qt5.15, This enum is unused
+  * Make it compile without kf5 deprecated methods
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kigo.spec ++++++
--- /var/tmp/diff_new_pack.o8JP17/_old  2019-12-14 12:14:48.043285083 +0100
+++ /var/tmp/diff_new_pack.o8JP17/_new  2019-12-14 12:14:48.055285081 +0100
@@ -20,34 +20,33 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kigo
-Version:        19.08.3
+Version:        19.12.0
 Release:        0
 Summary:        Traditional Chinese Boardgame for KDE
 License:        GPL-2.0-or-later
 Group:          Amusements/Games/Board/Other
 URL:            https://www.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:  kconfigwidgets-devel
-BuildRequires:  kcoreaddons-devel
-BuildRequires:  kcrash-devel
-BuildRequires:  kdbusaddons-devel
-BuildRequires:  kdoctools-devel
-BuildRequires:  ki18n-devel
-BuildRequires:  kio-devel
-BuildRequires:  knewstuff-devel
-BuildRequires:  ktextwidgets-devel
-BuildRequires:  kxmlgui-devel
-BuildRequires:  libkdegames-devel
-BuildRequires:  pkgconfig
+BuildRequires:  cmake(KF5Config)
+BuildRequires:  cmake(KF5ConfigWidgets)
+BuildRequires:  cmake(KF5CoreAddons)
+BuildRequires:  cmake(KF5Crash)
+BuildRequires:  cmake(KF5DBusAddons)
+BuildRequires:  cmake(KF5DocTools)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5KIO)
+BuildRequires:  cmake(KF5NewStuff)
+BuildRequires:  cmake(KF5TextWidgets)
+BuildRequires:  cmake(KF5XmlGui)
+BuildRequires:  cmake(KF5KDEGames)
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Svg)
-BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  cmake(Qt5Svg)
+BuildRequires:  cmake(Qt5Widgets)
 Obsoletes:      kigo5 < %{version}
 Provides:       kigo5 = %{version}
 Recommends:     gnugo

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

++++++ kigo-19.08.3.tar.xz -> kigo-19.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/CMakeLists.txt 
new/kigo-19.12.0/CMakeLists.txt
--- old/kigo-19.08.3/CMakeLists.txt     2019-11-05 05:09:10.000000000 +0100
+++ new/kigo-19.12.0/CMakeLists.txt     2019-12-06 01:52:40.000000000 +0100
@@ -40,7 +40,11 @@
     -DQT_NO_URL_CAST_FROM_STRING
     -DQT_USE_QSTRINGBUILDER
 )
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
+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(src)
 add_subdirectory(data)
 add_subdirectory(doc)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/po/bs/kigo.po 
new/kigo-19.12.0/po/bs/kigo.po
--- old/kigo-19.08.3/po/bs/kigo.po      2019-11-05 05:09:08.000000000 +0100
+++ new/kigo-19.12.0/po/bs/kigo.po      2019-12-06 01:52:32.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kdegames\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2014-10-20 19:26+0000\n"
 "Last-Translator: Samir Ribić <Unknown>\n"
 "Language-Team: Bosnian <b...@li.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/po/ca/kigo.po 
new/kigo-19.12.0/po/ca/kigo.po
--- old/kigo-19.08.3/po/ca/kigo.po      2019-11-05 05:09:08.000000000 +0100
+++ new/kigo-19.12.0/po/ca/kigo.po      2019-12-06 01:52:32.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2017-04-22 10:33+0100\n"
 "Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/po/ca@valencia/kigo.po 
new/kigo-19.12.0/po/ca@valencia/kigo.po
--- old/kigo-19.08.3/po/ca@valencia/kigo.po     2019-11-05 05:09:08.000000000 
+0100
+++ new/kigo-19.12.0/po/ca@valencia/kigo.po     2019-12-06 01:52:32.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2017-04-22 10:33+0100\n"
 "Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/po/cs/kigo.po 
new/kigo-19.12.0/po/cs/kigo.po
--- old/kigo-19.08.3/po/cs/kigo.po      2019-11-05 05:09:08.000000000 +0100
+++ new/kigo-19.12.0/po/cs/kigo.po      2019-12-06 01:52:32.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2017-09-12 11:46+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/kigo-19.08.3/po/da/kigo.po 
new/kigo-19.12.0/po/da/kigo.po
--- old/kigo-19.08.3/po/da/kigo.po      2019-11-05 05:09:08.000000000 +0100
+++ new/kigo-19.12.0/po/da/kigo.po      2019-12-06 01:52:32.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2017-11-11 03:37+0200\n"
 "Last-Translator: scootergrisen\n"
 "Language-Team: Danish\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/po/de/kigo.po 
new/kigo-19.12.0/po/de/kigo.po
--- old/kigo-19.08.3/po/de/kigo.po      2019-11-05 05:09:08.000000000 +0100
+++ new/kigo-19.12.0/po/de/kigo.po      2019-12-06 01:52:32.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2017-06-21 06:36+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/kigo-19.08.3/po/el/kigo.po 
new/kigo-19.12.0/po/el/kigo.po
--- old/kigo-19.08.3/po/el/kigo.po      2019-11-05 05:09:08.000000000 +0100
+++ new/kigo-19.12.0/po/el/kigo.po      2019-12-06 01:52:32.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kgo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2009-09-29 18:34+0300\n"
 "Last-Translator: Petros Vidalis <p_vida...@hotmail.com>\n"
 "Language-Team: Ελληνικά <i18...@lists.hellug.gr>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/po/en_GB/kigo.po 
new/kigo-19.12.0/po/en_GB/kigo.po
--- old/kigo-19.08.3/po/en_GB/kigo.po   2019-11-05 05:09:08.000000000 +0100
+++ new/kigo-19.12.0/po/en_GB/kigo.po   2019-12-06 01:52:32.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2017-05-21 16:19+0000\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: English <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/po/eo/kigo.po 
new/kigo-19.12.0/po/eo/kigo.po
--- old/kigo-19.08.3/po/eo/kigo.po      2019-11-05 05:09:08.000000000 +0100
+++ new/kigo-19.12.0/po/eo/kigo.po      2019-12-06 01:52:32.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2009-11-15 12:06+0100\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/kigo-19.08.3/po/es/kigo.po 
new/kigo-19.12.0/po/es/kigo.po
--- old/kigo-19.08.3/po/es/kigo.po      2019-11-05 05:09:08.000000000 +0100
+++ new/kigo-19.12.0/po/es/kigo.po      2019-12-06 01:52:33.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kgo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2017-04-26 19:02+0200\n"
 "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/po/et/kigo.po 
new/kigo-19.12.0/po/et/kigo.po
--- old/kigo-19.08.3/po/et/kigo.po      2019-11-05 05:09:08.000000000 +0100
+++ new/kigo-19.12.0/po/et/kigo.po      2019-12-06 01:52:33.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kgo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2012-05-21 17:33+0300\n"
 "Last-Translator: Marek Laane <b...@smail.ee>\n"
 "Language-Team: Estonian <kde...@linux.ee>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/po/fi/kigo.po 
new/kigo-19.12.0/po/fi/kigo.po
--- old/kigo-19.08.3/po/fi/kigo.po      2019-11-05 05:09:08.000000000 +0100
+++ new/kigo-19.12.0/po/fi/kigo.po      2019-12-06 01:52:33.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2018-01-29 13:19+0200\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/po/fr/kigo.po 
new/kigo-19.12.0/po/fr/kigo.po
--- old/kigo-19.08.3/po/fr/kigo.po      2019-11-05 05:09:08.000000000 +0100
+++ new/kigo-19.12.0/po/fr/kigo.po      2019-12-06 01:52:33.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2017-05-15 11:05+0800\n"
 "Last-Translator: Simon Depiets <sdepi...@gmail.com>\n"
 "Language-Team: French <kde-francoph...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/po/ga/kigo.po 
new/kigo-19.12.0/po/ga/kigo.po
--- old/kigo-19.08.3/po/ga/kigo.po      2019-11-05 05:09:08.000000000 +0100
+++ new/kigo-19.12.0/po/ga/kigo.po      2019-12-06 01:52:33.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: playground-games/kgo.po\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2008-08-04 12: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/kigo-19.08.3/po/gl/kigo.po 
new/kigo-19.12.0/po/gl/kigo.po
--- old/kigo-19.08.3/po/gl/kigo.po      2019-11-05 05:09:08.000000000 +0100
+++ new/kigo-19.12.0/po/gl/kigo.po      2019-12-06 01:52:33.000000000 +0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2018-01-19 19:55+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n"
 "Language-Team: Galician <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/po/hr/kigo.po 
new/kigo-19.12.0/po/hr/kigo.po
--- old/kigo-19.08.3/po/hr/kigo.po      2019-11-05 05:09:08.000000000 +0100
+++ new/kigo-19.12.0/po/hr/kigo.po      2019-12-06 01:52:33.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2010-01-24 17:08+0100\n"
 "Last-Translator: Andrej Dundovic <adund...@gmail.com>\n"
 "Language-Team: Croatian <kde-croatia-l...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/po/hu/kigo.po 
new/kigo-19.12.0/po/hu/kigo.po
--- old/kigo-19.08.3/po/hu/kigo.po      2019-11-05 05:09:08.000000000 +0100
+++ new/kigo-19.12.0/po/hu/kigo.po      2019-12-06 01:52:33.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2012-08-21 08:24+0200\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/kigo-19.08.3/po/id/kigo.po 
new/kigo-19.12.0/po/id/kigo.po
--- old/kigo-19.08.3/po/id/kigo.po      2019-11-05 05:09:08.000000000 +0100
+++ new/kigo-19.12.0/po/id/kigo.po      2019-12-06 01:52:33.000000000 +0100
@@ -6,8 +6,8 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
-"PO-Revision-Date: 2019-10-13 09:22+0700\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
+"PO-Revision-Date: 2019-12-01 10:31+0700\n"
 "Last-Translator: Wantoyo <wanto...@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
 "Language: id\n"
@@ -15,6 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 19.08.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -80,13 +81,13 @@
 #: gui/config/generalconfig.ui:23
 #, kde-format
 msgid "Executable:"
-msgstr "Dapat-dilaksanakan:"
+msgstr "Dapat Dieksekusi:"
 
 #. i18n: ectx: property (toolTip), widget (KUrlRequester, engineExecutable)
 #: gui/config/generalconfig.ui:42
 #, kde-format
 msgid "Select the executable file to start the Go engine"
-msgstr "Pilih file yang dapat-dilaksanakan untuk memulai mesin Go"
+msgstr "Pilih file yang dapat dieksekusi untuk memulai mesin Go"
 
 #. i18n: ectx: property (text), widget (QLabel, label)
 #: gui/config/generalconfig.ui:49
@@ -179,7 +180,7 @@
 #, kde-format
 msgctxt "@title:menu"
 msgid "&Move"
-msgstr "&Langkah"
+msgstr "&Gerakan"
 
 #. i18n: ectx: Menu (settings)
 #: gui/kigoui.rc:25
@@ -207,7 +208,7 @@
 #, kde-format
 msgctxt "@title:menu"
 msgid "Move Toolbar"
-msgstr "BilahAlat Langkah"
+msgstr "BilahAlat Gerakan"
 
 #: gui/mainwindow.cpp:105
 #, kde-format
@@ -301,13 +302,13 @@
 #, kde-format
 msgctxt "@action:inmenu Move"
 msgid "Pass Move"
-msgstr "Lewati Langkah"
+msgstr "Lewati Gerakan"
 
 #: gui/mainwindow.cpp:436
 #, kde-format
 msgctxt "@action:inmenu View"
 msgid "Show Move &Numbers"
-msgstr "Tampilkan &Nomor Langkahan"
+msgstr "Tampilkan &Nomor Gerakan"
 
 #: gui/mainwindow.cpp:449
 #, kde-format
@@ -325,7 +326,7 @@
 #, kde-format
 msgctxt "@title:window"
 msgid "Moves"
-msgstr "Langkahan"
+msgstr "Gerakan"
 
 #: gui/mainwindow.cpp:473
 #, kde-format
@@ -468,7 +469,7 @@
 #: gui/widgets/gamewidget.ui:101
 #, kde-format
 msgid "Move:"
-msgstr "Langkah:"
+msgstr "Gerakan:"
 
 #. i18n: ectx: property (text), widget (QLabel, whiteNameLabel)
 #: gui/widgets/gamewidget.ui:184
@@ -643,7 +644,7 @@
 #: gui/widgets/setupwidget.ui:470
 #, kde-format
 msgid "Move "
-msgstr "Langkah"
+msgstr "Gerakan"
 
 #. i18n: ectx: property (text), widget (QLabel, timeStaticLabel)
 #: gui/widgets/setupwidget.ui:489
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/po/is/kigo.po 
new/kigo-19.12.0/po/is/kigo.po
--- old/kigo-19.08.3/po/is/kigo.po      2019-11-05 05:09:08.000000000 +0100
+++ new/kigo-19.12.0/po/is/kigo.po      2019-12-06 01:52:33.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2015-01-29 09:07+0000\n"
 "Last-Translator: Sveinn í Felli <s...@fellsnet.is>\n"
 "Language-Team: Icelandic <kde-...@molar.is>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/po/it/kigo.po 
new/kigo-19.12.0/po/it/kigo.po
--- old/kigo-19.08.3/po/it/kigo.po      2019-11-05 05:09:08.000000000 +0100
+++ new/kigo-19.12.0/po/it/kigo.po      2019-12-06 01:52:33.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2017-05-07 15:40+0200\n"
 "Last-Translator: Valter Mura <valterm...@gmail.com>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/po/ja/kigo.po 
new/kigo-19.12.0/po/ja/kigo.po
--- old/kigo-19.08.3/po/ja/kigo.po      2019-11-05 05:09:08.000000000 +0100
+++ new/kigo-19.12.0/po/ja/kigo.po      2019-12-06 01:52:33.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2010-06-30 23:04-0700\n"
 "Last-Translator: Fumiaki Okushi <oku...@kde.gr.jp>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/po/kk/kigo.po 
new/kigo-19.12.0/po/kk/kigo.po
--- old/kigo-19.08.3/po/kk/kigo.po      2019-11-05 05:09:08.000000000 +0100
+++ new/kigo-19.12.0/po/kk/kigo.po      2019-12-06 01:52:33.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:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2013-04-12 06:29+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/kigo-19.08.3/po/km/kigo.po 
new/kigo-19.12.0/po/km/kigo.po
--- old/kigo-19.08.3/po/km/kigo.po      2019-11-05 05:09:08.000000000 +0100
+++ new/kigo-19.12.0/po/km/kigo.po      2019-12-06 01:52:34.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2009-10-23 15:12+0700\n"
 "Last-Translator: Morn Met\n"
 "Language-Team: Khmer <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/po/ko/kigo.po 
new/kigo-19.12.0/po/ko/kigo.po
--- old/kigo-19.08.3/po/ko/kigo.po      2019-11-05 05:09:09.000000000 +0100
+++ new/kigo-19.12.0/po/ko/kigo.po      2019-12-06 01:52:34.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2019-06-07 00:47+0200\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/po/lt/kigo.po 
new/kigo-19.12.0/po/lt/kigo.po
--- old/kigo-19.08.3/po/lt/kigo.po      2019-11-05 05:09:09.000000000 +0100
+++ new/kigo-19.12.0/po/lt/kigo.po      2019-12-06 01:52:34.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2011-08-09 23:13+0300\n"
 "Last-Translator: Remigijus Jarmalavičius <remigi...@jarmalavicius.lt>\n"
 "Language-Team: Lithuanian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/po/lv/kigo.po 
new/kigo-19.12.0/po/lv/kigo.po
--- old/kigo-19.08.3/po/lv/kigo.po      2019-11-05 05:09:09.000000000 +0100
+++ new/kigo-19.12.0/po/lv/kigo.po      2019-12-06 01:52:34.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:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2012-07-03 01:00+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/kigo-19.08.3/po/mr/kigo.po 
new/kigo-19.12.0/po/mr/kigo.po
--- old/kigo-19.08.3/po/mr/kigo.po      2019-11-05 05:09:09.000000000 +0100
+++ new/kigo-19.12.0/po/mr/kigo.po      2019-12-06 01:52:34.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:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2013-03-05 15:41+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/kigo-19.08.3/po/nb/kigo.po 
new/kigo-19.12.0/po/nb/kigo.po
--- old/kigo-19.08.3/po/nb/kigo.po      2019-11-05 05:09:09.000000000 +0100
+++ new/kigo-19.12.0/po/nb/kigo.po      2019-12-06 01:52:34.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2012-12-11 20:32+0100\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/kigo-19.08.3/po/nds/kigo.po 
new/kigo-19.12.0/po/nds/kigo.po
--- old/kigo-19.08.3/po/nds/kigo.po     2019-11-05 05:09:09.000000000 +0100
+++ new/kigo-19.12.0/po/nds/kigo.po     2019-12-06 01:52:34.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2014-06-09 22:12+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/kigo-19.08.3/po/nl/kigo.po 
new/kigo-19.12.0/po/nl/kigo.po
--- old/kigo-19.08.3/po/nl/kigo.po      2019-11-05 05:09:09.000000000 +0100
+++ new/kigo-19.12.0/po/nl/kigo.po      2019-12-06 01:52:34.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2017-04-22 23:41+0100\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: Dutch <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/po/nn/kigo.po 
new/kigo-19.12.0/po/nn/kigo.po
--- old/kigo-19.08.3/po/nn/kigo.po      2019-11-05 05:09:09.000000000 +0100
+++ new/kigo-19.12.0/po/nn/kigo.po      2019-12-06 01:52:34.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2017-09-03 18:05+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/kigo-19.08.3/po/pl/kigo.po 
new/kigo-19.12.0/po/pl/kigo.po
--- old/kigo-19.08.3/po/pl/kigo.po      2019-11-05 05:09:09.000000000 +0100
+++ new/kigo-19.12.0/po/pl/kigo.po      2019-12-06 01:52:34.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2017-04-22 07:14+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/kigo-19.08.3/po/pt/kigo.po 
new/kigo-19.12.0/po/pt/kigo.po
--- old/kigo-19.08.3/po/pt/kigo.po      2019-11-05 05:09:09.000000000 +0100
+++ new/kigo-19.12.0/po/pt/kigo.po      2019-12-06 01:52:34.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kgo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2017-04-22 11:39+0100\n"
 "Last-Translator: José Nuno Coelho Pires <zepi...@gmail.com>\n"
 "Language-Team: Portuguese <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/po/pt_BR/kigo.po 
new/kigo-19.12.0/po/pt_BR/kigo.po
--- old/kigo-19.08.3/po/pt_BR/kigo.po   2019-11-05 05:09:09.000000000 +0100
+++ new/kigo-19.12.0/po/pt_BR/kigo.po   2019-12-06 01:52:34.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2017-09-14 17:50-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <elchev...@opensuse.org>\n"
 "Language-Team: Portuguese <kde-i18n-pt...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/po/ro/kigo.po 
new/kigo-19.12.0/po/ro/kigo.po
--- old/kigo-19.08.3/po/ro/kigo.po      2019-11-05 05:09:09.000000000 +0100
+++ new/kigo-19.12.0/po/ro/kigo.po      2019-12-06 01:52:34.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:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2010-01-18 15:23+0200\n"
 "Last-Translator: Sergiu Bivol <sergiu.bi...@jurnaltv.md>\n"
 "Language-Team: Română <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/po/ru/kigo.po 
new/kigo-19.12.0/po/ru/kigo.po
--- old/kigo-19.08.3/po/ru/kigo.po      2019-11-05 05:09:09.000000000 +0100
+++ new/kigo-19.12.0/po/ru/kigo.po      2019-12-06 01:52:34.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2018-10-08 19:22+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/kigo-19.08.3/po/sk/kigo.po 
new/kigo-19.12.0/po/sk/kigo.po
--- old/kigo-19.08.3/po/sk/kigo.po      2019-11-05 05:09:09.000000000 +0100
+++ new/kigo-19.12.0/po/sk/kigo.po      2019-12-06 01:52:34.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2017-04-26 21:22+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/kigo-19.08.3/po/sl/kigo.po 
new/kigo-19.12.0/po/sl/kigo.po
--- old/kigo-19.08.3/po/sl/kigo.po      2019-11-05 05:09:09.000000000 +0100
+++ new/kigo-19.12.0/po/sl/kigo.po      2019-12-06 01:52:35.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:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2017-06-17 08:37+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/kigo-19.08.3/po/sv/kigo.po 
new/kigo-19.12.0/po/sv/kigo.po
--- old/kigo-19.08.3/po/sv/kigo.po      2019-11-05 05:09:09.000000000 +0100
+++ new/kigo-19.12.0/po/sv/kigo.po      2019-12-06 01:52:35.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2017-04-22 06:15+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/kigo-19.08.3/po/tr/kigo.po 
new/kigo-19.12.0/po/tr/kigo.po
--- old/kigo-19.08.3/po/tr/kigo.po      2019-11-05 05:09:09.000000000 +0100
+++ new/kigo-19.12.0/po/tr/kigo.po      2019-12-06 01:52:35.000000000 +0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kdegames-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2017-05-16 12:54+0000\n"
 "Last-Translator: Mete <metebilgi...@gmail.com>\n"
 "Language-Team: Turkish (http://www.transifex.com/projects/p/kdegames-k-tr/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/po/ug/kigo.po 
new/kigo-19.12.0/po/ug/kigo.po
--- old/kigo-19.08.3/po/ug/kigo.po      2019-11-05 05:09:09.000000000 +0100
+++ new/kigo-19.12.0/po/ug/kigo.po      2019-12-06 01:52:35.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+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/kigo-19.08.3/po/uk/kigo.po 
new/kigo-19.12.0/po/uk/kigo.po
--- old/kigo-19.08.3/po/uk/kigo.po      2019-11-05 05:09:09.000000000 +0100
+++ new/kigo-19.12.0/po/uk/kigo.po      2019-12-06 01:52:35.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2017-04-22 10:25+0300\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/kigo-19.08.3/po/zh_CN/kigo.po 
new/kigo-19.12.0/po/zh_CN/kigo.po
--- old/kigo-19.08.3/po/zh_CN/kigo.po   2019-11-05 05:09:09.000000000 +0100
+++ new/kigo-19.12.0/po/zh_CN/kigo.po   2019-12-06 01:52:35.000000000 +0100
@@ -8,8 +8,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
-"PO-Revision-Date: 2019-10-09 10:08\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
+"PO-Revision-Date: 2019-11-19 23:12\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/kigo-19.08.3/po/zh_TW/kigo.po 
new/kigo-19.12.0/po/zh_TW/kigo.po
--- old/kigo-19.08.3/po/zh_TW/kigo.po   2019-11-05 05:09:09.000000000 +0100
+++ new/kigo-19.12.0/po/zh_TW/kigo.po   2019-12-06 01:52:35.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kigo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:43+0200\n"
+"POT-Creation-Date: 2019-06-28 02:58+0200\n"
 "PO-Revision-Date: 2017-07-03 20:57+0800\n"
 "Last-Translator: Jeff Huang <s8321...@gmail.com>\n"
 "Language-Team: Chinese <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/src/game/game.cpp 
new/kigo-19.12.0/src/game/game.cpp
--- old/kigo-19.08.3/src/game/game.cpp  2019-10-14 08:20:02.000000000 +0200
+++ new/kigo-19.12.0/src/game/game.cpp  2019-11-04 07:07:29.000000000 +0100
@@ -71,7 +71,7 @@
     stop();                                   // Close old session if there's 
one
     m_process.start(command);      // Start new process with provided command
     if (!m_process.waitForStarted()) {        // Blocking wait for process 
start
-        m_response = QStringLiteral("Unable to execute command: ") + command;
+        m_response = QLatin1String("Unable to execute command: ") + command;
         //qDebug() << m_response;
         return false;
     }
@@ -82,7 +82,7 @@
     m_process.write("name\n");
     m_process.waitForReadyRead();
     const QString response = m_process.readAllStandardOutput();
-    if (response.isEmpty() || !response.startsWith(QLatin1String("="))) {
+    if (response.isEmpty() || !response.startsWith(QLatin1Char('='))) {
         m_response = QStringLiteral("Game did not respond to GTP command 
\"name\"");
         //qDebug() << m_response;
         stop();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/src/gui/graphicsview/gameview.cpp 
new/kigo-19.12.0/src/gui/graphicsview/gameview.cpp
--- old/kigo-19.08.3/src/gui/graphicsview/gameview.cpp  2019-10-14 
08:20:02.000000000 +0200
+++ new/kigo-19.12.0/src/gui/graphicsview/gameview.cpp  2019-11-04 
07:07:29.000000000 +0100
@@ -33,7 +33,7 @@
     setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
     setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
     setFrameStyle(QFrame::NoFrame);
-    setOptimizationFlags(QGraphicsView::DontClipPainter |
+    setOptimizationFlags(
                          QGraphicsView::DontSavePainterState |
                          QGraphicsView::DontAdjustForAntialiasing);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kigo-19.08.3/src/main.cpp 
new/kigo-19.12.0/src/main.cpp
--- old/kigo-19.08.3/src/main.cpp       2019-10-14 08:20:02.000000000 +0200
+++ new/kigo-19.12.0/src/main.cpp       2019-11-04 07:07:29.000000000 +0100
@@ -79,7 +79,7 @@
     app.setWindowIcon(QIcon::fromTheme(QStringLiteral("kigo")));
 
     if (app.isSessionRestored()) {
-        RESTORE(Kigo::MainWindow)
+        kRestoreMainWindows<Kigo::MainWindow>();
     } else {
 
         QString game;


Reply via email to