Hello community,

here is the log from the commit of package katomic for openSUSE:Factory checked 
in at 2020-04-29 20:47:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/katomic (Old)
 and      /work/SRC/openSUSE:Factory/.katomic.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "katomic"

Wed Apr 29 20:47:21 2020 rev:97 rq:796890 version:20.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/katomic/katomic.changes  2020-03-12 
23:02:40.391095167 +0100
+++ /work/SRC/openSUSE:Factory/.katomic.new.2738/katomic.changes        
2020-04-29 20:47:33.268354149 +0200
@@ -1,0 +2,32 @@
+Thu Apr 23 12:22:07 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+-------------------------------------------------------------------
+Sun Apr  5 20:29:49 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+-------------------------------------------------------------------
+Sun Mar 22 09:16:45 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Use safe hardcoded value for ProvidersUrl
+  * Use the default address for KNewStuff instead of the hardcoded
+  * Port to qDebug categories
+  * Fix link: ui.html -> menus.html
+  * Use URLs with transport encryption
+
+-------------------------------------------------------------------

Old:
----
  katomic-19.12.3.tar.xz
  katomic-19.12.3.tar.xz.sig

New:
----
  katomic-20.04.0.tar.xz
  katomic-20.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ katomic.spec ++++++
--- /var/tmp/diff_new_pack.VtGDvk/_old  2020-04-29 20:47:34.380356382 +0200
+++ /var/tmp/diff_new_pack.VtGDvk/_new  2020-04-29 20:47:34.380356382 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package katomic
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,51 +21,47 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           katomic
-Version:        19.12.3
+Version:        20.04.0
 Release:        0
 Summary:        Sokoban-like logic game
 License:        GPL-2.0-or-later
 Group:          Amusements/Games/Board/Puzzle
 URL:            https://www.kde.org
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:        applications.keyring
-%endif
+BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5CoreAddons)
 BuildRequires:  cmake(KF5DBusAddons)
-BuildRequires:  cmake(KF5KDELibs4Support)
 BuildRequires:  cmake(KF5DocTools)
 BuildRequires:  cmake(KF5GuiAddons)
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5IconThemes)
-BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5ItemViews)
+BuildRequires:  cmake(KF5KDEGames)
+BuildRequires:  cmake(KF5KDELibs4Support)
+BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5NewStuff)
 BuildRequires:  cmake(KF5NotifyConfig)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(KF5KDEGames)
-BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Qt5QuickWidgets)
 BuildRequires:  cmake(Qt5Test)
 BuildRequires:  cmake(Qt5Widgets)
 Obsoletes:      %{name}5 < %{version}
 Provides:       %{name}5 = %{version}
 %if %{with lang}
-Recommends:     %{name}-lang
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
 %endif
+Recommends:     %{name}-lang
 
 %description
 KAtomic is a thinking game where you have to form chemical molecules
 out of atoms. This is done with a nice graphical interface where you
 can move each atom in a labyrinth.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q -n katomic-%{version}
@@ -91,6 +87,7 @@
 %{_kf5_appstreamdir}/org.kde.katomic.appdata.xml
 %{_kf5_bindir}/katomic
 %config %{_kf5_configdir}/katomic.knsrc
+%{_kf5_debugdir}/katomic.categories
 %doc %lang(en) %{_kf5_htmldir}/en/katomic/
 %{_kf5_iconsdir}/hicolor/*/apps/katomic.*
 %{_kf5_kxmlguidir}/katomic/


++++++ katomic-19.12.3.tar.xz -> katomic-20.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-19.12.3/CMakeLists.txt 
new/katomic-20.04.0/CMakeLists.txt
--- old/katomic-19.12.3/CMakeLists.txt  2020-03-03 01:19:03.000000000 +0100
+++ new/katomic-20.04.0/CMakeLists.txt  2020-04-17 02:31:25.000000000 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required (VERSION 3.5 FATAL_ERROR)
 
 # KDE Application Version, managed by release script
-set(KDE_APPLICATIONS_VERSION_MAJOR "19")
-set(KDE_APPLICATIONS_VERSION_MINOR "12")
-set(KDE_APPLICATIONS_VERSION_MICRO "3")
-set(KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
+set(RELEASE_SERVICE_VERSION_MAJOR "20")
+set(RELEASE_SERVICE_VERSION_MINOR "04")
+set(RELEASE_SERVICE_VERSION_MICRO "0")
+set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
-project(katomic VERSION ${KDE_APPLICATIONS_VERSION})
+project(katomic VERSION ${RELEASE_SERVICE_VERSION})
 
 set(QT_MIN_VERSION "5.7.0")
 set (KF5_MIN_VERSION "5.30.0")
@@ -35,15 +35,13 @@
 include(KDECMakeSettings)
 include(ECMAddAppIcon)
 include(ECMSetupVersion)
+include(ECMQtDeclareLoggingCategory)
 
 if (${KF5Config_VERSION} STRGREATER "5.56.0")
         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(levels)
 add_subdirectory(doc)
@@ -62,8 +60,8 @@
    levelsetdelegate.cpp
    chooselevelsetdialog.cpp)
 
-ecm_setup_version(${KDE_APPLICATIONS_VERSION} VARIABLE_PREFIX KATOMIC 
VERSION_HEADER katomic_version.h)
-
+ecm_setup_version(${RELEASE_SERVICE_VERSION} VARIABLE_PREFIX KATOMIC 
VERSION_HEADER katomic_version.h)
+ecm_qt_declare_logging_category(katomic_SRCS HEADER katomic_debug.h IDENTIFIER 
KATOMIC_LOG CATEGORY_NAME org.kde.kdegames.katomic)
 kconfig_add_kcfg_files(katomic_SRCS prefs.kcfgc)
 ki18n_wrap_ui(katomic_SRCS levelsetwidget.ui)
 
@@ -98,6 +96,8 @@
   install(PROGRAMS katomic-levelset-upd.pl DESTINATION  
${KDE_INSTALL_KCONFUPDATEDIR})
   install(FILES katomic-levelset.upd DESTINATION  
${KDE_INSTALL_KCONFUPDATEDIR})
 endif(NOT WIN32)
+install( FILES katomic.categories DESTINATION 
${KDE_INSTALL_LOGGINGCATEGORIESDIR} )
+
 feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 ki18n_install(po)
 if (KF5DocTools_FOUND)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-19.12.3/doc/index.docbook 
new/katomic-20.04.0/doc/index.docbook
--- old/katomic-19.12.3/doc/index.docbook       2020-03-01 10:42:17.000000000 
+0100
+++ new/katomic-20.04.0/doc/index.docbook       2020-04-15 11:12:48.000000000 
+0200
@@ -232,8 +232,8 @@
 
 <para>
 Additionally &katomic; has the common &kde; <guimenu>Settings</guimenu> and 
<guimenu>Help</guimenu>
-menu items, for more information read the sections about the <ulink 
url="help:/fundamentals/ui.html#menus-settings"
->Settings Menu</ulink> and <ulink 
url="help:/fundamentals/ui.html#menus-help">Help Menu</ulink>
+menu items, for more information read the sections about the <ulink 
url="help:/fundamentals/menus.html#menus-settings"
+>Settings Menu</ulink> and <ulink 
url="help:/fundamentals/menus.html#menus-help">Help Menu</ulink>
 of the &kde; Fundamentals.
 </para>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-19.12.3/gamewidget.cpp 
new/katomic-20.04.0/gamewidget.cpp
--- old/katomic-19.12.3/gamewidget.cpp  2020-03-01 10:42:17.000000000 +0100
+++ new/katomic-20.04.0/gamewidget.cpp  2020-04-15 11:12:48.000000000 +0200
@@ -32,7 +32,7 @@
 #include <KLocalizedString>
 #include <kconfig.h>
 #include <qfiledialog.h>
-#include <QDebug>
+#include "katomic_debug.h"
 
 GameWidget::GameWidget ( const QString& levelSet, QWidget *parent )
     : QWidget( parent ), m_allowAnyLevelSwitch( false ), m_moves(0), m_level(0)
@@ -85,7 +85,7 @@
 {
     if (m_levelSet.name() == levelSet)
     {
-        //qDebug() << "level set named" << levelSet << "is already loaded";
+        //qCDebug(KATOMIC_LOG) << "level set named" << levelSet << "is already 
loaded";
         return true;
     }
 
@@ -93,7 +93,7 @@
     if (!res)
     {
         KMessageBox::error(this, i18n("Failed to load level set \"%1\". Check 
if it is installed on your computer.", levelSet));
-        //qDebug() << "failed to load levelset" << levelSet;
+        //qCDebug(KATOMIC_LOG) << "failed to load levelset" << levelSet;
         return false;
     }
 
@@ -189,7 +189,7 @@
         saveLastPlayedLevel();
     }
     else {
-        //qDebug() << "failed to load level" << l;
+        //qCDebug(KATOMIC_LOG) << "failed to load level" << l;
     }
 }
 
@@ -220,7 +220,7 @@
     QString levelSet = gr.readEntry("LevelSet");
     if (levelSet.isEmpty())
     {
-        //qDebug() << "note: savegame file doesn't contain info about 
levelset, assuming default one";
+        //qCDebug(KATOMIC_LOG) << "note: savegame file doesn't contain info 
about levelset, assuming default one";
         levelSet = QStringLiteral(DEFAULT_LEVELSET_NAME);
     }
 
@@ -294,7 +294,7 @@
     KConfigGroup grp(cfg, m_levelSet.name());
     int lastPlayed = grp.readEntry("LastPlayedLevel", 1);
     lastPlayed = qMax(1, lastPlayed); // can't be less than 1
-    //qDebug() << "last played level:" << lastPlayed;
+    //qCDebug(KATOMIC_LOG) << "last played level:" << lastPlayed;
     return lastPlayed;
 }
 
@@ -303,7 +303,7 @@
     KSharedConfigPtr cfg = KSharedConfig::openConfig();
     KConfigGroup grp(cfg, m_levelSet.name());
     int maxAccessible = grp.readEntry("MaxAccessibleLevel", 1);
-    //qDebug() << "max accessible level:" << maxAccessible;
+    //qCDebug(KATOMIC_LOG) << "max accessible level:" << maxAccessible;
     return maxAccessible;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-19.12.3/katomic.categories 
new/katomic-20.04.0/katomic.categories
--- old/katomic-19.12.3/katomic.categories      1970-01-01 01:00:00.000000000 
+0100
+++ new/katomic-20.04.0/katomic.categories      2020-04-15 11:12:48.000000000 
+0200
@@ -0,0 +1 @@
+org.kde.kdegames.katomic katomic (kdegames) IDENTIFIER [KATOMIC_LOG]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-19.12.3/katomic.knsrc 
new/katomic-20.04.0/katomic.knsrc
--- old/katomic-19.12.3/katomic.knsrc   2020-03-01 10:42:17.000000000 +0100
+++ new/katomic-20.04.0/katomic.knsrc   2020-04-15 11:12:48.000000000 +0200
@@ -1,5 +1,5 @@
 [KNewStuff3]
-ProvidersUrl=http://download.kde.org/ocs/providers.xml
+ProvidersUrl=https://autoconfig.kde.org/ocs/providers.xml
 Categories=KAtomic Level
 Uncompress=archive
 TargetDir=katomic/levels
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-19.12.3/levelset.cpp 
new/katomic-20.04.0/levelset.cpp
--- old/katomic-19.12.3/levelset.cpp    2020-03-01 10:42:17.000000000 +0100
+++ new/katomic-20.04.0/levelset.cpp    2020-04-15 11:12:48.000000000 +0200
@@ -24,7 +24,7 @@
 
 
 #include <KConfigGroup>
-#include <QDebug>
+#include "katomic_debug.h"
 #include <KLocalizedString>
 #include <QFileInfo>
 
@@ -103,13 +103,13 @@
     QString file = QStandardPaths::locate(QStandardPaths::AppDataLocation, 
QStringLiteral("levels/%1.dat").arg(levelSetName));
     if (file.isEmpty())
     {
-        qDebug() << "level set \"" << levelSetName << "\" data file not found. 
Check your installation";
+        qCDebug(KATOMIC_LOG) << "level set \"" << levelSetName << "\" data 
file not found. Check your installation";
         return false;
     }
 
     bool res = loadFromFile(file);
     if (!res) {
-        qDebug() << "warning: failed to load level set" << levelSetName;
+        qCDebug(KATOMIC_LOG) << "warning: failed to load level set" << 
levelSetName;
     }
 
     return res;
@@ -131,7 +131,7 @@
     m_name = QFileInfo(fileName).baseName();
 
     if (m_levelCount <= 0) {
-        //qDebug() << "warning: in level set" << m_name << "level count not 
specified or invalid";
+        //qCDebug(KATOMIC_LOG) << "warning: in level set" << m_name << "level 
count not specified or invalid";
     }
 
     return true;
@@ -188,7 +188,7 @@
         {
             if (line.isEmpty())
             {
-                //qDebug() << "error while reading level" << levelNum << "data 
from" << m_name;
+                //qCDebug(KATOMIC_LOG) << "error while reading level" << 
levelNum << "data from" << m_name;
                 return nullptr;
             }
 
@@ -242,7 +242,7 @@
 
         strncpy(current.conn, value.toLatin1().constData(), 
sizeof(current.conn));
         if (mol->m_atoms.indexOf(current) != -1)
-            qWarning()
+            qCWarning(KATOMIC_LOG)
                 << "OOOPS, duplicate atom definition in" << key;
         mol->m_atoms.append(current);
         atom_index++;
@@ -289,7 +289,7 @@
     QString file = QStandardPaths::locate(QStandardPaths::AppDataLocation, 
QStringLiteral("levels/%1.dat").arg(QLatin1String(DEFAULT_LEVELSET_NAME)));
     if (file.isEmpty())
     {
-        //qDebug() << "default level set \"" << DEFAULT_LEVELSET_NAME << "\" 
data file not found. Check your installation";
+        //qCDebug(KATOMIC_LOG) << "default level set \"" << 
DEFAULT_LEVELSET_NAME << "\" data file not found. Check your installation";
         return false;
     }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-19.12.3/main.cpp new/katomic-20.04.0/main.cpp
--- old/katomic-19.12.3/main.cpp        2020-03-01 10:42:17.000000000 +0100
+++ new/katomic-20.04.0/main.cpp        2020-04-15 11:12:48.000000000 +0200
@@ -64,7 +64,7 @@
     aboutData.addCredit(i18n("Danny Allen"), i18n("Game graphics and 
application icon"), QStringLiteral("da...@dannyallen.co.uk"));
     aboutData.addCredit(i18n("Johann Ollivier Lapeyre"), i18n("New great SVG 
artwork for KDE4"), QStringLiteral("johann.ollivierlape...@gmail.com"));
     aboutData.addCredit(i18n("Brian Croom"), i18n("Port to use 
KGameRenderer"), QStringLiteral("brian.s.cr...@gmail.com"));
-    aboutData.setHomepage(QStringLiteral("http://games.kde.org/katomic";));
+    
aboutData.setHomepage(QStringLiteral("https://kde.org/applications/games/org.kde.katomic";));
 
     QCommandLineParser parser;
     KAboutData::setApplicationData(aboutData);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-19.12.3/org.kde.katomic.appdata.xml 
new/katomic-20.04.0/org.kde.katomic.appdata.xml
--- old/katomic-19.12.3/org.kde.katomic.appdata.xml     2020-03-01 
10:42:17.000000000 +0100
+++ new/katomic-20.04.0/org.kde.katomic.appdata.xml     2020-04-15 
11:12:48.000000000 +0200
@@ -117,7 +117,7 @@
   </screenshots>
   <project_group>KDE</project_group>
   <releases>
-    <release version="19.12.3" date="2020-03-05"/>
+    <release version="20.04.0" date="2020-04-23"/>
     <release version="19.12.2" date="2020-02-06"/>
     <release version="19.12.1" date="2020-01-09"/>
     <release version="19.12.0" date="2019-12-12"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-19.12.3/playfield.cpp 
new/katomic-20.04.0/playfield.cpp
--- old/katomic-19.12.3/playfield.cpp   2020-03-01 10:42:17.000000000 +0100
+++ new/katomic-20.04.0/playfield.cpp   2020-04-15 11:12:48.000000000 +0200
@@ -30,7 +30,7 @@
 
 
 #include <KConfig>
-#include <QDebug>
+#include "katomic_debug.h"
 #include <kconfiggroup.h>
 
 #include <KGamePopupItem>
@@ -85,7 +85,7 @@
 {
     if (!level)
     {
-        //qDebug() << "level data is null!";
+        //qCDebug(KATOMIC_LOG) << "level data is null!";
         return;
     }
 
@@ -124,7 +124,7 @@
 {
     if (!m_levelData || !m_levelData->molecule())
     {
-        //qDebug() << "level or molecule data is null!";
+        //qCDebug(KATOMIC_LOG) << "level or molecule data is null!";
         return;
     }
 
@@ -160,7 +160,7 @@
 
 void PlayField::resize( int width, int height)
 {
-    //qDebug() << "resize:" << width << "," << height;
+    //qCDebug(KATOMIC_LOG) << "resize:" << width << "," << height;
     setSceneRect( 0, 0, width, height );
 
     // we take 1/4 of width for displaying preview
@@ -177,7 +177,7 @@
     // if atom animation is running we need to rescale timeline
     if( isAnimating() )
     {
-        //qDebug() << "restarting animation";
+        //qCDebug(KATOMIC_LOG) << "restarting animation";
         int curTime = m_atomTimeLine->currentTime();
         // calculate numCells to move using oldSize
         int numCells = m_atomTimeLine->endFrame()/oldSize;
@@ -576,7 +576,7 @@
 {
     if (!m_levelData || !m_levelData->molecule())
     {
-        //qDebug() << "level or molecule data is null!";
+        //qCDebug(KATOMIC_LOG) << "level or molecule data is null!";
         return false;
     }
     // let's assume that molecule is done
@@ -611,7 +611,7 @@
 {
     if (!m_levelData)
     {
-        //qDebug() << "level data is null!";
+        //qCDebug(KATOMIC_LOG) << "level data is null!";
         return true;
     }
 
@@ -679,7 +679,7 @@
 {
     if (!m_levelData)
     {
-        //qDebug() << "level data is null!";
+        //qCDebug(KATOMIC_LOG) << "level data is null!";
         return;
     }
 
@@ -770,7 +770,7 @@
 {
     if (!m_levelData || !m_levelData->molecule())
     {
-        //qDebug() << "level or molecule data is null!";
+        //qCDebug(KATOMIC_LOG) << "level or molecule data is null!";
         return QString();
     }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-19.12.3/po/ca/docs/katomic/index.docbook 
new/katomic-20.04.0/po/ca/docs/katomic/index.docbook
--- old/katomic-19.12.3/po/ca/docs/katomic/index.docbook        2020-03-03 
01:19:02.000000000 +0100
+++ new/katomic-20.04.0/po/ca/docs/katomic/index.docbook        2020-04-17 
02:31:24.000000000 +0200
@@ -478,11 +478,11 @@
 >Arranjament</guimenu
 > i <guimenu
 >Ajuda</guimenu
->, per obtenir més informació llegiu les seccions sobre <ulink 
url="help:/fundamentals/ui.html#menus-settings"
+>, per obtenir més informació llegiu les seccions sobre <ulink 
url="help:/fundamentals/menus.html#menus-settings"
 >El menú Arranjament</ulink
-> i <ulink url="help:/fundamentals/ui.html#menus-help"
+> i <ulink url="help:/fundamentals/menus.html#menus-help"
 >El menú Ajuda</ulink
-> dels fonaments del &kde;. </para>
+> dels Fonaments del &kde;. </para>
 
 </sect1>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-19.12.3/po/de/docs/katomic/index.docbook 
new/katomic-20.04.0/po/de/docs/katomic/index.docbook
--- old/katomic-19.12.3/po/de/docs/katomic/index.docbook        2020-03-03 
01:19:02.000000000 +0100
+++ new/katomic-20.04.0/po/de/docs/katomic/index.docbook        2020-04-17 
02:31:24.000000000 +0200
@@ -492,9 +492,9 @@
 >Einstellungen</guimenu
 > und <guimenu
 >Hilfe</guimenu
->, weitere Informationen dazu finden Sie in den Abschnitten über die Menüs 
<ulink url="help:/fundamentals/ui.html#menus-settings"
+>, weitere Informationen dazu finden Sie in den Abschnitten über die Menüs 
<ulink url="help:/fundamentals/menus.html#menus-settings"
 >Einstellungen</ulink
-> und <ulink url="help:/fundamentals/ui.html#menus-help"
+> und <ulink url="help:/fundamentals/menus.html#menus-help"
 >Hilfe</ulink
 > der &kde;-Grundlagen. </para>
 
@@ -749,7 +749,7 @@
 > und Maren Pakura <email
 >ma...@kde.org</email
 ></para
->  &underFDL; &underGPL; </chapter>
+> &underFDL; &underGPL; </chapter>
  
 &documentation.index; 
 </book>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-19.12.3/po/en_GB/katomic.po 
new/katomic-20.04.0/po/en_GB/katomic.po
--- old/katomic-19.12.3/po/en_GB/katomic.po     2020-03-03 01:19:00.000000000 
+0100
+++ new/katomic-20.04.0/po/en_GB/katomic.po     2020-04-17 02:31:23.000000000 
+0200
@@ -10,7 +10,7 @@
 "POT-Creation-Date: 2019-09-20 02:55+0200\n"
 "PO-Revision-Date: 2010-09-09 10:44+0100\n"
 "Last-Translator: Andrew Coles <andrew_co...@yahoo.co.uk>\n"
-"Language-Team: British English <kde-i18n-...@kde.org>\n"
+"Language-Team: British English <kde-l10n-en...@kde.org>\n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-19.12.3/po/es/docs/katomic/index.docbook 
new/katomic-20.04.0/po/es/docs/katomic/index.docbook
--- old/katomic-19.12.3/po/es/docs/katomic/index.docbook        2020-03-03 
01:19:02.000000000 +0100
+++ new/katomic-20.04.0/po/es/docs/katomic/index.docbook        2020-04-17 
02:31:24.000000000 +0200
@@ -534,9 +534,9 @@
 >Preferencias</guimenu
 > y <guimenu
 >Ayuda</guimenu
-> comunes de &kde;. Para obtener más información, consulte las secciones sobre 
el <ulink url="help:/fundamentals/ui.html#menus-settings"
+> comunes de &kde;. Para obtener más información, consulte las secciones sobre 
el <ulink url="help:/fundamentals/menus.html#menus-settings"
 >Menú «Preferencias»</ulink
-> y <ulink url="help:/fundamentals/ui.html#menus-help"
+> y <ulink url="help:/fundamentals/menus.html#menus-help"
 >Menú «Ayuda» </ulink
 > de «Aspectos básicos de &kde;». </para>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-19.12.3/po/it/docs/katomic/index.docbook 
new/katomic-20.04.0/po/it/docs/katomic/index.docbook
--- old/katomic-19.12.3/po/it/docs/katomic/index.docbook        2020-03-03 
01:19:02.000000000 +0100
+++ new/katomic-20.04.0/po/it/docs/katomic/index.docbook        2020-04-17 
02:31:25.000000000 +0200
@@ -502,9 +502,9 @@
 >Impostazioni</guimenu
 > e <guimenu
 >Aiuto</guimenu
->; per maggiori informazioni leggi le sezioni sul <ulink 
url="help:/fundamentals/ui.html#menus-settings"
+>; per maggiori informazioni leggi le sezioni sul <ulink 
url="help:/undamentals/menus.html#menus-settings"
 >menu Impostazioni</ulink
-> e sul <ulink url="help:/fundamentals/ui.html#menus-help"
+> e sul <ulink url="help:/fundamentals/menus.html#menus-help"
 >menu Aiuto</ulink
 > dei Fondamentali di &kde;. </para>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-19.12.3/po/ko/katomic.po 
new/katomic-20.04.0/po/ko/katomic.po
--- old/katomic-19.12.3/po/ko/katomic.po        2020-03-03 01:19:01.000000000 
+0100
+++ new/katomic-20.04.0/po/ko/katomic.po        2020-04-17 02:31:24.000000000 
+0200
@@ -1,15 +1,15 @@
 # Translation of katomic to Korean.
 # Copyright (C) 2007 This_file_is_part_of_KDE
 # This file is distributed under the same license as the kdegames package.
-#
 # Myong-sung, Kim <xfuncru...@gmail.com>, 2007.
-# Shinjo Park <k...@peremen.name>, 2011.
+# Shinjo Park <k...@peremen.name>, 2011, 2020.
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: kdegames\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-09-20 02:55+0200\n"
-"PO-Revision-Date: 2011-02-27 02:14+0900\n"
+"PO-Revision-Date: 2020-04-04 12:25+0200\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
 "Language: ko\n"
@@ -17,6 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Lokalize 19.04.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -180,7 +181,7 @@
 #: main.cpp:63
 #, kde-format
 msgid "6 new levels"
-msgstr "6개의 새로운 단계"
+msgstr "새로운 단계 6개"
 
 #: main.cpp:64
 #, kde-format
@@ -200,7 +201,7 @@
 #: main.cpp:65
 #, kde-format
 msgid "New great SVG artwork for KDE4"
-msgstr "KDE4를 위한 새로운 SVG 그림"
+msgstr "KDE4용 새로운 SVG 그림"
 
 #: main.cpp:66
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-19.12.3/po/ml/katomic.po 
new/katomic-20.04.0/po/ml/katomic.po
--- old/katomic-19.12.3/po/ml/katomic.po        1970-01-01 01:00:00.000000000 
+0100
+++ new/katomic-20.04.0/po/ml/katomic.po        2020-04-17 02:31:24.000000000 
+0200
@@ -0,0 +1,329 @@
+# Malayalam translations for katomic package.
+# Copyright (C) 2019 This file is copyright:
+# This file is distributed under the same license as the katomic package.
+# Automatically generated, 2019.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: katomic\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2019-09-20 02:55+0200\n"
+"PO-Revision-Date: 2019-12-12 21:47+0000\n"
+"Last-Translator: Vivek KJ Pazhedath <vivekkj2...@gmail.com>\n"
+"Language-Team: SMC <smc.org.in>\n"
+"Language: ml\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: Weblate 3.9.1\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr ""
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "shijualexonl...@gmail.com,snalle...@dataone.in,vivekkj2...@gmail.com"
+
+#: chooselevelsetdialog.cpp:42
+#, kde-format
+msgid "Level Sets"
+msgstr ""
+
+#: gamewidget.cpp:95
+#, kde-format
+msgid ""
+"Failed to load level set \"%1\". Check if it is installed on your computer."
+msgstr ""
+
+#: gamewidget.cpp:151
+#, kde-format
+msgid "Level %1 finished. "
+msgstr ""
+
+#: gamewidget.cpp:155
+#, kde-format
+msgid "Congratulations! You have a new highscore!"
+msgstr ""
+
+#. i18n: ectx: label, entry (AnimationSpeed), group (Game)
+#: katomic.kcfg:9
+#, kde-format
+msgid "The speed of the animations."
+msgstr ""
+
+#. i18n: ectx: label, entry (SavedBackgroundWidth), group (General)
+#: katomic.kcfg:20
+#, kde-format
+msgid "Width of saved background"
+msgstr ""
+
+#. i18n: ectx: label, entry (SavedBackgroundHeight), group (General)
+#: katomic.kcfg:24
+#, kde-format
+msgid "Height of saved background"
+msgstr ""
+
+#. i18n: ectx: label, entry (LastPlayedLevelSet), group (General)
+#: katomic.kcfg:28
+#, kde-format
+msgid "Last played levelset"
+msgstr ""
+
+#. i18n: ectx: Menu (settings)
+#: katomicui.rc:16
+#, kde-format
+msgid "&Settings"
+msgstr ""
+
+#. i18n: ectx: ToolBar (mainToolBar)
+#: katomicui.rc:25
+#, kde-format
+msgid "Main Toolbar"
+msgstr ""
+
+#: levelset.cpp:282
+#, kde-format
+msgid "Noname"
+msgstr ""
+
+#: levelsetdelegate.cpp:95
+#, kde-format
+msgid "by %1"
+msgstr ""
+
+#: levelsetdelegate.cpp:101
+#, kde-format
+msgid ", contains 1 level"
+msgid_plural ", contains %1 levels"
+msgstr[0] ""
+msgstr[1] ""
+
+#. i18n: ectx: property (text), widget (QLabel, label)
+#: levelsetwidget.ui:20
+#, kde-format
+msgid "Choose a level set to play:"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (KNS3::Button, m_pbNewStuff)
+#: levelsetwidget.ui:45
+#, kde-format
+msgid "Get new levels"
+msgstr ""
+
+#: main.cpp:39
+#, kde-format
+msgid "KDE Atomic Entertainment Game"
+msgstr ""
+
+#: main.cpp:54
+#, kde-format
+msgid "KAtomic"
+msgstr ""
+
+#: main.cpp:56
+#, kde-format
+msgid ""
+"(c) 1998, Andreas Wuest\n"
+"(c) 2007-2009 Dmitry Suzdalev"
+msgstr ""
+
+#: main.cpp:57
+#, kde-format
+msgid "Andreas Wuest"
+msgstr ""
+
+#: main.cpp:57
+#, kde-format
+msgid "Original author"
+msgstr ""
+
+#: main.cpp:58
+#, kde-format
+msgid "Dmitry Suzdalev"
+msgstr ""
+
+#: main.cpp:58
+#, kde-format
+msgid "Porting to KDE4. Current maintainer"
+msgstr ""
+
+#: main.cpp:59
+#, kde-format
+msgid "Stephan Kulow"
+msgstr ""
+
+#: main.cpp:60
+#, kde-format
+msgid "Cristian Tibirna"
+msgstr ""
+
+#: main.cpp:61
+#, kde-format
+msgid "Carsten Pfeiffer"
+msgstr ""
+
+#: main.cpp:62
+#, kde-format
+msgid "Dave Corrie"
+msgstr ""
+
+#: main.cpp:63
+#, kde-format
+msgid "Kai Jung"
+msgstr ""
+
+#: main.cpp:63
+#, kde-format
+msgid "6 new levels"
+msgstr ""
+
+#: main.cpp:64
+#, kde-format
+msgid "Danny Allen"
+msgstr ""
+
+#: main.cpp:64
+#, kde-format
+msgid "Game graphics and application icon"
+msgstr ""
+
+#: main.cpp:65
+#, kde-format
+msgid "Johann Ollivier Lapeyre"
+msgstr ""
+
+#: main.cpp:65
+#, kde-format
+msgid "New great SVG artwork for KDE4"
+msgstr ""
+
+#: main.cpp:66
+#, kde-format
+msgid "Brian Croom"
+msgstr ""
+
+#: main.cpp:66
+#, kde-format
+msgid "Port to use KGameRenderer"
+msgstr ""
+
+#: main.cpp:72
+#, kde-format
+msgid "Enable access to all levels"
+msgstr ""
+
+#: main.cpp:83
+#, kde-format
+msgid ""
+"KAtomic failed to find its default level set and will quit. Please check "
+"your installation."
+msgstr ""
+
+#: toplevel.cpp:55
+#, kde-format
+msgid "Level:"
+msgstr ""
+
+#: toplevel.cpp:56
+#, kde-format
+msgid "Current score:"
+msgstr ""
+
+#: toplevel.cpp:57
+#, kde-format
+msgid "Highscore:"
+msgstr ""
+
+#: toplevel.cpp:104
+#, kde-format
+msgid "Previous Level"
+msgstr ""
+
+#: toplevel.cpp:111
+#, kde-format
+msgid "Next Level"
+msgstr ""
+
+#: toplevel.cpp:117
+#, kde-format
+msgid "Choose level set..."
+msgstr ""
+
+#: toplevel.cpp:121
+#, kde-format
+msgid "Animation Speed"
+msgstr ""
+
+#: toplevel.cpp:124
+#, kde-format
+msgid "Slow"
+msgstr ""
+
+#: toplevel.cpp:124
+#, kde-format
+msgid "Normal"
+msgstr ""
+
+#: toplevel.cpp:124
+#, kde-format
+msgid "Fast"
+msgstr ""
+
+#: toplevel.cpp:130
+#, kde-format
+msgid "Undo All"
+msgstr ""
+
+#: toplevel.cpp:135
+#, kde-format
+msgid "Redo All"
+msgstr ""
+
+#: toplevel.cpp:149
+#, kde-format
+msgid "Atom Up"
+msgstr ""
+
+#: toplevel.cpp:155
+#, kde-format
+msgid "Atom Down"
+msgstr ""
+
+#: toplevel.cpp:161
+#, kde-format
+msgid "Atom Left"
+msgstr ""
+
+#: toplevel.cpp:167
+#, kde-format
+msgid "Atom Right"
+msgstr ""
+
+#: toplevel.cpp:173
+#, kde-format
+msgid "Next Atom"
+msgstr ""
+
+#: toplevel.cpp:179
+#, kde-format
+msgid "Previous Atom"
+msgstr ""
+
+#: toplevel.cpp:200
+#, kde-format
+msgid "Level: %1 (%2)"
+msgstr ""
+
+#: toplevel.cpp:201
+#, kde-format
+msgid "Current score: %1"
+msgstr ""
+
+#: toplevel.cpp:207
+#, kde-format
+msgid "Highscore: %1"
+msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-19.12.3/po/nb/katomic.po 
new/katomic-20.04.0/po/nb/katomic.po
--- old/katomic-19.12.3/po/nb/katomic.po        2020-03-03 01:19:01.000000000 
+0100
+++ new/katomic-20.04.0/po/nb/katomic.po        2020-04-17 02:31:24.000000000 
+0200
@@ -12,7 +12,7 @@
 "POT-Creation-Date: 2019-09-20 02:55+0200\n"
 "PO-Revision-Date: 2010-10-19 12:05+0200\n"
 "Last-Translator: Bjørn Steensrud <bjor...@skogkatt.homelinux.org>\n"
-"Language-Team: Norwegian Bokmål <i18n...@lister.ping.uio.no>\n"
+"Language-Team: Norwegian Bokmål <l10n...@lister.huftis.org>\n"
 "Language: nb\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-19.12.3/po/nl/docs/katomic/index.docbook 
new/katomic-20.04.0/po/nl/docs/katomic/index.docbook
--- old/katomic-19.12.3/po/nl/docs/katomic/index.docbook        2020-03-03 
01:19:02.000000000 +0100
+++ new/katomic-20.04.0/po/nl/docs/katomic/index.docbook        2020-04-17 
02:31:25.000000000 +0200
@@ -464,9 +464,9 @@
 >Instellingen</guimenu
 > en <guimenu
 >Help</guimenu
->, lees voor meer informatie de secties over het <ulink 
url="help:/fundamentals/ui.html#menus-settings"
+>, lees voor meer informatie de secties over het <ulink 
url="help:/fundamentals/menus.html#menus-settings"
 >Instellingendialoog</ulink
-> en <ulink url="help:/fundamentals/ui.html#menus-help"
+> en <ulink url="help:/fundamentals/menus.html#menus-help"
 >Helpdialoog</ulink
 > van de &kde; Fundamentals. </para>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-19.12.3/po/nn/katomic.po 
new/katomic-20.04.0/po/nn/katomic.po
--- old/katomic-19.12.3/po/nn/katomic.po        2020-03-03 01:19:01.000000000 
+0100
+++ new/katomic-20.04.0/po/nn/katomic.po        2020-04-17 02:31:24.000000000 
+0200
@@ -8,7 +8,7 @@
 "POT-Creation-Date: 2019-09-20 02:55+0200\n"
 "PO-Revision-Date: 2016-01-07 20:39+0100\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
-"Language-Team: Norwegian Nynorsk <i18n...@lister.ping.uio.no>\n"
+"Language-Team: Norwegian Nynorsk <l10n...@lister.huftis.org>\n"
 "Language: nn\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-19.12.3/po/pt_BR/docs/katomic/index.docbook 
new/katomic-20.04.0/po/pt_BR/docs/katomic/index.docbook
--- old/katomic-19.12.3/po/pt_BR/docs/katomic/index.docbook     2020-03-03 
01:19:02.000000000 +0100
+++ new/katomic-20.04.0/po/pt_BR/docs/katomic/index.docbook     2020-04-17 
02:31:25.000000000 +0200
@@ -1,11 +1,5 @@
 <?xml version="1.0" ?>
-<!--IMPORTANT: please note that'do not change this!' notice does not apply to 
translators -->
 <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" 
"dtd/kdedbx45.dtd" [
-  <!ENTITY kappname "&katomic;">
-  <!ENTITY kappversion "3.0"
-><!--Application version. Use this variable everywhere it's needed.-->
-  <!ENTITY package "kdegames"
->  <!-- do not change this! -->
   <!ENTITY % Brazilian-Portuguese "INCLUDE"
 > <!-- change language only here -->
   <!ENTITY % addindex "IGNORE"
@@ -16,7 +10,7 @@
 > <!-- do not change this! -->
 <bookinfo>
 <title
->Manual do &kappname;</title
+>Manual do &katomic;</title
 > <!-- This is the title of the docbook. Leave as is unless change is 
 > necessary.-->
 <!-- List of immediate authors begins here. -->
 <!--INPORTANT! - All other contributors: [to be determined] -->
@@ -71,16 +65,14 @@
 >&FDLNotice;</legalnotice
 > 
 <date
->05/05/2013</date
-><!-- Date of (re)writing, or update-->
+>09/05/2016</date>
 <releaseinfo
->&kappversion; (&kde; 4.11)</releaseinfo
-><!-- Application version number. Use the variable definitions within header 
to change this value.-->
+>4.0 (Applications 16.04)</releaseinfo>
  
 <!--Short description of this document. Do not change unless necessary!-->
 <abstract>
        <para
->Esta documentação descreve a versão &kappversion; do jogo &katomic;</para>
+>Esta documentação descreve o jogo &katomic; versão 4.0</para>
 </abstract>
  
 <!--List of relevan keywords-->
@@ -145,6 +137,17 @@
 ><title
 >Como jogar</title
 > <!-- do not change this! -->
+<screenshot>
+<mediaobject>
+<imageobject>
+<imagedata fileref="mainscreen.png" format="PNG"/>
+</imageobject>
+<textobject>
+<phrase
+>Tela principal do &katomic;</phrase>
+</textobject>
+</mediaobject>
+</screenshot>
 <!--IMPORTANT: If the game has no defined objective, please remove the below 
line.-->
        <note
 ><title
@@ -475,9 +478,9 @@
 >Configurações</guimenu
 > e <guimenu
 >Ajuda</guimenu
->; para mais informações, leia as seções sobre o <ulink 
url="help:/fundamentals/ui.html#menus-settings"
+>; para mais informações, leia as seções sobre o <ulink 
url="help:/fundamentals/menus.html#menus-settings"
 >Menu Configurações</ulink
-> e o <ulink url="help:/fundamentals/ui.html#menus-help"
+> e o <ulink url="help:/fundamentals/menus.html#menus-help"
 >Menu Ajuda</ulink
 > dos Fundamentos do &kde;. </para>
 
@@ -710,7 +713,7 @@
  
 <chapter id="credits">
 <title
->Créditos e licença</title>
+>Créditos e Licença</title>
 
 <para
 >Direitos autorais do <application
@@ -730,21 +733,7 @@
 >Tradução de Luiz Fernando Ranghetti <email
 >elchev...@opensuse.org</email
 ></para
->  &underFDL; &underGPL; </chapter>
- 
- 
-<appendix id="installation">
-<title
->Instalação</title>
- 
-&install.intro.documentation;
- 
- 
-<sect1 id="Compilation">
-<title
->Compilação e instalação</title>
-&install.compile.documentation; </sect1>
-</appendix>
+> &underFDL; &underGPL; </chapter>
  
 &documentation.index; 
 </book>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-19.12.3/po/sv/docs/katomic/index.docbook 
new/katomic-20.04.0/po/sv/docs/katomic/index.docbook
--- old/katomic-19.12.3/po/sv/docs/katomic/index.docbook        2020-03-03 
01:19:02.000000000 +0100
+++ new/katomic-20.04.0/po/sv/docs/katomic/index.docbook        2020-04-17 
02:31:25.000000000 +0200
@@ -478,9 +478,9 @@
 >Inställningar</guimenu
 > och <guimenu
 >Hjälp</guimenu
-> i &kde;. För mer information, läs avsnitten  <ulink 
url="help:/fundamentals/ui.html#menus-settings"
+> i &kde;. För mer information, läs avsnitten  <ulink 
url="help:/fundamentals/menus.html#menus-settings"
 >Menyn Inställningar</ulink
-> och <ulink url="help:/fundamentals/ui.html#menus-help"
+> och <ulink url="help:/fundamentals/menus.html#menus-help"
 >Menyn Hjälp</ulink
 > i &kde;:s Grunder. </para>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-19.12.3/po/uk/docs/katomic/index.docbook 
new/katomic-20.04.0/po/uk/docs/katomic/index.docbook
--- old/katomic-19.12.3/po/uk/docs/katomic/index.docbook        2020-03-03 
01:19:02.000000000 +0100
+++ new/katomic-20.04.0/po/uk/docs/katomic/index.docbook        2020-04-17 
02:31:25.000000000 +0200
@@ -478,9 +478,9 @@
 >Параметри</guimenu
 > і <guimenu
 >Довідка</guimenu
->. Щоб дізнатися більше, ознайомтеся з розділами щодо <ulink 
url="help:/fundamentals/ui.html#menus-settings"
+>. Щоб дізнатися більше, ознайомтеся з розділами щодо <ulink 
url="help:/fundamentals/menus.html#menus-settings"
 >меню «Параметри»</ulink
-> та <ulink url="help:/fundamentals/ui.html#menus-help"
+> та <ulink url="help:/fundamentals/menus.html#menus-help"
 >меню «Довідка»</ulink
 > підручника з основ роботи у &kde;. </para>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-19.12.3/po/zh_CN/katomic.po 
new/katomic-20.04.0/po/zh_CN/katomic.po
--- old/katomic-19.12.3/po/zh_CN/katomic.po     2020-03-03 01:19:01.000000000 
+0100
+++ new/katomic-20.04.0/po/zh_CN/katomic.po     2020-04-17 02:31:24.000000000 
+0200
@@ -13,7 +13,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-09-20 02:55+0200\n"
-"PO-Revision-Date: 2020-01-20 21:56\n"
+"PO-Revision-Date: 2020-03-25 19:57\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/katomic-19.12.3/toplevel.cpp 
new/katomic-20.04.0/toplevel.cpp
--- old/katomic-19.12.3/toplevel.cpp    2020-03-01 10:42:17.000000000 +0100
+++ new/katomic-20.04.0/toplevel.cpp    2020-04-15 11:12:48.000000000 +0200
@@ -28,7 +28,7 @@
 #include <kstandardgameaction.h>
 #include <kselectaction.h>
 #include <kactioncollection.h>
-#include <QDebug>
+#include "katomic_debug.h"
 #include <QIcon>
 #include <qstatusbar.h>
 #include <QLabel>
@@ -209,7 +209,7 @@
 
 void AtomTopLevel::enableHackMode()
 {
-    //qDebug() << "Enabling hack mode";
+    //qCDebug(KATOMIC_LOG) << "Enabling hack mode";
     m_prevLevelAct->setDisabled(false);
     m_nextLevelAct->setDisabled(false);
     m_gameWid->enableSwitchToAnyLevel();


Reply via email to