Hello community,

here is the log from the commit of package baloo5 for openSUSE:Factory checked 
in at 2019-10-14 13:32:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/baloo5 (Old)
 and      /work/SRC/openSUSE:Factory/.baloo5.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "baloo5"

Mon Oct 14 13:32:35 2019 rev:69 rq:737997 version:5.63.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/baloo5/baloo5.changes    2019-09-23 
12:20:18.061778386 +0200
+++ /work/SRC/openSUSE:Factory/.baloo5.new.2352/baloo5.changes  2019-10-14 
13:32:37.066786752 +0200
@@ -1,0 +2,12 @@
+Sun Oct  6 13:26:09 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.63.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.63.0.php
+- Changes since 5.62.0:
+  * Small performance improvements suggested by clang-tidy
+  * Port away from deprecated API in Qt 5.14
+  * Port away from deprecated methods in Qt 5.14
+
+-------------------------------------------------------------------

Old:
----
  baloo-5.62.0.tar.xz
  baloo-5.62.0.tar.xz.sig

New:
----
  baloo-5.63.0.tar.xz
  baloo-5.63.0.tar.xz.sig

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

Other differences:
------------------
++++++ baloo5.spec ++++++
--- /var/tmp/diff_new_pack.zz3omI/_old  2019-10-14 13:32:38.170783874 +0200
+++ /var/tmp/diff_new_pack.zz3omI/_new  2019-10-14 13:32:38.174783864 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.62
+%define _tar_path 5.63
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           baloo5
-Version:        5.62.0
+Version:        5.63.0
 Release:        0
 Summary:        Framework for searching and managing metadata
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only
@@ -48,13 +48,13 @@
 BuildRequires:  cmake(KF5IdleTime) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5KIO) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5Solid) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Concurrent) >= 5.6.0
-BuildRequires:  cmake(Qt5Core) >= 5.6.0
-BuildRequires:  cmake(Qt5DBus) >= 5.6.0
-BuildRequires:  cmake(Qt5Qml) >= 5.6.0
-BuildRequires:  cmake(Qt5Quick) >= 5.6.0
-BuildRequires:  cmake(Qt5Test) >= 5.6.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
+BuildRequires:  cmake(Qt5Concurrent) >= 5.11.0
+BuildRequires:  cmake(Qt5Core) >= 5.11.0
+BuildRequires:  cmake(Qt5DBus) >= 5.11.0
+BuildRequires:  cmake(Qt5Qml) >= 5.11.0
+BuildRequires:  cmake(Qt5Quick) >= 5.11.0
+BuildRequires:  cmake(Qt5Test) >= 5.11.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.11.0
 
 %description
 Baloo is a framework for searching and managing metadata.
@@ -130,7 +130,7 @@
 Requires:       lmdb-devel
 Requires:       cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
 Requires:       cmake(KF5FileMetaData) >= %{_kf5_bugfix_version}
-Requires:       cmake(Qt5Core) >= 5.6.0
+Requires:       cmake(Qt5Core) >= 5.11.0
 # DBus interface file
 Conflicts:      baloo-devel
 

++++++ baloo-5.62.0.tar.xz -> baloo-5.63.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.62.0/CMakeLists.txt 
new/baloo-5.63.0/CMakeLists.txt
--- old/baloo-5.62.0/CMakeLists.txt     2019-09-07 15:53:53.000000000 +0200
+++ new/baloo-5.63.0/CMakeLists.txt     2019-10-06 11:41:39.000000000 +0200
@@ -1,8 +1,8 @@
 # set minimum version requirements
 cmake_minimum_required(VERSION 3.5)
 set(REQUIRED_QT_VERSION 5.11.0)
-set(KF5_VERSION "5.62.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
+set(KF5_VERSION "5.63.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.63.0") # handled by release scripts
 
 # set up project
 project(Baloo VERSION ${KF5_VERSION})
@@ -72,7 +72,7 @@
 # compiler flags and build system
 remove_definitions(-DQT_NO_CAST_FROM_ASCII)
 add_definitions(-DQT_NO_FOREACH)
-
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
 
 find_package(Inotify)
 set_package_properties(Inotify PROPERTIES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/baloo-5.62.0/autotests/unit/file/basicindexingjobtest.cpp 
new/baloo-5.63.0/autotests/unit/file/basicindexingjobtest.cpp
--- old/baloo-5.62.0/autotests/unit/file/basicindexingjobtest.cpp       
2019-09-07 15:53:53.000000000 +0200
+++ new/baloo-5.63.0/autotests/unit/file/basicindexingjobtest.cpp       
2019-10-06 11:41:39.000000000 +0200
@@ -84,7 +84,7 @@
 
     const QString time_t = 
QString::fromStdString(docForNormal.doc().get_value(0));
     const QString julanDay = 
QString::fromStdString(docForNormal.doc().get_value(1));
-    QCOMPARE(time_t, QString::number(mod.toTime_t()));
+    QCOMPARE(time_t, QString::number(mod.toSecsSinceEpoch()));
     QCOMPARE(julanDay, QString::number(mod.date().toJulianDay()));
 
     // types
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.62.0/autotests/unit/file/fileinfotest.cpp 
new/baloo-5.63.0/autotests/unit/file/fileinfotest.cpp
--- old/baloo-5.62.0/autotests/unit/file/fileinfotest.cpp       2019-09-07 
15:53:53.000000000 +0200
+++ new/baloo-5.63.0/autotests/unit/file/fileinfotest.cpp       2019-10-06 
11:41:39.000000000 +0200
@@ -51,7 +51,7 @@
     {
         FileInfo info(file.fileName().toUtf8());
         QFileInfo qinfo(file.fileName());
-        QCOMPARE(info.mtime(), qinfo.lastModified().toTime_t());
+        QCOMPARE(info.mtime(), qinfo.lastModified().toSecsSinceEpoch());
     }
 
     void test_mtime_invalid()
@@ -64,7 +64,7 @@
     {
         FileInfo info(file.fileName().toUtf8());
         QFileInfo qinfo(file.fileName());
-        QCOMPARE(info.ctime(), qinfo.created().toTime_t());
+        QCOMPARE(info.ctime(), qinfo.metadataChangeTime().toSecsSinceEpoch());
     }
 
     void test_exists_true()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.62.0/po/ast/balooctl5.po 
new/baloo-5.63.0/po/ast/balooctl5.po
--- old/baloo-5.62.0/po/ast/balooctl5.po        1970-01-01 01:00:00.000000000 
+0100
+++ new/baloo-5.63.0/po/ast/balooctl5.po        2019-10-06 11:41:39.000000000 
+0200
@@ -0,0 +1,493 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the baloo package.
+#
+# enolp <[email protected]>, 2019.
+msgid ""
+msgstr ""
+"Project-Id-Version: baloo\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2019-08-12 02:44+0200\n"
+"PO-Revision-Date: 2019-09-20 01:02+0200\n"
+"Last-Translator: enolp <[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.08.1\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "Softastur"
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "[email protected]"
+
+#: ../../file/indexerstate.h:44
+#, kde-format
+msgid "Unknown"
+msgstr ""
+
+#: ../../file/indexerstate.h:47
+#, kde-format
+msgid "Idle"
+msgstr ""
+
+#: ../../file/indexerstate.h:50
+#, kde-format
+msgid "Suspended"
+msgstr "Suspendióse"
+
+#: ../../file/indexerstate.h:53
+#, kde-format
+msgid "Initial Indexing"
+msgstr ""
+
+#: ../../file/indexerstate.h:56
+#, kde-format
+msgid "Indexing new files"
+msgstr "Indizando ficheros nuevos"
+
+#: ../../file/indexerstate.h:59
+#, kde-format
+msgid "Indexing modified files"
+msgstr "Indizando ficheros modificaos"
+
+#: ../../file/indexerstate.h:62
+#, kde-format
+msgid "Indexing Extended Attributes"
+msgstr "Indizando atributos estendíos"
+
+#: ../../file/indexerstate.h:65
+#, kde-format
+msgid "Indexing file content"
+msgstr "Indizando'l conteníu de ficheros"
+
+#: ../../file/indexerstate.h:68
+#, kde-format
+msgid "Checking for unindexed files"
+msgstr "Comprobando ficheros ensin indizar"
+
+#: ../../file/indexerstate.h:71
+#, kde-format
+msgid "Checking for stale index entries"
+msgstr ""
+
+#: ../../file/indexerstate.h:74
+#, kde-format
+msgid "Idle (Powersave)"
+msgstr ""
+
+#: configcommand.cpp:58
+#, kde-format
+msgid "Manipulate the Baloo configuration"
+msgstr ""
+
+#: configcommand.cpp:81
+#, kde-format
+msgid "The config command can be used to manipulate the Baloo Configuration"
+msgstr "El comandu config pue usase pa modificar la configuración de Baloo"
+
+#: configcommand.cpp:82
+#, kde-format
+msgid "Usage: balooctl config <command>"
+msgstr "Usu: balooctl config <comandu>"
+
+#: configcommand.cpp:83
+#, kde-format
+msgid "Possible Commands:"
+msgstr "Comandos posibles:"
+
+#: configcommand.cpp:86
+#, kde-format
+msgid "Add a value to config parameter"
+msgstr "Amiesta un valor al parámetru de configuración"
+
+#: configcommand.cpp:87
+#, kde-format
+msgid "Remove a value from a config parameter"
+msgstr ""
+
+#: configcommand.cpp:88
+#, kde-format
+msgid "Show the value of a config parameter"
+msgstr "Amuesa'l valor d'un parámetru de configuración"
+
+#: configcommand.cpp:89
+#, kde-format
+msgid "Set the value of a config parameter"
+msgstr "Afita'l valor d'un parámetru de configuración"
+
+#: configcommand.cpp:90
+#, kde-format
+msgid "Display this help menu"
+msgstr "Amuesa esti menú d'ayuda"
+
+#: configcommand.cpp:96
+#, kde-format
+msgid "The following configuration options may be listed:"
+msgstr "Puen llistase les opciones de configuración de darréu:"
+
+#: configcommand.cpp:98 configcommand.cpp:377
+#, kde-format
+msgid "Controls if Baloo indexes hidden files and folders"
+msgstr "Controla si Baloo indiza ficheros y carpetes anubríos"
+
+#: configcommand.cpp:99 configcommand.cpp:378
+#, kde-format
+msgid "Controls if Baloo indexes file content"
+msgstr "Controla si Baloo indiza'l conteníu de ficheros"
+
+#: configcommand.cpp:100 configcommand.cpp:163 configcommand.cpp:254
+#, kde-format
+msgid "The list of folders which Baloo indexes"
+msgstr "La llista de carpetes que Baloo indiza"
+
+#: configcommand.cpp:101 configcommand.cpp:164 configcommand.cpp:255
+#, kde-format
+msgid "The list of folders which Baloo will never index"
+msgstr "La llista de carpetes que Baloo enxamás va indizar"
+
+#: configcommand.cpp:102 configcommand.cpp:165 configcommand.cpp:256
+#, kde-format
+msgid "The list of filters which are used to exclude files"
+msgstr "La llista de peñeres que s'usen pa escluyir ficheros"
+
+#: configcommand.cpp:103 configcommand.cpp:166 configcommand.cpp:257
+#, kde-format
+msgid "The list of mimetypes which are used to exclude files"
+msgstr "La llista de tribes MIME que s'usa pa escluyir ficheros"
+
+#: configcommand.cpp:155 configcommand.cpp:246 configcommand.cpp:369
+#: configcommand.cpp:439
+#, kde-format
+msgid "Config parameter could not be found"
+msgstr "Nun pudo alcontrase'l parámetru de configuración"
+
+#: configcommand.cpp:161 configcommand.cpp:252 configcommand.cpp:375
+#, kde-format
+msgid "The following configuration options may be modified:"
+msgstr "Puen modificase les opciones de configuración de darréu:"
+
+#: configcommand.cpp:174 configcommand.cpp:194 configcommand.cpp:265
+#: configcommand.cpp:300
+#, kde-format
+msgid "A folder must be provided"
+msgstr "Ha apurrise una carpeta"
+
+#: configcommand.cpp:182
+#, kde-format
+msgid "%1 is not in the list of include folders"
+msgstr "%1 nun ta na llista de carpetes a incluyir"
+
+#: configcommand.cpp:202
+#, kde-format
+msgid "%1 is not in the list of exclude folders"
+msgstr "%1 nun ta na llista de carpetes a escluyir"
+
+#: configcommand.cpp:214 configcommand.cpp:335
+#, kde-format
+msgid "A filter must be provided"
+msgstr "Ha apurrise una peñera"
+
+#: configcommand.cpp:220
+#, kde-format
+msgid "%1 is not in list of exclude filters"
+msgstr "%1 nun ta na llista de peñeres d'esclusión"
+
+#: configcommand.cpp:231 configcommand.cpp:353
+#, kde-format
+msgid "A mimetype must be provided"
+msgstr "Ha apurrise una triba MIME"
+
+#: configcommand.cpp:237
+#, kde-format
+msgid "%1 is not in list of exclude mimetypes"
+msgstr "%1 nun ta na llista de tribes MIME a escluyir"
+
+#: configcommand.cpp:271 configcommand.cpp:306
+#, kde-format
+msgid "Path does not exist"
+msgstr "El camín nun esiste"
+
+#: configcommand.cpp:276 configcommand.cpp:311
+#, kde-format
+msgid "Path is not a directory"
+msgstr "El camín nun ye un direutoriu"
+
+#: configcommand.cpp:283
+#, kde-format
+msgid "%1 is already in the list of include folders"
+msgstr "%1 yá ta na llista de ficheros a incluyir"
+
+#: configcommand.cpp:288 configcommand.cpp:323
+#, kde-format
+msgid "%1 is in the list of exclude folders"
+msgstr "%1 ta na llista de carpetes a escluyir"
+
+#: configcommand.cpp:318
+#, kde-format
+msgid "%1 is already in the list of exclude folders"
+msgstr "%1 yá ta na llista de carpetes a escluyir"
+
+#: configcommand.cpp:341
+#, kde-format
+msgid "Exclude filter is already in the list"
+msgstr "La llista d'esclusión yá ta na llista"
+
+#: configcommand.cpp:359
+#, kde-format
+msgid "Exclude mimetype is already in the list"
+msgstr "La triba MIME a escluyir yá ta na llista"
+
+#: configcommand.cpp:387 configcommand.cpp:414
+#, kde-format
+msgid "A value must be provided"
+msgstr "Ha apurrise un valor"
+
+#: configcommand.cpp:408 configcommand.cpp:435
+#, kde-format
+msgid "Invalid value"
+msgstr "El valor nun ye válidu"
+
+#: main.cpp:66
+#, kde-format
+msgid "balooctl"
+msgstr "balooctl"
+
+#: main.cpp:67
+#, kde-format
+msgid "Vishesh Handa"
+msgstr "Vishesh Handa"
+
+#: main.cpp:67
+#, kde-format
+msgid "Maintainer"
+msgstr "Caltenedor"
+
+#: main.cpp:72
+#, kde-format
+msgid "The command to execute"
+msgstr "El comandu a executar"
+
+#: main.cpp:74
+#, kde-format
+msgid "Print the status of the indexer"
+msgstr "Amuesa l'estáu del indizador"
+
+#: main.cpp:75
+#, kde-format
+msgid "Enable the file indexer"
+msgstr "Activa l'indizador de ficheros"
+
+#: main.cpp:76
+#, kde-format
+msgid "Disable the file indexer"
+msgstr "Desactiva l'indizador de ficheros"
+
+#: main.cpp:77
+#, kde-format
+msgid "Remove the index database"
+msgstr ""
+
+#: main.cpp:78
+#, kde-format
+msgid "Suspend the file indexer"
+msgstr "Suspende l'indizador de ficheros"
+
+#: main.cpp:79
+#, kde-format
+msgid "Resume the file indexer"
+msgstr "Fai que l'indizador de ficheros siga"
+
+#: main.cpp:80
+#, kde-format
+msgid "Check for any unindexed files and index them"
+msgstr "Comprueba cualesquier ficheru ensin indizar ya indízalu"
+
+#: main.cpp:81
+#, kde-format
+msgid "Index the specified files"
+msgstr "Indiza los ficheros especificaos"
+
+#: main.cpp:82
+#, kde-format
+msgid "Forget the specified files"
+msgstr "Escaez los ficheros especificaos"
+
+#: main.cpp:83
+#, kde-format
+msgid "Modify the Baloo configuration"
+msgstr "Modifica la configuración de Baloo"
+
+#: main.cpp:84
+#, kde-format
+msgid "Monitor the file indexer"
+msgstr "Supervisa l'indizador de ficheros"
+
+#: main.cpp:85
+#, kde-format
+msgid "Display the disk space used by index"
+msgstr "Amuesa l'espaciu usáu pol índiz"
+
+#: main.cpp:86
+#, kde-format
+msgid "Display files which could not be indexed"
+msgstr "Amuesa los ficheros que nun pudieron indizase"
+
+#: main.cpp:89
+#, kde-format
+msgctxt ""
+"Format to use for status command, %1|%2|%3 are option values, %4 is a CLI "
+"command"
+msgid ""
+"Output format <%1|%2|%3>.\n"
+"The default format is \"%1\".\n"
+"Only applies to \"%4\""
+msgstr ""
+
+#: main.cpp:95
+#, kde-format
+msgid "format"
+msgstr ""
+
+#: monitorcommand.cpp:68 monitorcommand.cpp:86
+#, kde-format
+msgid "Press ctrl+c to stop monitoring"
+msgstr "Primi Ctrl+C pa parar la supervisión"
+
+#: monitorcommand.cpp:85
+#, kde-format
+msgid "Waiting for file indexer to start"
+msgstr ""
+
+#: monitorcommand.cpp:92
+#, kde-format
+msgid "File indexer is running"
+msgstr "L'indizador de ficheros ta n'execución"
+
+#: monitorcommand.cpp:104
+#, kde-format
+msgctxt "currently indexed file"
+msgid "Indexing: %1"
+msgstr "Indizando: %1"
+
+#: monitorcommand.cpp:112
+#, kde-format
+msgid ": Ok"
+msgstr ": Fecho"
+
+#: statuscommand.cpp:45
+#, kde-format
+msgid "Print the status of the Indexer"
+msgstr "Amuesa l'estáu del indizador"
+
+#: statuscommand.cpp:129
+#, kde-format
+msgid "File ignored"
+msgstr "Inoróse'l ficheru"
+
+#: statuscommand.cpp:130
+#, kde-format
+msgid "Basic Indexing: Disabled"
+msgstr "Indizáu básicu: Desactivóse"
+
+#: statuscommand.cpp:131 statuscommand.cpp:132
+#, kde-format
+msgid "Basic Indexing: Scheduled"
+msgstr "Indizáu básicu: Programóse"
+
+#: statuscommand.cpp:133 statuscommand.cpp:134 statuscommand.cpp:135
+#: statuscommand.cpp:136
+#, kde-format
+msgid "Basic Indexing: Done"
+msgstr "Indizáu básicu: Fízose"
+
+#: statuscommand.cpp:142 statuscommand.cpp:145
+#, kde-format
+msgid "Content Indexing: Scheduled"
+msgstr "Indizáu de conteníu: Planificóse"
+
+#: statuscommand.cpp:146
+#, kde-format
+msgid "Content Indexing: Failed"
+msgstr "Indizáu de conteníu: Falló"
+
+#: statuscommand.cpp:147
+#, kde-format
+msgid "Content Indexing: Done"
+msgstr "Indizáu de conteníu: Fízose"
+
+#: statuscommand.cpp:154 statuscommand.cpp:194 statuscommand.cpp:243
+#, kde-format
+msgid "Ignoring non-existent file %1"
+msgstr "Inorando'l ficheru inesistente %1"
+
+#: statuscommand.cpp:159 statuscommand.cpp:199 statuscommand.cpp:248
+#, kde-format
+msgid "Ignoring symlink/special file %1"
+msgstr "Inorando l'enllaz simbólicu/ficheru especial %1"
+
+#: statuscommand.cpp:163
+#, kde-format
+msgid "File: %1"
+msgstr "Ficheru: %1"
+
+#: statuscommand.cpp:275
+#, kde-format
+msgid "Output format \"%1\" is invalid"
+msgstr "El formatu de salida «%1» nun ye válidu"
+
+#: statuscommand.cpp:281
+#, kde-format
+msgid "Baloo is currently disabled. To enable, please run %1"
+msgstr "Anguaño Baloo ta desactiváu. P'activalu, executa %1"
+
+#: statuscommand.cpp:287
+#, kde-format
+msgid "Baloo Index could not be opened"
+msgstr "L'índiz de Baloo nun pudo abrise"
+
+#: statuscommand.cpp:308
+#, kde-format
+msgid "Baloo File Indexer is running"
+msgstr "L'indizador de ficheros de Baloo ta n'execución"
+
+#: statuscommand.cpp:309
+#, kde-format
+msgid "Indexer state: %1"
+msgstr "Estáu del indizador: %1"
+
+#: statuscommand.cpp:312
+#, kde-format
+msgid "Baloo File Indexer is not running"
+msgstr "L'indizador de ficheros de Baloo nun ta n'execución"
+
+#: statuscommand.cpp:319
+#, kde-format
+msgid "Total files indexed: %1"
+msgstr "Ficheros indizaos totales: %1"
+
+#: statuscommand.cpp:320
+#, kde-format
+msgid "Files waiting for content indexing: %1"
+msgstr "Ficheros esperando pol indizáu de conteníu: %1"
+
+#: statuscommand.cpp:321
+#, kde-format
+msgid "Files failed to index: %1"
+msgstr "Ficheros que fallaron al indizar: %1"
+
+#: statuscommand.cpp:329
+#, kde-format
+msgid "Current size of index is %1"
+msgstr "Tamañu actual del índiz: %1"
+
+#: statuscommand.cpp:331
+#, kde-format
+msgid "Index does not exist yet"
+msgstr "L'índiz entá nun esiste"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.62.0/po/ja/balooctl5.po 
new/baloo-5.63.0/po/ja/balooctl5.po
--- old/baloo-5.62.0/po/ja/balooctl5.po 2019-09-07 15:53:53.000000000 +0200
+++ new/baloo-5.63.0/po/ja/balooctl5.po 2019-10-06 11:41:39.000000000 +0200
@@ -1,11 +1,12 @@
+# Tomohiro Hyakutake <[email protected]>, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: balooctl\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-12 02:44+0200\n"
-"PO-Revision-Date: 2014-07-22 17:43-0700\n"
-"Last-Translator: Japanese KDE translation team <[email protected]>\n"
-"Language-Team: Japanese <[email protected]>\n"
+"PO-Revision-Date: 2019-08-09 23:26+0900\n"
+"Last-Translator: Tomohiro Hyakutake <[email protected]>\n"
+"Language-Team: Japanese <[email protected]>\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -13,6 +14,7 @@
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
+"X-Generator: Lokalize 19.07.90\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -27,17 +29,17 @@
 #: ../../file/indexerstate.h:44
 #, kde-format
 msgid "Unknown"
-msgstr ""
+msgstr "不明"
 
 #: ../../file/indexerstate.h:47
 #, kde-format
 msgid "Idle"
-msgstr ""
+msgstr "アイドル"
 
 #: ../../file/indexerstate.h:50
 #, kde-format
 msgid "Suspended"
-msgstr ""
+msgstr "サスペンド"
 
 #: ../../file/indexerstate.h:53
 #, kde-format
@@ -432,7 +434,7 @@
 #: statuscommand.cpp:163
 #, kde-format
 msgid "File: %1"
-msgstr ""
+msgstr "ファイル: %1"
 
 #: statuscommand.cpp:275
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.62.0/po/tg/balooctl5.po 
new/baloo-5.63.0/po/tg/balooctl5.po
--- old/baloo-5.62.0/po/tg/balooctl5.po 2019-09-07 15:53:53.000000000 +0200
+++ new/baloo-5.63.0/po/tg/balooctl5.po 2019-10-06 11:41:39.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: baloo\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-12 02:44+0200\n"
-"PO-Revision-Date: 2019-08-18 22:14+0500\n"
+"PO-Revision-Date: 2019-10-01 11:08+0500\n"
 "Last-Translator: Victor Ibragimov <[email protected]>\n"
 "Language-Team: English <[email protected]>\n"
 "Language: en_US\n"
@@ -148,12 +148,12 @@
 #: configcommand.cpp:100 configcommand.cpp:163 configcommand.cpp:254
 #, kde-format
 msgid "The list of folders which Baloo indexes"
-msgstr "Рӯйхати ҷузвдонҳое, ки Baloo намоябандӣ мекунад"
+msgstr "Рӯйхати ҷузвадонҳое, ки Baloo намоябандӣ мекунад"
 
 #: configcommand.cpp:101 configcommand.cpp:164 configcommand.cpp:255
 #, kde-format
 msgid "The list of folders which Baloo will never index"
-msgstr "Рӯйхати ҷузвдонҳое, ки Baloo ҳеҷ гоҳ намоябандӣ мекунад"
+msgstr "Рӯйхати ҷузвадонҳое, ки Baloo ҳеҷ гоҳ намоябандӣ мекунад"
 
 #: configcommand.cpp:102 configcommand.cpp:165 configcommand.cpp:256
 #, kde-format
@@ -180,17 +180,17 @@
 #: configcommand.cpp:300
 #, kde-format
 msgid "A folder must be provided"
-msgstr "Ҷузвдоне бояд қайд карда шавад"
+msgstr "Ҷузвадоне бояд қайд карда шавад"
 
 #: configcommand.cpp:182
 #, kde-format
 msgid "%1 is not in the list of include folders"
-msgstr "%1 берун аз рӯйхати ҷузвдонҳои иловашуда мебошад"
+msgstr "%1 берун аз рӯйхати ҷузвадонҳои иловашуда мебошад"
 
 #: configcommand.cpp:202
 #, kde-format
 msgid "%1 is not in the list of exclude folders"
-msgstr "%1 берун аз рӯйхати ҷузвдонҳои истисношуда мебошад"
+msgstr "%1 берун аз рӯйхати ҷузвадонҳои истисношуда мебошад"
 
 #: configcommand.cpp:214 configcommand.cpp:335
 #, kde-format
@@ -225,17 +225,17 @@
 #: configcommand.cpp:283
 #, kde-format
 msgid "%1 is already in the list of include folders"
-msgstr "%1 аллакай дар рӯйхати ҷузвдонҳои иловашуда мебошад"
+msgstr "%1 аллакай дар рӯйхати ҷузвадонҳои иловашуда мебошад"
 
 #: configcommand.cpp:288 configcommand.cpp:323
 #, kde-format
 msgid "%1 is in the list of exclude folders"
-msgstr "%1 дар рӯйхати ҷузвдонҳои истисношуда мебошад"
+msgstr "%1 дар рӯйхати ҷузвадонҳои истисношуда мебошад"
 
 #: configcommand.cpp:318
 #, kde-format
 msgid "%1 is already in the list of exclude folders"
-msgstr "%1 аллакай дар рӯйхати ҷузвдонҳои истисношуда мебошад"
+msgstr "%1 аллакай дар рӯйхати ҷузвадонҳои истисношуда мебошад"
 
 #: configcommand.cpp:341
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.62.0/src/engine/documenttimedb.h 
new/baloo-5.63.0/src/engine/documenttimedb.h
--- old/baloo-5.62.0/src/engine/documenttimedb.h        2019-09-07 
15:53:53.000000000 +0200
+++ new/baloo-5.63.0/src/engine/documenttimedb.h        2019-10-06 
11:41:39.000000000 +0200
@@ -42,7 +42,7 @@
     {
         /** Tracking of file time stamps
           *
-          * @sa QDateTime::toTime_t()
+          * @sa QDateTime::toSecsSinceEpoch()
           * @sa QFileInfo::lastModified()
           * @sa QFileInfo::metadataChangeTime()
           */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.62.0/src/engine/enginequery.cpp 
new/baloo-5.63.0/src/engine/enginequery.cpp
--- old/baloo-5.62.0/src/engine/enginequery.cpp 2019-09-07 15:53:53.000000000 
+0200
+++ new/baloo-5.63.0/src/engine/enginequery.cpp 2019-10-06 11:41:39.000000000 
+0200
@@ -42,7 +42,7 @@
 {
 }
 
-EngineQuery::EngineQuery(const QVector<EngineQuery> subQueries, Operation op)
+EngineQuery::EngineQuery(const QVector<EngineQuery> &subQueries, Operation op)
     : m_pos(0)
     , m_op(op)
     , m_subQueries(subQueries)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.62.0/src/engine/enginequery.h 
new/baloo-5.63.0/src/engine/enginequery.h
--- old/baloo-5.62.0/src/engine/enginequery.h   2019-09-07 15:53:53.000000000 
+0200
+++ new/baloo-5.63.0/src/engine/enginequery.h   2019-10-06 11:41:39.000000000 
+0200
@@ -43,7 +43,7 @@
     EngineQuery();
     EngineQuery(const QByteArray& term, int pos = 0);
     EngineQuery(const QByteArray& term, Operation op, int pos = 0);
-    EngineQuery(const QVector<EngineQuery> subQueries, Operation op);
+    EngineQuery(const QVector<EngineQuery> &subQueries, Operation op);
 
     QByteArray term() const {
         return m_term;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.62.0/src/engine/idtreedb.cpp 
new/baloo-5.63.0/src/engine/idtreedb.cpp
--- old/baloo-5.62.0/src/engine/idtreedb.cpp    2019-09-07 15:53:53.000000000 
+0200
+++ new/baloo-5.63.0/src/engine/idtreedb.cpp    2019-10-06 11:41:39.000000000 
+0200
@@ -58,7 +58,7 @@
     return dbi;
 }
 
-void IdTreeDB::put(quint64 docId, const QVector<quint64> subDocIds)
+void IdTreeDB::put(quint64 docId, const QVector<quint64> &subDocIds)
 {
     Q_ASSERT(!subDocIds.isEmpty());
     Q_ASSERT(!subDocIds.contains(0));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.62.0/src/engine/idtreedb.h 
new/baloo-5.63.0/src/engine/idtreedb.h
--- old/baloo-5.62.0/src/engine/idtreedb.h      2019-09-07 15:53:53.000000000 
+0200
+++ new/baloo-5.63.0/src/engine/idtreedb.h      2019-10-06 11:41:39.000000000 
+0200
@@ -38,7 +38,7 @@
     static MDB_dbi create(MDB_txn* txn);
     static MDB_dbi open(MDB_txn* txn);
 
-    void put(quint64 docId, const QVector<quint64> subDocIds);
+    void put(quint64 docId, const QVector<quint64> &subDocIds);
     QVector<quint64> get(quint64 docId);
     void del(quint64 docId);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.62.0/src/file/storagedevices.h 
new/baloo-5.63.0/src/file/storagedevices.h
--- old/baloo-5.62.0/src/file/storagedevices.h  2019-09-07 15:53:53.000000000 
+0200
+++ new/baloo-5.63.0/src/file/storagedevices.h  2019-10-06 11:41:39.000000000 
+0200
@@ -24,6 +24,7 @@
 #define STORAGE_DEVICES_H
 
 #include <QObject>
+#include <QHash>
 
 #include <Solid/Device>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.62.0/src/kioslaves/timeline/kio_timeline.cpp 
new/baloo-5.63.0/src/kioslaves/timeline/kio_timeline.cpp
--- old/baloo-5.62.0/src/kioslaves/timeline/kio_timeline.cpp    2019-09-07 
15:53:53.000000000 +0200
+++ new/baloo-5.63.0/src/kioslaves/timeline/kio_timeline.cpp    2019-10-06 
11:41:39.000000000 +0200
@@ -58,8 +58,8 @@
     uds.fastInsert(KIO::UDSEntry::UDS_DISPLAY_NAME, displayName);
     uds.fastInsert(KIO::UDSEntry::UDS_FILE_TYPE, S_IFDIR);
     uds.fastInsert(KIO::UDSEntry::UDS_MIME_TYPE, 
QStringLiteral("inode/directory"));
-    uds.fastInsert(KIO::UDSEntry::UDS_MODIFICATION_TIME, dt.toTime_t());
-    uds.fastInsert(KIO::UDSEntry::UDS_CREATION_TIME, dt.toTime_t());
+    uds.fastInsert(KIO::UDSEntry::UDS_MODIFICATION_TIME, 
dt.toSecsSinceEpoch());
+    uds.fastInsert(KIO::UDSEntry::UDS_CREATION_TIME, dt.toSecsSinceEpoch());
     uds.fastInsert(KIO::UDSEntry::UDS_ACCESS, 0700);
     uds.fastInsert(KIO::UDSEntry::UDS_USER, KUser().loginName());
     return uds;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.62.0/src/lib/searchstore.cpp 
new/baloo-5.63.0/src/lib/searchstore.cpp
--- old/baloo-5.62.0/src/lib/searchstore.cpp    2019-09-07 15:53:53.000000000 
+0200
+++ new/baloo-5.63.0/src/lib/searchstore.cpp    2019-10-06 11:41:39.000000000 
+0200
@@ -244,7 +244,7 @@
                 endDate.setDate(endDate.year(), endDate.month(), 
endDate.daysInMonth());
             }
 
-            return tr->mTimeRangeIter(QDateTime(startDate).toTime_t(), 
QDateTime(endDate, QTime(23, 59, 59)).toTime_t());
+            return tr->mTimeRangeIter(QDateTime(startDate).toSecsSinceEpoch(), 
QDateTime(endDate, QTime(23, 59, 59)).toSecsSinceEpoch());
         }
         else if (value.type() == QVariant::Date || value.type() == 
QVariant::DateTime) {
             const QDateTime dt = value.toDateTime();
@@ -367,12 +367,12 @@
 PostingIterator* SearchStore::constructMTimeQuery(Transaction* tr, const 
QDateTime& dt, Term::Comparator com)
 {
     Q_ASSERT(dt.isValid());
-    quint32 timet = dt.toTime_t();
+    quint32 timet = dt.toSecsSinceEpoch();
 
     MTimeDB::Comparator mtimeCom;
     if (com == Term::Equal) {
         mtimeCom = MTimeDB::Equal;
-        quint32 end = QDateTime(dt.date().addDays(1)).toTime_t() - 1;
+        quint32 end = QDateTime(dt.date().addDays(1)).toSecsSinceEpoch() - 1;
 
         return tr->mTimeRangeIter(timet, end);
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/baloo-5.62.0/tests/benchmarks/unindexedfileiteratortest.cpp 
new/baloo-5.63.0/tests/benchmarks/unindexedfileiteratortest.cpp
--- old/baloo-5.62.0/tests/benchmarks/unindexedfileiteratortest.cpp     
2019-09-07 15:53:53.000000000 +0200
+++ new/baloo-5.63.0/tests/benchmarks/unindexedfileiteratortest.cpp     
2019-10-06 11:41:39.000000000 +0200
@@ -27,7 +27,7 @@
 
 #include <QCoreApplication>
 #include <QTemporaryDir>
-#include <QTime>
+#include <QElapsedTimer>
 
 using namespace Baloo;
 
@@ -45,7 +45,7 @@
 
     FileIndexerConfig config;
 
-    QTime timer;
+    QElapsedTimer timer;
     timer.start();
 
     UnIndexedFileIterator it(&config, &tr, QDir::homePath());
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.62.0/tests/engine/basicindexingtest.cpp 
new/baloo-5.63.0/tests/engine/basicindexingtest.cpp
--- old/baloo-5.62.0/tests/engine/basicindexingtest.cpp 2019-09-07 
15:53:53.000000000 +0200
+++ new/baloo-5.63.0/tests/engine/basicindexingtest.cpp 2019-10-06 
11:41:39.000000000 +0200
@@ -25,7 +25,7 @@
 #include <QTemporaryDir>
 #include <QDirIterator>
 #include <QDir>
-#include <QTime>
+#include <QElapsedTimer>
 #include <QMimeDatabase>
 
 #include "database.h"
@@ -48,7 +48,7 @@
 
     QMimeDatabase mimeDb;
     {
-        QTime timer;
+        QElapsedTimer timer;
         timer.start();
 
         QDirIterator it(QDir::homePath(), QDirIterator::Subdirectories);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.62.0/tests/engine/documenturldbtest.cpp 
new/baloo-5.63.0/tests/engine/documenturldbtest.cpp
--- old/baloo-5.62.0/tests/engine/documenturldbtest.cpp 2019-09-07 
15:53:53.000000000 +0200
+++ new/baloo-5.63.0/tests/engine/documenturldbtest.cpp 2019-10-06 
11:41:39.000000000 +0200
@@ -26,7 +26,7 @@
 #include <QFile>
 #include <QDirIterator>
 #include <QDir>
-#include <QTime>
+#include <QElapsedTimer>
 
 #include "documenturldb.h"
 #include "idutils.h"
@@ -54,7 +54,7 @@
 
     {
         DocumentUrlDB db(IdTreeDB::create(txn), IdFilenameDB::create(txn), 
txn);
-        QTime timer;
+        QElapsedTimer timer;
         timer.start();
 
         QDirIterator it(QDir::homePath(), QDirIterator::Subdirectories);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/baloo-5.62.0/tests/file/filtereddiriteratorbenchmark.cpp 
new/baloo-5.63.0/tests/file/filtereddiriteratorbenchmark.cpp
--- old/baloo-5.62.0/tests/file/filtereddiriteratorbenchmark.cpp        
2019-09-07 15:53:53.000000000 +0200
+++ new/baloo-5.63.0/tests/file/filtereddiriteratorbenchmark.cpp        
2019-10-06 11:41:39.000000000 +0200
@@ -22,7 +22,7 @@
 
 #include <QCoreApplication>
 #include <QCommandLineParser>
-#include <QTime>
+#include <QElapsedTimer>
 #include <iostream>
 
 #include "filtereddiriterator.h"
@@ -49,7 +49,7 @@
         config.reset(new FileIndexerConfig);
         includeFolders = config->includeFolders();
     }
-    QTime timer;
+    QElapsedTimer timer;
     timer.start();
 
     int num = 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/baloo-5.62.0/tests/file/inotify.cpp 
new/baloo-5.63.0/tests/file/inotify.cpp
--- old/baloo-5.62.0/tests/file/inotify.cpp     2019-09-07 15:53:53.000000000 
+0200
+++ new/baloo-5.63.0/tests/file/inotify.cpp     2019-10-06 11:41:39.000000000 
+0200
@@ -22,7 +22,7 @@
 
 #include <QCoreApplication>
 #include <QDir>
-#include <QTime>
+#include <QElapsedTimer>
 #include <iostream>
 
 #include "kinotify.h"
@@ -47,7 +47,7 @@
     QObject::connect(&inotify, &KInotify::closedWrite,
                      [](const QString& fileUrl) { qDebug() << "ClosedWrite:" 
<< fileUrl; });
 
-    QTime timer;
+    QElapsedTimer timer;
     timer.start();
 
     KInotify::WatchEvents flags(KInotify::EventMove | KInotify::EventDelete | 
KInotify::EventDeleteSelf



Reply via email to