Hello community,

here is the log from the commit of package khelpcenter5 for openSUSE:Factory 
checked in at 2019-12-13 12:02:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/khelpcenter5 (Old)
 and      /work/SRC/openSUSE:Factory/.khelpcenter5.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "khelpcenter5"

Fri Dec 13 12:02:29 2019 rev:58 rq:756226 version:19.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/khelpcenter5/khelpcenter5.changes        
2019-11-12 11:36:51.482184981 +0100
+++ /work/SRC/openSUSE:Factory/.khelpcenter5.new.4691/khelpcenter5.changes      
2019-12-13 12:03:09.685429672 +0100
@@ -1,0 +2,33 @@
+Tue Dec 10 06:38:33 UTC 2019 - Luca Beltrame <[email protected]>
+
+- 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:54 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.11.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/19.12-rc
+- Changes since 19.11.80:
+  * Increase KF5 dep since it's using KDEClangFormat
+
+-------------------------------------------------------------------
+Sun Nov 24 13:29:26 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.11.80
+  * New feature release
+- Changes since 19.08.3:
+  * Port to non-deprecated KWindowSystem::setMainWindow(). Requires KF 5.62.
+  * Add KDEClangFormat cmake support
+  * It compiles fine without deprecated method
+  * Add an automatically managed "tweak" version number
+  * Bump the version number
+  * Remove unused includes
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ khelpcenter5.spec ++++++
--- /var/tmp/diff_new_pack.ohsvOd/_old  2019-12-13 12:03:10.585429331 +0100
+++ /var/tmp/diff_new_pack.ohsvOd/_new  2019-12-13 12:03:10.585429331 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package khelpcenter5
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,27 +17,27 @@
 
 
 %define rname khelpcenter
-%define kf5_version 5.40.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:           khelpcenter5
-Version:        19.08.3
+Version:        19.12.0
 Release:        0
 Summary:        KDE Documentation Application
 License:        GPL-2.0-or-later
 Group:          Productivity/Other
 URL:            https://www.kde.org
-Source:         
https://download.kde.org/stable/applications/%{version}/src/%{rname}-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/applications/%{version}/src/%{rname}-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 1.3.0
-BuildRequires:  grantlee5-devel
 BuildRequires:  kf5-filesystem
 BuildRequires:  libxapian-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  cmake(Grantlee5)
 BuildRequires:  cmake(KF5Archive)
 BuildRequires:  cmake(KF5Bookmarks)
 BuildRequires:  cmake(KF5Config)
@@ -64,7 +64,7 @@
 %lang_package
 
 %prep
-%autosetup -p1 -n %{rname}-%{version}
+%setup -q -n %{rname}-%{version}
 
 %build
   %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5

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

++++++ khelpcenter-19.08.3.tar.xz -> khelpcenter-19.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/CMakeLists.txt 
new/khelpcenter-19.12.0/CMakeLists.txt
--- old/khelpcenter-19.08.3/CMakeLists.txt      2019-11-05 05:00:11.000000000 
+0100
+++ new/khelpcenter-19.12.0/CMakeLists.txt      2019-12-06 01:15:46.000000000 
+0100
@@ -1,15 +1,24 @@
 cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
-project(KHelpCenter VERSION "5.7.4")
+
+# KDE Application Version, managed by release script
+set (KDE_APPLICATIONS_VERSION_MAJOR "19")
+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}")
+set (KDE_APPLICATIONS_COMPACT_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}${KDE_APPLICATIONS_VERSION_MINOR}${KDE_APPLICATIONS_VERSION_MICRO}")
+
+project(KHelpCenter VERSION "5.7.5.${KDE_APPLICATIONS_COMPACT_VERSION}")
 
 set(QT_MIN_VERSION "5.9.0")
 
-set(KF5_MIN_VERSION "5.40.0")
+set(KF5_MIN_VERSION "5.64.0")
 find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
 include(KDEInstallDirs)
 include(KDECMakeSettings)
 include(KDECompilerSettings NO_POLICY_SCOPE)
+include(KDEClangFormat)
 include(ECMInstallIcons)
 include(ECMMarkAsTest)
 include(ECMMarkNonGuiExecutable)
@@ -55,6 +64,9 @@
     DESCRIPTION "Support for extracting text from HTML documents"
     URL "http://www.xmlsoft.org/";
     TYPE REQUIRED)
+if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
+   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
+endif()
 
 add_definitions(
   -DQT_USE_QSTRINGBUILDER
@@ -108,6 +120,11 @@
 target_compile_definitions(kdeinit_khelpcenter PRIVATE 
-DPROJECT_VERSION="${PROJECT_VERSION}")
 target_link_libraries(kdeinit_khelpcenter KF5::KHtml KF5::Service 
KF5::DBusAddons KF5::ConfigGui KF5::WindowSystem KF5::Bookmarks Qt5::Xml 
Grantlee5::Templates)
 target_link_libraries(kdeinit_khelpcenter KF5::DocTools)
+
+# add clang-format target for all our real source files
+file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h)
+kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES})
+
 install(TARGETS kdeinit_khelpcenter  ${INSTALL_TARGETS_DEFAULT_ARGS} )
 install(TARGETS khelpcenter ${INSTALL_TARGETS_DEFAULT_ARGS})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/grantleeformatter.cpp 
new/khelpcenter-19.12.0/grantleeformatter.cpp
--- old/khelpcenter-19.08.3/grantleeformatter.cpp       2019-11-04 
09:04:04.000000000 +0100
+++ new/khelpcenter-19.12.0/grantleeformatter.cpp       2019-12-05 
21:58:47.000000000 +0100
@@ -119,7 +119,7 @@
   ctx.insert( QStringLiteral("term"), entry.term() );
   ctx.insert( QStringLiteral("definition"), entry.definition() );
   ctx.insert( QStringLiteral("seeAlsoCount"), seeAlso.count() );
-  ctx.insert( QStringLiteral("seeAlso"), i18n( "See also: %1", seeAlso.join( 
QStringLiteral(", ") ) ) );
+  ctx.insert( QStringLiteral("seeAlso"), i18n( "See also: %1", 
seeAlso.join(QLatin1String(", ") ) ) );
 
   return d->format( t, &ctx );
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/mainwindow.cpp 
new/khelpcenter-19.12.0/mainwindow.cpp
--- old/khelpcenter-19.08.3/mainwindow.cpp      2019-11-04 09:04:04.000000000 
+0100
+++ new/khelpcenter-19.12.0/mainwindow.cpp      2019-12-05 21:58:47.000000000 
+0100
@@ -401,7 +401,8 @@
 
 void MainWindow::openUrl( const QString &url, const QByteArray& startup_id )
 {
-    KStartupInfo::setNewStartupId( this, startup_id );
+    setAttribute(Qt::WA_NativeWindow, true);
+    KStartupInfo::setNewStartupId(windowHandle(), startup_id);
     openUrl( QUrl( url ) );
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/navigatorappgroupitem.cpp 
new/khelpcenter-19.12.0/navigatorappgroupitem.cpp
--- old/khelpcenter-19.08.3/navigatorappgroupitem.cpp   2019-11-04 
09:04:04.000000000 +0100
+++ new/khelpcenter-19.12.0/navigatorappgroupitem.cpp   2019-12-05 
21:58:47.000000000 +0100
@@ -139,7 +139,7 @@
     }
   }
 
-  if ( docPath.startsWith( QStringLiteral("file:")) || docPath.startsWith( 
QStringLiteral("http:") ) )
+  if ( docPath.startsWith(QLatin1String("file:")) || 
docPath.startsWith(QLatin1String("http:") ) )
     return docPath;
 
   return QStringLiteral( "help:/" ) + docPath;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/org.kde.Help.appdata.xml 
new/khelpcenter-19.12.0/org.kde.Help.appdata.xml
--- old/khelpcenter-19.08.3/org.kde.Help.appdata.xml    2019-11-04 
09:04:04.000000000 +0100
+++ new/khelpcenter-19.12.0/org.kde.Help.appdata.xml    2019-12-05 
21:58:47.000000000 +0100
@@ -94,6 +94,7 @@
     <p xml:lang="el">Μια εφαρμογή αναζήτησης και ανάγνωσης της τεκμηρίωσης για 
όλες τις εφαρμογές και τα βοηθητικά προγράμματα συστήματος του KDE</p>
     <p xml:lang="en-GB">An application to search and read the documentation 
for all your KDE applications and system utilities</p>
     <p xml:lang="es">Aplicación para buscar y leer la documentación de todas 
las aplicaciones y utilidades del sistema de KDE</p>
+    <p xml:lang="et">Rakendus kõigi paigaldatud KDE rakenduste ja süsteemi 
tööriistade dokumentatsiooni otsimiseks ja lugemiseks</p>
     <p xml:lang="eu">Zure KDE aplikazio eta sistema-baliagarritasun guztien 
dokumentazioa bilatu eta irakurtzeko aplikazio bat</p>
     <p xml:lang="fi">Sovellus kaikkien KDE-sovellustesi ja 
järjestelmätyökalujen ohjeiden etsimiseksi ja lukemiseksi</p>
     <p xml:lang="fr">Une application de recherche et de lecture de la 
documentation de toutes vos applications KDE et utilitaires système</p>
@@ -245,6 +246,7 @@
       <caption xml:lang="el">Κύριο παράθυρο του KHelpCenter</caption>
       <caption xml:lang="en-GB">KHelpCenter main window</caption>
       <caption xml:lang="es">Ventana principal de KHelpCenter</caption>
+      <caption xml:lang="et">KDE abikeskuse peaaken</caption>
       <caption xml:lang="eu">KHelpCenter leiho nagusia</caption>
       <caption xml:lang="fi">KHelpCenterin pääikkuna</caption>
       <caption xml:lang="fr">La fenêtre principale de KHelpCenter</caption>
@@ -275,4 +277,7 @@
     <binary>khelpcenter</binary>
   </provides>
   <launchable type="desktop-id">org.kde.Help.desktop</launchable>
+  <releases>
+    <release version="5.7.5.19120" date="2019-12-12"/>
+  </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/org.kde.Help.desktop 
new/khelpcenter-19.12.0/org.kde.Help.desktop
--- old/khelpcenter-19.08.3/org.kde.Help.desktop        2019-11-04 
09:04:04.000000000 +0100
+++ new/khelpcenter-19.12.0/org.kde.Help.desktop        2019-12-05 
21:58:47.000000000 +0100
@@ -138,6 +138,7 @@
 GenericName[sr@ijekavianlatin]=Centar pomoći
 GenericName[sr@latin]=Centar pomoći
 GenericName[sv]=Hjälpcentral
+GenericName[tg]=Маркази роҳнамоӣ
 GenericName[tr]=Yardım Merkezi
 GenericName[uk]=Центр довідки
 GenericName[x-test]=xxHelp Centerxx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/plugins/Manpages/.directory 
new/khelpcenter-19.12.0/plugins/Manpages/.directory
--- old/khelpcenter-19.08.3/plugins/Manpages/.directory 2019-11-04 
09:04:04.000000000 +0100
+++ new/khelpcenter-19.12.0/plugins/Manpages/.directory 2019-12-05 
21:58:47.000000000 +0100
@@ -9,7 +9,7 @@
 Name[bn_IN]=UNIX ম্যানুয়াল পেজ
 Name[bs]=Uputne stranice naredbi
 Name[ca]=Pàgines de manual de l'UNIX
-Name[ca@valencia]=Pàgines de manual de el UNIX
+Name[ca@valencia]=Pàgines de manual de UNIX
 Name[cs]=Manuálové stránky pro UNIX
 Name[csb]=Pòdrãczniczi dlô UNIXA
 Name[da]=UNIX manualsider
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/plugins/Manpages/man2.desktop 
new/khelpcenter-19.12.0/plugins/Manpages/man2.desktop
--- old/khelpcenter-19.08.3/plugins/Manpages/man2.desktop       2019-11-04 
09:04:04.000000000 +0100
+++ new/khelpcenter-19.12.0/plugins/Manpages/man2.desktop       2019-12-05 
21:58:47.000000000 +0100
@@ -78,7 +78,7 @@
 Name[sv]=(2) Systemanrop
 Name[ta]=(2) கணினி அழைப்புகள்
 Name[te]=(2) వ్యవస్థ కాల్స్
-Name[tg]=(2) Зангҳои система
+Name[tg]=(2) Зангҳои низом
 Name[th]=(2) คำสั่งต่าง ๆ ของระบบ
 Name[tr]=(2) Sistem Çağrıları
 Name[ug]=(2) سىستېما چاقىرىشلىرى
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/plugins/Manpages/man8.desktop 
new/khelpcenter-19.12.0/plugins/Manpages/man8.desktop
--- old/khelpcenter-19.08.3/plugins/Manpages/man8.desktop       2019-11-04 
09:04:04.000000000 +0100
+++ new/khelpcenter-19.12.0/plugins/Manpages/man8.desktop       2019-12-05 
21:58:47.000000000 +0100
@@ -77,7 +77,7 @@
 Name[sv]=(8) Systemadministration
 Name[ta]=(8) கணினி-நிர்வாகம்
 Name[te]=(8) వ్యవస్థ నిర్వహణ
-Name[tg]=(8) Мудирияти система
+Name[tg]=(8) Мудирияти низом
 Name[th]=(8) ผู้ดูแลระบบ
 Name[tr]=(8) Sistem Yönetimi
 Name[ug]=(8) سىستېما باشقۇرۇش
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/plugins/Manpages/man9.desktop 
new/khelpcenter-19.12.0/plugins/Manpages/man9.desktop
--- old/khelpcenter-19.08.3/plugins/Manpages/man9.desktop       2019-11-04 
09:04:04.000000000 +0100
+++ new/khelpcenter-19.12.0/plugins/Manpages/man9.desktop       2019-12-05 
21:58:47.000000000 +0100
@@ -77,7 +77,7 @@
 Name[sv]=(9) Kärna
 Name[ta]=(9) கெர்னல்
 Name[te]=(9) కెర్నెల్
-Name[tg]=(9) Мағзи система
+Name[tg]=(9) Мағзи низом
 Name[th]=(9) เคอร์เนล
 Name[tr]=(9) Çekirdek
 Name[ug]=(9) يادروسى
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/khelpcenter-19.08.3/plugins/browsercontrolmodules.desktop 
new/khelpcenter-19.12.0/plugins/browsercontrolmodules.desktop
--- old/khelpcenter-19.08.3/plugins/browsercontrolmodules.desktop       
2019-11-04 09:04:04.000000000 +0100
+++ new/khelpcenter-19.12.0/plugins/browsercontrolmodules.desktop       
2019-12-05 21:58:47.000000000 +0100
@@ -41,6 +41,7 @@
 Name[sr@ijekavianlatin]=Moduli postavki pregledača
 Name[sr@latin]=Moduli postavki pregledača
 Name[sv]=Inställningsmoduler för webbläsare
+Name[tg]=Модулҳои танзими браузер
 Name[tr]=Tarayıcı Ayar Modülleri
 Name[uk]=Модулі параметрів перегляду інтернету
 Name[x-test]=xxBrowser Settings Modulesxx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/plugins/kcontrolmodules.desktop 
new/khelpcenter-19.12.0/plugins/kcontrolmodules.desktop
--- old/khelpcenter-19.08.3/plugins/kcontrolmodules.desktop     2019-11-04 
09:04:04.000000000 +0100
+++ new/khelpcenter-19.12.0/plugins/kcontrolmodules.desktop     2019-12-05 
21:58:47.000000000 +0100
@@ -41,6 +41,7 @@
 Name[sr@ijekavianlatin]=Moduli sistemskih postavki
 Name[sr@latin]=Moduli sistemskih postavki
 Name[sv]=Inställningsmoduler för system
+Name[tg]=Модулҳои танзими низом
 Name[tr]=Sistem Ayar Modülleri
 Name[uk]=Модулі системних параметрів
 Name[x-test]=xxSystem Settings Modulesxx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/khelpcenter-19.08.3/plugins/konquerorcontrolmodules.desktop 
new/khelpcenter-19.12.0/plugins/konquerorcontrolmodules.desktop
--- old/khelpcenter-19.08.3/plugins/konquerorcontrolmodules.desktop     
2019-11-04 09:04:04.000000000 +0100
+++ new/khelpcenter-19.12.0/plugins/konquerorcontrolmodules.desktop     
2019-12-05 21:58:47.000000000 +0100
@@ -42,6 +42,7 @@
 Name[sr@ijekavianlatin]=Moduli K‑osvajačevih postavki
 Name[sr@latin]=Moduli K‑osvajačevih postavki
 Name[sv]=Inställningsmoduler för Konqueror
+Name[tg]=Модулҳои танзими Konqueror
 Name[tr]=Konqueror Ayar Modülleri
 Name[uk]=Модулі параметрів Konqueror
 Name[vi]=Mô-đun thiết lập Konqueror
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/plugins/onlinehelp.desktop 
new/khelpcenter-19.12.0/plugins/onlinehelp.desktop
--- old/khelpcenter-19.08.3/plugins/onlinehelp.desktop  2019-11-04 
09:04:04.000000000 +0100
+++ new/khelpcenter-19.12.0/plugins/onlinehelp.desktop  2019-12-05 
21:58:47.000000000 +0100
@@ -57,7 +57,7 @@
 Name[sr@ijekavianlatin]=Pomoć na vezi
 Name[sr@latin]=Pomoć na vezi
 Name[sv]=Direkthjälp
-Name[tg]=Кӯмаки онлайн
+Name[tg]=Кумаки онлайн
 Name[th]=ความช่วยเหลือออนไลน์
 Name[tr]=Çevrimiçi Yardım
 Name[ug]=توردىكى ياردەم
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/plugins/plasma.desktop 
new/khelpcenter-19.12.0/plugins/plasma.desktop
--- old/khelpcenter-19.08.3/plugins/plasma.desktop      2019-11-04 
09:04:04.000000000 +0100
+++ new/khelpcenter-19.12.0/plugins/plasma.desktop      2019-12-05 
21:58:47.000000000 +0100
@@ -72,7 +72,7 @@
 Name[sv]=Handbok Plasma
 Name[ta]=பிளாஸ்மா கையேடு
 Name[te]=ప్లాజ్మా మేన్యువల్
-Name[tg]=Дастуруламали Plasma
+Name[tg]=Дастури Плазма
 Name[th]=คู่มือของพลาสมา
 Name[tr]=Plasma El Kitabı
 Name[ug]=Plasma قوللانمىسى
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/plugintraverser.cpp 
new/khelpcenter-19.12.0/plugintraverser.cpp
--- old/khelpcenter-19.08.3/plugintraverser.cpp 2019-11-04 09:04:04.000000000 
+0100
+++ new/khelpcenter-19.12.0/plugintraverser.cpp 2019-12-05 21:58:47.000000000 
+0100
@@ -25,7 +25,6 @@
 #include "navigatoritem.h"
 #include "khc_debug.h"
 
-#include <KConfig>
 
 #include <QIcon>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/ar/khelpcenter5.po 
new/khelpcenter-19.12.0/po/ar/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/ar/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/ar/khelpcenter5.po       2019-12-06 
01:15:42.000000000 +0100
@@ -15,7 +15,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2012-02-09 14:39+0200\n"
 "Last-Translator: Abdalrahim Fakhouri <[email protected]>\n"
 "Language-Team: Arabic <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/ast/khelpcenter5.po 
new/khelpcenter-19.12.0/po/ast/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/ast/khelpcenter5.po      2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/ast/khelpcenter5.po      2019-12-06 
01:15:42.000000000 +0100
@@ -6,16 +6,16 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
-"PO-Revision-Date: 2019-06-18 15:29+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
+"PO-Revision-Date: 2019-10-22 02:06+0200\n"
 "Last-Translator: enolp <[email protected]>\n"
-"Language-Team: Asturian <[email protected]>\n"
+"Language-Team: Asturian\n"
 "Language: ast\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 19.04.2\n"
+"X-Generator: Lokalize 19.08.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/bg/khelpcenter5.po 
new/khelpcenter-19.12.0/po/bg/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/bg/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/bg/khelpcenter5.po       2019-12-06 
01:15:42.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2012-06-20 10:54+0300\n"
 "Last-Translator: Yasen Pramatarov <[email protected]>\n"
 "Language-Team: Bulgarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/bs/khelpcenter5.po 
new/khelpcenter-19.12.0/po/bs/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/bs/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/bs/khelpcenter5.po       2019-12-06 
01:15:42.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2014-10-20 19:49+0000\n"
 "Last-Translator: Vedran Ljubovic <[email protected]>\n"
 "Language-Team: Bosnian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/ca/khelpcenter5.po 
new/khelpcenter-19.12.0/po/ca/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/ca/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/ca/khelpcenter5.po       2019-12-06 
01:15:42.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2019-03-06 19:55+0100\n"
 "Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/ca@valencia/khelpcenter5.po 
new/khelpcenter-19.12.0/po/ca@valencia/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/ca@valencia/khelpcenter5.po      2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/ca@valencia/khelpcenter5.po      2019-12-06 
01:15:42.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2019-03-06 19:55+0100\n"
 "Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/cs/khelpcenter5.po 
new/khelpcenter-19.12.0/po/cs/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/cs/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/cs/khelpcenter5.po       2019-12-06 
01:15:42.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2018-08-30 14:40+0100\n"
 "Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/da/khelpcenter5.po 
new/khelpcenter-19.12.0/po/da/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/da/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/da/khelpcenter5.po       2019-12-06 
01:15:42.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2016-05-28 16:18+0100\n"
 "Last-Translator: Martin Schlander <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/de/khelpcenter5.po 
new/khelpcenter-19.12.0/po/de/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/de/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/de/khelpcenter5.po       2019-12-06 
01:15:42.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2019-04-04 06:18+0100\n"
 "Last-Translator: Burkhard Lück <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/el/khelpcenter5.po 
new/khelpcenter-19.12.0/po/el/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/el/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/el/khelpcenter5.po       2019-12-06 
01:15:42.000000000 +0100
@@ -10,20 +10,20 @@
 # Petros Vidalis <[email protected]>, 2010.
 # Dimitrios Glentadakis <[email protected]>, 2012, 2014.
 # Dimitris Kardarakos <[email protected]>, 2014.
-# Stelios <[email protected]>, 2016, 2018.
+# Stelios <[email protected]>, 2016, 2018, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
-"PO-Revision-Date: 2018-09-19 11:23+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
+"PO-Revision-Date: 2019-07-24 12:22+0300\n"
 "Last-Translator: Stelios <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\n"
 "Language: el\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.3\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #, kde-format
@@ -342,10 +342,9 @@
 msgstr "&Σελιδοδείκτες"
 
 #: navigator.cpp:75
-#, fuzzy, kde-format
-#| msgid "&Search"
+#, kde-format
 msgid "Search..."
-msgstr "&Αναζήτηση"
+msgstr "Αναζήτηση..."
 
 #: navigator.cpp:130
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/en_GB/khelpcenter5.po 
new/khelpcenter-19.12.0/po/en_GB/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/en_GB/khelpcenter5.po    2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/en_GB/khelpcenter5.po    2019-12-06 
01:15:42.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2019-03-24 13:04+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
 "Language-Team: British English <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/eo/khelpcenter5.po 
new/khelpcenter-19.12.0/po/eo/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/eo/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/eo/khelpcenter5.po       2019-12-06 
01:15:42.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2007-12-22 09:21-0600\n"
 "Last-Translator: Cindy McKee <[email protected]>\n"
 "Language-Team: Esperanto <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/es/khelpcenter5.po 
new/khelpcenter-19.12.0/po/es/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/es/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/es/khelpcenter5.po       2019-12-06 
01:15:42.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:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2019-03-09 22:16+0100\n"
 "Last-Translator: Eloy Cuadra <[email protected]>\n"
 "Language-Team: Spanish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/et/khelpcenter5.po 
new/khelpcenter-19.12.0/po/et/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/et/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/et/khelpcenter5.po       2019-12-06 
01:15:42.000000000 +0100
@@ -3,20 +3,20 @@
 #
 # Hasso Tepper <[email protected]>, 1999.
 # Marek Laane <[email protected]>, 2003-2005,2007-2008.
-# Marek Laane <[email protected]>, 2009, 2012, 2016.
+# Marek Laane <[email protected]>, 2009, 2012, 2016, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
-"PO-Revision-Date: 2016-07-26 13:04+0300\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
+"PO-Revision-Date: 2019-10-29 20:36+0200\n"
 "Last-Translator: Marek Laane <[email protected]>\n"
-"Language-Team: Estonian <[email protected]>\n"
+"Language-Team: Estonian <[email protected]>\n"
 "Language: et\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 19.08.1\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #, kde-format
@@ -40,25 +40,24 @@
 msgstr "Abikeskus"
 
 #: application.cpp:95
-#, fuzzy, kde-format
-#| msgid "(c) 1999-2011, The KHelpCenter developers"
+#, kde-format
 msgid "(c) 1999-2018, The KHelpCenter developers"
-msgstr "(c) 1999-2011: KDE abikeskuse arendajad"
+msgstr "(c) 1999-2018: KDE abikeskuse arendajad"
 
 #: application.cpp:97
 #, kde-format
 msgid "Current maintainer"
-msgstr ""
+msgstr "Praegune hooldaja"
 
 #: application.cpp:98
 #, kde-format
 msgid "Xapian-based search, lot of bugfixes"
-msgstr ""
+msgstr "Xapiani-põhine otsing, rohkelt veaparandusi"
 
 #: application.cpp:99
 #, kde-format
 msgid "Former maintainer"
-msgstr ""
+msgstr "Endine hooldaja"
 
 #: application.cpp:101
 #, kde-format
@@ -334,10 +333,9 @@
 msgstr "&Järjehoidjad"
 
 #: navigator.cpp:75
-#, fuzzy, kde-format
-#| msgid "&Search"
+#, kde-format
 msgid "Search..."
-msgstr "Ot&si"
+msgstr "Otsi ..."
 
 #: navigator.cpp:130
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/eu/khelpcenter5.po 
new/khelpcenter-19.12.0/po/eu/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/eu/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/eu/khelpcenter5.po       2019-12-06 
01:15:42.000000000 +0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2019-05-31 21:50+0100\n"
 "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n"
 "Language-Team: Basque <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/fa/khelpcenter5.po 
new/khelpcenter-19.12.0/po/fa/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/fa/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/fa/khelpcenter5.po       2019-12-06 
01:15:42.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2012-06-22 10:12+0430\n"
 "Last-Translator: Mohammad Reza Mirdamadi <[email protected]>\n"
 "Language-Team: Farsi (Persian) <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/fi/khelpcenter5.po 
new/khelpcenter-19.12.0/po/fi/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/fi/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/fi/khelpcenter5.po       2019-12-06 
01:15:42.000000000 +0100
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2019-10-16 12:18+0300\n"
 "Last-Translator: Tommi Nieminen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/fr/khelpcenter5.po 
new/khelpcenter-19.12.0/po/fr/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/fr/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/fr/khelpcenter5.po       2019-12-06 
01:15:42.000000000 +0100
@@ -19,7 +19,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2019-03-06 13:00+0800\n"
 "Last-Translator: Simon Depiets <[email protected]>\n"
 "Language-Team: French <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/ga/khelpcenter5.po 
new/khelpcenter-19.12.0/po/ga/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/ga/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/ga/khelpcenter5.po       2019-12-06 
01:15:42.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2004-12-03 14:52-0500\n"
 "Last-Translator: Kevin Scannell <[email protected]>\n"
 "Language-Team: Irish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/gl/khelpcenter5.po 
new/khelpcenter-19.12.0/po/gl/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/gl/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/gl/khelpcenter5.po       2019-12-06 
01:15:42.000000000 +0100
@@ -20,7 +20,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2019-03-06 19:28+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
@@ -122,7 +122,7 @@
 #: fontdialog.cpp:102
 #, kde-format
 msgid "Fonts"
-msgstr "Tipos de letra"
+msgstr "Fontes"
 
 #: fontdialog.cpp:109
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/he/khelpcenter5.po 
new/khelpcenter-19.12.0/po/he/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/he/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/he/khelpcenter5.po       2019-12-06 
01:15:42.000000000 +0100
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2017-05-16 06:37-0400\n"
 "Last-Translator: Copied by Zanata <[email protected]>\n"
 "Language-Team: Hebrew <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/hi/khelpcenter5.po 
new/khelpcenter-19.12.0/po/hi/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/hi/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/hi/khelpcenter5.po       2019-12-06 
01:15:42.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2012-07-02 13:41+0530\n"
 "Last-Translator: G Karunakar <[email protected]>\n"
 "Language-Team: Hindi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/hr/khelpcenter5.po 
new/khelpcenter-19.12.0/po/hr/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/hr/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/hr/khelpcenter5.po       2019-12-06 
01:15:42.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter 0\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2009-12-02 18:13+0100\n"
 "Last-Translator: Andrej Dundović <[email protected]>\n"
 "Language-Team: Croatian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/hu/khelpcenter5.po 
new/khelpcenter-19.12.0/po/hu/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/hu/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/hu/khelpcenter5.po       2019-12-06 
01:15:42.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4.2\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2017-02-17 15:45+0100\n"
 "Last-Translator: Kiszel Kristóf <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/ia/khelpcenter5.po 
new/khelpcenter-19.12.0/po/ia/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/ia/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/ia/khelpcenter5.po       2019-12-06 
01:15:42.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:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2016-11-29 11:18+0100\n"
 "Last-Translator: Giovanni Sora <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/id/khelpcenter5.po 
new/khelpcenter-19.12.0/po/id/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/id/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/id/khelpcenter5.po       2019-12-06 
01:15:42.000000000 +0100
@@ -8,8 +8,8 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
-"PO-Revision-Date: 2019-09-12 07:22+0700\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
+"PO-Revision-Date: 2019-11-05 18:42+0700\n"
 "Last-Translator: Wantoyo <[email protected]>\n"
 "Language-Team: Indonesian <[email protected]>\n"
 "Language: id\n"
@@ -17,6 +17,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.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -395,7 +396,7 @@
 #: searchhandler.cpp:52
 #, kde-format
 msgid "Error executing search command '%1'."
-msgstr "Error melaksanakan perintah pencarian '%1'."
+msgstr "Error mengeksekusi perintah pencarian '%1'."
 
 #: searchhandler.cpp:93
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/is/khelpcenter5.po 
new/khelpcenter-19.12.0/po/is/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/is/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/is/khelpcenter5.po       2019-12-06 
01:15:42.000000000 +0100
@@ -6,20 +6,20 @@
 # Arnar Leósson <[email protected]>, 2003, 2005.
 # Svanur Palsson <[email protected]>, 2004.
 # Arnar Leosson <[email protected]>, 2005.
-# Sveinn í Felli <[email protected]>, 2009, 2012, 2018.
+# Sveinn í Felli <[email protected]>, 2009, 2012, 2018, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
-"PO-Revision-Date: 2018-01-10 08:40+0000\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
+"PO-Revision-Date: 2019-11-05 18:23+0000\n"
 "Last-Translator: Sveinn í Felli <[email protected]>\n"
 "Language-Team: Icelandic <[email protected]>\n"
 "Language: is\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n"
 "\n"
 "\n"
@@ -46,25 +46,24 @@
 msgstr "Hjálparmiðstöð"
 
 #: application.cpp:95
-#, fuzzy, kde-format
-#| msgid "(c) 1999-2011, The KHelpCenter developers"
+#, kde-format
 msgid "(c) 1999-2018, The KHelpCenter developers"
-msgstr "(c) 1999-2011, Hönnuðir KDE Hjálparmiðstöðvarinnar"
+msgstr "(c) 1999-2019, Hönnuðir KDE Hjálparmiðstöðvarinnar"
 
 #: application.cpp:97
 #, kde-format
 msgid "Current maintainer"
-msgstr ""
+msgstr "Núverandi umsjónarmaður"
 
 #: application.cpp:98
 #, kde-format
 msgid "Xapian-based search, lot of bugfixes"
-msgstr ""
+msgstr "Leit byggð á Xapian, mikil aflúsun"
 
 #: application.cpp:99
 #, kde-format
 msgid "Former maintainer"
-msgstr ""
+msgstr "Fyrrverandi umsjónarmaður"
 
 #: application.cpp:101
 #, kde-format
@@ -340,10 +339,9 @@
 msgstr "&Bókamerki"
 
 #: navigator.cpp:75
-#, fuzzy, kde-format
-#| msgid "&Search"
+#, kde-format
 msgid "Search..."
-msgstr "&Leita"
+msgstr "Leita..."
 
 #: navigator.cpp:130
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/it/khelpcenter5.po 
new/khelpcenter-19.12.0/po/it/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/it/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/it/khelpcenter5.po       2019-12-06 
01:15:42.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2019-03-21 00:06+0100\n"
 "Last-Translator: Luigi Toscano <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/ja/khelpcenter5.po 
new/khelpcenter-19.12.0/po/ja/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/ja/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/ja/khelpcenter5.po       2019-12-06 
01:15:42.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2014-12-06 16:40-0800\n"
 "Last-Translator: Fumiaki Okushi <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/kk/khelpcenter5.po 
new/khelpcenter-19.12.0/po/kk/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/kk/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/kk/khelpcenter5.po       2019-12-06 
01:15:42.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2012-01-05 02:45+0600\n"
 "Last-Translator: Sairan Kikkarin <[email protected]>\n"
 "Language-Team: Kazakh <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/km/khelpcenter5.po 
new/khelpcenter-19.12.0/po/km/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/km/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/km/khelpcenter5.po       2019-12-06 
01:15:43.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2012-01-06 08:50+0700\n"
 "Last-Translator: Khoem Sokhem <[email protected]>\n"
 "Language-Team: Khmer <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/ko/khelpcenter5.po 
new/khelpcenter-19.12.0/po/ko/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/ko/khelpcenter5.po       2019-11-05 
05:00:08.000000000 +0100
+++ new/khelpcenter-19.12.0/po/ko/khelpcenter5.po       2019-12-06 
01:15:43.000000000 +0100
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2019-04-22 02:19+0200\n"
 "Last-Translator: Shinjo Park <[email protected]>\n"
 "Language-Team: Korean <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/lt/khelpcenter5.po 
new/khelpcenter-19.12.0/po/lt/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/lt/khelpcenter5.po       2019-11-05 
05:00:09.000000000 +0100
+++ new/khelpcenter-19.12.0/po/lt/khelpcenter5.po       2019-12-06 
01:15:43.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2017-10-02 10:28+0200\n"
 "Last-Translator: Mindaugas Baranauskas <[email protected]>\n"
 "Language-Team: Lithuanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/lv/khelpcenter5.po 
new/khelpcenter-19.12.0/po/lv/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/lv/khelpcenter5.po       2019-11-05 
05:00:09.000000000 +0100
+++ new/khelpcenter-19.12.0/po/lv/khelpcenter5.po       2019-12-06 
01:15:43.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2012-01-09 05:11+0200\n"
 "Last-Translator: Einars Sprugis <[email protected]>\n"
 "Language-Team: Latvian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/ml/khelpcenter5.po 
new/khelpcenter-19.12.0/po/ml/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/ml/khelpcenter5.po       2019-11-05 
05:00:09.000000000 +0100
+++ new/khelpcenter-19.12.0/po/ml/khelpcenter5.po       2019-12-06 
01:15:43.000000000 +0100
@@ -8,9 +8,9 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
-"PO-Revision-Date: 2019-08-11 14:09+0530\n"
-"Last-Translator: Subin Siby <[email protected]>\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
+"PO-Revision-Date: 2008-07-22 22:03+0530\n"
+"Last-Translator: Shiju Alex <[email protected]>\n"
 "Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം 
Computing|കമ്പ്യൂട്ടിങ്ങ് <smc-"
 "[email protected]>\n"
 "Language: ml\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/mr/khelpcenter5.po 
new/khelpcenter-19.12.0/po/mr/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/mr/khelpcenter5.po       2019-11-05 
05:00:09.000000000 +0100
+++ new/khelpcenter-19.12.0/po/mr/khelpcenter5.po       2019-12-06 
01:15:43.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2014-10-28 15:30+0530\n"
 "Last-Translator: Chetan Khona <[email protected]>\n"
 "Language-Team: Marathi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/nb/khelpcenter5.po 
new/khelpcenter-19.12.0/po/nb/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/nb/khelpcenter5.po       2019-11-05 
05:00:09.000000000 +0100
+++ new/khelpcenter-19.12.0/po/nb/khelpcenter5.po       2019-12-06 
01:15:43.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2014-08-09 08:34+0200\n"
 "Last-Translator: Bjørn Steensrud <[email protected]>\n"
 "Language-Team: Norwegian Bokmål <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/nds/khelpcenter5.po 
new/khelpcenter-19.12.0/po/nds/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/nds/khelpcenter5.po      2019-11-05 
05:00:09.000000000 +0100
+++ new/khelpcenter-19.12.0/po/nds/khelpcenter5.po      2019-12-06 
01:15:43.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2014-08-11 11:51+0200\n"
 "Last-Translator: Sönke Dibbern <[email protected]>\n"
 "Language-Team: Low Saxon <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/nl/khelpcenter5.po 
new/khelpcenter-19.12.0/po/nl/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/nl/khelpcenter5.po       2019-11-05 
05:00:09.000000000 +0100
+++ new/khelpcenter-19.12.0/po/nl/khelpcenter5.po       2019-12-06 
01:15:43.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:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2019-03-06 11:56+0100\n"
 "Last-Translator: Freek de Kruijf <[email protected]>\n"
 "Language-Team: Dutch <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/nn/khelpcenter5.po 
new/khelpcenter-19.12.0/po/nn/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/nn/khelpcenter5.po       2019-11-05 
05:00:09.000000000 +0100
+++ new/khelpcenter-19.12.0/po/nn/khelpcenter5.po       2019-12-06 
01:15:43.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2019-03-09 23:05+0100\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/pa/khelpcenter5.po 
new/khelpcenter-19.12.0/po/pa/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/pa/khelpcenter5.po       2019-11-05 
05:00:09.000000000 +0100
+++ new/khelpcenter-19.12.0/po/pa/khelpcenter5.po       2019-12-06 
01:15:43.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2019-02-10 09:33-0800\n"
 "Last-Translator: A S Alam <[email protected]>\n"
 "Language-Team: Punjabi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/pl/khelpcenter5.po 
new/khelpcenter-19.12.0/po/pl/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/pl/khelpcenter5.po       2019-11-05 
05:00:09.000000000 +0100
+++ new/khelpcenter-19.12.0/po/pl/khelpcenter5.po       2019-12-06 
01:15:43.000000000 +0100
@@ -1,6 +1,6 @@
 # translation of khelpcenter.po to Polish
 # translation of khelpcenter.po to
-# Version: $Revision: 1550639 $
+# Version: $Revision: 1551793 $
 # Norbert Popiołek <[email protected]>
 # Piotr Roszatycki <[email protected]>, 1997-2000.
 # Michał Rudolf <[email protected]>, 2002.
@@ -13,8 +13,8 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
-"PO-Revision-Date: 2019-06-20 11:43+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
+"PO-Revision-Date: 2019-09-15 09:01+0200\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
 "Language: pl\n"
@@ -343,7 +343,7 @@
 #: navigator.cpp:75
 #, kde-format
 msgid "Search..."
-msgstr "Znajdź..."
+msgstr "Szukaj..."
 
 #: navigator.cpp:130
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/pt/khelpcenter5.po 
new/khelpcenter-19.12.0/po/pt/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/pt/khelpcenter5.po       2019-11-05 
05:00:09.000000000 +0100
+++ new/khelpcenter-19.12.0/po/pt/khelpcenter5.po       2019-12-06 
01:15:43.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2018-08-30 09:50+0100\n"
 "Last-Translator: Pedro Morais <[email protected]>\n"
 "Language-Team: pt <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/pt_BR/khelpcenter5.po 
new/khelpcenter-19.12.0/po/pt_BR/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/pt_BR/khelpcenter5.po    2019-11-05 
05:00:09.000000000 +0100
+++ new/khelpcenter-19.12.0/po/pt_BR/khelpcenter5.po    2019-12-06 
01:15:43.000000000 +0100
@@ -15,7 +15,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2019-05-17 10:00-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/ro/khelpcenter5.po 
new/khelpcenter-19.12.0/po/ro/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/ro/khelpcenter5.po       2019-11-05 
05:00:09.000000000 +0100
+++ new/khelpcenter-19.12.0/po/ro/khelpcenter5.po       2019-12-06 
01:15:43.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2015-04-20 13:48+0300\n"
 "Last-Translator: Sergiu Bivol <[email protected]>\n"
 "Language-Team: Romanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/ru/khelpcenter5.po 
new/khelpcenter-19.12.0/po/ru/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/ru/khelpcenter5.po       2019-11-05 
05:00:09.000000000 +0100
+++ new/khelpcenter-19.12.0/po/ru/khelpcenter5.po       2019-12-06 
01:15:43.000000000 +0100
@@ -17,7 +17,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2019-07-11 02:45+0300\n"
 "Last-Translator: Alexander Potashev <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/sk/khelpcenter5.po 
new/khelpcenter-19.12.0/po/sk/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/sk/khelpcenter5.po       2019-11-05 
05:00:09.000000000 +0100
+++ new/khelpcenter-19.12.0/po/sk/khelpcenter5.po       2019-12-06 
01:15:43.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2019-03-29 14:20+0100\n"
 "Last-Translator: Matej Mrenica <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/sl/khelpcenter5.po 
new/khelpcenter-19.12.0/po/sl/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/sl/khelpcenter5.po       2019-11-05 
05:00:09.000000000 +0100
+++ new/khelpcenter-19.12.0/po/sl/khelpcenter5.po       2019-12-06 
01:15:43.000000000 +0100
@@ -1,7 +1,7 @@
 # translation of khelpcenter.po to Slovenian
 # Translation of khelpcenter.po to Slovenian
 # SLOVENIAN TRANSLATION OF KFONTMANAGER.
-# $Id: khelpcenter5.po 1550639 2019-08-30 07:08:12Z scripty $
+# $Id: khelpcenter5.po 1546372 2019-07-12 02:58:03Z scripty $
 # $Source$
 #
 # Copyright (C) 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2016-03-26 18:44+0100\n"
 "Last-Translator: Andrej Mernik <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/sv/khelpcenter5.po 
new/khelpcenter-19.12.0/po/sv/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/sv/khelpcenter5.po       2019-11-05 
05:00:09.000000000 +0100
+++ new/khelpcenter-19.12.0/po/sv/khelpcenter5.po       2019-12-06 
01:15:43.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2019-03-06 19:17+0100\n"
 "Last-Translator: Stefan Asserhäll <[email protected]>\n"
 "Language-Team: Swedish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/tr/khelpcenter5.po 
new/khelpcenter-19.12.0/po/tr/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/tr/khelpcenter5.po       2019-11-05 
05:00:09.000000000 +0100
+++ new/khelpcenter-19.12.0/po/tr/khelpcenter5.po       2019-12-06 
01:15:43.000000000 +0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2017-04-12 16:37+0100\n"
 "Last-Translator: Volkan Gezer <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/ug/khelpcenter5.po 
new/khelpcenter-19.12.0/po/ug/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/ug/khelpcenter5.po       2019-11-05 
05:00:09.000000000 +0100
+++ new/khelpcenter-19.12.0/po/ug/khelpcenter5.po       2019-12-06 
01:15:43.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <[email protected]>\n"
 "Language-Team: Uyghur Computer Science Association <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/uk/khelpcenter5.po 
new/khelpcenter-19.12.0/po/uk/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/uk/khelpcenter5.po       2019-11-05 
05:00:09.000000000 +0100
+++ new/khelpcenter-19.12.0/po/uk/khelpcenter5.po       2019-12-06 
01:15:43.000000000 +0100
@@ -1,5 +1,5 @@
 # Translation of khelpcenter5.po to Ukrainian
-# Copyright (C) 2018-2019 This_file_is_part_of_KDE
+# Copyright (C) 2014-2019 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2019-03-06 07:55+0200\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/wa/khelpcenter5.po 
new/khelpcenter-19.12.0/po/wa/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/wa/khelpcenter5.po       2019-11-05 
05:00:09.000000000 +0100
+++ new/khelpcenter-19.12.0/po/wa/khelpcenter5.po       2019-12-06 
01:15:43.000000000 +0100
@@ -17,7 +17,7 @@
 msgstr ""
 "Project-Id-Version: kdehelp 0.4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2012-07-04 14:44+0200\n"
 "Last-Translator: Jean Cayron <[email protected]>\n"
 "Language-Team: Walloon <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/po/zh_CN/khelpcenter5.po 
new/khelpcenter-19.12.0/po/zh_CN/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/zh_CN/khelpcenter5.po    2019-11-05 
05:00:09.000000000 +0100
+++ new/khelpcenter-19.12.0/po/zh_CN/khelpcenter5.po    2019-12-06 
01:15:43.000000000 +0100
@@ -11,8 +11,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
-"PO-Revision-Date: 2019-10-09 10:10\n"
+"POT-Creation-Date: 2019-07-12 02:38+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/khelpcenter-19.08.3/po/zh_TW/khelpcenter5.po 
new/khelpcenter-19.12.0/po/zh_TW/khelpcenter5.po
--- old/khelpcenter-19.08.3/po/zh_TW/khelpcenter5.po    2019-11-05 
05:00:09.000000000 +0100
+++ new/khelpcenter-19.12.0/po/zh_TW/khelpcenter5.po    2019-12-06 
01:15:43.000000000 +0100
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: khelpcenter\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-08-30 07:36+0200\n"
+"POT-Creation-Date: 2019-07-12 02:38+0200\n"
 "PO-Revision-Date: 2019-03-12 20:58+0800\n"
 "Last-Translator: pan93412 <[email protected]>\n"
 "Language-Team: Chinese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/searchhandlers/xapiansearch.cpp 
new/khelpcenter-19.12.0/searchhandlers/xapiansearch.cpp
--- old/khelpcenter-19.08.3/searchhandlers/xapiansearch.cpp     2019-11-04 
09:04:04.000000000 +0100
+++ new/khelpcenter-19.12.0/searchhandlers/xapiansearch.cpp     2019-12-05 
21:58:47.000000000 +0100
@@ -77,9 +77,9 @@
   }
 
   Xapian::Query::op op;
-  if ( method == QStringLiteral( "and" ) ) {
+  if ( method == QLatin1String( "and" ) ) {
     op = Xapian::Query::OP_AND;
-  } else if ( method == QStringLiteral( "or" ) ) {
+  } else if ( method == QLatin1String( "or" ) ) {
     op = Xapian::Query::OP_OR;
   } else {
     qCCritical(LOG) << "Unrecognized method:" << method;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/searchwidget.cpp 
new/khelpcenter-19.12.0/searchwidget.cpp
--- old/khelpcenter-19.08.3/searchwidget.cpp    2019-11-04 09:04:04.000000000 
+0100
+++ new/khelpcenter-19.12.0/searchwidget.cpp    2019-12-05 21:58:47.000000000 
+0100
@@ -45,7 +45,7 @@
   mScopeCount( 0 )
 {
   QBoxLayout *topLayout = new QVBoxLayout( this );
-  topLayout->setMargin( 2 );
+  topLayout->setContentsMargins( 2, 2, 2, 2 );
   topLayout->setSpacing( 2 );
 
   QBoxLayout *hLayout = new QHBoxLayout();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-19.08.3/toc.cpp 
new/khelpcenter-19.12.0/toc.cpp
--- old/khelpcenter-19.08.3/toc.cpp     2019-11-04 09:04:04.000000000 +0100
+++ new/khelpcenter-19.12.0/toc.cpp     2019-12-05 21:58:47.000000000 +0100
@@ -95,7 +95,7 @@
 
     QString cacheFile = fileName.replace( QLatin1Char('/'), 
QStringLiteral("__") );
 #ifdef Q_WS_WIN
-    cacheFile = cacheFile.replace( QLatin1Char(':'), QStringLiteral("_") );
+    cacheFile.replace( QLatin1Char(':'), QStringLiteral("_") );
 #endif
     m_cacheFile = 
QStandardPaths::writableLocation(QStandardPaths::CacheLocation) + 
QStringLiteral("/help/") + cacheFile ;
     m_sourceFile = file;


Reply via email to