Hello community,

here is the log from the commit of package calendarsupport for openSUSE:Factory 
checked in at 2019-04-26 22:46:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/calendarsupport (Old)
 and      /work/SRC/openSUSE:Factory/.calendarsupport.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "calendarsupport"

Fri Apr 26 22:46:20 2019 rev:37 rq:696185 version:19.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/calendarsupport/calendarsupport.changes  
2019-03-11 11:08:25.501670298 +0100
+++ 
/work/SRC/openSUSE:Factory/.calendarsupport.new.5536/calendarsupport.changes    
    2019-04-26 22:46:21.849584770 +0200
@@ -1,0 +2,33 @@
+Sat Apr 20 06:51:52 UTC 2019 - [email protected]
+
+- Update to 19.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.04.0.php
+- No code changes since 19.03.90
+
+-------------------------------------------------------------------
+Tue Apr 09 20:54:37 UTC 2019 - [email protected]
+
+- Update to 19.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/announce-applications-19.04-rc.php
+- Changes since 19.03.80:
+  * Convert to camelcase include
+  * Make it compile without foreach
+  * Workaround qt5.13 bug
+  * Make Attribute const, in preparation for akonadi being stricter
+
+-------------------------------------------------------------------
+Wed Mar 27 06:40:55 UTC 2019 - [email protected]
+
+- Update to 19.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/announce-applications-19.04-beta.php
+- Changes since 18.12.3:
+  * Make it compile against qt5.13
+  * Fix compile with Qt 5.13 and QT_DISABLE_DEPRECATED_BEFORE=0x060000
+
+-------------------------------------------------------------------

Old:
----
  calendarsupport-18.12.3.tar.xz

New:
----
  calendarsupport-19.04.0.tar.xz

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

Other differences:
------------------
++++++ calendarsupport.spec ++++++
--- /var/tmp/diff_new_pack.hO5sdz/_old  2019-04-26 22:46:22.381584497 +0200
+++ /var/tmp/diff_new_pack.hO5sdz/_new  2019-04-26 22:46:22.385584496 +0200
@@ -22,7 +22,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           calendarsupport
-Version:        18.12.3
+Version:        19.04.0
 Release:        0
 Summary:        KDE PIM calendaring support library
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later

++++++ calendarsupport-18.12.3.tar.xz -> calendarsupport-19.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/.gitignore 
new/calendarsupport-19.04.0/.gitignore
--- old/calendarsupport-18.12.3/.gitignore      2019-02-24 12:48:31.000000000 
+0100
+++ new/calendarsupport-19.04.0/.gitignore      2019-04-08 13:52:04.000000000 
+0200
@@ -16,6 +16,6 @@
 Makefile
 avail
 random_seed
-/build/
+/build*/
 CMakeLists.txt.user*
 *.unc-backup*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/CMakeLists.txt 
new/calendarsupport-19.04.0/CMakeLists.txt
--- old/calendarsupport-18.12.3/CMakeLists.txt  2019-03-05 01:26:11.000000000 
+0100
+++ new/calendarsupport-19.04.0/CMakeLists.txt  2019-04-12 02:16:14.000000000 
+0200
@@ -1,11 +1,11 @@
-cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.10.3")
+cmake_minimum_required(VERSION 3.5)
+set(PIM_VERSION "5.11.0")
 
 project(calendarsupport VERSION ${PIM_VERSION})
 
-set(KF5_VERSION "5.51.0")
+set(KF5_MIN_VERSION "5.56.0")
 
-find_package(ECM ${KF5_VERSION} CONFIG REQUIRED)
+find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 set(LIBRARY_NAMELINK)
@@ -24,30 +24,30 @@
 
 
 set(CALENDARSUPPORT_LIB_VERSION ${PIM_VERSION})
-set(AKONADI_MIMELIB_VERSION "5.10.3")
-set(KDEPIM_LIB_VERSION "5.10.3")
-set(QT_REQUIRED_VERSION "5.9.0")
-set(KMIME_LIB_VERSION "5.10.3")
-set(CALENDARUTILS_LIB_VERSION "5.10.3")
-set(KCALENDARCORE_LIB_VERSION "5.10.3")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.10.3")
-set(AKONADICALENDAR_LIB_VERSION "5.10.3")
-set(PIMCOMMON_LIB_VERSION "5.10.3")
-set(AKONADI_VERSION "5.10.3")
-set(KIMAP_LIB_VERSION "5.10.3")
+set(AKONADI_MIMELIB_VERSION "5.11.0")
+set(KDEPIM_LIB_VERSION "5.11.0")
+set(QT_REQUIRED_VERSION "5.10.0")
+set(KMIME_LIB_VERSION "5.11.0")
+set(CALENDARUTILS_LIB_VERSION "5.11.0")
+set(KCALENDARCORE_LIB_VERSION "5.11.0")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.11.0")
+set(AKONADICALENDAR_LIB_VERSION "5.11.0")
+set(PIMCOMMON_LIB_VERSION "5.11.0")
+set(AKONADI_VERSION "5.11.0")
+set(KIMAP_LIB_VERSION "5.11.0")
 find_package(KF5Akonadi ${AKONADI_VERSION} CONFIG REQUIRED)
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test UiTools 
PrintSupport)
-find_package(KF5I18n ${KF5_VERSION} CONFIG REQUIRED)
-find_package(KF5IconThemes ${KF5_VERSION} CONFIG REQUIRED)
-find_package(KF5GuiAddons ${KF5_VERSION} CONFIG REQUIRED)
-find_package(KF5KIO ${KF5_VERSION} CONFIG REQUIRED)
+find_package(KF5I18n ${KF5_MIN_VERSION} CONFIG REQUIRED)
+find_package(KF5IconThemes ${KF5_MIN_VERSION} CONFIG REQUIRED)
+find_package(KF5GuiAddons ${KF5_MIN_VERSION} CONFIG REQUIRED)
+find_package(KF5KIO ${KF5_MIN_VERSION} CONFIG REQUIRED)
 find_package(KF5Mime ${KMIME_LIB_VERSION} CONFIG REQUIRED)
 find_package(KF5AkonadiMime ${AKONADI_MIMELIB_VERSION} CONFIG REQUIRED)
-find_package(KF5Codecs ${KF5_VERSION} CONFIG REQUIRED)
+find_package(KF5Codecs ${KF5_MIN_VERSION} CONFIG REQUIRED)
 find_package(KF5CalendarUtils ${CALENDARUTILS_LIB_VERSION} CONFIG REQUIRED)
 find_package(KF5CalendarCore ${KCALENDARCORE_LIB_VERSION} CONFIG REQUIRED)
 find_package(KF5IdentityManagement ${IDENTITYMANAGEMENT_LIB_VERSION} CONFIG 
REQUIRED)
-find_package(KF5Holidays ${KF5_VERSION} CONFIG REQUIRED)
+find_package(KF5Holidays ${KF5_MIN_VERSION} CONFIG REQUIRED)
 find_package(KF5AkonadiCalendar ${AKONADICALENDAR_LIB_VERSION} CONFIG REQUIRED)
 find_package(KF5PimCommon ${PIMCOMMON_LIB_VERSION} CONFIG REQUIRED)
 find_package(KF5KdepimDBusInterfaces ${KDEPIM_LIB_VERSION} CONFIG REQUIRED)
@@ -62,7 +62,12 @@
 ########### Targets ###########
 
 
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
+# workaround for https://bugreports.qt.io/browse/QTBUG-74665 (bug in qt5.13 
reevaluate it)
+if (${Qt5Widgets_VERSION} STRGREATER "5.13")
+   MESSAGE(STATUS "Qt version: ${Qt5Widgets_VERSION} DISABLE compile without 
deprecated methods. bug QTBUG-74665")
+else()
+   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x060000)
+endif()
 ########### CMake Config Files ###########
 set(CMAKECONFIG_INSTALL_DIR 
"${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5CalendarSupport")
 
@@ -86,7 +91,11 @@
   DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
 
-feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
+if (${KF5Config_VERSION} STRGREATER "5.56.0")
+        add_definitions(-DQT_NO_FOREACH)
+        MESSAGE(STATUS "compile without foreach")
+endif()
+
 
 add_subdirectory(src)
 
@@ -94,4 +103,6 @@
   FILES calendarsupport.categories calendarsupport.renamecategories
   DESTINATION ${KDE_INSTALL_CONFDIR}
 )
+
+feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
 ki18n_install(po)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/metainfo.yaml 
new/calendarsupport-19.04.0/metainfo.yaml
--- old/calendarsupport-18.12.3/metainfo.yaml   2019-02-24 12:48:31.000000000 
+0100
+++ new/calendarsupport-19.04.0/metainfo.yaml   2019-04-08 13:52:04.000000000 
+0200
@@ -15,5 +15,3 @@
 
 public_lib: true
 group: kdepim
-platforms:
-    - name: Linux
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/ar/calendarsupport.po 
new/calendarsupport-19.04.0/po/ar/calendarsupport.po
--- old/calendarsupport-18.12.3/po/ar/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/ar/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: akonadi-kcal\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2018-01-31 18:05+0300\n"
 "Last-Translator: Safa Alfulaij <[email protected]>\n"
 "Language-Team: Arabic <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/bg/calendarsupport.po 
new/calendarsupport-19.04.0/po/bg/calendarsupport.po
--- old/calendarsupport-18.12.3/po/bg/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/bg/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: korganizer\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2010-06-30 11:33+0300\n"
 "Last-Translator: Yasen Pramatarov <[email protected]>\n"
 "Language-Team: Bulgarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/bs/calendarsupport.po 
new/calendarsupport-19.04.0/po/bs/calendarsupport.po
--- old/calendarsupport-18.12.3/po/bs/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/bs/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: calendarsupport.po\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2014-01-31 19:02+0100\n"
 "Last-Translator: Samir Ribić <[email protected]>\n"
 "Language-Team: bs <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/ca/calendarsupport.po 
new/calendarsupport-19.04.0/po/ca/calendarsupport.po
--- old/calendarsupport-18.12.3/po/ca/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/ca/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: calendarsupport\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2019-01-24 20:24+0100\n"
 "Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/calendarsupport-18.12.3/po/ca@valencia/calendarsupport.po 
new/calendarsupport-19.04.0/po/ca@valencia/calendarsupport.po
--- old/calendarsupport-18.12.3/po/ca@valencia/calendarsupport.po       
2019-03-05 01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/ca@valencia/calendarsupport.po       
2019-04-12 02:16:13.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: calendarsupport\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2019-01-24 20:24+0100\n"
 "Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
@@ -3071,3 +3071,68 @@
 msgctxt "filename for an unnamed attachment"
 msgid "attachment.1"
 msgstr "adjunt.1"
+
+#~ msgid "%1 already exists. Do you want to overwrite it?"
+#~ msgstr "%1 ja existeix. Voleu sobreescriure-la?"
+
+#~ msgctxt "@title:tab General settings for a folder."
+#~ msgid "General"
+#~ msgstr "General"
+
+#~ msgctxt "@label:textbox Name of the folder."
+#~ msgid "&Name:"
+#~ msgstr "&Nom:"
+
+#~ msgctxt "@info:tooltip"
+#~ msgid "Set the folder name"
+#~ msgstr "Defineix el nom de la carpeta"
+
+#~ msgctxt "@info:whatsthis"
+#~ msgid "Enter a name here to set the name of this folder."
+#~ msgstr "Introduïu aquí un nom per establir el nom d'aquesta carpeta."
+
+#~ msgctxt "@option:check"
+#~ msgid "Block reminders locally"
+#~ msgstr "Bloqueja els recordatoris localment"
+
+#~ msgctxt "@info:tooltip"
+#~ msgid "Ignore reminders from this calendar"
+#~ msgstr "Ignora els recordatoris d'aquest calendari"
+
+#~ msgctxt "@info:whatsthis"
+#~ msgid ""
+#~ "Check this box if you do not want to receive reminders from items "
+#~ "associated with this calendar."
+#~ msgstr ""
+#~ "Activeu aquesta casella si no voleu rebre recordatoris dels elements "
+#~ "associats amb aquest calendari."
+
+#~ msgctxt "@option:check"
+#~ msgid "&Use custom icon:"
+#~ msgstr "&Usa una icona personalitzada:"
+
+#~ msgctxt "@info:tooltip"
+#~ msgid "Set a custom icon"
+#~ msgstr "Defineix una icona personalitzada"
+
+#~ msgctxt "@info:whatsthis"
+#~ msgid "Check this box if you want to set a custom icon for this folder."
+#~ msgstr ""
+#~ "Activeu aquesta casella si voleu definir una icona personalitzada per "
+#~ "aquesta carpeta."
+
+#~ msgctxt "%1 is the folder name"
+#~ msgid "%1 CalDav Calendar"
+#~ msgstr "Calendari CalDev %1"
+
+#~ msgctxt "subitem Priority: N"
+#~ msgid "Priority: <numid>%1</numid>\n"
+#~ msgstr "Prioritat: <numid>%1</numid>\n"
+
+#~ msgctxt "monthname year"
+#~ msgid "%1 <numid>%2</numid>"
+#~ msgstr "%1 <numid>%2</numid>"
+
+#~ msgctxt "weekday, shortmonthname daynumber"
+#~ msgid "%1, %2 <numid>%3</numid>"
+#~ msgstr "%1, <numid>%3</numid> %2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/cs/calendarsupport.po 
new/calendarsupport-19.04.0/po/cs/calendarsupport.po
--- old/calendarsupport-18.12.3/po/cs/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/cs/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: akonadi-kcal\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2018-07-09 16:20+0100\n"
 "Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/da/calendarsupport.po 
new/calendarsupport-19.04.0/po/da/calendarsupport.po
--- old/calendarsupport-18.12.3/po/da/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/da/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: akonadi-kcal\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2017-03-22 17:27+0100\n"
 "Last-Translator: Martin Schlander <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/de/calendarsupport.po 
new/calendarsupport-19.04.0/po/de/calendarsupport.po
--- old/calendarsupport-18.12.3/po/de/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/de/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: calendarsupport\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2018-06-07 07:53+0100\n"
 "Last-Translator: Burkhard Lück <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/el/calendarsupport.po 
new/calendarsupport-19.04.0/po/el/calendarsupport.po
--- old/calendarsupport-18.12.3/po/el/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/el/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: calendarsupport\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2014-03-08 16:32+0200\n"
 "Last-Translator: Dimitris Kardarakos <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/en_GB/calendarsupport.po 
new/calendarsupport-19.04.0/po/en_GB/calendarsupport.po
--- old/calendarsupport-18.12.3/po/en_GB/calendarsupport.po     2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/en_GB/calendarsupport.po     2019-04-12 
02:16:13.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: akonadi-kcal\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2018-06-30 13:30+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
 "Language-Team: British English <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/eo/calendarsupport.po 
new/calendarsupport-19.04.0/po/eo/calendarsupport.po
--- old/calendarsupport-18.12.3/po/eo/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/eo/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: akonadi-kcal\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2009-11-15 12:06+0100\n"
 "Last-Translator: Axel Rousseau <[email protected]>\n"
 "Language-Team: esperanto <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/es/calendarsupport.po 
new/calendarsupport-19.04.0/po/es/calendarsupport.po
--- old/calendarsupport-18.12.3/po/es/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/es/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: akonadi-kcal\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2018-06-14 23:09+0100\n"
 "Last-Translator: Javier Vinal <[email protected]>\n"
 "Language-Team: Spanish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/et/calendarsupport.po 
new/calendarsupport-19.04.0/po/et/calendarsupport.po
--- old/calendarsupport-18.12.3/po/et/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/et/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: akonadi-kcal\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2016-07-28 20:25+0300\n"
 "Last-Translator: Marek Laane <[email protected]>\n"
 "Language-Team: Estonian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/eu/calendarsupport.po 
new/calendarsupport-19.04.0/po/eu/calendarsupport.po
--- old/calendarsupport-18.12.3/po/eu/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/eu/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: korganizer\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2010-08-12 00:42+0200\n"
 "Last-Translator: Ignigo Salvador Azurmendi <[email protected]>\n"
 "Language-Team: Basque <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/fa/calendarsupport.po 
new/calendarsupport-19.04.0/po/fa/calendarsupport.po
--- old/calendarsupport-18.12.3/po/fa/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/fa/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: korganizer\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2012-01-13 10:32+0330\n"
 "Last-Translator: Mohammad Reza Mirdamadi <[email protected]>\n"
 "Language-Team: Farsi (Persian) <>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/fi/calendarsupport.po 
new/calendarsupport-19.04.0/po/fi/calendarsupport.po
--- old/calendarsupport-18.12.3/po/fi/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/fi/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: calendarsupport\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2018-08-15 13:24+0200\n"
 "Last-Translator: Tommi Nieminen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/fr/calendarsupport.po 
new/calendarsupport-19.04.0/po/fr/calendarsupport.po
--- old/calendarsupport-18.12.3/po/fr/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/fr/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: calendarsupport\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2018-06-08 16:38+0800\n"
 "Last-Translator: Simon Depiets <[email protected]>\n"
 "Language-Team: French <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/ga/calendarsupport.po 
new/calendarsupport-19.04.0/po/ga/calendarsupport.po
--- old/calendarsupport-18.12.3/po/ga/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/ga/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: akonadi-kcal.po\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2009-01-28 10:19-0500\n"
 "Last-Translator: Kevin Scannell <[email protected]>\n"
 "Language-Team: Irish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/gl/calendarsupport.po 
new/calendarsupport-19.04.0/po/gl/calendarsupport.po
--- old/calendarsupport-18.12.3/po/gl/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/gl/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -9,8 +9,8 @@
 msgstr ""
 "Project-Id-Version: akonadi-kcal\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
-"PO-Revision-Date: 2019-02-15 21:35+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
+"PO-Revision-Date: 2019-02-15 21:46+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
 "Language: gl\n"
@@ -589,9 +589,9 @@
 "the System Settings \"About Me\" Module. Uncheck this box to be able to "
 "specify your full name and e-mail."
 msgstr ""
-"Marque isto para empregar a configuración de correo de todo KDE, que se "
-"define no módulo «Sobre min» da Configuración do Sistema. Non a seleccione "
-"para poder especificar o seu nome completo e o correo electrónico."
+"Marque a caixa para usar a configuración de correo de todo KDE, que se "
+"define no módulo «Sobre min» da configuración do sistema. Non marque a caixa "
+"para poder indicar o seu nome completo e correo electrónico."
 
 #. i18n: ectx: label, entry (StartTime), group (Default Datetimes)
 #: kcalprefs.kcfg:24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/he/calendarsupport.po 
new/calendarsupport-19.04.0/po/he/calendarsupport.po
--- old/calendarsupport-18.12.3/po/he/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/he/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: calendarsupport\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2017-05-16 07:04-0400\n"
 "Last-Translator: Copied by Zanata <[email protected]>\n"
 "Language-Team: <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/hi/calendarsupport.po 
new/calendarsupport-19.04.0/po/hi/calendarsupport.po
--- old/calendarsupport-18.12.3/po/hi/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/hi/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: korganizer\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2008-01-24 16:52+0530\n"
 "Last-Translator: Ravishankar Shrivastava <[email protected]>\n"
 "Language-Team: Hindi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/hr/calendarsupport.po 
new/calendarsupport-19.04.0/po/hr/calendarsupport.po
--- old/calendarsupport-18.12.3/po/hr/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/hr/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: korganizer 0\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2011-02-27 12:20+0100\n"
 "Last-Translator: Marko Dimjasevic <[email protected]>\n"
 "Language-Team: Croatian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/hu/calendarsupport.po 
new/calendarsupport-19.04.0/po/hu/calendarsupport.po
--- old/calendarsupport-18.12.3/po/hu/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/hu/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2017-02-03 14:21+0100\n"
 "Last-Translator: Kiszel Kristóf <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/ia/calendarsupport.po 
new/calendarsupport-19.04.0/po/ia/calendarsupport.po
--- old/calendarsupport-18.12.3/po/ia/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/ia/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2013-11-27 14:06+0100\n"
 "Last-Translator: G.Sora <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/is/calendarsupport.po 
new/calendarsupport-19.04.0/po/is/calendarsupport.po
--- old/calendarsupport-18.12.3/po/is/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/is/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: korganizer\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2009-07-28 20:21+0000\n"
 "Last-Translator: Sveinn í Felli <[email protected]>\n"
 "Language-Team: Icelandic <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/it/calendarsupport.po 
new/calendarsupport-19.04.0/po/it/calendarsupport.po
--- old/calendarsupport-18.12.3/po/it/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/it/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: calendarsupport\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2018-06-24 15:31+0100\n"
 "Last-Translator: Luigi Toscano <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/ja/calendarsupport.po 
new/calendarsupport-19.04.0/po/ja/calendarsupport.po
--- old/calendarsupport-18.12.3/po/ja/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/ja/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: akonadi-kcal\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2011-08-14 14:07-0700\n"
 "Last-Translator: Fumiaki Okushi <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/kk/calendarsupport.po 
new/calendarsupport-19.04.0/po/kk/calendarsupport.po
--- old/calendarsupport-18.12.3/po/kk/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/kk/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2013-09-16 03:29+0600\n"
 "Last-Translator: Sairan Kikkarin <[email protected]>\n"
 "Language-Team: Kazakh <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/km/calendarsupport.po 
new/calendarsupport-19.04.0/po/km/calendarsupport.po
--- old/calendarsupport-18.12.3/po/km/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/km/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: akonadi-kcal\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2012-12-25 15:13+0700\n"
 "Last-Translator: sutha <[email protected]>\n"
 "Language-Team: Khmer <support@khmeros>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/ko/calendarsupport.po 
new/calendarsupport-19.04.0/po/ko/calendarsupport.po
--- old/calendarsupport-18.12.3/po/ko/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/ko/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: Korganizer\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2015-01-18 17:46+0900\n"
 "Last-Translator: Shinjo Park <[email protected]>\n"
 "Language-Team: Korean <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/lt/calendarsupport.po 
new/calendarsupport-19.04.0/po/lt/calendarsupport.po
--- old/calendarsupport-18.12.3/po/lt/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/lt/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: calendarsupport\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2015-12-29 21:04+0200\n"
 "Last-Translator: Mindaugas Baranauskas <[email protected]>\n"
 "Language-Team: lt <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/lv/calendarsupport.po 
new/calendarsupport-19.04.0/po/lv/calendarsupport.po
--- old/calendarsupport-18.12.3/po/lv/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/lv/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2010-01-01 20:40+0200\n"
 "Last-Translator: Viesturs Zarins <[email protected]>\n"
 "Language-Team: American English <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/mr/calendarsupport.po 
new/calendarsupport-19.04.0/po/mr/calendarsupport.po
--- old/calendarsupport-18.12.3/po/mr/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/mr/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2013-02-13 17:42+0530\n"
 "Last-Translator: Chetan Khona <[email protected]>\n"
 "Language-Team: Marathi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/nb/calendarsupport.po 
new/calendarsupport-19.04.0/po/nb/calendarsupport.po
--- old/calendarsupport-18.12.3/po/nb/calendarsupport.po        2019-03-05 
01:26:10.000000000 +0100
+++ new/calendarsupport-19.04.0/po/nb/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2015-02-07 19:03+0100\n"
 "Last-Translator: Bjørn Steensrud <[email protected]>\n"
 "Language-Team: Norwegian Bokmål <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/nds/calendarsupport.po 
new/calendarsupport-19.04.0/po/nds/calendarsupport.po
--- old/calendarsupport-18.12.3/po/nds/calendarsupport.po       2019-03-05 
01:26:11.000000000 +0100
+++ new/calendarsupport-19.04.0/po/nds/calendarsupport.po       2019-04-12 
02:16:13.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: akonadi-kcal\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2014-08-13 22:18+0200\n"
 "Last-Translator: Sönke Dibbern <[email protected]>\n"
 "Language-Team: Low Saxon <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/nl/calendarsupport.po 
new/calendarsupport-19.04.0/po/nl/calendarsupport.po
--- old/calendarsupport-18.12.3/po/nl/calendarsupport.po        2019-03-05 
01:26:11.000000000 +0100
+++ new/calendarsupport-19.04.0/po/nl/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: akonadi-kcal\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2018-06-04 14:39+0100\n"
 "Last-Translator: Freek de Kruijf <[email protected]>\n"
 "Language-Team: Dutch <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/nn/calendarsupport.po 
new/calendarsupport-19.04.0/po/nn/calendarsupport.po
--- old/calendarsupport-18.12.3/po/nn/calendarsupport.po        2019-03-05 
01:26:11.000000000 +0100
+++ new/calendarsupport-19.04.0/po/nn/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: akonadi-kcal\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2016-10-23 10:11+0100\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/pa/calendarsupport.po 
new/calendarsupport-19.04.0/po/pa/calendarsupport.po
--- old/calendarsupport-18.12.3/po/pa/calendarsupport.po        2019-03-05 
01:26:11.000000000 +0100
+++ new/calendarsupport-19.04.0/po/pa/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2011-06-29 22:27+0530\n"
 "Last-Translator: A S Alam <[email protected]>\n"
 "Language-Team: Punjabi/Panjabi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/pl/calendarsupport.po 
new/calendarsupport-19.04.0/po/pl/calendarsupport.po
--- old/calendarsupport-18.12.3/po/pl/calendarsupport.po        2019-03-05 
01:26:11.000000000 +0100
+++ new/calendarsupport-19.04.0/po/pl/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2018-09-02 07:12+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/pt/calendarsupport.po 
new/calendarsupport-19.04.0/po/pt/calendarsupport.po
--- old/calendarsupport-18.12.3/po/pt/calendarsupport.po        2019-03-05 
01:26:11.000000000 +0100
+++ new/calendarsupport-19.04.0/po/pt/calendarsupport.po        2019-04-12 
02:16:13.000000000 +0200
@@ -2,8 +2,8 @@
 msgstr ""
 "Project-Id-Version: akonadi-kcal\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
-"PO-Revision-Date: 2018-06-04 11:20+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
+"PO-Revision-Date: 2019-02-01 11:32+0000\n"
 "Last-Translator: José Nuno Coelho Pires <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
 "Language: pt\n"
@@ -560,13 +560,13 @@
 #, kde-format
 msgctxt "@title:column, calendar event start date and time"
 msgid "Start date and time"
-msgstr "Data e hora inicial"
+msgstr "Data e hora de início"
 
 #: kcalmodel.cpp:194
 #, kde-format
 msgctxt "@title:column, calendar event end date and time"
 msgid "End date and time"
-msgstr "Data e hora final"
+msgstr "Data e hora de fim"
 
 #: kcalmodel.cpp:196
 #, kde-format
@@ -1082,8 +1082,8 @@
 "É possível imprimir apenas aqueles eventos que estejam dentro de um "
 "determinado intervalo de tempo. Com este campo de selecção da hora, poderá "
 "definir o início deste intervalo. A hora de fim deverá ser definida com a "
-"opção <i>Hora final</i>. Lembre-se que poderá modificar automaticamente "
-"estas opções, se assinalar a opção <i>Extender o intervalo de tempo para "
+"opção <i>Hora de fim</i>. Lembre-se que poderá modificar automaticamente "
+"estas opções, se assinalar a opção <i>Estender o intervalo de tempo para "
 "incluir todos os eventos</i>."
 
 #. i18n: ectx: property (text), widget (QLabel, mFromTimeLabel)
@@ -1144,7 +1144,7 @@
 "determinado intervalo de tempo. Com este campo de selecção da hora, poderá "
 "definir o fim deste intervalo. A hora de início deverá ser definida com a "
 "opção <i>Hora inicial</i>. Lembre-se que poderá modificar automaticamente "
-"estas opções, se assinalar a opção <i>Extender o intervalo de tempo para "
+"estas opções, se assinalar a opção <i>Estender o intervalo de tempo para "
 "incluir todos os eventos</i>."
 
 #. i18n: ectx: property (text), widget (QLabel, mToTimeLabel)
@@ -1152,7 +1152,7 @@
 #: printing/calprintweekconfig_base.ui:118
 #, kde-format
 msgid "End ti&me:"
-msgstr "Hora fi&nal:"
+msgstr "Hora de fi&m:"
 
 #. i18n: ectx: property (whatsThis), widget (QCheckBox, mIncludeAllEvents)
 #: printing/calprintdayconfig_base.ui:198
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/pt_BR/calendarsupport.po 
new/calendarsupport-19.04.0/po/pt_BR/calendarsupport.po
--- old/calendarsupport-18.12.3/po/pt_BR/calendarsupport.po     2019-03-05 
01:26:11.000000000 +0100
+++ new/calendarsupport-19.04.0/po/pt_BR/calendarsupport.po     2019-04-12 
02:16:13.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: calendarsupport\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2018-07-29 16:46-0300\n"
 "Last-Translator: André Marcelo Alvarenga <[email protected]>\n"
 "Language-Team: Brazilian Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/ro/calendarsupport.po 
new/calendarsupport-19.04.0/po/ro/calendarsupport.po
--- old/calendarsupport-18.12.3/po/ro/calendarsupport.po        2019-03-05 
01:26:11.000000000 +0100
+++ new/calendarsupport-19.04.0/po/ro/calendarsupport.po        2019-04-12 
02:16:14.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2013-02-16 10:59+0200\n"
 "Last-Translator: Sergiu Bivol <[email protected]>\n"
 "Language-Team: Romanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/ru/calendarsupport.po 
new/calendarsupport-19.04.0/po/ru/calendarsupport.po
--- old/calendarsupport-18.12.3/po/ru/calendarsupport.po        2019-03-05 
01:26:11.000000000 +0100
+++ new/calendarsupport-19.04.0/po/ru/calendarsupport.po        2019-04-12 
02:16:14.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: akonadi-kcal\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2018-11-19 18:00+0300\n"
 "Last-Translator: Alexander Yavorsky <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/sk/calendarsupport.po 
new/calendarsupport-19.04.0/po/sk/calendarsupport.po
--- old/calendarsupport-18.12.3/po/sk/calendarsupport.po        2019-03-05 
01:26:11.000000000 +0100
+++ new/calendarsupport-19.04.0/po/sk/calendarsupport.po        2019-04-12 
02:16:14.000000000 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: calendarsupport\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2016-11-20 19:58+0100\n"
 "Last-Translator: Roman Paholik <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/sl/calendarsupport.po 
new/calendarsupport-19.04.0/po/sl/calendarsupport.po
--- old/calendarsupport-18.12.3/po/sl/calendarsupport.po        2019-03-05 
01:26:11.000000000 +0100
+++ new/calendarsupport-19.04.0/po/sl/calendarsupport.po        2019-04-12 
02:16:14.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2016-09-01 20:15+0200\n"
 "Last-Translator: Andrej Mernik <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/sr/calendarsupport.po 
new/calendarsupport-19.04.0/po/sr/calendarsupport.po
--- old/calendarsupport-18.12.3/po/sr/calendarsupport.po        2019-03-05 
01:26:11.000000000 +0100
+++ new/calendarsupport-19.04.0/po/sr/calendarsupport.po        2019-04-12 
02:16:14.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: calendarsupport\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2016-03-20 14:17+0100\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/sv/calendarsupport.po 
new/calendarsupport-19.04.0/po/sv/calendarsupport.po
--- old/calendarsupport-18.12.3/po/sv/calendarsupport.po        2019-03-05 
01:26:11.000000000 +0100
+++ new/calendarsupport-19.04.0/po/sv/calendarsupport.po        2019-04-12 
02:16:14.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: akonadi-kcal\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2018-06-17 07:31+0100\n"
 "Last-Translator: Stefan Asserhäll <[email protected]>\n"
 "Language-Team: Swedish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/tr/calendarsupport.po 
new/calendarsupport-19.04.0/po/tr/calendarsupport.po
--- old/calendarsupport-18.12.3/po/tr/calendarsupport.po        2019-03-05 
01:26:11.000000000 +0100
+++ new/calendarsupport-19.04.0/po/tr/calendarsupport.po        2019-04-12 
02:16:14.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kdepim-kde4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2017-06-09 14:23+0100\n"
 "Last-Translator: Volkan Gezer <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/ug/calendarsupport.po 
new/calendarsupport-19.04.0/po/ug/calendarsupport.po
--- old/calendarsupport-18.12.3/po/ug/calendarsupport.po        2019-03-05 
01:26:11.000000000 +0100
+++ new/calendarsupport-19.04.0/po/ug/calendarsupport.po        2019-04-12 
02:16:14.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: calendarsupport\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <[email protected]>\n"
 "Language-Team: Uyghur Computer Science Association <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/uk/calendarsupport.po 
new/calendarsupport-19.04.0/po/uk/calendarsupport.po
--- old/calendarsupport-18.12.3/po/uk/calendarsupport.po        2019-03-05 
01:26:11.000000000 +0100
+++ new/calendarsupport-19.04.0/po/uk/calendarsupport.po        2019-04-12 
02:16:14.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: calendarsupport\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2018-06-04 08:10+0200\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/wa/calendarsupport.po 
new/calendarsupport-19.04.0/po/wa/calendarsupport.po
--- old/calendarsupport-18.12.3/po/wa/calendarsupport.po        2019-03-05 
01:26:11.000000000 +0100
+++ new/calendarsupport-19.04.0/po/wa/calendarsupport.po        2019-04-12 
02:16:14.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: korganizer\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2013-03-24 10:49+0100\n"
 "Last-Translator: Jean Cayron <[email protected]>\n"
 "Language-Team: Walloon <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/zh_CN/calendarsupport.po 
new/calendarsupport-19.04.0/po/zh_CN/calendarsupport.po
--- old/calendarsupport-18.12.3/po/zh_CN/calendarsupport.po     2019-03-05 
01:26:11.000000000 +0100
+++ new/calendarsupport-19.04.0/po/zh_CN/calendarsupport.po     2019-04-12 
02:16:14.000000000 +0200
@@ -10,8 +10,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
-"PO-Revision-Date: 2019-02-20 23:28\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
+"PO-Revision-Date: 2019-04-09 18:52\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/po/zh_TW/calendarsupport.po 
new/calendarsupport-19.04.0/po/zh_TW/calendarsupport.po
--- old/calendarsupport-18.12.3/po/zh_TW/calendarsupport.po     2019-03-05 
01:26:11.000000000 +0100
+++ new/calendarsupport-19.04.0/po/zh_TW/calendarsupport.po     2019-04-12 
02:16:14.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: akonadi-kcal\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-11-12 06:56+0100\n"
+"POT-Creation-Date: 2018-08-16 09:11+0200\n"
 "PO-Revision-Date: 2018-12-21 19:35+0800\n"
 "Last-Translator: pan93412 <[email protected]>\n"
 "Language-Team: Chinese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/src/archivedialog.cpp 
new/calendarsupport-19.04.0/src/archivedialog.cpp
--- old/calendarsupport-18.12.3/src/archivedialog.cpp   2019-02-24 
12:48:31.000000000 +0100
+++ new/calendarsupport-19.04.0/src/archivedialog.cpp   2019-04-08 
13:52:04.000000000 +0200
@@ -73,7 +73,7 @@
     mainLayout->addWidget(buttonBox);
 
     QVBoxLayout *topLayout = new QVBoxLayout(topFrame);
-    topLayout->setMargin(0);
+    topLayout->setContentsMargins(0, 0, 0, 0);
     QLabel *descLabel = new QLabel(topFrame);
     descLabel->setText(
         xi18nc("@info:whatsthis",
@@ -100,7 +100,7 @@
                 &QButtonGroup::buttonClicked), this, 
&ArchiveDialog::slotActionChanged);
 
     QHBoxLayout *dateLayout = new QHBoxLayout();
-    dateLayout->setMargin(0);
+    dateLayout->setContentsMargins(0, 0, 0, 0);
     mArchiveOnceRB = new QRadioButton(i18nc("@option:radio",
                                             "Archive now items older than:"),
                                       topFrame);
@@ -132,7 +132,7 @@
     // mExpireFolderCheckBox/mReadExpiryTimeNumInput in kmfolderdia.cpp)
     QWidget *autoArchiveHBox = new QWidget(topFrame);
     QHBoxLayout *autoArchiveHBoxHBoxLayout = new QHBoxLayout(autoArchiveHBox);
-    autoArchiveHBoxHBoxLayout->setMargin(0);
+    autoArchiveHBoxHBoxLayout->setContentsMargins(0, 0, 0, 0);
     topLayout->addWidget(autoArchiveHBox);
     mAutoArchiveRB = new QRadioButton(i18nc("@option:radio",
                                             "Automaticall&y archive items 
older than:"),
@@ -181,7 +181,7 @@
     mExpiryUnitsComboBox->setEnabled(false);
 
     QHBoxLayout *fileLayout = new QHBoxLayout();
-    fileLayout->setMargin(0);
+    fileLayout->setContentsMargins(0, 0, 0, 0);
     QLabel *l = new QLabel(i18nc("@label", "Archive &file:"), topFrame);
     fileLayout->addWidget(l);
     mArchiveFile = new KUrlRequester(QUrl::fromLocalFile(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/calendarsupport-18.12.3/src/freebusymodel/autotests/modeltest.cpp 
new/calendarsupport-19.04.0/src/freebusymodel/autotests/modeltest.cpp
--- old/calendarsupport-18.12.3/src/freebusymodel/autotests/modeltest.cpp       
2019-02-24 12:48:31.000000000 +0100
+++ new/calendarsupport-19.04.0/src/freebusymodel/autotests/modeltest.cpp       
2019-04-08 13:52:04.000000000 +0200
@@ -456,12 +456,12 @@
     }
 
     // General Purpose roles that should return a QColor
-    QVariant colorVariant = model->data(model->index(0, 0), 
Qt::BackgroundColorRole);
+    QVariant colorVariant = model->data(model->index(0, 0), 
Qt::BackgroundRole);
     if (colorVariant.isValid()) {
         Q_ASSERT(colorVariant.canConvert<QColor>());
     }
 
-    colorVariant = model->data(model->index(0, 0), Qt::TextColorRole);
+    colorVariant = model->data(model->index(0, 0), Qt::ForegroundRole);
     if (colorVariant.isValid()) {
         Q_ASSERT(colorVariant.canConvert<QColor>());
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/calendarsupport-18.12.3/src/freebusymodel/autotests/testfreebusyitemmodel.cpp
 
new/calendarsupport-19.04.0/src/freebusymodel/autotests/testfreebusyitemmodel.cpp
--- 
old/calendarsupport-18.12.3/src/freebusymodel/autotests/testfreebusyitemmodel.cpp
   2019-02-24 12:48:31.000000000 +0100
+++ 
new/calendarsupport-19.04.0/src/freebusymodel/autotests/testfreebusyitemmodel.cpp
   2019-04-08 13:52:04.000000000 +0200
@@ -25,7 +25,7 @@
 
 #include <KCalCore/Attendee>
 
-#include <qtest.h>
+#include <QTest>
 
 using namespace CalendarSupport;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/calendarsupport-18.12.3/src/freebusymodel/autotests/testfreeperiodmodel.cpp 
new/calendarsupport-19.04.0/src/freebusymodel/autotests/testfreeperiodmodel.cpp
--- 
old/calendarsupport-18.12.3/src/freebusymodel/autotests/testfreeperiodmodel.cpp 
    2019-02-24 12:48:31.000000000 +0100
+++ 
new/calendarsupport-19.04.0/src/freebusymodel/autotests/testfreeperiodmodel.cpp 
    2019-04-08 13:52:04.000000000 +0200
@@ -25,7 +25,7 @@
 #include <KCalCore/Period>
 #include <KCalCore/Duration>
 
-#include <qtest.h>
+#include <QTest>
 
 using namespace CalendarSupport;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/calendarsupport-18.12.3/src/freebusymodel/freebusycalendar.cpp 
new/calendarsupport-19.04.0/src/freebusymodel/freebusycalendar.cpp
--- old/calendarsupport-18.12.3/src/freebusymodel/freebusycalendar.cpp  
2019-02-24 12:48:31.000000000 +0100
+++ new/calendarsupport-19.04.0/src/freebusymodel/freebusycalendar.cpp  
2019-04-08 13:52:04.000000000 +0200
@@ -15,7 +15,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  *
  */
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/calendarsupport-18.12.3/src/freebusymodel/freebusycalendar.h 
new/calendarsupport-19.04.0/src/freebusymodel/freebusycalendar.h
--- old/calendarsupport-18.12.3/src/freebusymodel/freebusycalendar.h    
2019-02-24 12:48:31.000000000 +0100
+++ new/calendarsupport-19.04.0/src/freebusymodel/freebusycalendar.h    
2019-04-08 13:52:04.000000000 +0200
@@ -15,7 +15,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  *
  */
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/src/kcalprefs.cpp 
new/calendarsupport-19.04.0/src/kcalprefs.cpp
--- old/calendarsupport-18.12.3/src/kcalprefs.cpp       2019-02-24 
12:48:31.000000000 +0100
+++ new/calendarsupport-19.04.0/src/kcalprefs.cpp       2019-04-08 
13:52:04.000000000 +0200
@@ -292,7 +292,7 @@
 
     if (!cat.isEmpty()) {
         const Akonadi::Tag &tag = d->mTagCache.getTagByName(cat);
-        if (Akonadi::TagAttribute *attr = 
tag.attribute<Akonadi::TagAttribute>()) {
+        if (const Akonadi::TagAttribute *attr = 
tag.attribute<Akonadi::TagAttribute>()) {
             color = attr->backgroundColor();
         }
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/src/next/incidenceviewer.cpp 
new/calendarsupport-19.04.0/src/next/incidenceviewer.cpp
--- old/calendarsupport-18.12.3/src/next/incidenceviewer.cpp    2019-02-24 
12:48:31.000000000 +0100
+++ new/calendarsupport-19.04.0/src/next/incidenceviewer.cpp    2019-04-08 
13:52:04.000000000 +0200
@@ -154,7 +154,7 @@
 void IncidenceViewer::init()
 {
     QVBoxLayout *layout = new QVBoxLayout(this);
-    layout->setMargin(0);
+    layout->setContentsMargins(0, 0, 0, 0);
 
     d->mBrowser->setOpenLinks(true);
     d->mBrowser->setMinimumHeight(1);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/calendarsupport-18.12.3/src/printing/calprintdefaultplugins.cpp 
new/calendarsupport-19.04.0/src/printing/calprintdefaultplugins.cpp
--- old/calendarsupport-18.12.3/src/printing/calprintdefaultplugins.cpp 
2019-02-24 12:48:31.000000000 +0100
+++ new/calendarsupport-19.04.0/src/printing/calprintdefaultplugins.cpp 
2019-04-08 13:52:04.000000000 +0200
@@ -3,7 +3,7 @@
   Copyright (C) 2003 Reinhold Kainhofer <[email protected]>
   Copyright (c) 2003 Cornelius Schumacher <[email protected]>
   Copyright (c) 2008 Ron Goodheart <[email protected]>
-  Copyright (C) 2010-2018 Laurent Montel <[email protected]>
+  Copyright (C) 2010-2019 Laurent Montel <[email protected]>
   Copyright (c) 2012-2013 Allen Winter <[email protected]>
 
   This program is free software; you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/src/printing/calprinter.cpp 
new/calendarsupport-19.04.0/src/printing/calprinter.cpp
--- old/calendarsupport-18.12.3/src/printing/calprinter.cpp     2019-02-24 
12:48:31.000000000 +0100
+++ new/calendarsupport-19.04.0/src/printing/calprinter.cpp     2019-04-08 
13:52:04.000000000 +0200
@@ -193,7 +193,7 @@
     setModal(true);
     QWidget *page = new QWidget(this);
     QVBoxLayout *pageVBoxLayout = new QVBoxLayout(page);
-    pageVBoxLayout->setMargin(0);
+    pageVBoxLayout->setContentsMargins(0, 0, 0, 0);
     mainLayout->addWidget(page);
     mainLayout->addWidget(buttonBox);
 
@@ -207,7 +207,7 @@
 
     QWidget *splitterRight = new QWidget(splitter);
     QGridLayout *splitterRightLayout = new QGridLayout(splitterRight);
-    splitterRightLayout->setMargin(0);
+    splitterRightLayout->setContentsMargins(0, 0, 0, 0);
     //splitterRightLayout->setMargin( marginHint() );
     //splitterRightLayout->setSpacing( spacingHint() );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calendarsupport-18.12.3/src/utils.cpp 
new/calendarsupport-19.04.0/src/utils.cpp
--- old/calendarsupport-18.12.3/src/utils.cpp   2019-02-24 12:48:31.000000000 
+0100
+++ new/calendarsupport-19.04.0/src/utils.cpp   2019-04-08 13:52:04.000000000 
+0200
@@ -728,7 +728,7 @@
     }
 
     if (KCalPrefs::instance()->mExcludeHolidays) {
-        foreach (const QString &regionStr, KCalPrefs::instance()->mHolidays) {
+        for (const QString &regionStr : 
qAsConst(KCalPrefs::instance()->mHolidays)) {
             KHolidays::HolidayRegion region(regionStr);
             if (region.isValid()) {
                 const KHolidays::Holiday::List list = 
region.holidays(startDate, endDate);
@@ -751,7 +751,7 @@
     QStringList hdays;
 
     bool showCountryCode = (KCalPrefs::instance()->mHolidays.count() > 1);
-    foreach (const QString &regionStr, KCalPrefs::instance()->mHolidays) {
+    for (const QString &regionStr : 
qAsConst(KCalPrefs::instance()->mHolidays)) {
         KHolidays::HolidayRegion region(regionStr);
         if (region.isValid()) {
             const Holiday::List list = region.holidays(date);


Reply via email to