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 2021-12-13 20:39:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akonadi-notes (Old) and /work/SRC/openSUSE:Factory/.akonadi-notes.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadi-notes" Mon Dec 13 20:39:06 2021 rev:65 rq:937860 version:21.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/akonadi-notes/akonadi-notes.changes 2021-11-06 18:14:18.724768639 +0100 +++ /work/SRC/openSUSE:Factory/.akonadi-notes.new.2520/akonadi-notes.changes 2021-12-13 20:39:10.508446703 +0100 @@ -1,0 +2,26 @@ +Fri Dec 3 19:21:19 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/21.12.0/ +- Changes since 21.11.90: + * Enable new GitLab CI on stable branch. + +------------------------------------------------------------------- +Sat Nov 27 10:10:13 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.11.90 + * New feature release +- No code change since 21.11.80 + +------------------------------------------------------------------- +Sat Nov 13 17:54:09 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.11.80 + * New feature release +- Changes since 21.08.3: + * Allow to show header in qtc6 + * Add KDE CI file + +------------------------------------------------------------------- Old: ---- akonadi-notes-21.08.3.tar.xz akonadi-notes-21.08.3.tar.xz.sig New: ---- akonadi-notes-21.12.0.tar.xz akonadi-notes-21.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akonadi-notes.spec ++++++ --- /var/tmp/diff_new_pack.ghoRTS/_old 2021-12-13 20:39:11.064446771 +0100 +++ /var/tmp/diff_new_pack.ghoRTS/_new 2021-12-13 20:39:11.068446772 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: akonadi-notes -Version: 21.08.3 +Version: 21.12.0 Release: 0 Summary: Library to implement management of notes in Akonadi License: LGPL-2.1-or-later ++++++ akonadi-notes-21.08.3.tar.xz -> akonadi-notes-21.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.08.3/.gitlab-ci.yml new/akonadi-notes-21.12.0/.gitlab-ci.yml --- old/akonadi-notes-21.08.3/.gitlab-ci.yml 2021-10-09 09:23:19.000000000 +0200 +++ new/akonadi-notes-21.12.0/.gitlab-ci.yml 2021-11-30 19:41:43.000000000 +0100 @@ -1,34 +1,6 @@ # SPDX-FileCopyrightText: 2020-2021 Laurent Montel <[email protected]> -# SPDX-FileCopyrightText: 2021 Laurent Montel <[email protected]> # SPDX-License-Identifier: CC0-1.0 include: - - https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-before.yml - - https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-applications-linux.yml - -build_clazy_clang_tidy: - stage: build - image: kdeorg/ci-suse-qt515 - extends: .linux - #only: - # - merge_requests - before_script: - - zypper install -y clazy - - git clone --depth=1 https://invent.kde.org/sysadmin/ci-tooling.git $CI_TOOLING - - git clone --depth=1 https://invent.kde.org/sysadmin/repo-metadata.git $CI_TOOLING/repo-metadata - - git clone --depth=1 https://invent.kde.org/sysadmin/kde-build-metadata.git $CI_TOOLING/kde-build-metadata - - git clone --depth=1 https://invent.kde.org/sdk/kde-dev-scripts.git $CI_TOOLING/kde-dev-scripts - - script: - - export CXX=clazy - - export CC=clang - - export CXXFLAGS="-Wno-deprecated-declarations" - - export CLAZY_HEADER_FILTER='^(?!ui_)\w+.h\$' - - export CLAZY_CHECKS="level0,level1,detaching-member,ifndef-define-typo,isempty-vs-count,qrequiredresult-candidates,reserve-candidates,signal-with-return-value,unneeded-cast,function-args-by-ref,function-args-by-value,returning-void-expression,no-ctor-missing-parent-argument,isempty-vs-count,qhash-with-char-pointer-key,raw-environment-function,qproperty-type-mismatch,old-style-connect,qstring-allocations,container-inside-loop,heap-allocated-small-trivial-type,inefficient-qlist,qstring-varargs" - - python3 -u $CI_TOOLING/helpers/prepare-dependencies.py --product $PRODUCT --project $PROJECT --branchGroup $BRANCH_GROUP --environment production --platform $PLATFORM --installTo $INSTALL_PREFIX - - python3 -u $CI_TOOLING/helpers/configure-build.py --product $PRODUCT --project $PROJECT --branchGroup $BRANCH_GROUP --platform $PLATFORM --installTo $INSTALL_PREFIX - - python3 -u $CI_TOOLING/helpers/compile-build.py --product $PRODUCT --project $PROJECT --branchGroup $BRANCH_GROUP --platform $PLATFORM --usingInstall $INSTALL_PREFIX - - cd build && run-clang-tidy - variables: - PLATFORM: SUSEQt5.15 - BRANCH_GROUP: stable-kf5-qt5 + - 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.08.3/.kde-ci.yml new/akonadi-notes-21.12.0/.kde-ci.yml --- old/akonadi-notes-21.08.3/.kde-ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/akonadi-notes-21.12.0/.kde-ci.yml 2021-11-30 19:41:43.000000000 +0100 @@ -0,0 +1,9 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +Dependencies: +- 'on': ['@all'] + 'require': + 'frameworks/extra-cmake-modules': '@latest' + 'pim/akonadi' : '@same' + 'pim/kmime' : '@same' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.08.3/CMakeLists.txt new/akonadi-notes-21.12.0/CMakeLists.txt --- old/akonadi-notes-21.08.3/CMakeLists.txt 2021-10-09 09:23:19.000000000 +0200 +++ new/akonadi-notes-21.12.0/CMakeLists.txt 2021-11-30 19:41:43.000000000 +0100 @@ -1,17 +1,17 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "5.18.3") +set(PIM_VERSION "5.19.0") project(Akonadi-Notes VERSION ${PIM_VERSION}) # ECM setup -set(KF5_MIN_VERSION "5.83.0") +set(KF5_MIN_VERSION "5.87.0") find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) include(KDEInstallDirs) include(KDECMakeSettings) -include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) +include(KDECompilerSettings NO_POLICY_SCOPE) include(GenerateExportHeader) include(ECMGenerateHeaders) @@ -20,13 +20,22 @@ include(ECMSetupVersion) include(FeatureSummary) include(KDEGitCommitHooks) +include(KDEClangFormat) +file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h *.c) +kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES}) + include(ECMQtDeclareLoggingCategory) +include(ECMAddQch) + -set(QT_REQUIRED_VERSION "5.15.0") +option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)" OFF) +add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)") + +set(QT_REQUIRED_VERSION "5.15.2") set(AKONADI_NOTES_VERSION ${PIM_VERSION}) -set(KMIMELIB_VERSION "5.18.3") -set(AKONADI_VERSION "5.18.3") +set(KMIMELIB_VERSION "5.19.0") +set(AKONADI_VERSION "5.19.0") ecm_setup_version(PROJECT VARIABLE_PREFIX AKONADINOTES VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/akonadi-notes_version.h" @@ -43,13 +52,11 @@ add_definitions(-DTRANSLATION_DOMAIN=\"akonadinotes5\") -add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00) -add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055400) +add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f02) +add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055800) -set(CMAKE_CXX_STANDARD 17) -set(CMAKE_CXX_STANDARD_REQUIRED ON) add_subdirectory(src) if (BUILD_TESTING) add_subdirectory(autotests) @@ -79,4 +86,15 @@ kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT) ki18n_install(po) + +if (BUILD_QCH) + ecm_install_qch_export( + TARGETS KF5AkonadiNotes_QCH + FILE KF5AkonadiNotesQchTargets.cmake + DESTINATION "${CMAKECONFIG_INSTALL_DIR}" + COMPONENT Devel + ) + set(PACKAGE_INCLUDE_QCHTARGETS "include(\"\${CMAKE_CURRENT_LIST_DIR}/KF5AkonadiNotesQchTargets.cmake\")") +endif() + feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.08.3/CMakePresets.json new/akonadi-notes-21.12.0/CMakePresets.json --- old/akonadi-notes-21.08.3/CMakePresets.json 2021-10-09 09:23:19.000000000 +0200 +++ new/akonadi-notes-21.12.0/CMakePresets.json 2021-11-30 19:41:43.000000000 +0100 @@ -1,5 +1,5 @@ { - "version": 2, + "version": 3, "configurePresets": [ { "name": "dev", @@ -8,8 +8,21 @@ "binaryDir": "${sourceDir}/build", "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug", - "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" - } + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" + }, + "installDir": "$env{KF5}" + }, + { + "name": "dev-disable-deprecated", + "displayName": "Build as without deprecated methods", + "generator": "Ninja", + "binaryDir": "${sourceDir}/build-disable-deprecated", + "cacheVariables": { + "CMAKE_BUILD_TYPE": "Debug", + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON", + "CMAKE_CXX_FLAGS_INIT": "-DQT_DISABLE_DEPRECATED_BEFORE=0x060000 -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x060000" + }, + "installDir": "$env{KF5}" }, { "name": "asan", @@ -19,8 +32,21 @@ "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug", "ECM_ENABLE_SANITIZERS" : "'address;undefined'", - "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" - } + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" + }, + "installDir": "$env{KF5}" + }, + { + "name": "pch", + "displayName": "Build with PCH support.", + "generator": "Ninja", + "binaryDir": "${sourceDir}/build-pch", + "cacheVariables": { + "CMAKE_BUILD_TYPE": "Debug", + "COMPILE_WITH_CMAKE_PCH_SUPPORT": "ON", + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" + }, + "installDir": "$env{KF5}" }, { "name": "dev-clang", @@ -34,7 +60,8 @@ "environment": { "CXX": "clang++", "CCACHE_DISABLE": "ON" - } + }, + "installDir": "$env{KF5}" }, { "name": "unity", @@ -43,9 +70,10 @@ "binaryDir": "${sourceDir}/build-unity", "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug", - "USE_UNITY_CMAKE_SUPPORT": "ON", - "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" - } + "USE_UNITY_CMAKE_SUPPORT": "ON", + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" + }, + "installDir": "$env{KF5}" }, { "name": "release", @@ -54,7 +82,8 @@ "binaryDir": "${sourceDir}/build-release", "cacheVariables": { "CMAKE_BUILD_TYPE": "Release" - } + }, + "installDir": "$env{KF5}" }, { "name": "profile", @@ -63,8 +92,9 @@ "binaryDir": "${sourceDir}/build-profile", "cacheVariables": { "CMAKE_BUILD_TYPE": "RelWithDebInfo", - "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" - } + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" + }, + "installDir": "$env{KF5}" }, { "name": "clazy", @@ -77,7 +107,8 @@ "environment": { "CXX": "clazy", "CCACHE_DISABLE": "ON" - } + }, + "installDir": "$env{KF5}" } ], @@ -87,6 +118,14 @@ "configurePreset": "dev" }, { + "name": "dev-disable-deprecated", + "configurePreset": "dev-disable-deprecated" + }, + { + "name": "pch", + "configurePreset": "pch" + }, + { "name": "release", "configurePreset": "release" }, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.08.3/autotests/notestest.cpp new/akonadi-notes-21.12.0/autotests/notestest.cpp --- old/akonadi-notes-21.08.3/autotests/notestest.cpp 2021-10-09 09:23:19.000000000 +0200 +++ new/akonadi-notes-21.12.0/autotests/notestest.cpp 2021-11-30 19:41:43.000000000 +0100 @@ -10,8 +10,8 @@ #include <QHash> #include <QTest> +#include <KMime/KMimeMessage> #include <QDateTime> -#include <kmime/kmime_message.h> using namespace Akonadi::NoteUtils; class NotesTest : public QObject diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.08.3/po/ar/akonadinotes5.po new/akonadi-notes-21.12.0/po/ar/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/ar/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/ar/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2014-09-12 14:20+0300\n" "Last-Translator: Safa Alfulaij <[email protected]>\n" "Language-Team: Arabic <[email protected]>\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:382 +#: noteutils.cpp:377 #, 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.08.3/po/ast/akonadinotes5.po new/akonadi-notes-21.12.0/po/ast/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/ast/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/ast/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: akonadi-notes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2020-11-07 16:46+0100\n" "Last-Translator: enolp <[email protected]>\n" "Language-Team: Asturian <[email protected]>\n" @@ -17,7 +17,7 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 20.08.3\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/az/akonadinotes5.po new/akonadi-notes-21.12.0/po/az/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/az/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/az/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: akonadi-notes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2020-06-18 23:45+0400\n" "Last-Translator: X??yyam Qocayev <[email protected]>\n" "Language-Team: Azerbaijani <[email protected]>\n" @@ -17,7 +17,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 20.04.1\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/bg/akonadinotes5.po new/akonadi-notes-21.12.0/po/bg/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/bg/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/bg/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: akonadi-notes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2021-01-06 18:21+0200\n" "Last-Translator: Yasen Pramatarov <[email protected]>\n" "Language-Team: Bulgarian <[email protected]>\n" @@ -17,7 +17,7 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 20.08.2\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/bs/akonadinotes5.po new/akonadi-notes-21.12.0/po/bs/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/bs/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/bs/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: bosnianuniversetranslation\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2012-10-05 19:44+0000\n" "Last-Translator: Samir Ribi?? <Unknown>\n" "Language-Team: Bosnian <[email protected]>\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:382 +#: noteutils.cpp:377 #, 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.08.3/po/ca/akonadinotes5.po new/akonadi-notes-21.12.0/po/ca/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/ca/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/ca/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: akonadi-notes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2012-01-07 22:09+0100\n" "Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" @@ -20,7 +20,7 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/ca@valencia/akonadinotes5.po new/akonadi-notes-21.12.0/po/ca@valencia/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/ca@valencia/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/ca@valencia/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: akonadi-notes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2012-01-07 22:09+0100\n" "Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" @@ -20,7 +20,7 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/cs/akonadinotes5.po new/akonadi-notes-21.12.0/po/cs/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/cs/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/cs/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2011-09-08 10:53+0200\n" "Last-Translator: V??t Pel????k <[email protected]>\n" "Language-Team: Czech <[email protected]>\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:382 +#: noteutils.cpp:377 #, 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.08.3/po/da/akonadinotes5.po new/akonadi-notes-21.12.0/po/da/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/da/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/da/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2011-12-29 19:31+0100\n" "Last-Translator: Martin Schlander <[email protected]>\n" "Language-Team: Danish <[email protected]>\n" @@ -17,7 +17,7 @@ "X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/de/akonadinotes5.po new/akonadi-notes-21.12.0/po/de/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/de/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/de/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: akonadinotes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2011-10-31 23:48+0100\n" "Last-Translator: Frederik Schwarzer <[email protected]>\n" "Language-Team: German <[email protected]>\n" @@ -13,7 +13,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/el/akonadinotes5.po new/akonadi-notes-21.12.0/po/el/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/el/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/el/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: akonadinotes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2012-10-25 18:28+0300\n" "Last-Translator: Stelios <[email protected]>\n" "Language-Team: Greek <[email protected]>\n" @@ -18,7 +18,7 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 1.4\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/en_GB/akonadinotes5.po new/akonadi-notes-21.12.0/po/en_GB/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/en_GB/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/en_GB/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2014-08-17 13:13+0100\n" "Last-Translator: Steve Allewell <[email protected]>\n" "Language-Team: British English <[email protected]>\n" @@ -17,7 +17,7 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 1.5\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/es/akonadinotes5.po new/akonadi-notes-21.12.0/po/es/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/es/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/es/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2013-11-25 14:08+0100\n" "Last-Translator: Javier Vinal <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" @@ -17,7 +17,7 @@ "X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/et/akonadinotes5.po new/akonadi-notes-21.12.0/po/et/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/et/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/et/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2011-12-22 04:12+0200\n" "Last-Translator: Marek Laane <[email protected]>\n" "Language-Team: Estonian <[email protected]>\n" @@ -17,7 +17,7 @@ "X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/eu/akonadinotes5.po new/akonadi-notes-21.12.0/po/eu/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/eu/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/eu/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: akonadi-notes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2020-08-04 22:51+0200\n" "Last-Translator: I??igo Salvador Azurmendi <[email protected]>\n" "Language-Team: Basque <[email protected]>\n" @@ -20,7 +20,7 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 20.04.3\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/fi/akonadinotes5.po new/akonadi-notes-21.12.0/po/fi/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/fi/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/fi/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: akonadinotes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2013-01-20 20:04:09+0000\n" "Last-Translator: Tommi Nieminen <[email protected]>\n" "Language-Team: Finnish <[email protected]>\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:382 +#: noteutils.cpp:377 #, 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.08.3/po/fr/akonadinotes5.po new/akonadi-notes-21.12.0/po/fr/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/fr/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/fr/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: akonadinotes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2012-04-15 15:54+0200\n" "Last-Translator: Jo??lle Cornavin <[email protected]>\n" "Language-Team: French <[email protected]>\n" @@ -20,7 +20,7 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/ga/akonadinotes5.po new/akonadi-notes-21.12.0/po/ga/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/ga/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/ga/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: akonadinotes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2011-12-28 12:28-0500\n" "Last-Translator: Kevin Scannell <[email protected]>\n" "Language-Team: Irish <[email protected]>\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:382 +#: noteutils.cpp:377 #, 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.08.3/po/gl/akonadinotes5.po new/akonadi-notes-21.12.0/po/gl/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/gl/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/gl/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2013-01-01 11:28+0100\n" "Last-Translator: Marce Villarino <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" @@ -16,7 +16,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/he/akonadinotes5.po new/akonadi-notes-21.12.0/po/he/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/he/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/he/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: akonadinotes5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2017-05-16 07:04-0400\n" "Last-Translator: Copied by Zanata <[email protected]>\n" "Language-Team: Hebrew <[email protected]>\n" @@ -18,7 +18,7 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Zanata 3.9.6\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/hi/akonadinotes5.po new/akonadi-notes-21.12.0/po/hi/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/hi/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/hi/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: akonadi-notes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2020-08-20 19:13+0530\n" "Last-Translator: Raghavendra Kamath <[email protected]>\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:382 +#: noteutils.cpp:377 #, 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.08.3/po/hu/akonadinotes5.po new/akonadi-notes-21.12.0/po/hu/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/hu/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/hu/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2011-10-25 13:03+0200\n" "Last-Translator: Krist??f Kiszel <[email protected]>\n" "Language-Team: Hungarian <[email protected]>\n" @@ -17,7 +17,7 @@ "X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/ia/akonadinotes5.po new/akonadi-notes-21.12.0/po/ia/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/ia/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/ia/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2011-11-07 11:28+0100\n" "Last-Translator: g.sora <[email protected]>\n" "Language-Team: Interlingua <[email protected]>\n" @@ -17,7 +17,7 @@ "X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/it/akonadinotes5.po new/akonadi-notes-21.12.0/po/it/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/it/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/it/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: akonadinotes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2012-01-12 01:23+0100\n" "Last-Translator: Luigi Toscano <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" @@ -17,7 +17,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/ja/akonadinotes5.po new/akonadi-notes-21.12.0/po/ja/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/ja/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/ja/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: akonadinotes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2011-09-10 22:32-0700\n" "Last-Translator: Japanese KDE translation team <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" @@ -14,7 +14,7 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/kk/akonadinotes5.po new/akonadi-notes-21.12.0/po/kk/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/kk/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/kk/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2011-12-13 02:37+0600\n" "Last-Translator: Sairan Kikkarin <[email protected]>\n" "Language-Team: Kazakh <[email protected]>\n" @@ -17,7 +17,7 @@ "X-Generator: Lokalize 1.1\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/km/akonadinotes5.po new/akonadi-notes-21.12.0/po/km/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/km/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/km/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: akonadinotes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2012-06-08 09:39+0700\n" "Last-Translator: Khoem Sokhem <[email protected]>\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:382 +#: noteutils.cpp:377 #, 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.08.3/po/ko/akonadinotes5.po new/akonadi-notes-21.12.0/po/ko/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/ko/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/ko/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2014-03-03 00:24+0900\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" @@ -16,7 +16,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/lt/akonadinotes5.po new/akonadi-notes-21.12.0/po/lt/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/lt/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/lt/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: akonadinotes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2011-09-25 12:28+0300\n" "Last-Translator: Remigijus Jarmalavi??ius <[email protected]>\n" "Language-Team: Lithuanian <[email protected]>\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:382 +#: noteutils.cpp:377 #, 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.08.3/po/mr/akonadinotes5.po new/akonadi-notes-21.12.0/po/mr/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/mr/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/mr/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2013-03-13 15:18+0530\n" "Last-Translator: Chetan Khona <[email protected]>\n" "Language-Team: Marathi <[email protected]>\n" @@ -17,7 +17,7 @@ "Plural-Forms: nplurals=2; plural=(n!=1);\n" "X-Generator: Lokalize 1.5\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/nb/akonadinotes5.po new/akonadi-notes-21.12.0/po/nb/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/nb/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/nb/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2011-09-10 19:33+0200\n" "Last-Translator: Bj??rn Steensrud <[email protected]>\n" "Language-Team: Norwegian Bokm??l <[email protected]>\n" @@ -19,7 +19,7 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/nds/akonadinotes5.po new/akonadi-notes-21.12.0/po/nds/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/nds/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/nds/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: akonadinotes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2011-09-07 22:33+0200\n" "Last-Translator: Manfred Wiese <[email protected]>\n" "Language-Team: Low Saxon <[email protected]>\n" @@ -18,7 +18,7 @@ "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/nl/akonadinotes5.po new/akonadi-notes-21.12.0/po/nl/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/nl/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/nl/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2011-09-12 16:56+0200\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: Dutch <[email protected]>\n" @@ -17,7 +17,7 @@ "X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/nn/akonadinotes5.po new/akonadi-notes-21.12.0/po/nn/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/nn/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/nn/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: akonadi-notes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2020-06-14 13:18+0200\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" @@ -19,7 +19,7 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/pl/akonadinotes5.po new/akonadi-notes-21.12.0/po/pl/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/pl/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/pl/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2014-08-16 07:55+0200\n" "Last-Translator: ??ukasz Wojni??owicz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" @@ -18,7 +18,7 @@ "|| n%100>=20) ? 1 : 2);\n" "X-Generator: Lokalize 1.5\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/pt/akonadinotes5.po new/akonadi-notes-21.12.0/po/pt/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/pt/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/pt/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: akonadinotes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2011-09-07 11:18+0100\n" "Last-Translator: Jos?? Nuno Coelho Pires <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" @@ -12,7 +12,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/pt_BR/akonadinotes5.po new/akonadi-notes-21.12.0/po/pt_BR/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/pt_BR/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/pt_BR/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: akonadinotes5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2014-08-16 10:47-0300\n" "Last-Translator: Andr?? Marcelo Alvarenga <[email protected]>\n" "Language-Team: Brazilian Portuguese <[email protected]>\n" @@ -18,7 +18,7 @@ "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Lokalize 1.5\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/ro/akonadinotes5.po new/akonadi-notes-21.12.0/po/ro/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/ro/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/ro/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2014-10-03 11:02+0300\n" "Last-Translator: Sergiu Bivol <[email protected]>\n" "Language-Team: Romanian <[email protected]>\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:382 +#: noteutils.cpp:377 #, 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.08.3/po/ru/akonadinotes5.po new/akonadi-notes-21.12.0/po/ru/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/ru/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/ru/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2013-05-25 14:40+0400\n" "Last-Translator: Alexander Lakhin <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" @@ -21,7 +21,7 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/sk/akonadinotes5.po new/akonadi-notes-21.12.0/po/sk/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/sk/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/sk/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: akonadinotes5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2014-08-14 14:17+0200\n" "Last-Translator: Roman Paholik <[email protected]>\n" "Language-Team: Slovak <[email protected]>\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:382 +#: noteutils.cpp:377 #, 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.08.3/po/sl/akonadinotes5.po new/akonadi-notes-21.12.0/po/sl/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/sl/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/sl/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2020-06-01 13:51+0200\n" "Last-Translator: Andrej Mernik <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" @@ -18,7 +18,7 @@ "%100==4 ? 3 : 0);\n" "X-Generator: Poedit 2.3.1\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/sv/akonadinotes5.po new/akonadi-notes-21.12.0/po/sv/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/sv/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/sv/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2011-09-07 14:39+0200\n" "Last-Translator: Stefan Asserhall <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" @@ -17,7 +17,7 @@ "X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/tg/akonadinotes5.po new/akonadi-notes-21.12.0/po/tg/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/tg/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/tg/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: akonadi-notes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2020-08-24 23:28+0500\n" "Last-Translator: Victor Ibragimov <[email protected]>\n" "Language-Team: English <[email protected]>\n" @@ -17,7 +17,7 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 20.04.2\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/tr/akonadinotes5.po new/akonadi-notes-21.12.0/po/tr/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/tr/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/tr/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdepimlibs-kde4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2014-11-12 01:06+0200\n" "Last-Translator: Kaan Ozdincer <[email protected]>\n" "Language-Team: Turkish <[email protected]>\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:382 +#: noteutils.cpp:377 #, 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.08.3/po/ug/akonadinotes5.po new/akonadi-notes-21.12.0/po/ug/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/ug/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/ug/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: akonadinotes\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2013-09-08 07:05+0900\n" "Last-Translator: Gheyret Kenji <[email protected]>\n" "Language-Team: Uyghur <[email protected]>\n" @@ -17,7 +17,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/po/uk/akonadinotes5.po new/akonadi-notes-21.12.0/po/uk/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/uk/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/uk/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: akonadinotes5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2011-09-07 07:53+0300\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\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:382 +#: noteutils.cpp:377 #, 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.08.3/po/zh_CN/akonadinotes5.po new/akonadi-notes-21.12.0/po/zh_CN/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/zh_CN/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/zh_CN/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" -"PO-Revision-Date: 2021-10-29 13:28\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" +"PO-Revision-Date: 2021-11-30 15:24\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:382 +#: noteutils.cpp:377 #, 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.08.3/po/zh_TW/akonadinotes5.po new/akonadi-notes-21.12.0/po/zh_TW/akonadinotes5.po --- old/akonadi-notes-21.08.3/po/zh_TW/akonadinotes5.po 2021-11-02 01:17:34.000000000 +0100 +++ new/akonadi-notes-21.12.0/po/zh_TW/akonadinotes5.po 2021-12-03 01:16:10.000000000 +0100 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-01-27 03:05+0100\n" +"POT-Creation-Date: 2021-10-09 00:20+0000\n" "PO-Revision-Date: 2011-09-16 09:25+0800\n" "Last-Translator: Franklin Weng <[email protected]>\n" "Language-Team: Chinese Traditional <[email protected]>\n" @@ -17,7 +17,7 @@ "X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: noteutils.cpp:382 +#: noteutils.cpp:377 #, 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.08.3/src/CMakeLists.txt new/akonadi-notes-21.12.0/src/CMakeLists.txt --- old/akonadi-notes-21.08.3/src/CMakeLists.txt 2021-10-09 09:23:19.000000000 +0200 +++ new/akonadi-notes-21.12.0/src/CMakeLists.txt 2021-11-30 19:41:43.000000000 +0100 @@ -3,6 +3,7 @@ target_sources(KF5AkonadiNotes PRIVATE noteutils.cpp + noteutils.h ) ecm_qt_declare_logging_category(KF5AkonadiNotes HEADER akonadi_notes_debug.h IDENTIFIER AKONADINOTES_LOG CATEGORY_NAME log_akonadi_notes) @@ -62,3 +63,26 @@ ) install(FILES ${PRI_FILENAME} DESTINATION ${ECM_MKSPECS_INSTALL_DIR}) + +if (BUILD_QCH) + ecm_add_qch( + KF5AkonadiNotes_QCH + NAME KF5AkonadiNotes + BASE_NAME KF5AkonadiNotes + VERSION ${PIM_VERSION} + ORG_DOMAIN org.kde + SOURCES # using only public headers, to cover only public API + ${AkonadiNotes_HEADERS} + MD_MAINPAGE "${CMAKE_SOURCE_DIR}/README.md" + #IMAGE_DIRS "${CMAKE_SOURCE_DIR}/docs/pics" + LINK_QCHS + Qt5Core_QCH + INCLUDE_DIRS + ${CMAKE_CURRENT_BINARY_DIR} + BLANK_MACROS + AKONADI_NOTES_EXPORT + TAGFILE_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR} + QCH_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR} + COMPONENT Devel + ) +endif() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.08.3/src/noteutils.cpp new/akonadi-notes-21.12.0/src/noteutils.cpp --- old/akonadi-notes-21.08.3/src/noteutils.cpp 2021-10-09 09:23:19.000000000 +0200 +++ new/akonadi-notes-21.12.0/src/noteutils.cpp 2021-11-30 19:41:43.000000000 +0100 @@ -8,8 +8,8 @@ #include "akonadi_notes_debug.h" #include <KLocalizedString> +#include <KMime/KMimeMessage> #include <QDateTime> -#include <kmime/kmime_message.h> #include <QRegularExpression> #include <QString> @@ -37,7 +37,7 @@ #define ENCODING "utf-8" -class Q_DECL_HIDDEN Attachment::AttachmentPrivate +class AttachmentPrivate { public: AttachmentPrivate(const QUrl &url, const QString &mimetype) @@ -66,17 +66,17 @@ }; Attachment::Attachment() - : d_ptr(new Attachment::AttachmentPrivate(QUrl(), QString())) + : d_ptr(new AttachmentPrivate(QUrl(), QString())) { } Attachment::Attachment(const QUrl &url, const QString &mimetype) - : d_ptr(new Attachment::AttachmentPrivate(url, mimetype)) + : d_ptr(new AttachmentPrivate(url, mimetype)) { } Attachment::Attachment(const QByteArray &data, const QString &mimetype) - : d_ptr(new Attachment::AttachmentPrivate(data, mimetype)) + : d_ptr(new AttachmentPrivate(data, mimetype)) { } @@ -85,10 +85,7 @@ { } -Attachment::~Attachment() -{ - delete d_ptr; -} +Attachment::~Attachment() = default; bool Attachment::operator==(const Attachment &a) const { @@ -160,7 +157,7 @@ return d->mLabel; } -class Q_DECL_HIDDEN NoteMessageWrapper::NoteMessageWrapperPrivate +class NoteMessageWrapperPrivate { public: NoteMessageWrapperPrivate() @@ -188,11 +185,11 @@ QDateTime lastModifiedDate; QMap<QString, QString> custom; QVector<Attachment> attachments; - Classification classification = Public; + NoteMessageWrapper::Classification classification = NoteMessageWrapper::Public; Qt::TextFormat textFormat = Qt::PlainText; }; -void NoteMessageWrapper::NoteMessageWrapperPrivate::readMimeMessage(const KMime::MessagePtr &msg) +void NoteMessageWrapperPrivate::readMimeMessage(const KMime::MessagePtr &msg) { if (!msg.data()) { qCWarning(AKONADINOTES_LOG) << "Empty message"; @@ -222,9 +219,9 @@ if (KMime::Headers::Base *classificationHeader = msg->headerByType(X_NOTES_CLASSIFICATION_HEADER)) { const QString &c = classificationHeader->asUnicodeString(); if (c == CLASSIFICATION_PRIVATE) { - classification = Private; + classification = NoteMessageWrapper::Private; } else if (c == CLASSIFICATION_CONFIDENTIAL) { - classification = Confidential; + classification = NoteMessageWrapper::Confidential; } } @@ -254,7 +251,8 @@ QDomDocument loadDocument(KMime::Content *part) { QString errorMsg; - int errorLine, errorColumn; + int errorLine; + int errorColumn; QDomDocument document; bool ok = document.setContent(part->body(), &errorMsg, &errorLine, &errorColumn); if (!ok) { @@ -265,7 +263,7 @@ return document; } -KMime::Content *NoteMessageWrapper::NoteMessageWrapperPrivate::createCustomPart() const +KMime::Content *NoteMessageWrapperPrivate::createCustomPart() const { KMime::Content *content = new KMime::Content(); auto header = new KMime::Headers::Generic(X_NOTES_CONTENTTYPE_HEADER); @@ -286,7 +284,7 @@ return content; } -void NoteMessageWrapper::NoteMessageWrapperPrivate::parseCustomPart(KMime::Content *part) +void NoteMessageWrapperPrivate::parseCustomPart(KMime::Content *part) { QDomDocument document = loadDocument(part); if (document.isNull()) { @@ -309,7 +307,7 @@ } } -KMime::Content *NoteMessageWrapper::NoteMessageWrapperPrivate::createAttachmentPart(const Attachment &a) const +KMime::Content *NoteMessageWrapperPrivate::createAttachmentPart(const Attachment &a) const { KMime::Content *content = new KMime::Content(); auto header = new KMime::Headers::Generic(X_NOTES_CONTENTTYPE_HEADER); @@ -340,7 +338,7 @@ return content; } -void NoteMessageWrapper::NoteMessageWrapperPrivate::parseAttachmentPart(KMime::Content *part) +void NoteMessageWrapperPrivate::parseAttachmentPart(KMime::Content *part) { QString label; if (KMime::Headers::Base *labelHeader = part->headerByType(X_NOTES_LABEL_HEADER)) { @@ -369,10 +367,7 @@ { } -NoteMessageWrapper::~NoteMessageWrapper() -{ - delete d_ptr; -} +NoteMessageWrapper::~NoteMessageWrapper() = default; KMime::MessagePtr NoteMessageWrapper::message() const { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akonadi-notes-21.08.3/src/noteutils.h new/akonadi-notes-21.12.0/src/noteutils.h --- old/akonadi-notes-21.08.3/src/noteutils.h 2021-10-09 09:23:19.000000000 +0200 +++ new/akonadi-notes-21.12.0/src/noteutils.h 2021-11-30 19:41:43.000000000 +0100 @@ -10,6 +10,9 @@ #include <QMap> #include <QUrl> + +#include <memory> + class QDateTime; class QString; @@ -36,6 +39,8 @@ */ AKONADI_NOTES_EXPORT QString noteIconName(); +class AttachmentPrivate; + /** * An attachment for a note * @since 4.9 @@ -86,7 +91,7 @@ /** * Set this to true if inline data provided via ctor - * is alredy base64 encoded. Default value is false. + * is already base64 encoded. Default value is false. * * @since 5.15 */ @@ -116,12 +121,13 @@ private: //@cond PRIVATE - class AttachmentPrivate; - AttachmentPrivate *const d_ptr; + std::unique_ptr<AttachmentPrivate> const d_ptr; Q_DECLARE_PRIVATE(Attachment) //@endcond }; +class NoteMessageWrapperPrivate; + /** * A convenience wrapper around KMime::MessagePtr for notes * @@ -275,8 +281,7 @@ private: //@cond PRIVATE Q_DISABLE_COPY(NoteMessageWrapper) - class NoteMessageWrapperPrivate; - NoteMessageWrapperPrivate *const d_ptr; + std::unique_ptr<NoteMessageWrapperPrivate> const d_ptr; Q_DECLARE_PRIVATE(NoteMessageWrapper) //@endcond };
