Hello community, here is the log from the commit of package akonadi-search for openSUSE:Factory checked in at 2018-04-25 09:46:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akonadi-search (Old) and /work/SRC/openSUSE:Factory/.akonadi-search.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadi-search" Wed Apr 25 09:46:06 2018 rev:33 rq:598965 version:18.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/akonadi-search/akonadi-search.changes 2018-03-20 21:35:37.163123542 +0100 +++ /work/SRC/openSUSE:Factory/.akonadi-search.new/akonadi-search.changes 2018-04-25 09:46:07.844338120 +0200 @@ -1,0 +2,26 @@ +Wed Apr 18 07:48:29 CEST 2018 - [email protected] + +- Update to 18.04.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.04.0.php +- Changes since 18.03.90: + * None + +------------------------------------------------------------------- +Fri Apr 06 07:08:37 CEST 2018 - [email protected] + +- Update to 18.03.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.03.90.php +- Changes since 17.12.3: + * Use override + * Fix check + * Fix Bug 385293 - Unnecessary warning messages using "akonadictl fsck" (kde#385293) + * Port to new connect api + * use new connect api + * Remove extra ';' + * fix cmake warning + +------------------------------------------------------------------- Old: ---- akonadi-search-17.12.3.tar.xz New: ---- akonadi-search-18.04.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akonadi-search.spec ++++++ --- /var/tmp/diff_new_pack.ZY9u32/_old 2018-04-25 09:46:08.700306737 +0200 +++ /var/tmp/diff_new_pack.ZY9u32/_new 2018-04-25 09:46:08.704306590 +0200 @@ -19,7 +19,7 @@ %bcond_without lang Name: akonadi-search -Version: 17.12.3 +Version: 18.04.0 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) ++++++ akonadi-search-17.12.3.tar.xz -> akonadi-search-18.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/CMakeLists.txt new/akonadi-search-18.04.0/CMakeLists.txt --- old/akonadi-search-17.12.3/CMakeLists.txt 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/CMakeLists.txt 2018-04-13 02:13:40.000000000 +0200 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.0) -set(PIM_VERSION "5.7.3") +set(PIM_VERSION "5.8.0") project(AkonadiSearch VERSION ${PIM_VERSION}) # ECM setup -set(KF5_VERSION "5.39.0") +set(KF5_VERSION "5.44.0") find_package(ECM ${KF5_VERSION} CONFIG REQUIRED) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) @@ -22,16 +22,13 @@ include(ECMQtDeclareLoggingCategory) include(ECMCoverageOption) - - - set(AKONADISEARCH_VERSION ${PIM_VERSION}) -set(AKONADI_VERSION "5.7.3") -set(AKONADI_MIMELIB_VERSION "5.7.3") -set(KCONTACTS_LIB_VERSION "5.7.3") -set(KCALENDARCORE_LIB_VERSION "5.7.3") -set(KMIME_LIB_VERSION "5.7.3") +set(AKONADI_VERSION "5.8.0") +set(AKONADI_MIMELIB_VERSION "5.8.0") +set(KCONTACTS_LIB_VERSION "5.8.0") +set(KCALENDARCORE_LIB_VERSION "5.8.0") +set(KMIME_LIB_VERSION "5.8.0") set(QT_REQUIRED_VERSION "5.8.0") find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Core Test) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/agent/akonotesindexer.cpp new/akonadi-search-18.04.0/agent/akonotesindexer.cpp --- old/akonadi-search-17.12.3/agent/akonotesindexer.cpp 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/agent/akonotesindexer.cpp 2018-04-10 13:51:05.000000000 +0200 @@ -1,6 +1,6 @@ /* * This file is part of the KDE Akonadi Search Project - * Copyright (C) 2014-2017 Laurent Montel <[email protected]> + * Copyright (C) 2014-2018 Laurent Montel <[email protected]> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/agent/akonotesindexer.h new/akonadi-search-18.04.0/agent/akonotesindexer.h --- old/akonadi-search-17.12.3/agent/akonotesindexer.h 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/agent/akonotesindexer.h 2018-04-10 13:51:05.000000000 +0200 @@ -1,6 +1,6 @@ /* * This file is part of the KDE Akonadi Search Project - * Copyright (C) 2014-2017 Laurent Montel <[email protected]> + * Copyright (C) 2014-2018 Laurent Montel <[email protected]> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/agent/autotests/collectionindexingjobtest.cpp new/akonadi-search-18.04.0/agent/autotests/collectionindexingjobtest.cpp --- old/akonadi-search-17.12.3/agent/autotests/collectionindexingjobtest.cpp 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/agent/autotests/collectionindexingjobtest.cpp 2018-04-10 13:51:05.000000000 +0200 @@ -36,31 +36,31 @@ QList<Akonadi::Item::Id> alreadyIndexed; QList<Akonadi::Item::Id> itemsRemoved; - void commit() override {}; + void commit() override {} bool createIndexers() override { return true; - }; + } void findIndexed(QSet< Akonadi::Item::Id> &indexed, Akonadi::Collection::Id) override { indexed = alreadyIndexed.toSet(); - }; + } void index(const Akonadi::Item &item) override { itemsIndexed << item.id(); - }; + } qlonglong indexedItems(Akonadi::Collection::Id) override { return alreadyIndexed.size(); - }; + } void move(const Akonadi::Item::List & /* items */, const Akonadi::Collection & /* from */, - const Akonadi::Collection & /* to */) override {}; - void remove(const Akonadi::Collection & /* col */) override {}; + const Akonadi::Collection & /* to */) override {} + void remove(const Akonadi::Collection & /* col */) override {} void remove(const QSet<Akonadi::Item::Id> &ids, const QStringList & /* mimeTypes */) override { itemsRemoved += ids.toList(); - }; - void remove(const Akonadi::Item::List & /* items */) override {}; - void removeDatabase() override {}; + } + void remove(const Akonadi::Item::List & /* items */) override {} + void removeDatabase() override {} bool haveIndexerForMimeTypes(const QStringList &) override { return true; - }; + } }; class CollectionIndexingJobTest : public QObject diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/agent/autotests/schedulertest.cpp new/akonadi-search-18.04.0/agent/autotests/schedulertest.cpp --- old/akonadi-search-17.12.3/agent/autotests/schedulertest.cpp 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/agent/autotests/schedulertest.cpp 2018-04-10 13:51:05.000000000 +0200 @@ -41,7 +41,12 @@ } void start() override { +#if QT_VERSION >= QT_VERSION_CHECK(5, 10, 0) + QMetaObject::invokeMethod(this, &DummyIndexingJob::finish, Qt::QueuedConnection); +#else QMetaObject::invokeMethod(this, "finish", Qt::QueuedConnection); +#endif + } private Q_SLOTS: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/agent/calendarindexer.cpp new/akonadi-search-18.04.0/agent/calendarindexer.cpp --- old/akonadi-search-17.12.3/agent/calendarindexer.cpp 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/agent/calendarindexer.cpp 2018-04-10 13:51:05.000000000 +0200 @@ -1,6 +1,6 @@ /* * This file is part of the KDE Akonadi Search Project - * Copyright (C) 2014-2017 Laurent Montel <[email protected]> + * Copyright (C) 2014-2018 Laurent Montel <[email protected]> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/agent/calendarindexer.h new/akonadi-search-18.04.0/agent/calendarindexer.h --- old/akonadi-search-17.12.3/agent/calendarindexer.h 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/agent/calendarindexer.h 2018-04-10 13:51:05.000000000 +0200 @@ -1,6 +1,6 @@ /* * This file is part of the KDE Akonadi Search Project - * Copyright (C) 2014-2017 Laurent Montel <[email protected]> + * Copyright (C) 2014-2018 Laurent Montel <[email protected]> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/agent/index.h new/akonadi-search-18.04.0/agent/index.h --- old/akonadi-search-17.12.3/agent/index.h 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/agent/index.h 2018-04-10 13:51:05.000000000 +0200 @@ -46,7 +46,7 @@ Q_OBJECT public: explicit Index(QObject *parent = nullptr); - virtual ~Index(); + ~Index() override; virtual void removeDatabase(); virtual bool createIndexers(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/agent/scheduler.cpp new/akonadi-search-18.04.0/agent/scheduler.cpp --- old/akonadi-search-17.12.3/agent/scheduler.cpp 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/agent/scheduler.cpp 2018-04-10 13:51:05.000000000 +0200 @@ -88,7 +88,12 @@ //Trigger a full sync initially if (!initialIndexingDone) { qCDebug(AKONADI_INDEXER_AGENT_LOG) << "initial indexing"; +#if QT_VERSION >= QT_VERSION_CHECK(5, 10, 0) + QMetaObject::invokeMethod(this, &Scheduler::scheduleCompleteSync, Qt::QueuedConnection); +#else QMetaObject::invokeMethod(this, "scheduleCompleteSync", Qt::QueuedConnection); +#endif + } cfg.writeEntry("initialIndexingDone", true); cfg.sync(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/akonadiplugin/searchplugin.cpp new/akonadi-search-18.04.0/akonadiplugin/searchplugin.cpp --- old/akonadi-search-17.12.3/akonadiplugin/searchplugin.cpp 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/akonadiplugin/searchplugin.cpp 2018-04-10 13:51:05.000000000 +0200 @@ -190,7 +190,9 @@ return Term(QStringLiteral("hasattachment"), !term.isNegated()); case Akonadi::EmailSearchTerm::Unknown: default: - qCWarning(AKONADIPLUGIN_INDEXER_LOG) << "unknown term " << term.key(); + if (!term.key().isEmpty()) { + qCWarning(AKONADIPLUGIN_INDEXER_LOG) << "unknown term " << term.key(); + } } } return Term(); @@ -223,7 +225,9 @@ return t; } default: - qCWarning(AKONADIPLUGIN_INDEXER_LOG) << "unknown term " << term.key(); + if (!term.key().isEmpty()) { + qCWarning(AKONADIPLUGIN_INDEXER_LOG) << "unknown term " << term.key(); + } } } return Term(); @@ -249,7 +253,9 @@ case Akonadi::EmailSearchTerm::Body: return getTerm(term, QStringLiteral("body")); default: - qCWarning(AKONADIPLUGIN_INDEXER_LOG) << "unknown term " << term.key(); + if (!term.key().isEmpty()) { + qCWarning(AKONADIPLUGIN_INDEXER_LOG) << "unknown term " << term.key(); + } } } return Term(); @@ -280,7 +286,9 @@ return getTerm(term, QStringLiteral("uid")); case Akonadi::ContactSearchTerm::Unknown: default: - qCWarning(AKONADIPLUGIN_INDEXER_LOG) << "unknown term " << term.key(); + if (!term.key().isEmpty()) { + qCWarning(AKONADIPLUGIN_INDEXER_LOG) << "unknown term " << term.key(); + } } } return Term(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/core/searchstore.h new/akonadi-search-18.04.0/core/searchstore.h --- old/akonadi-search-17.12.3/core/searchstore.h 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/core/searchstore.h 2018-04-10 13:51:05.000000000 +0200 @@ -42,7 +42,7 @@ Q_OBJECT public: explicit SearchStore(QObject *parent = nullptr); - virtual ~SearchStore(); + ~SearchStore() override; /** * Override search stores for testing diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/debug/akonadisearchdebugdialog.cpp new/akonadi-search-18.04.0/debug/akonadisearchdebugdialog.cpp --- old/akonadi-search-17.12.3/debug/akonadisearchdebugdialog.cpp 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/debug/akonadisearchdebugdialog.cpp 2018-04-10 13:51:05.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (c) 2014-2017 Montel Laurent <[email protected]> + Copyright (c) 2014-2018 Montel Laurent <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/debug/akonadisearchdebugdialog.h new/akonadi-search-18.04.0/debug/akonadisearchdebugdialog.h --- old/akonadi-search-17.12.3/debug/akonadisearchdebugdialog.h 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/debug/akonadisearchdebugdialog.h 2018-04-10 13:51:05.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (c) 2014-2017 Montel Laurent <[email protected]> + Copyright (c) 2014-2018 Montel Laurent <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/debug/akonadisearchdebugsearchpathcombobox.cpp new/akonadi-search-18.04.0/debug/akonadisearchdebugsearchpathcombobox.cpp --- old/akonadi-search-17.12.3/debug/akonadisearchdebugsearchpathcombobox.cpp 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/debug/akonadisearchdebugsearchpathcombobox.cpp 2018-04-10 13:51:05.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (c) 2014-2017 Montel Laurent <[email protected]> + Copyright (c) 2014-2018 Montel Laurent <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/debug/akonadisearchdebugsearchpathcombobox.h new/akonadi-search-18.04.0/debug/akonadisearchdebugsearchpathcombobox.h --- old/akonadi-search-17.12.3/debug/akonadisearchdebugsearchpathcombobox.h 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/debug/akonadisearchdebugsearchpathcombobox.h 2018-04-10 13:51:05.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (c) 2014-2017 Montel Laurent <[email protected]> + Copyright (c) 2014-2018 Montel Laurent <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/debug/akonadisearchdebugwidget.cpp new/akonadi-search-18.04.0/debug/akonadisearchdebugwidget.cpp --- old/akonadi-search-17.12.3/debug/akonadisearchdebugwidget.cpp 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/debug/akonadisearchdebugwidget.cpp 2018-04-10 13:51:05.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (c) 2014-2017 Montel Laurent <[email protected]> + Copyright (c) 2014-2018 Montel Laurent <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/debug/akonadisearchdebugwidget.h new/akonadi-search-18.04.0/debug/akonadisearchdebugwidget.h --- old/akonadi-search-17.12.3/debug/akonadisearchdebugwidget.h 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/debug/akonadisearchdebugwidget.h 2018-04-10 13:51:05.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (c) 2014-2017 Montel Laurent <[email protected]> + Copyright (c) 2014-2018 Montel Laurent <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/debug/akonadisearchsyntaxhighlighter.cpp new/akonadi-search-18.04.0/debug/akonadisearchsyntaxhighlighter.cpp --- old/akonadi-search-17.12.3/debug/akonadisearchsyntaxhighlighter.cpp 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/debug/akonadisearchsyntaxhighlighter.cpp 2018-04-10 13:51:05.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (c) 2014-2017 Montel Laurent <[email protected]> + Copyright (c) 2014-2018 Montel Laurent <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/debug/akonadisearchsyntaxhighlighter.h new/akonadi-search-18.04.0/debug/akonadisearchsyntaxhighlighter.h --- old/akonadi-search-17.12.3/debug/akonadisearchsyntaxhighlighter.h 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/debug/akonadisearchsyntaxhighlighter.h 2018-04-10 13:51:05.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (c) 2014-2017 Montel Laurent <[email protected]> + Copyright (c) 2014-2018 Montel Laurent <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/debug/autotests/akonadisearchdebugdialogtest.cpp new/akonadi-search-18.04.0/debug/autotests/akonadisearchdebugdialogtest.cpp --- old/akonadi-search-17.12.3/debug/autotests/akonadisearchdebugdialogtest.cpp 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/debug/autotests/akonadisearchdebugdialogtest.cpp 2018-04-10 13:51:05.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (c) 2014-2017 Montel Laurent <[email protected]> + Copyright (c) 2014-2018 Montel Laurent <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/debug/autotests/akonadisearchdebugdialogtest.h new/akonadi-search-18.04.0/debug/autotests/akonadisearchdebugdialogtest.h --- old/akonadi-search-17.12.3/debug/autotests/akonadisearchdebugdialogtest.h 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/debug/autotests/akonadisearchdebugdialogtest.h 2018-04-10 13:51:05.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (c) 2014-2017 Montel Laurent <[email protected]> + Copyright (c) 2014-2018 Montel Laurent <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/debug/autotests/akonadisearchdebugsearchpathcomboboxtest.cpp new/akonadi-search-18.04.0/debug/autotests/akonadisearchdebugsearchpathcomboboxtest.cpp --- old/akonadi-search-17.12.3/debug/autotests/akonadisearchdebugsearchpathcomboboxtest.cpp 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/debug/autotests/akonadisearchdebugsearchpathcomboboxtest.cpp 2018-04-10 13:51:05.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (c) 2014-2017 Montel Laurent <[email protected]> + Copyright (c) 2014-2018 Montel Laurent <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/debug/autotests/akonadisearchdebugsearchpathcomboboxtest.h new/akonadi-search-18.04.0/debug/autotests/akonadisearchdebugsearchpathcomboboxtest.h --- old/akonadi-search-17.12.3/debug/autotests/akonadisearchdebugsearchpathcomboboxtest.h 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/debug/autotests/akonadisearchdebugsearchpathcomboboxtest.h 2018-04-10 13:51:05.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (c) 2014-2017 Montel Laurent <[email protected]> + Copyright (c) 2014-2018 Montel Laurent <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/debug/autotests/akonadisearchdebugwidgettest.cpp new/akonadi-search-18.04.0/debug/autotests/akonadisearchdebugwidgettest.cpp --- old/akonadi-search-17.12.3/debug/autotests/akonadisearchdebugwidgettest.cpp 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/debug/autotests/akonadisearchdebugwidgettest.cpp 2018-04-10 13:51:05.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (c) 2014-2017 Montel Laurent <[email protected]> + Copyright (c) 2014-2018 Montel Laurent <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/debug/autotests/akonadisearchdebugwidgettest.h new/akonadi-search-18.04.0/debug/autotests/akonadisearchdebugwidgettest.h --- old/akonadi-search-17.12.3/debug/autotests/akonadisearchdebugwidgettest.h 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/debug/autotests/akonadisearchdebugwidgettest.h 2018-04-10 13:51:05.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (c) 2014-2017 Montel Laurent <[email protected]> + Copyright (c) 2014-2018 Montel Laurent <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/debug/job/akonadisearchdebugsearchjob.cpp new/akonadi-search-18.04.0/debug/job/akonadisearchdebugsearchjob.cpp --- old/akonadi-search-17.12.3/debug/job/akonadisearchdebugsearchjob.cpp 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/debug/job/akonadisearchdebugsearchjob.cpp 2018-04-10 13:51:05.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (c) 2014-2017 Montel Laurent <[email protected]> + Copyright (c) 2014-2018 Montel Laurent <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/debug/job/akonadisearchdebugsearchjob.h new/akonadi-search-18.04.0/debug/job/akonadisearchdebugsearchjob.h --- old/akonadi-search-17.12.3/debug/job/akonadisearchdebugsearchjob.h 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/debug/job/akonadisearchdebugsearchjob.h 2018-04-10 13:51:05.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (c) 2014-2017 Montel Laurent <[email protected]> + Copyright (c) 2014-2018 Montel Laurent <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/debug/tests/akonadisearchdebug_dialog_gui.cpp new/akonadi-search-18.04.0/debug/tests/akonadisearchdebug_dialog_gui.cpp --- old/akonadi-search-17.12.3/debug/tests/akonadisearchdebug_dialog_gui.cpp 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/debug/tests/akonadisearchdebug_dialog_gui.cpp 2018-04-10 13:51:05.000000000 +0200 @@ -1,5 +1,5 @@ /* - Copyright (c) 2014-2017 Montel Laurent <[email protected]> + Copyright (c) 2014-2018 Montel Laurent <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/lib/collectionquery.h new/akonadi-search-18.04.0/lib/collectionquery.h --- old/akonadi-search-17.12.3/lib/collectionquery.h 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/lib/collectionquery.h 2018-04-10 13:51:05.000000000 +0200 @@ -41,7 +41,7 @@ { public: CollectionQuery(); - virtual ~CollectionQuery(); + ~CollectionQuery() override; void setNamespace(const QStringList &ns); void setMimetype(const QStringList &mt); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/lib/emailquery.h new/akonadi-search-18.04.0/lib/emailquery.h --- old/akonadi-search-17.12.3/lib/emailquery.h 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/lib/emailquery.h 2018-04-10 13:51:05.000000000 +0200 @@ -40,7 +40,7 @@ { public: EmailQuery(); - virtual ~EmailQuery(); + ~EmailQuery() override; enum OpType { OpAnd = 0, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/lib/indexeditems.cpp new/akonadi-search-18.04.0/lib/indexeditems.cpp --- old/akonadi-search-17.12.3/lib/indexeditems.cpp 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/lib/indexeditems.cpp 2018-04-10 13:51:05.000000000 +0200 @@ -1,6 +1,6 @@ /* * This file is part of the KDE Akonadi Search Project - * Copyright (C) 2016-2017 Laurent Montel <[email protected]> + * Copyright (C) 2016-2018 Laurent Montel <[email protected]> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/lib/indexeditems.h new/akonadi-search-18.04.0/lib/indexeditems.h --- old/akonadi-search-17.12.3/lib/indexeditems.h 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/lib/indexeditems.h 2018-04-10 13:51:05.000000000 +0200 @@ -1,6 +1,6 @@ /* * This file is part of the KDE Akonadi Search Project - * Copyright (C) 2016-2017 Laurent Montel <[email protected]> + * Copyright (C) 2016-2018 Laurent Montel <[email protected]> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/lib/notequery.cpp new/akonadi-search-18.04.0/lib/notequery.cpp --- old/akonadi-search-17.12.3/lib/notequery.cpp 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/lib/notequery.cpp 2018-04-10 13:51:05.000000000 +0200 @@ -1,6 +1,6 @@ /* * This file is part of the KDE Akonadi Search Project - * Copyright (C) 2014-2017 Laurent Montel <[email protected]> + * Copyright (C) 2014-2018 Laurent Montel <[email protected]> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/lib/notequery.h new/akonadi-search-18.04.0/lib/notequery.h --- old/akonadi-search-17.12.3/lib/notequery.h 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/lib/notequery.h 2018-04-10 13:51:05.000000000 +0200 @@ -1,6 +1,6 @@ /* * This file is part of the KDE Akonadi Search Project - * Copyright (C) 2014-2017 Laurent Montel <[email protected]> + * Copyright (C) 2014-2018 Laurent Montel <[email protected]> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/ar/akonadi_search.po new/akonadi-search-18.04.0/po/ar/akonadi_search.po --- old/akonadi-search-17.12.3/po/ar/akonadi_search.po 2018-03-06 01:27:01.000000000 +0100 +++ new/akonadi-search-18.04.0/po/ar/akonadi_search.po 2018-04-13 02:13:39.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2018-01-23 16:00+0300\n" "Last-Translator: Safa Alfulaij <[email protected]>\n" "Language-Team: Arabic <[email protected]>\n" @@ -29,12 +29,12 @@ msgid "Indexing collection: %1" msgstr "يفهرس التّجميعة: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "جاهز" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "فُهرست التّجميعة ”%1“" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/ast/akonadi_search.po new/akonadi-search-18.04.0/po/ast/akonadi_search.po --- old/akonadi-search-17.12.3/po/ast/akonadi_search.po 2018-03-06 01:27:01.000000000 +0100 +++ new/akonadi-search-18.04.0/po/ast/akonadi_search.po 2018-04-13 02:13:39.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2016-12-19 03:10+0100\n" "Last-Translator: enolp <[email protected]>\n" "Language-Team: Asturian <[email protected]>\n" @@ -28,12 +28,12 @@ msgid "Indexing collection: %1" msgstr "" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/ca/akonadi_search.po new/akonadi-search-18.04.0/po/ca/akonadi_search.po --- old/akonadi-search-17.12.3/po/ca/akonadi_search.po 2018-03-06 01:27:01.000000000 +0100 +++ new/akonadi-search-18.04.0/po/ca/akonadi_search.po 2018-04-13 02:13:39.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: akonadi_search\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2017-04-22 16:05+0100\n" "Last-Translator: Antoni Bella Pérez <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" @@ -31,12 +31,12 @@ msgid "Indexing collection: %1" msgstr "S'està indexant la col·lecció: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Llest" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "S'ha indexat la col·lecció «%1»" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/ca@valencia/akonadi_search.po new/akonadi-search-18.04.0/po/ca@valencia/akonadi_search.po --- old/akonadi-search-17.12.3/po/ca@valencia/akonadi_search.po 2018-03-06 01:27:01.000000000 +0100 +++ new/akonadi-search-18.04.0/po/ca@valencia/akonadi_search.po 2018-04-13 02:13:39.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: akonadi_search\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2017-04-22 16:05+0100\n" "Last-Translator: Antoni Bella Pérez <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" @@ -31,12 +31,12 @@ msgid "Indexing collection: %1" msgstr "S'està indexant la col·lecció: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Llest" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "S'ha indexat la col·lecció «%1»" @@ -82,5 +82,5 @@ #, kde-format msgid "Search in contacts indexed from sent and received emails too" msgstr "" -"Busca també en els contactes indexats a partir dels correus electrònics " +"Cerca també en els contactes indexats a partir dels correus electrònics " "enviats i rebuts" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/cs/akonadi_search.po new/akonadi-search-18.04.0/po/cs/akonadi_search.po --- old/akonadi-search-17.12.3/po/cs/akonadi_search.po 2018-03-06 01:27:01.000000000 +0100 +++ new/akonadi-search-18.04.0/po/cs/akonadi_search.po 2018-04-13 02:13:39.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2017-04-25 14:47+0100\n" "Last-Translator: Vít Pelčák <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" @@ -28,12 +28,12 @@ msgid "Indexing collection: %1" msgstr "Indexuji sbírku: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Připraven" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "Sbírka \"%1\" byla indexována" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/da/akonadi_search.po new/akonadi-search-18.04.0/po/da/akonadi_search.po --- old/akonadi-search-17.12.3/po/da/akonadi_search.po 2018-03-06 01:27:01.000000000 +0100 +++ new/akonadi-search-18.04.0/po/da/akonadi_search.po 2018-04-13 02:13:39.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2016-08-11 21:45+0100\n" "Last-Translator: Martin Schlander <[email protected]>\n" "Language-Team: Danish <[email protected]>\n" @@ -28,12 +28,12 @@ msgid "Indexing collection: %1" msgstr "Indekserer samling: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Klar" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "Samlingen \"%1\" indekseret" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/de/akonadi_search.po new/akonadi-search-18.04.0/po/de/akonadi_search.po --- old/akonadi-search-17.12.3/po/de/akonadi_search.po 2018-03-06 01:27:01.000000000 +0100 +++ new/akonadi-search-18.04.0/po/de/akonadi_search.po 2018-04-13 02:13:39.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2017-10-31 21:41+0100\n" "Last-Translator: Burkhard Lück <[email protected]>\n" "Language-Team: German <[email protected]>\n" @@ -26,12 +26,12 @@ msgid "Indexing collection: %1" msgstr "Sammlung wird indiziert: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Fertig" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "Sammlung „%1“ indiziert" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/el/akonadi_search.po new/akonadi-search-18.04.0/po/el/akonadi_search.po --- old/akonadi-search-17.12.3/po/el/akonadi_search.po 2018-03-06 01:27:01.000000000 +0100 +++ new/akonadi-search-18.04.0/po/el/akonadi_search.po 2018-04-13 02:13:39.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2014-11-20 16:25+0200\n" "Last-Translator: Dimitris Kardarakos <[email protected]>\n" "Language-Team: Greek <[email protected]>\n" @@ -28,12 +28,12 @@ msgid "Indexing collection: %1" msgstr "Δεικτοδότηση συλλογής: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Έτοιμο" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/en_GB/akonadi_search.po new/akonadi-search-18.04.0/po/en_GB/akonadi_search.po --- old/akonadi-search-17.12.3/po/en_GB/akonadi_search.po 2018-03-06 01:27:01.000000000 +0100 +++ new/akonadi-search-18.04.0/po/en_GB/akonadi_search.po 2018-04-13 02:13:39.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2017-05-21 15:27+0000\n" "Last-Translator: Steve Allewell <[email protected]>\n" "Language-Team: English <[email protected]>\n" @@ -28,12 +28,12 @@ msgid "Indexing collection: %1" msgstr "Indexing collection: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Ready" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "Collection \"%1\" indexed" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/es/akonadi_search.po new/akonadi-search-18.04.0/po/es/akonadi_search.po --- old/akonadi-search-17.12.3/po/es/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/es/akonadi_search.po 2018-04-13 02:13:39.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: akonadi_baloo_indexer\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2017-04-29 22:48+0100\n" "Last-Translator: Javier Vinal <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" @@ -31,12 +31,12 @@ msgid "Indexing collection: %1" msgstr "Indexando colección: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Preparado" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "Colección «%1» indexada" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/et/akonadi_search.po new/akonadi-search-18.04.0/po/et/akonadi_search.po --- old/akonadi-search-17.12.3/po/et/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/et/akonadi_search.po 2018-04-13 02:13:39.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2016-08-18 02:56+0300\n" "Last-Translator: Marek Laane <[email protected]>\n" "Language-Team: Estonian <[email protected]>\n" @@ -28,12 +28,12 @@ msgid "Indexing collection: %1" msgstr "Kogu \"%1\" indekseerimine" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Valmis" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "Kogu \"%1\" on indekseeritud" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/fi/akonadi_search.po new/akonadi-search-18.04.0/po/fi/akonadi_search.po --- old/akonadi-search-17.12.3/po/fi/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/fi/akonadi_search.po 2018-04-13 02:13:39.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2017-12-11 19:45+0200\n" "Last-Translator: Tommi Nieminen <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" @@ -29,12 +29,12 @@ msgid "Indexing collection: %1" msgstr "Indeksoidaan kokoelmaa: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Valmis" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "Kokoelma ”%1” indeksoitu" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/fr/akonadi_search.po new/akonadi-search-18.04.0/po/fr/akonadi_search.po --- old/akonadi-search-17.12.3/po/fr/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/fr/akonadi_search.po 2018-04-13 02:13:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2017-06-12 17:41+0100\n" "Last-Translator: Vincent Pinon <[email protected]>\n" "Language-Team: French <[email protected]>\n" @@ -32,12 +32,12 @@ msgid "Indexing collection: %1" msgstr "Indexation de la collection : %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Prêt" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "Collection « %1 » indexée" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/gl/akonadi_search.po new/akonadi-search-18.04.0/po/gl/akonadi_search.po --- old/akonadi-search-17.12.3/po/gl/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/gl/akonadi_search.po 2018-04-13 02:13:40.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2015-02-21 12:02+0100\n" "Last-Translator: Adrián Chaves Fernández <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" @@ -28,12 +28,12 @@ msgid "Indexing collection: %1" msgstr "Indexando a colección: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Listo" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/hu/akonadi_search.po new/akonadi-search-18.04.0/po/hu/akonadi_search.po --- old/akonadi-search-17.12.3/po/hu/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/hu/akonadi_search.po 2018-04-13 02:13:40.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2014-12-20 12:28+0100\n" "Last-Translator: Kristóf Kiszel <[email protected]>\n" "Language-Team: Hungarian <[email protected]>\n" @@ -28,12 +28,12 @@ msgid "Indexing collection: %1" msgstr "Gyűjtemény indexelése: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Kész" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/ia/akonadi_search.po new/akonadi-search-18.04.0/po/ia/akonadi_search.po --- old/akonadi-search-17.12.3/po/ia/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/ia/akonadi_search.po 2018-04-13 02:13:40.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2017-02-05 23:34+0100\n" "Last-Translator: giovanni <[email protected]>\n" "Language-Team: Interlingua <[email protected]>\n" @@ -28,12 +28,12 @@ msgid "Indexing collection: %1" msgstr "" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Preste" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "Collection \"%1\" indicisate" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/it/akonadi_search.po new/akonadi-search-18.04.0/po/it/akonadi_search.po --- old/akonadi-search-17.12.3/po/it/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/it/akonadi_search.po 2018-04-13 02:13:40.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2017-04-22 22:19+0100\n" "Last-Translator: Luigi Toscano <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" @@ -28,12 +28,12 @@ msgid "Indexing collection: %1" msgstr "Indicizzazione raccolta: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Pronto" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "Raccolta «%1» indicizzata" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/ja/akonadi_search.po new/akonadi-search-18.04.0/po/ja/akonadi_search.po --- old/akonadi-search-17.12.3/po/ja/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/ja/akonadi_search.po 2018-04-13 02:13:40.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: akonadi_baloo_feeder\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2013-12-24 01:19-0800\n" "Last-Translator: Japanese KDE translation team <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" @@ -25,12 +25,12 @@ msgid "Indexing collection: %1" msgstr "" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/ko/akonadi_search.po new/akonadi-search-18.04.0/po/ko/akonadi_search.po --- old/akonadi-search-17.12.3/po/ko/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/ko/akonadi_search.po 2018-04-13 02:13:40.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2017-12-03 19:17+0100\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" @@ -28,12 +28,12 @@ msgid "Indexing collection: %1" msgstr "모음집 색인 중: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "준비" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "모음집 \"%1\"을(를) 색인에 추가함" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/lt/akonadi_search.po new/akonadi-search-18.04.0/po/lt/akonadi_search.po --- old/akonadi-search-17.12.3/po/lt/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/lt/akonadi_search.po 2018-04-13 02:13:40.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: trunk-kf 5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2015-08-30 15:56+0200\n" "Last-Translator: Liudas Ališauskas <[email protected]>\n" "Language-Team: Lithuanian <[email protected]>\n" @@ -31,12 +31,12 @@ msgid "Indexing collection: %1" msgstr "Indeksuojamas rinkinys: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Pasiruošęs" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/nb/akonadi_search.po new/akonadi-search-18.04.0/po/nb/akonadi_search.po --- old/akonadi-search-17.12.3/po/nb/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/nb/akonadi_search.po 2018-04-13 02:13:40.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2014-09-02 21:20+0200\n" "Last-Translator: Bjørn Steensrud <[email protected]>\n" "Language-Team: Norwegian Bokmål <[email protected]>\n" @@ -30,12 +30,12 @@ msgid "Indexing collection: %1" msgstr "Indekserer samling: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Klar" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/nl/akonadi_search.po new/akonadi-search-18.04.0/po/nl/akonadi_search.po --- old/akonadi-search-17.12.3/po/nl/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/nl/akonadi_search.po 2018-04-13 02:13:40.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2017-04-22 23:42+0100\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: Dutch <[email protected]>\n" @@ -28,12 +28,12 @@ msgid "Indexing collection: %1" msgstr "Verzameling indexeren: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Gereed" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "Verzameling \"%1\" geïndexeerd" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/nn/akonadi_search.po new/akonadi-search-18.04.0/po/nn/akonadi_search.po --- old/akonadi-search-17.12.3/po/nn/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/nn/akonadi_search.po 2018-04-13 02:13:40.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2016-11-02 20:12+0100\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" @@ -30,12 +30,12 @@ msgid "Indexing collection: %1" msgstr "Indekserer samling: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Klar" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "Samlinga «%1» er indeksert" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/pl/akonadi_search.po new/akonadi-search-18.04.0/po/pl/akonadi_search.po --- old/akonadi-search-17.12.3/po/pl/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/pl/akonadi_search.po 2018-04-13 02:13:40.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2017-04-22 06:33+0100\n" "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" @@ -29,12 +29,12 @@ msgid "Indexing collection: %1" msgstr "Indeksowane zbioru: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Gotowe" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "Zaindeksowano zbiór \"%1\"" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/pt/akonadi_search.po new/akonadi-search-18.04.0/po/pt/akonadi_search.po --- old/akonadi-search-17.12.3/po/pt/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/pt/akonadi_search.po 2018-04-13 02:13:40.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: akonadi_baloo_indexer\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2017-04-22 11:34+0100\n" "Last-Translator: José Nuno Coelho Pires <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" @@ -24,12 +24,12 @@ msgid "Indexing collection: %1" msgstr "A indexar a colecção: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Pronto" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "A colecção \"%1\" foi indexada" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/pt_BR/akonadi_search.po new/akonadi-search-18.04.0/po/pt_BR/akonadi_search.po --- old/akonadi-search-17.12.3/po/pt_BR/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/pt_BR/akonadi_search.po 2018-04-13 02:13:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: akonadi_baloo_indexer\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2014-11-04 21:19-0300\n" "Last-Translator: André Marcelo Alvarenga <[email protected]>\n" "Language-Team: Brazilian Portuguese <[email protected]>\n" @@ -29,12 +29,12 @@ msgid "Indexing collection: %1" msgstr "Indexando a coleção: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Pronto" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/ro/akonadi_search.po new/akonadi-search-18.04.0/po/ro/akonadi_search.po --- old/akonadi-search-17.12.3/po/ro/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/ro/akonadi_search.po 2018-04-13 02:13:40.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2015-04-26 12:41+0300\n" "Last-Translator: Sergiu Bivol <[email protected]>\n" "Language-Team: Romanian <[email protected]>\n" @@ -29,12 +29,12 @@ msgid "Indexing collection: %1" msgstr "Se indexează colecția: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Gata" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/ru/akonadi_search.po new/akonadi-search-18.04.0/po/ru/akonadi_search.po --- old/akonadi-search-17.12.3/po/ru/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/ru/akonadi_search.po 2018-04-13 02:13:40.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2017-10-11 14:01+0300\n" "Last-Translator: Alexander Potashev <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" @@ -29,12 +29,12 @@ msgid "Indexing collection: %1" msgstr "Индексирование коллекции «%1»..." -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Готово" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "Коллекция «%1» проиндексирована." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/sk/akonadi_search.po new/akonadi-search-18.04.0/po/sk/akonadi_search.po --- old/akonadi-search-17.12.3/po/sk/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/sk/akonadi_search.po 2018-04-13 02:13:40.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: akonadi_baloo_indexer\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2017-04-26 21:17+0100\n" "Last-Translator: Roman Paholik <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" @@ -26,12 +26,12 @@ msgid "Indexing collection: %1" msgstr "Indexujem kolekciu: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Pripravený" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "Kolekcia \"%1\" preindexovaná" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/sl/akonadi_search.po new/akonadi-search-18.04.0/po/sl/akonadi_search.po --- old/akonadi-search-17.12.3/po/sl/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/sl/akonadi_search.po 2018-04-13 02:13:40.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2017-07-16 11:43+0100\n" "Last-Translator: Andrej Mernik <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" @@ -29,12 +29,12 @@ msgid "Indexing collection: %1" msgstr "Izgrajevanje kazala zbirke: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Pripravljen" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "Za zbirko »%1« je bilo ustvarjeno kazalo" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/sr/akonadi_search.po new/akonadi-search-18.04.0/po/sr/akonadi_search.po --- old/akonadi-search-17.12.3/po/sr/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/sr/akonadi_search.po 2018-04-13 02:13:40.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: akonadi_search\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2017-05-07 21:01+0200\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" @@ -29,12 +29,12 @@ msgid "Indexing collection: %1" msgstr "Индексирам збирку: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Спреман." -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "Збирка „%1“ индексирана." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/sv/akonadi_search.po new/akonadi-search-18.04.0/po/sv/akonadi_search.po --- old/akonadi-search-17.12.3/po/sv/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/sv/akonadi_search.po 2018-04-13 02:13:40.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2017-04-22 06:14+0100\n" "Last-Translator: Stefan Asserhäll <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" @@ -28,12 +28,12 @@ msgid "Indexing collection: %1" msgstr "Indexerar samling: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Klar" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "Samlingen \"%1\" indexerad" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/tr/akonadi_search.po new/akonadi-search-18.04.0/po/tr/akonadi_search.po --- old/akonadi-search-17.12.3/po/tr/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/tr/akonadi_search.po 2018-04-13 02:13:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: akonadi_search\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2017-06-19 12:23+0000\n" "Last-Translator: Kaan <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" @@ -28,12 +28,12 @@ msgid "Indexing collection: %1" msgstr "Koleksyon indeksleme: %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Hazır" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "\"%1\" koleksiyonu indekslendi" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/uk/akonadi_search.po new/akonadi-search-18.04.0/po/uk/akonadi_search.po --- old/akonadi-search-17.12.3/po/uk/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/uk/akonadi_search.po 2018-04-13 02:13:40.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: akonadi_search\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2017-04-22 10:24+0300\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\n" @@ -31,12 +31,12 @@ msgid "Indexing collection: %1" msgstr "Індексуємо збірку %1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "Виконано" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "Проіндексовано збірку «%1»" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/zh_CN/akonadi_search.po new/akonadi-search-18.04.0/po/zh_CN/akonadi_search.po --- old/akonadi-search-17.12.3/po/zh_CN/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/zh_CN/akonadi_search.po 2018-04-13 02:13:40.000000000 +0200 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" -"PO-Revision-Date: 2018-02-28 02:28-0500\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" +"PO-Revision-Date: 2018-04-05 09:39-0400\n" "Last-Translator: guoyunhebrave <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -32,12 +32,12 @@ msgid "Indexing collection: %1" msgstr "正在索引收藏:%1" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "就绪" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "收藏“%1”已被索引" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/po/zh_TW/akonadi_search.po new/akonadi-search-18.04.0/po/zh_TW/akonadi_search.po --- old/akonadi-search-17.12.3/po/zh_TW/akonadi_search.po 2018-03-06 01:27:02.000000000 +0100 +++ new/akonadi-search-18.04.0/po/zh_TW/akonadi_search.po 2018-04-13 02:13:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: akonadi_baloo_indexer\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2017-09-15 03:36+0200\n" +"POT-Creation-Date: 2018-01-05 03:14+0100\n" "PO-Revision-Date: 2016-09-22 20:30+0800\n" "Last-Translator: Jeff Huang <[email protected]>\n" "Language-Team: Traditional Chinese <[email protected]>\n" @@ -29,12 +29,12 @@ msgid "Indexing collection: %1" msgstr "" -#: agent/scheduler.cpp:199 agent/scheduler.cpp:231 agent/scheduler.cpp:242 +#: agent/scheduler.cpp:204 agent/scheduler.cpp:236 agent/scheduler.cpp:247 #, kde-format msgid "Ready" msgstr "" -#: agent/scheduler.cpp:275 +#: agent/scheduler.cpp:280 #, kde-format msgid "Collection \"%1\" indexed" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/runner/pimcontactsrunner.h new/akonadi-search-18.04.0/runner/pimcontactsrunner.h --- old/akonadi-search-17.12.3/runner/pimcontactsrunner.h 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/runner/pimcontactsrunner.h 2018-04-10 13:51:05.000000000 +0200 @@ -28,7 +28,7 @@ public: explicit PIMContactsRunner(QObject *parent, const QVariantList &args); - virtual ~PIMContactsRunner(); + ~PIMContactsRunner() override; void reloadConfiguration() override; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/runner/plasma-krunner-pimcontacts.desktop new/akonadi-search-18.04.0/runner/plasma-krunner-pimcontacts.desktop --- old/akonadi-search-17.12.3/runner/plasma-krunner-pimcontacts.desktop 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/runner/plasma-krunner-pimcontacts.desktop 2018-04-10 13:51:05.000000000 +0200 @@ -3,7 +3,7 @@ Name[ar]=البحث في متراسلي PIM Name[ast]=Gueta de contautos PIM Name[ca]=Cerca de contactes PIM -Name[ca@valencia]=Busca de contactes PIM +Name[ca@valencia]=Cerca de contactes PIM Name[da]=Søgning i PIM-kontakter Name[de]=PIM-Kontaktsuche Name[en_GB]=PIM Contacts Search @@ -34,7 +34,7 @@ Comment=Runner which searches through your contacts Comment[ar]=مشغّل يبحث في متراسليك Comment[ca]=Executor que cerca a través dels vostres contactes -Comment[ca@valencia]=Executor que busca a través dels vostres contactes +Comment[ca@valencia]=Executor que cerca a través dels vostres contactes Comment[da]=Runner som søger efter dine kontakter Comment[de]=Runner, der Ihre Kontakte durchsucht Comment[en_GB]=Runner which searches through your contacts diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/runner/plasma-krunner-pimcontacts_config.desktop new/akonadi-search-18.04.0/runner/plasma-krunner-pimcontacts_config.desktop --- old/akonadi-search-17.12.3/runner/plasma-krunner-pimcontacts_config.desktop 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/runner/plasma-krunner-pimcontacts_config.desktop 2018-04-10 13:51:05.000000000 +0200 @@ -3,7 +3,7 @@ Name[ar]=البحث في متراسلي PIM Name[ast]=Gueta de contautos PIM Name[ca]=Cerca de contactes PIM -Name[ca@valencia]=Busca de contactes PIM +Name[ca@valencia]=Cerca de contactes PIM Name[da]=Søgning i PIM-kontakter Name[de]=PIM-Kontaktsuche Name[en_GB]=PIM Contacts Search diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/search/calendar/calendarsearchstore.cpp new/akonadi-search-18.04.0/search/calendar/calendarsearchstore.cpp --- old/akonadi-search-17.12.3/search/calendar/calendarsearchstore.cpp 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/search/calendar/calendarsearchstore.cpp 2018-04-10 13:51:05.000000000 +0200 @@ -1,6 +1,6 @@ /* * This file is part of the KDE Akonadi Search Project - * Copyright (C) 2014-2017 Laurent Montel <[email protected]> + * Copyright (C) 2014-2018 Laurent Montel <[email protected]> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/search/calendar/calendarsearchstore.h new/akonadi-search-18.04.0/search/calendar/calendarsearchstore.h --- old/akonadi-search-17.12.3/search/calendar/calendarsearchstore.h 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/search/calendar/calendarsearchstore.h 2018-04-10 13:51:05.000000000 +0200 @@ -1,6 +1,6 @@ /* * This file is part of the KDE Akonadi Search Project - * Copyright (C) 2014-2017 Laurent Montel <[email protected]> + * Copyright (C) 2014-2018 Laurent Montel <[email protected]> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/search/note/notesearchstore.cpp new/akonadi-search-18.04.0/search/note/notesearchstore.cpp --- old/akonadi-search-17.12.3/search/note/notesearchstore.cpp 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/search/note/notesearchstore.cpp 2018-04-10 13:51:05.000000000 +0200 @@ -1,6 +1,6 @@ /* * This file is part of the KDE Akonadi Search Project - * Copyright (C) 2014-2017 Laurent Montel <[email protected]> + * Copyright (C) 2014-2018 Laurent Montel <[email protected]> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/search/note/notesearchstore.h new/akonadi-search-18.04.0/search/note/notesearchstore.h --- old/akonadi-search-17.12.3/search/note/notesearchstore.h 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/search/note/notesearchstore.h 2018-04-10 13:51:05.000000000 +0200 @@ -1,6 +1,6 @@ /* * This file is part of the KDE Akonadi Search Project - * Copyright (C) 2014-2017 Laurent Montel <[email protected]> + * Copyright (C) 2014-2018 Laurent Montel <[email protected]> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-search-17.12.3/xapian/xapiansearchstore.h new/akonadi-search-18.04.0/xapian/xapiansearchstore.h --- old/akonadi-search-17.12.3/xapian/xapiansearchstore.h 2018-02-26 06:42:53.000000000 +0100 +++ new/akonadi-search-18.04.0/xapian/xapiansearchstore.h 2018-04-10 13:51:05.000000000 +0200 @@ -42,7 +42,7 @@ Q_OBJECT public: explicit XapianSearchStore(QObject *parent = nullptr); - virtual ~XapianSearchStore(); + ~XapianSearchStore() override; int exec(const Query &query) override; void close(int queryId) override;
