Hello community,

here is the log from the commit of package akonadi-notes for openSUSE:Factory 
checked in at 2017-12-18 08:44:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akonadi-notes (Old)
 and      /work/SRC/openSUSE:Factory/.akonadi-notes.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "akonadi-notes"

Mon Dec 18 08:44:46 2017 rev:17 rq:556108 version:17.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/akonadi-notes/akonadi-notes.changes      
2017-11-16 14:18:23.879840005 +0100
+++ /work/SRC/openSUSE:Factory/.akonadi-notes.new/akonadi-notes.changes 
2017-12-18 08:44:47.313432881 +0100
@@ -1,0 +2,33 @@
+Sat Dec 09 14:59:00 CET 2017 - [email protected]
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+-------------------------------------------------------------------
+Sat Dec 02 10:12:35 CET 2017 - [email protected]
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+-------------------------------------------------------------------
+Mon Nov 20 06:55:27 CET 2017 - [email protected]
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * Bump KMime dependency
+  * Remove Boost leftovers
+  * Make sure to initialize value
+  * Make run without install them
+
+-------------------------------------------------------------------

Old:
----
  akonadi-notes-17.08.3.tar.xz

New:
----
  akonadi-notes-17.12.0.tar.xz

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

Other differences:
------------------
++++++ akonadi-notes.spec ++++++
--- /var/tmp/diff_new_pack.MhrOu5/_old  2017-12-18 08:44:47.833407780 +0100
+++ /var/tmp/diff_new_pack.MhrOu5/_new  2017-12-18 08:44:47.837407587 +0100
@@ -20,7 +20,7 @@
 
 %define sonum   5
 Name:           akonadi-notes
-Version:        17.08.3
+Version:        17.12.0
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++++++ akonadi-notes-17.08.3.tar.xz -> akonadi-notes-17.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-17.08.3/.reviewboardrc 
new/akonadi-notes-17.12.0/.reviewboardrc
--- old/akonadi-notes-17.08.3/.reviewboardrc    2017-10-29 08:15:43.000000000 
+0100
+++ new/akonadi-notes-17.12.0/.reviewboardrc    1970-01-01 01:00:00.000000000 
+0100
@@ -1,5 +0,0 @@
-REVIEWBOARD_URL = "https://git.reviewboard.kde.org";
-#REPOSITORY = "git://anongit.kde.org/akonadi-notes"
-BRANCH = "master"
-TARGET_GROUPS = "kdepimlibs"
-TARGET_PEOPLE = "mlaurent"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-17.08.3/CMakeLists.txt 
new/akonadi-notes-17.12.0/CMakeLists.txt
--- old/akonadi-notes-17.08.3/CMakeLists.txt    2017-11-07 02:26:26.000000000 
+0100
+++ new/akonadi-notes-17.12.0/CMakeLists.txt    2017-12-08 02:02:04.000000000 
+0100
@@ -1,10 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.6.3")
+set(PIM_VERSION "5.7.0")
 
 project(Akonadi-Notes VERSION ${PIM_VERSION})
 
 # ECM setup
-set(KF5_VERSION "5.35.0")
+set(KF5_VERSION "5.39.0")
+
 find_package(ECM ${KF5_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
@@ -21,11 +22,11 @@
 include(ECMCoverageOption)
 
 
-set(QT_REQUIRED_VERSION "5.7.0")
+set(QT_REQUIRED_VERSION "5.8.0")
 set(AKONADI_NOTES_VERSION ${PIM_VERSION})
 
-set(KMIMELIB_VERSION "5.6.3")
-set(AKONADI_VERSION "5.6.3")
+set(KMIMELIB_VERSION "5.7.0")
+set(AKONADI_VERSION "5.7.0")
 
 ecm_setup_version(PROJECT VARIABLE_PREFIX AKONADINOTES
     VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/akonadi-notes_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-17.08.3/autotests/CMakeLists.txt 
new/akonadi-notes-17.12.0/autotests/CMakeLists.txt
--- old/akonadi-notes-17.08.3/autotests/CMakeLists.txt  2017-10-29 
08:15:43.000000000 +0100
+++ new/akonadi-notes-17.12.0/autotests/CMakeLists.txt  2017-12-04 
11:20:47.000000000 +0100
@@ -3,7 +3,7 @@
 
 set(notestest_SRCS notestest.cpp)
 add_executable(notestest ${notestest_SRCS})
-add_test(notestest notestest)
+add_test(NAME notestest COMMAND notestest)
 ecm_mark_as_test(notestest)
 target_link_libraries(notestest KF5AkonadiNotes KF5::Mime Qt5::Test)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-17.08.3/po/ar/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/ar/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/ar/akonadinotes5.po    2017-11-07 
02:26:25.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/ar/akonadinotes5.po    2017-12-08 
02:02:03.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/ast/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/ast/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/ast/akonadinotes5.po   2017-11-07 
02:26:25.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/ast/akonadinotes5.po   2017-12-08 
02:02:03.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\n"
 "PO-Revision-Date: 2016-12-19 02:56+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 2.0\n"
 
-#: noteutils.cpp:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/bs/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/bs/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/bs/akonadinotes5.po    2017-11-07 
02:26:25.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/bs/akonadinotes5.po    2017-12-08 
02:02:03.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: bosnianuniversetranslation\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/ca/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/ca/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/ca/akonadinotes5.po    2017-11-07 
02:26:25.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/ca/akonadinotes5.po    2017-12-08 
02:02:03.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: akonadinotes5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\n"
 "PO-Revision-Date: 2012-01-07 22:09+0100\n"
 "Last-Translator: Josep Ma. 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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/ca@valencia/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/ca@valencia/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/ca@valencia/akonadinotes5.po   2017-11-07 
02:26:25.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/ca@valencia/akonadinotes5.po   2017-12-08 
02:02:03.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: akonadinotes5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\n"
 "PO-Revision-Date: 2012-01-07 22:09+0100\n"
 "Last-Translator: Josep Ma. 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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/cs/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/cs/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/cs/akonadinotes5.po    2017-11-07 
02:26:25.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/cs/akonadinotes5.po    2017-12-08 
02:02:03.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/da/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/da/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/da/akonadinotes5.po    2017-11-07 
02:26:25.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/da/akonadinotes5.po    2017-12-08 
02:02:03.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/de/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/de/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/de/akonadinotes5.po    2017-11-07 
02:26:25.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/de/akonadinotes5.po    2017-12-08 
02:02:03.000000000 +0100
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: akonadinotes\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\n"
 "PO-Revision-Date: 2011-10-31 23:48+0100\n"
 "Last-Translator: Frederik Schwarzer <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
@@ -14,7 +14,7 @@
 "X-Generator: Lokalize 1.2\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
-#: noteutils.cpp:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/el/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/el/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/el/akonadinotes5.po    2017-11-07 
02:26:25.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/el/akonadinotes5.po    2017-12-08 
02:02:03.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: akonadinotes\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/en_GB/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/en_GB/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/en_GB/akonadinotes5.po 2017-11-07 
02:26:25.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/en_GB/akonadinotes5.po 2017-12-08 
02:02:03.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/es/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/es/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/es/akonadinotes5.po    2017-11-07 
02:26:25.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/es/akonadinotes5.po    2017-12-08 
02:02:03.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/et/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/et/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/et/akonadinotes5.po    2017-11-07 
02:26:25.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/et/akonadinotes5.po    2017-12-08 
02:02:03.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/fi/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/fi/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/fi/akonadinotes5.po    2017-11-07 
02:26:25.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/fi/akonadinotes5.po    2017-12-08 
02:02:03.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: akonadinotes\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/fr/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/fr/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/fr/akonadinotes5.po    2017-11-07 
02:26:25.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/fr/akonadinotes5.po    2017-12-08 
02:02:03.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: akonadinotes\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/ga/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/ga/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/ga/akonadinotes5.po    2017-11-07 
02:26:25.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/ga/akonadinotes5.po    2017-12-08 
02:02:03.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: akonadinotes\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/gl/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/gl/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/gl/akonadinotes5.po    2017-11-07 
02:26:25.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/gl/akonadinotes5.po    2017-12-08 
02:02:03.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\n"
 "PO-Revision-Date: 2013-01-01 11:28+0100\n"
 "Last-Translator: Marce Villarino <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
@@ -20,8 +20,8 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: noteutils.cpp:368
+#: noteutils.cpp:365
 #, kde-format
 msgctxt "The default name for new notes."
 msgid "New Note"
-msgstr "Nova nota "
+msgstr "Nova nota"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-17.08.3/po/he/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/he/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/he/akonadinotes5.po    2017-11-07 
02:26:25.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/he/akonadinotes5.po    2017-12-08 
02:02:03.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: akonadinotes5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/hu/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/hu/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/hu/akonadinotes5.po    2017-11-07 
02:26:25.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/hu/akonadinotes5.po    2017-12-08 
02:02:04.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/ia/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/ia/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/ia/akonadinotes5.po    2017-11-07 
02:26:25.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/ia/akonadinotes5.po    2017-12-08 
02:02:04.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/it/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/it/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/it/akonadinotes5.po    2017-11-07 
02:26:25.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/it/akonadinotes5.po    2017-12-08 
02:02:04.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: akonadinotes\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/ja/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/ja/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/ja/akonadinotes5.po    2017-11-07 
02:26:25.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/ja/akonadinotes5.po    2017-12-08 
02:02:04.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: akonadinotes\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/kk/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/kk/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/kk/akonadinotes5.po    2017-11-07 
02:26:25.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/kk/akonadinotes5.po    2017-12-08 
02:02:04.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/km/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/km/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/km/akonadinotes5.po    2017-11-07 
02:26:25.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/km/akonadinotes5.po    2017-12-08 
02:02:04.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: akonadinotes\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/ko/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/ko/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/ko/akonadinotes5.po    2017-11-07 
02:26:25.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/ko/akonadinotes5.po    2017-12-08 
02:02:04.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/lt/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/lt/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/lt/akonadinotes5.po    2017-11-07 
02:26:25.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/lt/akonadinotes5.po    2017-12-08 
02:02:04.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: akonadinotes\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/mr/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/mr/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/mr/akonadinotes5.po    2017-11-07 
02:26:25.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/mr/akonadinotes5.po    2017-12-08 
02:02:04.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/nb/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/nb/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/nb/akonadinotes5.po    2017-11-07 
02:26:26.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/nb/akonadinotes5.po    2017-12-08 
02:02:04.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/nds/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/nds/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/nds/akonadinotes5.po   2017-11-07 
02:26:26.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/nds/akonadinotes5.po   2017-12-08 
02:02:04.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: akonadinotes\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/nl/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/nl/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/nl/akonadinotes5.po    2017-11-07 
02:26:26.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/nl/akonadinotes5.po    2017-12-08 
02:02:04.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/pl/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/pl/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/pl/akonadinotes5.po    2017-11-07 
02:26:26.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/pl/akonadinotes5.po    2017-12-08 
02:02:04.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/pt/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/pt/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/pt/akonadinotes5.po    2017-11-07 
02:26:26.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/pt/akonadinotes5.po    2017-12-08 
02:02:04.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: akonadinotes\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/pt_BR/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/pt_BR/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/pt_BR/akonadinotes5.po 2017-11-07 
02:26:26.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/pt_BR/akonadinotes5.po 2017-12-08 
02:02:04.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: akonadinotes5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/ro/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/ro/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/ro/akonadinotes5.po    2017-11-07 
02:26:26.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/ro/akonadinotes5.po    2017-12-08 
02:02:04.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\n"
 "PO-Revision-Date: 2014-10-03 11:02+0300\n"
 "Last-Translator: Sergiu Bivol <[email protected]>\n"
 "Language-Team: Romanian <[email protected]>\n"
@@ -18,7 +18,7 @@
 "20)) ? 1 : 2;\n"
 "X-Generator: Lokalize 1.5\n"
 
-#: noteutils.cpp:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/ru/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/ru/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/ru/akonadinotes5.po    2017-11-07 
02:26:26.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/ru/akonadinotes5.po    2017-12-08 
02:02:04.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/sk/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/sk/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/sk/akonadinotes5.po    2017-11-07 
02:26:26.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/sk/akonadinotes5.po    2017-12-08 
02:02:04.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: akonadinotes5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/sl/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/sl/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/sl/akonadinotes5.po    2017-11-07 
02:26:26.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/sl/akonadinotes5.po    2017-12-08 
02:02:04.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\n"
 "PO-Revision-Date: 2014-08-22 09:28+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: Lokalize 1.5\n"
 
-#: noteutils.cpp:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/sr/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/sr/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/sr/akonadinotes5.po    2017-11-07 
02:26:26.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/sr/akonadinotes5.po    2017-12-08 
02:02:04.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: akonadinotes\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\n"
 "PO-Revision-Date: 2011-12-26 22:39+0100\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
@@ -18,7 +18,7 @@
 "X-Text-Markup: kde4\n"
 "X-Environment: kde\n"
 
-#: noteutils.cpp:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/sv/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/sv/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/sv/akonadinotes5.po    2017-11-07 
02:26:26.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/sv/akonadinotes5.po    2017-12-08 
02:02:04.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/tr/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/tr/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/tr/akonadinotes5.po    2017-11-07 
02:26:26.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/tr/akonadinotes5.po    2017-12-08 
02:02:04.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kdepimlibs-kde4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/ug/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/ug/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/ug/akonadinotes5.po    2017-11-07 
02:26:26.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/ug/akonadinotes5.po    2017-12-08 
02:02:04.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: akonadinotes\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/uk/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/uk/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/uk/akonadinotes5.po    2017-11-07 
02:26:26.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/uk/akonadinotes5.po    2017-12-08 
02:02:04.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: akonadinotes5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/zh_CN/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/zh_CN/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/zh_CN/akonadinotes5.po 2017-11-07 
02:26:26.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/zh_CN/akonadinotes5.po 2017-12-08 
02:02:04.000000000 +0100
@@ -6,8 +6,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
-"PO-Revision-Date: 2017-10-19 10:50-0400\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\n"
+"PO-Revision-Date: 2017-11-09 08:21-0500\n"
 "Last-Translator: guoyunhebrave <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -18,9 +18,9 @@
 "X-Generator: crowdin.com\n"
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-stable/messages/pim/akonadinotes5.pot\n"
+"X-Crowdin-File: /kf5-trunk/messages/pim/akonadinotes5.pot\n"
 
-#: noteutils.cpp:368
+#: noteutils.cpp:365
 #, 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-17.08.3/po/zh_TW/akonadinotes5.po 
new/akonadi-notes-17.12.0/po/zh_TW/akonadinotes5.po
--- old/akonadi-notes-17.08.3/po/zh_TW/akonadinotes5.po 2017-11-07 
02:26:26.000000000 +0100
+++ new/akonadi-notes-17.12.0/po/zh_TW/akonadinotes5.po 2017-12-08 
02:02:04.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2016-11-19 20:18+0100\n"
+"POT-Creation-Date: 2017-08-25 03:22+0200\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:368
+#: noteutils.cpp:365
 #, 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-17.08.3/src/CMakeLists.txt 
new/akonadi-notes-17.12.0/src/CMakeLists.txt
--- old/akonadi-notes-17.08.3/src/CMakeLists.txt        2017-10-29 
08:15:43.000000000 +0100
+++ new/akonadi-notes-17.12.0/src/CMakeLists.txt        2017-12-04 
11:20:47.000000000 +0100
@@ -12,7 +12,7 @@
 
 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;${Boost_INCLUDE_DIR}>")
+target_include_directories(KF5AkonadiNotes INTERFACE 
"$<INSTALL_INTERFACE:${KDE_INSTALL_INCLUDEDIR_KF5}/Akonadi/Notes;${KDE_INSTALL_INCLUDEDIR_KF5}/akonadi/notes>")
 target_include_directories(KF5AkonadiNotes PUBLIC 
"$<BUILD_INTERFACE:${Akonadi-Notes_SOURCE_DIR}/src;${Akonadi-Notes_BINARY_DIR}/src;>")
 
 target_link_libraries(KF5AkonadiNotes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-notes-17.08.3/src/noteutils.cpp 
new/akonadi-notes-17.12.0/src/noteutils.cpp
--- old/akonadi-notes-17.08.3/src/noteutils.cpp 2017-10-29 08:15:43.000000000 
+0100
+++ new/akonadi-notes-17.12.0/src/noteutils.cpp 2017-12-04 11:20:47.000000000 
+0100
@@ -154,13 +154,10 @@
 {
 public:
     NoteMessageWrapperPrivate()
-        : classification(Public)
     {
     }
 
     NoteMessageWrapperPrivate(const KMime::MessagePtr &msg)
-        : classification(Public)
-        , textFormat(Qt::PlainText)
     {
         readMimeMessage(msg);
     }
@@ -181,8 +178,8 @@
     QDateTime lastModifiedDate;
     QMap< QString, QString > custom;
     QVector<Attachment> attachments;
-    Classification classification;
-    Qt::TextFormat textFormat;
+    Classification classification = Public;
+    Qt::TextFormat textFormat = Qt::PlainText;
 };
 
 void NoteMessageWrapper::NoteMessageWrapperPrivate::readMimeMessage(const 
KMime::MessagePtr &msg)


Reply via email to