Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package akonadi-notes for openSUSE:Factory checked in at 2022-04-24 00:18:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akonadi-notes (Old) and /work/SRC/openSUSE:Factory/.akonadi-notes.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadi-notes" Sun Apr 24 00:18:59 2022 rev:69 rq:971382 version:22.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/akonadi-notes/akonadi-notes.changes 2022-03-04 20:14:37.168803456 +0100 +++ /work/SRC/openSUSE:Factory/.akonadi-notes.new.1538/akonadi-notes.changes 2022-04-24 00:19:02.508236823 +0200 @@ -1,0 +2,25 @@ +Mon Apr 18 07:50:37 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 22.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/22.04.0/ + +------------------------------------------------------------------- +Fri Apr 8 18:16:53 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 22.03.90 + * New feature release + +------------------------------------------------------------------- +Wed Mar 23 08:13:28 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 22.03.80 + * New feature release +- Changes since 21.12.3: + * Fix compile without deprecated method + * normalize install header include (fix qt6 build) + * Adapt build system for building against qt6 + * Correct prefix to other PIM repositories in .kde-ci.yml + +------------------------------------------------------------------- Old: ---- akonadi-notes-21.12.3.tar.xz akonadi-notes-21.12.3.tar.xz.sig New: ---- akonadi-notes-22.04.0.tar.xz akonadi-notes-22.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akonadi-notes.spec ++++++ --- /var/tmp/diff_new_pack.hjJ57m/_old 2022-04-24 00:19:03.092237265 +0200 +++ /var/tmp/diff_new_pack.hjJ57m/_new 2022-04-24 00:19:03.096237268 +0200 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: akonadi-notes -Version: 21.12.3 +Version: 22.04.0 Release: 0 Summary: Library to implement management of notes in Akonadi License: LGPL-2.1-or-later @@ -91,12 +91,8 @@ %{_kf5_libdir}/libKF5AkonadiNotes.so.* %files devel -%dir %{_kf5_includedir}/Akonadi -%dir %{_kf5_includedir}/akonadi %{_kf5_cmakedir}/KF5AkonadiNotes/ -%{_kf5_includedir}/Akonadi/Notes/ -%{_kf5_includedir}/akonadi-notes_version.h -%{_kf5_includedir}/akonadi/notes/ +%{_kf5_includedir}/AkonadiNotes/ %{_kf5_libdir}/libKF5AkonadiNotes.so %{_kf5_mkspecsdir}/qt_AkonadiNotes.pri ++++++ akonadi-notes-21.12.3.tar.xz -> akonadi-notes-22.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/.git-blame-ignore-revs new/akonadi-notes-22.04.0/.git-blame-ignore-revs --- old/akonadi-notes-21.12.3/.git-blame-ignore-revs 2022-02-07 07:08:37.000000000 +0100 +++ new/akonadi-notes-22.04.0/.git-blame-ignore-revs 2022-04-09 17:53:23.000000000 +0200 @@ -1,2 +1,4 @@ +# SPDX-License-Identifier: CC0-1.0 +# SPDX-FileCopyrightText: none # clang-format f19faa834111f28b6acf5380bdfa50985d04c037 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/.gitignore new/akonadi-notes-22.04.0/.gitignore --- old/akonadi-notes-21.12.3/.gitignore 2022-02-07 07:08:37.000000000 +0100 +++ new/akonadi-notes-22.04.0/.gitignore 2022-04-09 17:53:23.000000000 +0200 @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: CC0-1.0 +# SPDX-FileCopyrightText: none # Ignore the following files *~ *.[oa] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/.gitlab-ci.yml new/akonadi-notes-22.04.0/.gitlab-ci.yml --- old/akonadi-notes-21.12.3/.gitlab-ci.yml 2022-02-07 07:08:37.000000000 +0100 +++ new/akonadi-notes-22.04.0/.gitlab-ci.yml 2022-04-09 17:53:23.000000000 +0200 @@ -1,6 +1,7 @@ -# SPDX-FileCopyrightText: 2020-2021 Laurent Montel <mon...@kde.org> +# SPDX-FileCopyrightText: 2020-2022 Laurent Montel <mon...@kde.org> # SPDX-License-Identifier: CC0-1.0 include: + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/reuse-lint.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/CMakeLists.txt new/akonadi-notes-22.04.0/CMakeLists.txt --- old/akonadi-notes-21.12.3/CMakeLists.txt 2022-02-07 07:08:37.000000000 +0100 +++ new/akonadi-notes-22.04.0/CMakeLists.txt 2022-04-09 17:53:23.000000000 +0200 @@ -1,10 +1,12 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: BSD-3-Clause cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "5.19.3") +set(PIM_VERSION "5.20.0") project(Akonadi-Notes VERSION ${PIM_VERSION}) # ECM setup -set(KF5_MIN_VERSION "5.87.0") +set(KF5_MIN_VERSION "5.91.0") find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) @@ -25,6 +27,7 @@ kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES}) include(ECMQtDeclareLoggingCategory) +include(ECMDeprecationSettings) include(ECMAddQch) @@ -34,8 +37,8 @@ set(QT_REQUIRED_VERSION "5.15.2") set(AKONADI_NOTES_VERSION ${PIM_VERSION}) -set(KMIMELIB_VERSION "5.19.3") -set(AKONADI_VERSION "5.19.3") +set(KMIMELIB_VERSION "5.20.0") +set(AKONADI_VERSION "5.20.0") ecm_setup_version(PROJECT VARIABLE_PREFIX AKONADINOTES VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/akonadi-notes_version.h" @@ -44,7 +47,7 @@ ) ########### Find packages ########### -find_package(Qt5Xml ${QT_REQUIRED_VERSION} CONFIG REQUIRED) +find_package(Qt${QT_MAJOR_VERSION}Xml ${QT_REQUIRED_VERSION} CONFIG REQUIRED) find_package(KF5I18n ${KF5_MIN_VERSION} CONFIG REQUIRED) find_package(KF5Mime ${KMIMELIB_VERSION} CONFIG REQUIRED) @@ -52,8 +55,8 @@ add_definitions(-DTRANSLATION_DOMAIN=\"akonadinotes5\") -add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f02) -add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055800) +ecm_set_disabled_deprecation_versions(QT 5.15.2 KF 5.92.0) + @@ -81,7 +84,7 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/akonadi-notes_version.h - DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel + DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF}/AkonadiNotes COMPONENT Devel ) kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/CMakePresets.json new/akonadi-notes-22.04.0/CMakePresets.json --- old/akonadi-notes-21.12.3/CMakePresets.json 2022-02-07 07:08:37.000000000 +0100 +++ new/akonadi-notes-22.04.0/CMakePresets.json 2022-04-09 17:53:23.000000000 +0200 @@ -13,6 +13,30 @@ "installDir": "$env{KF5}" }, { + "name": "coverage", + "displayName": "Build as debug", + "generator": "Ninja", + "binaryDir": "${sourceDir}/build", + "cacheVariables": { + "CMAKE_BUILD_TYPE": "Debug", + "BUILD_COVERAGE": "ON", + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" + }, + "installDir": "$env{KF5}" + }, + { + "name": "dev-qt6", + "displayName": "Build against qt6", + "generator": "Ninja", + "binaryDir": "${sourceDir}/build-qt6", + "cacheVariables": { + "CMAKE_BUILD_TYPE": "Debug", + "BUILD_WITH_QT6": "ON", + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" + }, + "installDir": "$env{KF6}" + }, + { "name": "dev-disable-deprecated", "displayName": "Build as without deprecated methods", "generator": "Ninja", @@ -118,6 +142,10 @@ "configurePreset": "dev" }, { + "name": "dev-qt6", + "configurePreset": "dev-qt6" + }, + { "name": "dev-disable-deprecated", "configurePreset": "dev-disable-deprecated" }, @@ -130,6 +158,10 @@ "configurePreset": "release" }, { + "name": "coverage", + "configurePreset": "coverage" + }, + { "name": "dev-clang", "configurePreset": "dev-clang" }, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/CMakePresets.json.license new/akonadi-notes-22.04.0/CMakePresets.json.license --- old/akonadi-notes-21.12.3/CMakePresets.json.license 2022-02-07 07:08:37.000000000 +0100 +++ new/akonadi-notes-22.04.0/CMakePresets.json.license 2022-04-09 17:53:23.000000000 +0200 @@ -1,2 +1,2 @@ -# SPDX-FileCopyrightText: 2021 Laurent Montel <mon...@kde.org> +# SPDX-FileCopyrightText: 2021-2022 Laurent Montel <mon...@kde.org> # SPDX-License-Identifier: BSD-3-Clause diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/KF5AkonadiNotesConfig.cmake.in new/akonadi-notes-22.04.0/KF5AkonadiNotesConfig.cmake.in --- old/akonadi-notes-21.12.3/KF5AkonadiNotesConfig.cmake.in 2022-02-07 07:08:37.000000000 +0100 +++ new/akonadi-notes-22.04.0/KF5AkonadiNotesConfig.cmake.in 2022-04-09 17:53:23.000000000 +0200 @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: BSD-3-Clause + @PACKAGE_INIT@ include(CMakeFindDependencyMacro) find_dependency(KF5Mime "@KMIMELIB_VERSION@") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/LICENSES/BSD-3-Clause.txt new/akonadi-notes-22.04.0/LICENSES/BSD-3-Clause.txt --- old/akonadi-notes-21.12.3/LICENSES/BSD-3-Clause.txt 1970-01-01 01:00:00.000000000 +0100 +++ new/akonadi-notes-22.04.0/LICENSES/BSD-3-Clause.txt 2022-04-09 17:53:23.000000000 +0200 @@ -0,0 +1,26 @@ +Copyright (c) <year> <owner>. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, +this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, +this list of conditions and the following disclaimer in the documentation +and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors +may be used to endorse or promote products derived from this software without +specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE +USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/README.md.license new/akonadi-notes-22.04.0/README.md.license --- old/akonadi-notes-21.12.3/README.md.license 1970-01-01 01:00:00.000000000 +0100 +++ new/akonadi-notes-22.04.0/README.md.license 2022-04-09 17:53:23.000000000 +0200 @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: 2016 Daniel Vr??til <dvra...@kde.org> +SPDX-License-Identifier: CC0-1.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/autotests/CMakeLists.txt new/akonadi-notes-22.04.0/autotests/CMakeLists.txt --- old/akonadi-notes-21.12.3/autotests/CMakeLists.txt 2022-02-07 07:08:37.000000000 +0100 +++ new/akonadi-notes-22.04.0/autotests/CMakeLists.txt 2022-04-09 17:53:23.000000000 +0200 @@ -1,9 +1,11 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: BSD-3-Clause include(ECMMarkAsTest) -find_package(Qt5Test ${QT_REQUIRED_VERSION} CONFIG REQUIRED) +find_package(Qt${QT_MAJOR_VERSION}Test ${QT_REQUIRED_VERSION} CONFIG REQUIRED) add_executable(notestest notestest.cpp) add_test(NAME notestest COMMAND notestest) ecm_mark_as_test(notestest) -target_link_libraries(notestest KF5AkonadiNotes KF5::Mime Qt::Test) +target_link_libraries(notestest KF5AkonadiNotes KF5::Mime Qt${QT_MAJOR_VERSION}::Test) set(CMAKE_PREFIX_PATH ../) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/ar/akonadinotes5.po new/akonadi-notes-22.04.0/po/ar/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/ar/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/ar/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2014-09-12 14:20+0300\n" "Last-Translator: Safa Alfulaij <safa1996alful...@gmail.com>\n" "Language-Team: Arabic <d...@arabeyes.org>\n" @@ -18,7 +18,7 @@ "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" "X-Generator: Lokalize 1.5\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/ast/akonadinotes5.po new/akonadi-notes-22.04.0/po/ast/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/ast/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/ast/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: akonadi-notes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2020-11-07 16:46+0100\n" "Last-Translator: enolp <en...@softastur.org>\n" "Language-Team: Asturian <alministrado...@softastur.org>\n" @@ -17,7 +17,7 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 20.08.3\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/az/akonadinotes5.po new/akonadi-notes-22.04.0/po/az/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/az/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/az/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: akonadi-notes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2020-06-18 23:45+0400\n" "Last-Translator: X??yyam Qocayev <xxm...@gmail.com>\n" "Language-Team: Azerbaijani <kde-i18n-...@kde.org>\n" @@ -17,7 +17,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 20.04.1\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/bg/akonadinotes5.po new/akonadi-notes-22.04.0/po/bg/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/bg/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/bg/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: akonadi-notes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2021-01-06 18:21+0200\n" "Last-Translator: Yasen Pramatarov <ya...@lindeas.com>\n" "Language-Team: Bulgarian <d...@ludost.net>\n" @@ -17,7 +17,7 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 20.08.2\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/bs/akonadinotes5.po new/akonadi-notes-22.04.0/po/bs/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/bs/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/bs/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: bosnianuniversetranslation\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2012-10-05 19:44+0000\n" "Last-Translator: Samir Ribi?? <Unknown>\n" "Language-Team: Bosnian <b...@li.org>\n" @@ -20,7 +20,7 @@ "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/ca/akonadinotes5.po new/akonadi-notes-22.04.0/po/ca/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/ca/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/ca/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: akonadi-notes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2012-01-07 22:09+0100\n" "Last-Translator: Josep M. Ferrer <txe...@gmail.com>\n" "Language-Team: Catalan <kde-i18n...@kde.org>\n" @@ -20,7 +20,7 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/ca@valencia/akonadinotes5.po new/akonadi-notes-22.04.0/po/ca@valencia/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/ca@valencia/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/ca@valencia/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: akonadi-notes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2012-01-07 22:09+0100\n" "Last-Translator: Josep M. Ferrer <txe...@gmail.com>\n" "Language-Team: Catalan <kde-i18n...@kde.org>\n" @@ -20,7 +20,7 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/cs/akonadinotes5.po new/akonadi-notes-22.04.0/po/cs/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/cs/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/cs/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2011-09-08 10:53+0200\n" "Last-Translator: V??t Pel????k <v...@pelcak.org>\n" "Language-Team: Czech <kde-i18n-...@kde.org>\n" @@ -17,7 +17,7 @@ "X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/da/akonadinotes5.po new/akonadi-notes-22.04.0/po/da/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/da/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/da/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2011-12-29 19:31+0100\n" "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n" "Language-Team: Danish <da...@dansk-gruppen.dk>\n" @@ -17,7 +17,7 @@ "X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/de/akonadinotes5.po new/akonadi-notes-22.04.0/po/de/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/de/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/de/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: akonadinotes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2011-10-31 23:48+0100\n" "Last-Translator: Frederik Schwarzer <schwar...@kde.org>\n" "Language-Team: German <kde-i18n...@kde.org>\n" @@ -13,7 +13,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/el/akonadinotes5.po new/akonadi-notes-22.04.0/po/el/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/el/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/el/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: akonadinotes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2012-10-25 18:28+0300\n" "Last-Translator: Stelios <ssta...@gmail.com>\n" "Language-Team: Greek <kde-i18n...@kde.org>\n" @@ -18,7 +18,7 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 1.4\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/en_GB/akonadinotes5.po new/akonadi-notes-22.04.0/po/en_GB/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/en_GB/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/en_GB/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2014-08-17 13:13+0100\n" "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n" "Language-Team: British English <kde-l10n-en...@kde.org>\n" @@ -17,7 +17,7 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 1.5\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/es/akonadinotes5.po new/akonadi-notes-22.04.0/po/es/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/es/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/es/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2013-11-25 14:08+0100\n" "Last-Translator: Javier Vinal <fjvi...@gmail.com>\n" "Language-Team: Spanish <kde-l10n...@kde.org>\n" @@ -17,7 +17,7 @@ "X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/et/akonadinotes5.po new/akonadi-notes-22.04.0/po/et/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/et/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/et/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2011-12-22 04:12+0200\n" "Last-Translator: Marek Laane <b...@smail.ee>\n" "Language-Team: Estonian <kde...@linux.ee>\n" @@ -17,7 +17,7 @@ "X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/eu/akonadinotes5.po new/akonadi-notes-22.04.0/po/eu/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/eu/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/eu/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: akonadi-notes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2020-08-04 22:51+0200\n" "Last-Translator: I??igo Salvador Azurmendi <xa...@ni.eus>\n" "Language-Team: Basque <kde-i18n...@kde.org>\n" @@ -20,7 +20,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 20.04.3\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/fi/akonadinotes5.po new/akonadi-notes-22.04.0/po/fi/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/fi/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/fi/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: akonadinotes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2013-01-20 20:04:09+0000\n" "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n" "Language-Team: Finnish <lokalisoi...@lists.coss.fi>\n" @@ -19,7 +19,7 @@ "X-POT-Import-Date: 2012-12-01 22:25:16+0000\n" "X-Generator: MediaWiki 1.21alpha (963ddae); Translate 2012-11-08\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/fr/akonadinotes5.po new/akonadi-notes-22.04.0/po/fr/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/fr/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/fr/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: akonadinotes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2012-04-15 15:54+0200\n" "Last-Translator: Jo??lle Cornavin <jc...@free.fr>\n" "Language-Team: French <kde-francoph...@kde.orh>\n" @@ -20,7 +20,7 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/ga/akonadinotes5.po new/akonadi-notes-22.04.0/po/ga/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/ga/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/ga/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: akonadinotes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2011-12-28 12:28-0500\n" "Last-Translator: Kevin Scannell <ksca...@gmail.com>\n" "Language-Team: Irish <gaeilge-gnuli...@lists.sourceforge.net>\n" @@ -17,7 +17,7 @@ "Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n < 11 ? " "3 : 4\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/gl/akonadinotes5.po new/akonadi-notes-22.04.0/po/gl/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/gl/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/gl/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2013-01-01 11:28+0100\n" "Last-Translator: Marce Villarino <mvillar...@kde-espana.es>\n" "Language-Team: Galician <proxe...@trasno.net>\n" @@ -16,7 +16,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/he/akonadinotes5.po new/akonadi-notes-22.04.0/po/he/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/he/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/he/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: akonadinotes5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2017-05-16 07:04-0400\n" "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n" "Language-Team: Hebrew <kde-i18n...@kde.org>\n" @@ -18,7 +18,7 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Zanata 3.9.6\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/hi/akonadinotes5.po new/akonadi-notes-22.04.0/po/hi/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/hi/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/hi/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: akonadi-notes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2020-08-20 19:13+0530\n" "Last-Translator: Raghavendra Kamath <ra...@raghukamath.com>\n" "Language-Team: Kde-hindi\n" @@ -17,7 +17,7 @@ "Plural-Forms: nplurals=2; plural=(n!=1);\n" "X-Generator: Lokalize 20.04.3\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/hu/akonadinotes5.po new/akonadi-notes-22.04.0/po/hu/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/hu/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/hu/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2011-10-25 13:03+0200\n" "Last-Translator: Krist??f Kiszel <ulys...@kubuntu.org>\n" "Language-Team: Hungarian <kde-l10n...@kde.org>\n" @@ -17,7 +17,7 @@ "X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/ia/akonadinotes5.po new/akonadi-notes-22.04.0/po/ia/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/ia/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/ia/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2011-11-07 11:28+0100\n" "Last-Translator: g.sora <g.s...@tiscali.it>\n" "Language-Team: Interlingua <kde-i18n...@kde.org>\n" @@ -17,7 +17,7 @@ "X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/it/akonadinotes5.po new/akonadi-notes-22.04.0/po/it/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/it/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/it/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: akonadinotes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2012-01-12 01:23+0100\n" "Last-Translator: Luigi Toscano <luigi.tosc...@tiscali.it>\n" "Language-Team: Italian <kde-i18n...@kde.org>\n" @@ -17,7 +17,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/ja/akonadinotes5.po new/akonadi-notes-22.04.0/po/ja/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/ja/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/ja/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: akonadinotes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2011-09-10 22:32-0700\n" "Last-Translator: Japanese KDE translation team <kde...@kde.org>\n" "Language-Team: Japanese <kde...@kde.org>\n" @@ -14,7 +14,7 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/kk/akonadinotes5.po new/akonadi-notes-22.04.0/po/kk/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/kk/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/kk/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2011-12-13 02:37+0600\n" "Last-Translator: Sairan Kikkarin <sai...@computer.org>\n" "Language-Team: Kazakh <kde-i18n-...@kde.org>\n" @@ -17,7 +17,7 @@ "X-Generator: Lokalize 1.1\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/km/akonadinotes5.po new/akonadi-notes-22.04.0/po/km/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/km/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/km/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: akonadinotes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2012-06-08 09:39+0700\n" "Last-Translator: Khoem Sokhem <khoemsok...@khmeros.info>\n" "Language-Team: Khmer\n" @@ -18,7 +18,7 @@ "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/ko/akonadinotes5.po new/akonadi-notes-22.04.0/po/ko/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/ko/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/ko/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2014-03-03 00:24+0900\n" "Last-Translator: Shinjo Park <k...@peremen.name>\n" "Language-Team: Korean <kde...@kde.org>\n" @@ -16,7 +16,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/lt/akonadinotes5.po new/akonadi-notes-22.04.0/po/lt/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/lt/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/lt/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: akonadinotes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2011-09-25 12:28+0300\n" "Last-Translator: Remigijus Jarmalavi??ius <remigi...@jarmalavicius.lt>\n" "Language-Team: Lithuanian <kde-i18n-...@kde.org>\n" @@ -20,7 +20,7 @@ "%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n" "X-Generator: Lokalize 1.2\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/mr/akonadinotes5.po new/akonadi-notes-22.04.0/po/mr/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/mr/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/mr/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2013-03-13 15:18+0530\n" "Last-Translator: Chetan Khona <che...@kompkin.com>\n" "Language-Team: Marathi <kde-i18n-...@kde.org>\n" @@ -17,7 +17,7 @@ "Plural-Forms: nplurals=2; plural=(n!=1);\n" "X-Generator: Lokalize 1.5\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/nb/akonadinotes5.po new/akonadi-notes-22.04.0/po/nb/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/nb/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/nb/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2011-09-10 19:33+0200\n" "Last-Translator: Bj??rn Steensrud <bjor...@skogkatt.homelinux.org>\n" "Language-Team: Norwegian Bokm??l <l10n...@lister.huftis.org>\n" @@ -19,7 +19,7 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/nds/akonadinotes5.po new/akonadi-notes-22.04.0/po/nds/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/nds/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/nds/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: akonadinotes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2011-09-07 22:33+0200\n" "Last-Translator: Manfred Wiese <m.j.wi...@web.de>\n" "Language-Team: Low Saxon <kde-i18n-...@kde.org>\n" @@ -18,7 +18,7 @@ "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/nl/akonadinotes5.po new/akonadi-notes-22.04.0/po/nl/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/nl/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/nl/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2011-09-12 16:56+0200\n" "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n" "Language-Team: Dutch <kde-i18n...@kde.org>\n" @@ -17,7 +17,7 @@ "X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/nn/akonadinotes5.po new/akonadi-notes-22.04.0/po/nn/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/nn/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/nn/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: akonadi-notes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2020-06-14 13:18+0200\n" "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n" "Language-Team: Norwegian Nynorsk <l10n...@lister.huftis.org>\n" @@ -19,7 +19,7 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/pl/akonadinotes5.po new/akonadi-notes-22.04.0/po/pl/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/pl/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/pl/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2014-08-16 07:55+0200\n" "Last-Translator: ??ukasz Wojni??owicz <lukasz.wojnilow...@gmail.com>\n" "Language-Team: Polish <kde-i18n-...@kde.org>\n" @@ -18,7 +18,7 @@ "|| n%100>=20) ? 1 : 2);\n" "X-Generator: Lokalize 1.5\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/pt/akonadinotes5.po new/akonadi-notes-22.04.0/po/pt/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/pt/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/pt/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: akonadinotes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2011-09-07 11:18+0100\n" "Last-Translator: Jos?? Nuno Coelho Pires <zepi...@gmail.com>\n" "Language-Team: Portuguese <kde-i18n...@kde.org>\n" @@ -12,7 +12,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/pt_BR/akonadinotes5.po new/akonadi-notes-22.04.0/po/pt_BR/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/pt_BR/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/pt_BR/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: akonadinotes5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2014-08-16 10:47-0300\n" "Last-Translator: Andr?? Marcelo Alvarenga <alvare...@kde.org>\n" "Language-Team: Brazilian Portuguese <kde-i18n-pt...@kde.org>\n" @@ -18,7 +18,7 @@ "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Lokalize 1.5\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/ro/akonadinotes5.po new/akonadi-notes-22.04.0/po/ro/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/ro/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/ro/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2014-10-03 11:02+0300\n" "Last-Translator: Sergiu Bivol <ser...@ase.md>\n" "Language-Team: Romanian <kde-i18n...@kde.org>\n" @@ -17,7 +17,7 @@ "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2;\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/ru/akonadinotes5.po new/akonadi-notes-22.04.0/po/ru/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/ru/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/ru/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2013-05-25 14:40+0400\n" "Last-Translator: Alexander Lakhin <exclus...@gmail.com>\n" "Language-Team: Russian <kde-russ...@lists.kde.ru>\n" @@ -21,7 +21,7 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/sk/akonadinotes5.po new/akonadi-notes-22.04.0/po/sk/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/sk/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/sk/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: akonadinotes5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2014-08-14 14:17+0200\n" "Last-Translator: Roman Paholik <wizzar...@gmail.com>\n" "Language-Team: Slovak <kde...@linux.sk>\n" @@ -15,7 +15,7 @@ "X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/sl/akonadinotes5.po new/akonadi-notes-22.04.0/po/sl/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/sl/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/sl/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2020-06-01 13:51+0200\n" "Last-Translator: Andrej Mernik <andr...@ubuntu.si>\n" "Language-Team: Slovenian <lugos-...@lugos.si>\n" @@ -18,7 +18,7 @@ "%100==4 ? 3 : 0);\n" "X-Generator: Poedit 2.3.1\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/sv/akonadinotes5.po new/akonadi-notes-22.04.0/po/sv/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/sv/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/sv/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2011-09-07 14:39+0200\n" "Last-Translator: Stefan Asserhall <stefan.asserh...@bredband.net>\n" "Language-Team: Swedish <kde-i18n-...@kde.org>\n" @@ -17,7 +17,7 @@ "X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/tg/akonadinotes5.po new/akonadi-notes-22.04.0/po/tg/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/tg/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/tg/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: akonadi-notes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2020-08-24 23:28+0500\n" "Last-Translator: Victor Ibragimov <victor.ibragi...@gmail.com>\n" "Language-Team: English <kde-i18n-...@kde.org>\n" @@ -17,7 +17,7 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 20.04.2\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/tr/akonadinotes5.po new/akonadi-notes-22.04.0/po/tr/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/tr/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/tr/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdepimlibs-kde4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2014-11-12 01:06+0200\n" "Last-Translator: Kaan Ozdincer <kaanozdin...@gmail.com>\n" "Language-Team: Turkish <kde-l10n...@kde.org>\n" @@ -20,7 +20,7 @@ "X-Generator: Lokalize 1.4\n" "(http: //www.transifex.com/projects/p/kdepimlibs-k-tr/language/tr/)\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/ug/akonadinotes5.po new/akonadi-notes-22.04.0/po/ug/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/ug/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/ug/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: akonadinotes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2013-09-08 07:05+0900\n" "Last-Translator: Gheyret Kenji <ghey...@gmail.com>\n" "Language-Team: Uyghur <kde-i18n-...@kde.org>\n" @@ -17,7 +17,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/uk/akonadinotes5.po new/akonadi-notes-22.04.0/po/uk/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/uk/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/uk/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: akonadinotes5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2011-09-07 07:53+0300\n" "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n" "Language-Team: Ukrainian <kde-i18n...@kde.org>\n" @@ -20,7 +20,7 @@ "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/vi/akonadinotes5.po new/akonadi-notes-22.04.0/po/vi/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/vi/akonadinotes5.po 1970-01-01 01:00:00.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/vi/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -0,0 +1,24 @@ +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the akonadi-notes package. +# +# Phu Hung Nguyen <phu.ngu...@kdemail.net>, 2021. +msgid "" +msgstr "" +"Project-Id-Version: akonadi-notes\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" +"PO-Revision-Date: 2021-12-23 11:29+0100\n" +"Last-Translator: Phu Hung Nguyen <phu.ngu...@kdemail.net>\n" +"Language-Team: Vietnamese <kde-l10n...@kde.org>\n" +"Language: vi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Lokalize 20.12.2\n" + +#: noteutils.cpp:375 +#, kde-format +msgctxt "The default name for new notes." +msgid "New Note" +msgstr "Ghi ch??p m???i" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/zh_CN/akonadinotes5.po new/akonadi-notes-22.04.0/po/zh_CN/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/zh_CN/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/zh_CN/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" -"PO-Revision-Date: 2022-02-26 05:19\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" +"PO-Revision-Date: 2022-04-14 15:37\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -21,7 +21,7 @@ "X-Crowdin-File: /kf5-stable/messages/akonadi-notes/akonadinotes5.pot\n" "X-Crowdin-File-ID: 3113\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/po/zh_TW/akonadinotes5.po new/akonadi-notes-22.04.0/po/zh_TW/akonadinotes5.po --- old/akonadi-notes-21.12.3/po/zh_TW/akonadinotes5.po 2022-03-01 01:16:32.000000000 +0100 +++ new/akonadi-notes-22.04.0/po/zh_TW/akonadinotes5.po 2022-04-15 02:21:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"POT-Creation-Date: 2021-11-26 00:28+0000\n" "PO-Revision-Date: 2011-09-16 09:25+0800\n" "Last-Translator: Franklin Weng <frank...@goodhorse.idv.tw>\n" "Language-Team: Chinese Traditional <zh-l...@lists.linux.org.tw>\n" @@ -17,7 +17,7 @@ "X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: noteutils.cpp:377 +#: noteutils.cpp:375 #, kde-format msgctxt "The default name for new notes." msgid "New Note" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/sanitizers.supp new/akonadi-notes-22.04.0/sanitizers.supp --- old/akonadi-notes-21.12.3/sanitizers.supp 2022-02-07 07:08:37.000000000 +0100 +++ new/akonadi-notes-22.04.0/sanitizers.supp 2022-04-09 17:53:23.000000000 +0200 @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Laurent Montel <mon...@kde.org> +# SPDX-FileCopyrightText: 2021-2022 Laurent Montel <mon...@kde.org> # SPDX-License-Identifier: CC0-1.0 # Suppression file for ASAN/LSAN diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/src/CMakeLists.txt new/akonadi-notes-22.04.0/src/CMakeLists.txt --- old/akonadi-notes-21.12.3/src/CMakeLists.txt 2022-02-07 07:08:37.000000000 +0100 +++ new/akonadi-notes-22.04.0/src/CMakeLists.txt 2022-04-09 17:53:23.000000000 +0200 @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: BSD-3-Clause add_library(KF5AkonadiNotes) add_library(KF5::KF5AkonadiNotes ALIAS KF5AkonadiNotes) @@ -13,14 +15,14 @@ kde_target_enable_exceptions(KF5AkonadiNotes PUBLIC) -target_include_directories(KF5AkonadiNotes INTERFACE "$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/Akonadi/Notes;${KDE_INSTALL_INCLUDEDIR_KF5}/akonadi/notes>") +target_include_directories(KF5AkonadiNotes INTERFACE "$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF}/AkonadiNotes>") target_include_directories(KF5AkonadiNotes PUBLIC "$<BUILD_INTERFACE:${Akonadi-Notes_SOURCE_DIR}/src;${Akonadi-Notes_BINARY_DIR}/src;>") target_link_libraries(KF5AkonadiNotes PUBLIC KF5::Mime PRIVATE - Qt::Xml + Qt${QT_MAJOR_VERSION}::Xml KF5::I18n ) @@ -40,12 +42,12 @@ NoteUtils REQUIRED_HEADERS AkonadiNotes_HEADERS - PREFIX Akonadi/Notes + PREFIX Akonadi ) install(FILES ${AkonadiNotes_CamelCase_HEADERS} - DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/Akonadi/Notes + DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF}/AkonadiNotes/Akonadi COMPONENT Devel ) @@ -53,7 +55,7 @@ ${AkonadiNotes_HEADERS} ${CMAKE_CURRENT_BINARY_DIR}/akonadi-notes_export.h ${AkonadiNotes_CamelCase_HEADERS} - DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/akonadi/notes + DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF}/AkonadiNotes/akonadi COMPONENT Devel ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/src/Messages.sh new/akonadi-notes-22.04.0/src/Messages.sh --- old/akonadi-notes-21.12.3/src/Messages.sh 2022-02-07 07:08:37.000000000 +0100 +++ new/akonadi-notes-22.04.0/src/Messages.sh 2022-04-09 17:53:23.000000000 +0200 @@ -1,2 +1,4 @@ #! /bin/sh +# SPDX-License-Identifier: CC0-1.0 +# SPDX-FileCopyrightText: none $XGETTEXT `find . -name "*.cpp" -o -name "*.h"` -o $podir/akonadinotes5.pot diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/src/noteutils.cpp new/akonadi-notes-22.04.0/src/noteutils.cpp --- old/akonadi-notes-21.12.3/src/noteutils.cpp 2022-02-07 07:08:37.000000000 +0100 +++ new/akonadi-notes-22.04.0/src/noteutils.cpp 2022-04-09 17:53:23.000000000 +0200 @@ -160,9 +160,7 @@ class NoteMessageWrapperPrivate { public: - NoteMessageWrapperPrivate() - { - } + NoteMessageWrapperPrivate() = default; NoteMessageWrapperPrivate(const KMime::MessagePtr &msg) { @@ -258,14 +256,14 @@ if (!ok) { qCWarning(AKONADINOTES_LOG) << part->body(); qWarning("Error loading document: %s, line %d, column %d", qPrintable(errorMsg), errorLine, errorColumn); - return QDomDocument(); + return {}; } return document; } KMime::Content *NoteMessageWrapperPrivate::createCustomPart() const { - KMime::Content *content = new KMime::Content(); + auto content = new KMime::Content(); auto header = new KMime::Headers::Generic(X_NOTES_CONTENTTYPE_HEADER); header->fromUnicodeString(CONTENT_TYPE_CUSTOM, ENCODING); content->appendHeader(header); @@ -309,7 +307,7 @@ KMime::Content *NoteMessageWrapperPrivate::createAttachmentPart(const Attachment &a) const { - KMime::Content *content = new KMime::Content(); + auto content = new KMime::Content(); auto header = new KMime::Headers::Generic(X_NOTES_CONTENTTYPE_HEADER); header->fromUnicodeString(CONTENT_TYPE_ATTACHMENT, ENCODING); content->appendHeader(header); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.12.3/src/noteutils.h new/akonadi-notes-22.04.0/src/noteutils.h --- old/akonadi-notes-21.12.3/src/noteutils.h 2022-02-07 07:08:37.000000000 +0100 +++ new/akonadi-notes-22.04.0/src/noteutils.h 2022-04-09 17:53:23.000000000 +0200 @@ -21,7 +21,7 @@ namespace KMime { class Message; -typedef QSharedPointer<Message> MessagePtr; +using MessagePtr = QSharedPointer<Message>; } namespace Akonadi {