Hello community,

here is the log from the commit of package kde-user-manager for 
openSUSE:Factory checked in at 2019-02-11 21:20:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kde-user-manager (Old)
 and      /work/SRC/openSUSE:Factory/.kde-user-manager.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kde-user-manager"

Mon Feb 11 21:20:00 2019 rev:62 rq:672578 version:5.15.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kde-user-manager/kde-user-manager.changes        
2019-01-10 15:17:45.546665867 +0100
+++ 
/work/SRC/openSUSE:Factory/.kde-user-manager.new.28833/kde-user-manager.changes 
    2019-02-11 21:20:01.735252852 +0100
@@ -1,0 +2,25 @@
+Thu Feb  7 16:02:50 UTC 2019 - [email protected]
+
+- Update to 5.15.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.15.0.php
+- No code changes since 5.14.90
+
+-------------------------------------------------------------------
+Thu Jan 17 18:46:13 UTC 2019 - [email protected]
+
+- Update to 5.14.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.14.90.php
+- Changes since 5.14.5:
+  * bump KF5 dependency to required 5.54 as agreed at start of Plasma 5.15 
cycle
+  * Consti'fy
+  * Fix some clazy warning
+  * Use new syntax
+  * Autogenerate debug file + add categories file
+  * Add NO_POLICY_SCOPE
+  * Use KDEFrameworkCompilerSettings
+
+-------------------------------------------------------------------

Old:
----
  user-manager-5.14.5.tar.xz
  user-manager-5.14.5.tar.xz.sig

New:
----
  user-manager-5.15.0.tar.xz
  user-manager-5.15.0.tar.xz.sig

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

Other differences:
------------------
++++++ kde-user-manager.spec ++++++
--- /var/tmp/diff_new_pack.U2VADV/_old  2019-02-11 21:20:03.251252043 +0100
+++ /var/tmp/diff_new_pack.U2VADV/_new  2019-02-11 21:20:03.275252030 +0100
@@ -18,15 +18,15 @@
 
 %bcond_without lang
 Name:           kde-user-manager
-Version:        5.14.5
+Version:        5.15.0
 Release:        0
 Summary:        KDE System Settings module to manage users
 License:        GPL-2.0-or-later
 Group:          System/GUI/KDE
 Url:            http://www.kde.org/
-Source:         
https://download.kde.org/stable/plasma/%{version}/user-manager-%{version}.tar.xz
+Source:         user-manager-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/user-manager-%{version}.tar.xz.sig
+Source1:        user-manager-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 1.3.0
@@ -64,6 +64,7 @@
 %{_kf5_plugindir}/
 %{_kf5_servicesdir}/
 %{_kf5_sharedir}/user-manager/
+%{_kf5_debugdir}/user-manager.categories
 
 %if %{with lang}
 %files lang -f %{name}.lang


++++++ user-manager-5.14.5.tar.xz -> user-manager-5.15.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/CMakeLists.txt 
new/user-manager-5.15.0/CMakeLists.txt
--- old/user-manager-5.14.5/CMakeLists.txt      2019-01-08 12:06:38.000000000 
+0100
+++ new/user-manager-5.15.0/CMakeLists.txt      2019-02-07 12:17:24.000000000 
+0100
@@ -1,9 +1,9 @@
 project(user-manager)
 cmake_minimum_required(VERSION 2.8.12)
-set(PROJECT_VERSION "5.14.5")
+set(PROJECT_VERSION "5.15.0")
 
 set(QT_MIN_VERSION "5.11.0")
-set(KF5_MIN_VERSION "5.50.0")
+set(KF5_MIN_VERSION "5.54.0")
 
 find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -16,20 +16,19 @@
 include(FeatureSummary)
 include(KDEInstallDirs)
 include(KDECMakeSettings)
-include(KDECompilerSettings)
+include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
+include(ECMQtDeclareLoggingCategory)
 
 include_directories(${PWQUALITY_INCLUDE_DIR})
 
 # Set KI18n translation domain
 add_definitions(-DTRANSLATION_DOMAIN=\"user_manager\")
-add_definitions(-DQT_NO_URL_CAST_FROM_STRING)
-add_definitions(-DQT_NO_CAST_FROM_ASCII)
-add_definitions(-DQT_NO_CAST_TO_ASCII)
 add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT)
-add_definitions(-DQT_USE_QSTRINGBUILDER)
 
 add_subdirectory(src)
 
+install( FILES user-manager.categories DESTINATION ${KDE_INSTALL_CONFDIR} )
+
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 find_package(KF5I18n CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/po/ar/user_manager.po 
new/user-manager-5.15.0/po/ar/user_manager.po
--- old/user-manager-5.14.5/po/ar/user_manager.po       2019-01-08 
12:06:35.000000000 +0100
+++ new/user-manager-5.15.0/po/ar/user_manager.po       2019-02-07 
12:17:21.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: ٢٠١٥-٠٨-١٨ ١٣:٤٠+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/user-manager-5.14.5/po/ast/user_manager.po 
new/user-manager-5.15.0/po/ast/user_manager.po
--- old/user-manager-5.14.5/po/ast/user_manager.po      2019-01-08 
12:06:35.000000000 +0100
+++ new/user-manager-5.15.0/po/ast/user_manager.po      1970-01-01 
01:00:00.000000000 +0100
@@ -1,309 +0,0 @@
-# Copyright (C) YEAR This_file_is_part_of_KDE
-# This file is distributed under the same license as the PACKAGE package.
-#
-# enolp <[email protected]>, 2016.
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
-"PO-Revision-Date: 2016-12-19 04:07+0100\n"
-"Last-Translator: enolp <[email protected]>\n"
-"Language-Team: Asturian <[email protected]>\n"
-"Language: ast\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 2.0\n"
-
-#. i18n: ectx: property (placeholderText), widget (QLineEdit, username)
-#: src/account.ui:78
-#, kde-format
-msgid "John"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, label_7)
-#: src/account.ui:95
-#, kde-format
-msgid "Real Name:"
-msgstr ""
-
-#. i18n: ectx: property (placeholderText), widget (QLineEdit, realName)
-#: src/account.ui:129
-#, kde-format
-msgid "John Doe"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, label)
-#: src/account.ui:146
-#, kde-format
-msgid "Email Address:"
-msgstr ""
-
-#. i18n: ectx: property (placeholderText), widget (QLineEdit, email)
-#: src/account.ui:177
-#, kde-format
-msgid "[email protected]"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, label_3)
-#. i18n: ectx: property (text), widget (QLabel, label)
-#: src/account.ui:194 src/password.ui:33
-#, kde-format
-msgid "Password:"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, label_2)
-#: src/account.ui:208
-#, kde-format
-msgid "Enable administrator privileges for this user"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, automaticLoginLabel)
-#: src/account.ui:222
-#, kde-format
-msgid "Log in automatically"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLineEdit, passwordEdit)
-#: src/account.ui:235
-#, kde-format
-msgid "MyPassword"
-msgstr ""
-
-#: src/accountinfo.cpp:66
-#, kde-format
-msgid "Choose from Gallery..."
-msgstr ""
-
-#: src/accountinfo.cpp:70
-#, kde-format
-msgid "Load from file..."
-msgstr ""
-
-#: src/accountinfo.cpp:74
-#, kde-format
-msgid "Clear Avatar"
-msgstr ""
-
-#: src/accountinfo.cpp:301
-#, kde-format
-msgid "This username is already used"
-msgstr ""
-
-#: src/accountinfo.cpp:311
-#, kde-format
-msgid "The username must start with a letter"
-msgstr ""
-
-#: src/accountinfo.cpp:329
-#, kde-format
-msgid ""
-"The username can contain only letters, numbers, score, underscore and dot"
-msgstr ""
-
-#: src/accountinfo.cpp:343
-#, kde-format
-msgid "The username is too long"
-msgstr ""
-
-#: src/accountinfo.cpp:381
-#, kde-format
-msgid "This e-mail address is incorrect"
-msgstr ""
-
-#: src/accountinfo.cpp:426
-#, kde-format
-msgctxt "@title:window"
-msgid "Choose Image"
-msgstr ""
-
-#: src/avatargallery.cpp:31
-#, kde-format
-msgctxt "@title:window"
-msgid "Change your Face"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, header)
-#: src/avatargallery.ui:25
-#, kde-format
-msgid "Select a new face:"
-msgstr ""
-
-#. i18n: ectx: property (toolTip), widget (QPushButton, addBtn)
-#: src/kcm.ui:69
-#, kde-format
-msgid "Add user account"
-msgstr ""
-
-#. i18n: ectx: property (toolTip), widget (QPushButton, removeBtn)
-#: src/kcm.ui:86
-#, kde-format
-msgid "Remove user account"
-msgstr ""
-
-#: src/lib/accountmodel.cpp:298
-#, kde-format
-msgid "New User"
-msgstr ""
-
-#: src/lib/accountmodel.cpp:421
-#, kde-format
-msgid "Users"
-msgstr ""
-
-#. i18n: ectx: property (text), widget (QLabel, label_2)
-#: src/password.ui:54
-#, kde-format
-msgid "Verify:"
-msgstr ""
-
-#: src/passworddialog.cpp:36
-#, kde-format
-msgctxt "Title for change password dialog"
-msgid "New Password"
-msgstr ""
-
-#: src/passworddialog.cpp:103
-#, kde-format
-msgid "Passwords do not match"
-msgstr ""
-
-#: src/passworddialog.cpp:127
-#, kde-format
-msgid "This password is weak"
-msgstr ""
-
-#: src/passworddialog.cpp:130
-#, kde-format
-msgid "This password is good"
-msgstr ""
-
-#: src/passworddialog.cpp:133
-#, kde-format
-msgid "This password is very good"
-msgstr ""
-
-#: src/passworddialog.cpp:136
-#, kde-format
-msgid "This password is excellent"
-msgstr ""
-
-#: src/passworddialog.cpp:152
-#, kde-format
-msgctxt "Error returned when the password is invalid"
-msgid "The password should be at least %1 character"
-msgid_plural "The password should be at least %1 characters"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/passworddialog.cpp:160
-#, kde-format
-msgctxt "Error returned when the password is invalid"
-msgid "The password should contain at least %1 uppercase letter"
-msgid_plural "The password should contain at least %1 uppercase letters"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/passworddialog.cpp:168
-#, kde-format
-msgctxt "Error returned when the password is invalid"
-msgid "The password should contain at least %1 lowercase letter"
-msgid_plural "The password should contain at least %1 lowercase letters"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/passworddialog.cpp:172
-#, kde-format
-msgctxt "Error returned when the password is invalid"
-msgid "Your username should not be part of your password"
-msgstr ""
-
-#: src/passworddialog.cpp:174
-#, kde-format
-msgctxt "Error returned when the password is invalid"
-msgid "Your name should not be part of your password"
-msgstr ""
-
-#: src/passworddialog.cpp:180
-#, kde-format
-msgctxt "Error returned when the password is invalid"
-msgid "The password should contain at least %1 number"
-msgid_plural "The password should contain at least %1 numbers"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/passworddialog.cpp:188
-#, kde-format
-msgctxt "Error returned when the password is invalid"
-msgid ""
-"The password should contain at least %1 special character (like punctuation)"
-msgid_plural ""
-"The password should contain at least %1 special characters (like punctuation)"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/passworddialog.cpp:192
-#, kde-format
-msgctxt "Error returned when the password is invalid"
-msgid ""
-"The password should contain a mixture of letters, numbers, spaces and "
-"punctuation"
-msgstr ""
-
-#: src/passworddialog.cpp:194
-#, kde-format
-msgctxt "Error returned when the password is invalid"
-msgid "The password should not contain too many repeated characters"
-msgstr ""
-
-#: src/passworddialog.cpp:196
-#, kde-format
-msgctxt "Error returned when the password is invalid"
-msgid "The password should be more varied in letters, numbers and punctuation"
-msgstr ""
-
-#: src/passworddialog.cpp:198
-#, kde-format
-msgctxt "Error returned when the password is invalid"
-msgid "The password should not contain sequences like 1234 or abcd"
-msgstr ""
-
-#: src/passworddialog.cpp:200
-#, kde-format
-msgctxt "Error returned when the password is invalid"
-msgid "This password can't be used, it is too simple"
-msgstr ""
-
-#: src/passworddialog.cpp:204
-#, kde-format
-msgctxt "Returned when a more specific error message has not been found"
-msgid "Please choose another password"
-msgstr ""
-
-#: src/usermanager.cpp:120
-#, kde-format
-msgid "Keep files"
-msgstr ""
-
-#: src/usermanager.cpp:122
-#, kde-format
-msgid "Delete files"
-msgstr ""
-
-#: src/usermanager.cpp:124
-#, kde-format
-msgid "What do you want to do after deleting %1 ?"
-msgstr ""
-
-#: src/usermanager.cpp:127
-#, kde-format
-msgid ""
-"This user is using the system right now, removing it will cause problems"
-msgstr ""
-
-#: src/usermanager.cpp:130
-#, kde-format
-msgid "Delete User"
-msgstr ""
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/po/bs/user_manager.po 
new/user-manager-5.15.0/po/bs/user_manager.po
--- old/user-manager-5.14.5/po/bs/user_manager.po       2019-01-08 
12:06:35.000000000 +0100
+++ new/user-manager-5.15.0/po/bs/user_manager.po       2019-02-07 
12:17:21.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: user manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2015-02-04 14:59+0000\n"
 "Last-Translator: Anela Darman <[email protected]>\n"
 "Language-Team: bosanski <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/po/ca/user_manager.po 
new/user-manager-5.15.0/po/ca/user_manager.po
--- old/user-manager-5.14.5/po/ca/user_manager.po       2019-01-08 
12:06:35.000000000 +0100
+++ new/user-manager-5.15.0/po/ca/user_manager.po       2019-02-07 
12:17:21.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: user_manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2017-11-11 11:19+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/user-manager-5.14.5/po/ca@valencia/user_manager.po 
new/user-manager-5.15.0/po/ca@valencia/user_manager.po
--- old/user-manager-5.14.5/po/ca@valencia/user_manager.po      2019-01-08 
12:06:35.000000000 +0100
+++ new/user-manager-5.15.0/po/ca@valencia/user_manager.po      2019-02-07 
12:17:21.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: user_manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2017-11-11 11:19+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/user-manager-5.14.5/po/cs/user_manager.po 
new/user-manager-5.15.0/po/cs/user_manager.po
--- old/user-manager-5.14.5/po/cs/user_manager.po       2019-01-08 
12:06:35.000000000 +0100
+++ new/user-manager-5.15.0/po/cs/user_manager.po       2019-02-07 
12:17:21.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2017-11-13 14:25+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/user-manager-5.14.5/po/da/user_manager.po 
new/user-manager-5.15.0/po/da/user_manager.po
--- old/user-manager-5.14.5/po/da/user_manager.po       2019-01-08 
12:06:35.000000000 +0100
+++ new/user-manager-5.15.0/po/da/user_manager.po       2019-02-07 
12:17:22.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2018-01-28 14:07+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/user-manager-5.14.5/po/de/user_manager.po 
new/user-manager-5.15.0/po/de/user_manager.po
--- old/user-manager-5.14.5/po/de/user_manager.po       2019-01-08 
12:06:35.000000000 +0100
+++ new/user-manager-5.15.0/po/de/user_manager.po       2019-02-07 
12:17:22.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2017-12-04 17:29+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/user-manager-5.14.5/po/el/user_manager.po 
new/user-manager-5.15.0/po/el/user_manager.po
--- old/user-manager-5.14.5/po/el/user_manager.po       2019-01-08 
12:06:35.000000000 +0100
+++ new/user-manager-5.15.0/po/el/user_manager.po       2019-02-07 
12:17:22.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2016-07-29 19:49+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/user-manager-5.14.5/po/en_GB/user_manager.po 
new/user-manager-5.15.0/po/en_GB/user_manager.po
--- old/user-manager-5.14.5/po/en_GB/user_manager.po    2019-01-08 
12:06:35.000000000 +0100
+++ new/user-manager-5.15.0/po/en_GB/user_manager.po    2019-02-07 
12:17:22.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2017-11-26 15:50+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/user-manager-5.14.5/po/es/user_manager.po 
new/user-manager-5.15.0/po/es/user_manager.po
--- old/user-manager-5.14.5/po/es/user_manager.po       2019-01-08 
12:06:35.000000000 +0100
+++ new/user-manager-5.15.0/po/es/user_manager.po       2019-02-07 
12:17:22.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: user_manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2017-11-20 21:49+0100\n"
 "Last-Translator: Eloy Cuadra <[email protected]>\n"
 "Language-Team: Spanish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/po/et/user_manager.po 
new/user-manager-5.15.0/po/et/user_manager.po
--- old/user-manager-5.14.5/po/et/user_manager.po       2019-01-08 
12:06:35.000000000 +0100
+++ new/user-manager-5.15.0/po/et/user_manager.po       2019-02-07 
12:17:22.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2016-08-20 03:02+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/user-manager-5.14.5/po/eu/user_manager.po 
new/user-manager-5.15.0/po/eu/user_manager.po
--- old/user-manager-5.14.5/po/eu/user_manager.po       2019-01-08 
12:06:35.000000000 +0100
+++ new/user-manager-5.15.0/po/eu/user_manager.po       2019-02-07 
12:17:22.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: user_manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2018-05-09 21:09+0100\n"
 "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n"
 "Language-Team: Basque <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/po/fi/user_manager.po 
new/user-manager-5.15.0/po/fi/user_manager.po
--- old/user-manager-5.14.5/po/fi/user_manager.po       2019-01-08 
12:06:35.000000000 +0100
+++ new/user-manager-5.15.0/po/fi/user_manager.po       2019-02-07 
12:17:22.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2017-12-08 16:38+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/user-manager-5.14.5/po/fr/user_manager.po 
new/user-manager-5.15.0/po/fr/user_manager.po
--- old/user-manager-5.14.5/po/fr/user_manager.po       2019-01-08 
12:06:35.000000000 +0100
+++ new/user-manager-5.15.0/po/fr/user_manager.po       2019-02-07 
12:17:22.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2018-01-06 20:53+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/user-manager-5.14.5/po/gl/user_manager.po 
new/user-manager-5.15.0/po/gl/user_manager.po
--- old/user-manager-5.14.5/po/gl/user_manager.po       2019-01-08 
12:06:36.000000000 +0100
+++ new/user-manager-5.15.0/po/gl/user_manager.po       2019-02-07 
12:17:22.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2018-01-18 22:07+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/po/he/user_manager.po 
new/user-manager-5.15.0/po/he/user_manager.po
--- old/user-manager-5.14.5/po/he/user_manager.po       2019-01-08 
12:06:36.000000000 +0100
+++ new/user-manager-5.15.0/po/he/user_manager.po       2019-02-07 
12:17:22.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: user_manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2017-05-22 05:00-0400\n"
 "Last-Translator: Elkana Bardugo <[email protected]>\n"
 "Language-Team: Hebrew <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/po/hu/user_manager.po 
new/user-manager-5.15.0/po/hu/user_manager.po
--- old/user-manager-5.14.5/po/hu/user_manager.po       2019-01-08 
12:06:36.000000000 +0100
+++ new/user-manager-5.15.0/po/hu/user_manager.po       2019-02-07 
12:17:22.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2017-12-06 16:01-0500\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/user-manager-5.14.5/po/ia/user_manager.po 
new/user-manager-5.15.0/po/ia/user_manager.po
--- old/user-manager-5.14.5/po/ia/user_manager.po       2019-01-08 
12:06:36.000000000 +0100
+++ new/user-manager-5.15.0/po/ia/user_manager.po       2019-02-07 
12:17:22.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2017-01-06 17:35\n"
 "Last-Translator: Giovanni Sora <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/po/id/user_manager.po 
new/user-manager-5.15.0/po/id/user_manager.po
--- old/user-manager-5.14.5/po/id/user_manager.po       2019-01-08 
12:06:36.000000000 +0100
+++ new/user-manager-5.15.0/po/id/user_manager.po       2019-02-07 
12:17:22.000000000 +0100
@@ -6,8 +6,8 @@
 msgstr ""
 "Project-Id-Version: user-manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
-"PO-Revision-Date: 2018-10-20 22:33+0700\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
+"PO-Revision-Date: 2018-11-23 07:48+0700\n"
 "Last-Translator: Wantoyo <[email protected]>\n"
 "Language-Team: Indonesian <[email protected]>\n"
 "Language: id\n"
@@ -58,7 +58,7 @@
 #: src/account.ui:208
 #, kde-format
 msgid "Enable administrator privileges for this user"
-msgstr "Aktifkan hak istimewa pengurus untuk pengguna ini"
+msgstr "Fungsikan hak istimewa pengurus untuk pengguna ini"
 
 #. i18n: ectx: property (text), widget (QLabel, automaticLoginLabel)
 #: src/account.ui:222
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/po/it/user_manager.po 
new/user-manager-5.15.0/po/it/user_manager.po
--- old/user-manager-5.14.5/po/it/user_manager.po       2019-01-08 
12:06:36.000000000 +0100
+++ new/user-manager-5.15.0/po/it/user_manager.po       2019-02-07 
12:17:22.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: user_manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2017-11-16 00:59+0100\n"
 "Last-Translator: Vincenzo Reale <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/po/ja/user_manager.po 
new/user-manager-5.15.0/po/ja/user_manager.po
--- old/user-manager-5.14.5/po/ja/user_manager.po       2019-01-08 
12:06:36.000000000 +0100
+++ new/user-manager-5.15.0/po/ja/user_manager.po       2019-02-07 
12:17:22.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: user_manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2013-02-11 22:57-0800\n"
 "Last-Translator: Japanese KDE translation team <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/po/ko/user_manager.po 
new/user-manager-5.15.0/po/ko/user_manager.po
--- old/user-manager-5.14.5/po/ko/user_manager.po       2019-01-08 
12:06:36.000000000 +0100
+++ new/user-manager-5.15.0/po/ko/user_manager.po       2019-02-07 
12:17:23.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2017-12-03 00:03+0100\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/user-manager-5.14.5/po/lt/user_manager.po 
new/user-manager-5.15.0/po/lt/user_manager.po
--- old/user-manager-5.14.5/po/lt/user_manager.po       2019-01-08 
12:06:36.000000000 +0100
+++ new/user-manager-5.15.0/po/lt/user_manager.po       2019-02-07 
12:17:23.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: l 10n\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2017-06-25 01:49+0200\n"
 "Last-Translator: Mindaugas Baranauskas <[email protected]>\n"
 "Language-Team: Lithuanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/po/mr/user_manager.po 
new/user-manager-5.15.0/po/mr/user_manager.po
--- old/user-manager-5.14.5/po/mr/user_manager.po       2019-01-08 
12:06:36.000000000 +0100
+++ new/user-manager-5.15.0/po/mr/user_manager.po       2019-02-07 
12:17:23.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2013-03-15 15:48+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/user-manager-5.14.5/po/nb/user_manager.po 
new/user-manager-5.15.0/po/nb/user_manager.po
--- old/user-manager-5.14.5/po/nb/user_manager.po       2019-01-08 
12:06:37.000000000 +0100
+++ new/user-manager-5.15.0/po/nb/user_manager.po       2019-02-07 
12:17:23.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2015-04-29 08:39+0200\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/user-manager-5.14.5/po/nl/user_manager.po 
new/user-manager-5.15.0/po/nl/user_manager.po
--- old/user-manager-5.14.5/po/nl/user_manager.po       2019-01-08 
12:06:37.000000000 +0100
+++ new/user-manager-5.15.0/po/nl/user_manager.po       2019-02-07 
12:17:23.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2017-11-11 10:43+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/user-manager-5.14.5/po/nn/user_manager.po 
new/user-manager-5.15.0/po/nn/user_manager.po
--- old/user-manager-5.14.5/po/nn/user_manager.po       2019-01-08 
12:06:37.000000000 +0100
+++ new/user-manager-5.15.0/po/nn/user_manager.po       2019-02-07 
12:17:23.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2018-01-27 12:13+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/user-manager-5.14.5/po/pa/user_manager.po 
new/user-manager-5.15.0/po/pa/user_manager.po
--- old/user-manager-5.14.5/po/pa/user_manager.po       2019-01-08 
12:06:37.000000000 +0100
+++ new/user-manager-5.15.0/po/pa/user_manager.po       2019-02-07 
12:17:23.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2015-02-01 03:56-0600\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/user-manager-5.14.5/po/pl/user_manager.po 
new/user-manager-5.15.0/po/pl/user_manager.po
--- old/user-manager-5.14.5/po/pl/user_manager.po       2019-01-08 
12:06:37.000000000 +0100
+++ new/user-manager-5.15.0/po/pl/user_manager.po       2019-02-07 
12:17:23.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2017-12-09 07:11+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/user-manager-5.14.5/po/pt/user_manager.po 
new/user-manager-5.15.0/po/pt/user_manager.po
--- old/user-manager-5.14.5/po/pt/user_manager.po       2019-01-08 
12:06:37.000000000 +0100
+++ new/user-manager-5.15.0/po/pt/user_manager.po       2019-02-07 
12:17:23.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: user_manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2017-11-11 12:46+0000\n"
 "Last-Translator: José Nuno Coelho Pires <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/po/pt_BR/user_manager.po 
new/user-manager-5.15.0/po/pt_BR/user_manager.po
--- old/user-manager-5.14.5/po/pt_BR/user_manager.po    2019-01-08 
12:06:37.000000000 +0100
+++ new/user-manager-5.15.0/po/pt_BR/user_manager.po    2019-02-07 
12:17:23.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: user_manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2017-12-12 14:51-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/po/ro/user_manager.po 
new/user-manager-5.15.0/po/ro/user_manager.po
--- old/user-manager-5.14.5/po/ro/user_manager.po       2019-01-08 
12:06:37.000000000 +0100
+++ new/user-manager-5.15.0/po/ro/user_manager.po       2019-02-07 
12:17:23.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2014-04-09 11:22+0300\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/user-manager-5.14.5/po/ru/user_manager.po 
new/user-manager-5.15.0/po/ru/user_manager.po
--- old/user-manager-5.14.5/po/ru/user_manager.po       2019-01-08 
12:06:37.000000000 +0100
+++ new/user-manager-5.15.0/po/ru/user_manager.po       2019-02-07 
12:17:23.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2018-02-01 11:13+0300\n"
 "Last-Translator: Alexander Potashev <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/po/sk/user_manager.po 
new/user-manager-5.15.0/po/sk/user_manager.po
--- old/user-manager-5.14.5/po/sk/user_manager.po       2019-01-08 
12:06:37.000000000 +0100
+++ new/user-manager-5.15.0/po/sk/user_manager.po       2019-02-07 
12:17:24.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: user_manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2018-09-14 14:37+0100\n"
 "Last-Translator: Mthw <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/po/sl/user_manager.po 
new/user-manager-5.15.0/po/sl/user_manager.po
--- old/user-manager-5.14.5/po/sl/user_manager.po       2019-01-08 
12:06:37.000000000 +0100
+++ new/user-manager-5.15.0/po/sl/user_manager.po       2019-02-07 
12:17:24.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2018-01-11 21:27+0100\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/user-manager-5.14.5/po/sr/user_manager.po 
new/user-manager-5.15.0/po/sr/user_manager.po
--- old/user-manager-5.14.5/po/sr/user_manager.po       2019-01-08 
12:06:37.000000000 +0100
+++ new/user-manager-5.15.0/po/sr/user_manager.po       2019-02-07 
12:17:24.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: user_manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2018-08-16 09:16+0200\n"
 "PO-Revision-Date: 2017-12-03 22:53+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/user-manager-5.14.5/po/sr@ijekavian/user_manager.po 
new/user-manager-5.15.0/po/sr@ijekavian/user_manager.po
--- old/user-manager-5.14.5/po/sr@ijekavian/user_manager.po     2019-01-08 
12:06:37.000000000 +0100
+++ new/user-manager-5.15.0/po/sr@ijekavian/user_manager.po     2019-02-07 
12:17:24.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: user_manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2018-08-16 09:16+0200\n"
 "PO-Revision-Date: 2017-12-03 22:53+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/user-manager-5.14.5/po/sr@ijekavianlatin/user_manager.po 
new/user-manager-5.15.0/po/sr@ijekavianlatin/user_manager.po
--- old/user-manager-5.14.5/po/sr@ijekavianlatin/user_manager.po        
2019-01-08 12:06:37.000000000 +0100
+++ new/user-manager-5.15.0/po/sr@ijekavianlatin/user_manager.po        
2019-02-07 12:17:24.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: user_manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2018-08-16 09:16+0200\n"
 "PO-Revision-Date: 2017-12-03 22:53+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/user-manager-5.14.5/po/sr@latin/user_manager.po 
new/user-manager-5.15.0/po/sr@latin/user_manager.po
--- old/user-manager-5.14.5/po/sr@latin/user_manager.po 2019-01-08 
12:06:37.000000000 +0100
+++ new/user-manager-5.15.0/po/sr@latin/user_manager.po 2019-02-07 
12:17:24.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: user_manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2018-08-16 09:16+0200\n"
 "PO-Revision-Date: 2017-12-03 22:53+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/user-manager-5.14.5/po/sv/user_manager.po 
new/user-manager-5.15.0/po/sv/user_manager.po
--- old/user-manager-5.14.5/po/sv/user_manager.po       2019-01-08 
12:06:37.000000000 +0100
+++ new/user-manager-5.15.0/po/sv/user_manager.po       2019-02-07 
12:17:24.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2017-11-12 14:05+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/user-manager-5.14.5/po/tr/user_manager.po 
new/user-manager-5.15.0/po/tr/user_manager.po
--- old/user-manager-5.14.5/po/tr/user_manager.po       2019-01-08 
12:06:37.000000000 +0100
+++ new/user-manager-5.15.0/po/tr/user_manager.po       2019-02-07 
12:17:24.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: playground-base-kde4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2017-04-24 17:24+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/user-manager-5.14.5/po/ug/user_manager.po 
new/user-manager-5.15.0/po/ug/user_manager.po
--- old/user-manager-5.14.5/po/ug/user_manager.po       2019-01-08 
12:06:38.000000000 +0100
+++ new/user-manager-5.15.0/po/ug/user_manager.po       2019-02-07 
12:17:24.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: user_manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <[email protected]>\n"
 "Language-Team: Uyghur <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/po/uk/user_manager.po 
new/user-manager-5.15.0/po/uk/user_manager.po
--- old/user-manager-5.14.5/po/uk/user_manager.po       2019-01-08 
12:06:38.000000000 +0100
+++ new/user-manager-5.15.0/po/uk/user_manager.po       2019-02-07 
12:17:24.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: user_manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2017-11-11 09:18+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/user-manager-5.14.5/po/zh_CN/user_manager.po 
new/user-manager-5.15.0/po/zh_CN/user_manager.po
--- old/user-manager-5.14.5/po/zh_CN/user_manager.po    2019-01-08 
12:06:38.000000000 +0100
+++ new/user-manager-5.15.0/po/zh_CN/user_manager.po    2019-02-07 
12:17:24.000000000 +0100
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
-"PO-Revision-Date: 2019-01-05 20:48\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
+"PO-Revision-Date: 2019-01-27 23:03\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/user-manager-5.14.5/po/zh_TW/user_manager.po 
new/user-manager-5.15.0/po/zh_TW/user_manager.po
--- old/user-manager-5.14.5/po/zh_TW/user_manager.po    2019-01-08 
12:06:38.000000000 +0100
+++ new/user-manager-5.15.0/po/zh_TW/user_manager.po    2019-02-07 
12:17:24.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-09-14 06:49+0200\n"
+"POT-Creation-Date: 2019-01-18 07:38+0100\n"
 "PO-Revision-Date: 2018-03-25 14:17+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/user-manager-5.14.5/src/CMakeLists.txt 
new/user-manager-5.15.0/src/CMakeLists.txt
--- old/user-manager-5.14.5/src/CMakeLists.txt  2019-01-08 12:06:33.000000000 
+0100
+++ new/user-manager-5.15.0/src/CMakeLists.txt  2019-02-07 12:17:19.000000000 
+0100
@@ -8,7 +8,6 @@
    passworddialog.cpp
    passwordedit.cpp
    avatargallery.cpp
-   user_manager_debug.cpp
 )
 
 set_source_files_properties(lib/org.freedesktop.Accounts.xml
@@ -36,6 +35,8 @@
 
 ki18n_wrap_ui(user_manager_SRCS kcm.ui account.ui password.ui avatargallery.ui)
 
+ecm_qt_declare_logging_category(user_manager_SRCS HEADER user_manager_debug.h 
IDENTIFIER USER_MANAGER_LOG CATEGORY_NAME log_user_manager)
+
 add_library(user_manager MODULE ${user_manager_SRCS})
 
 target_link_libraries(user_manager
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/src/accountinfo.cpp 
new/user-manager-5.15.0/src/accountinfo.cpp
--- old/user-manager-5.14.5/src/accountinfo.cpp 2019-01-08 12:06:33.000000000 
+0100
+++ new/user-manager-5.15.0/src/accountinfo.cpp 2019-02-07 12:17:19.000000000 
+0100
@@ -51,29 +51,29 @@
     m_info->formLayout->removeWidget(m_info->passwordEdit);
     delete m_info->passwordEdit;
 
-    connect(m_info->username, SIGNAL(textEdited(QString)), SLOT(hasChanged()));
-    connect(m_info->realName, SIGNAL(textEdited(QString)), SLOT(hasChanged()));
-    connect(m_info->email, SIGNAL(textEdited(QString)), SLOT(hasChanged()));
-    connect(m_info->administrator, SIGNAL(clicked(bool)), SLOT(hasChanged()));
-    connect(m_info->automaticLogin, SIGNAL(clicked(bool)), SLOT(hasChanged()));
-    connect(m_passwordEdit, SIGNAL(focused()), SLOT(changePassword()));
-    connect(m_passwordEdit, SIGNAL(textEdited(QString)), 
SLOT(changePassword()));
+    connect(m_info->username, &QLineEdit::textEdited, this, 
&AccountInfo::hasChanged);
+    connect(m_info->realName, &QLineEdit::textEdited, this, 
&AccountInfo::hasChanged);
+    connect(m_info->email, &QLineEdit::textEdited, this, 
&AccountInfo::hasChanged);
+    connect(m_info->administrator, &QAbstractButton::clicked, this, 
&AccountInfo::hasChanged);
+    connect(m_info->automaticLogin, &QAbstractButton::clicked, this, 
&AccountInfo::hasChanged);
+    connect(m_passwordEdit, &PasswordEdit::focused, this, 
&AccountInfo::changePassword);
+    connect(m_passwordEdit, &QLineEdit::textEdited, this, 
&AccountInfo::changePassword);
 
-    connect(m_model, SIGNAL(dataChanged(QModelIndex,QModelIndex)), 
SLOT(dataChanged(QModelIndex)));
+    connect(m_model, &QAbstractItemModel::dataChanged, this, 
&AccountInfo::dataChanged);
     m_info->face->setPopupMode(QToolButton::InstantPopup);
     QMenu* menu = new QMenu(this);
 
     QAction *gallery = new QAction(i18n("Choose from Gallery..."), this);
-    gallery->setIcon(QIcon::fromTheme(QLatin1String("shape-choose"))); // TODO 
proper icon
+    gallery->setIcon(QIcon::fromTheme(QStringLiteral("shape-choose"))); // 
TODO proper icon
     connect(gallery, &QAction::triggered, this, &AccountInfo::openGallery);
 
     QAction *openAvatar = new QAction(i18n("Load from file..."), this);
-    
openAvatar->setIcon(QIcon::fromTheme(QLatin1String("document-open-folder")));
-    connect(openAvatar, SIGNAL(triggered(bool)), SLOT(openAvatarSlot()));
+    
openAvatar->setIcon(QIcon::fromTheme(QStringLiteral("document-open-folder")));
+    connect(openAvatar, &QAction::triggered, this, 
&AccountInfo::openAvatarSlot);
 
     QAction *editClear = new QAction(i18n("Clear Avatar"), this);
-    editClear->setIcon(QIcon::fromTheme(QLatin1String("edit-clear")));
-    connect(editClear, SIGNAL(triggered(bool)), SLOT(clearAvatar()));
+    editClear->setIcon(QIcon::fromTheme(QStringLiteral("edit-clear")));
+    connect(editClear, &QAction::triggered, this, &AccountInfo::clearAvatar);
 
     menu->addAction(gallery);
     menu->addAction(openAvatar);
@@ -189,7 +189,7 @@
             QFile::remove(faceFile);
 
             KIO::CopyJob* copyJob = KIO::copy(QUrl::fromLocalFile(path), 
QUrl::fromLocalFile(faceFile), KIO::HideProgressInfo);
-            connect(copyJob, SIGNAL(finished(KJob*)), 
SLOT(avatarModelChanged(KJob*)));
+            connect(copyJob, &KJob::finished, this, 
&AccountInfo::avatarModelChanged);
             copyJob->setUiDelegate(nullptr);
             copyJob->setUiDelegateExtension(nullptr);
             copyJob->start();
@@ -289,14 +289,14 @@
     return username;
 }
 
-bool AccountInfo::validateUsername(QString username) const
+bool AccountInfo::validateUsername(const QString &username) const
 {
     if (username.isEmpty()) {
         return false;
     }
 
-    QByteArray userchar = username.toUtf8();
-    if (getpwnam(userchar) != nullptr) {
+    const QByteArray userchar = username.toUtf8();
+    if (getpwnam(userchar.constData()) != nullptr) {
         m_info->usernameValidation->setPixmap(m_negative);
         m_info->usernameValidation->setToolTip(i18n("This username is already 
used"));
         return false;
@@ -435,7 +435,7 @@
 
     QUrl url = QUrl::fromLocalFile(dlg.selectedFiles().first());
     CreateAvatarJob *job = new CreateAvatarJob(this);
-    connect(job, SIGNAL(finished(KJob*)), SLOT(avatarCreated(KJob*)));
+    connect(job, &KJob::finished, this, &AccountInfo::avatarCreated);
     job->setUrl(url);
     job->start();
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/src/accountinfo.h 
new/user-manager-5.15.0/src/accountinfo.h
--- old/user-manager-5.14.5/src/accountinfo.h   2019-01-08 12:06:33.000000000 
+0100
+++ new/user-manager-5.15.0/src/accountinfo.h   2019-02-07 12:17:19.000000000 
+0100
@@ -61,7 +61,7 @@
         QString cleanName(QString name) const;
         bool validateName(const QString &name) const;
         QString cleanUsername(QString username);
-        bool validateUsername(QString username) const;
+        bool validateUsername(const QString &username) const;
         QString cleanEmail(QString email);
         bool validateEmail(const QString &email) const;
         QStringList imageFormats() const;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/src/createavatarjob.cpp 
new/user-manager-5.15.0/src/createavatarjob.cpp
--- old/user-manager-5.14.5/src/createavatarjob.cpp     2019-01-08 
12:06:33.000000000 +0100
+++ new/user-manager-5.15.0/src/createavatarjob.cpp     2019-02-07 
12:17:19.000000000 +0100
@@ -57,7 +57,7 @@
 
     qCDebug(USER_MANAGER_LOG) << "From: " << m_url << "to: " << m_tmpFile;
     KIO::CopyJob* job = KIO::copy(m_url, QUrl::fromLocalFile(m_tmpFile), 
KIO::HideProgressInfo);
-    connect(job, SIGNAL(finished(KJob*)), SLOT(copyDone(KJob*)));
+    connect(job, &KJob::finished, this, &CreateAvatarJob::copyDone);
     job->setUiDelegate(nullptr);
     job->start();
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/src/lib/accountmodel.cpp 
new/user-manager-5.15.0/src/lib/accountmodel.cpp
--- old/user-manager-5.14.5/src/lib/accountmodel.cpp    2019-01-08 
12:06:33.000000000 +0100
+++ new/user-manager-5.15.0/src/lib/accountmodel.cpp    2019-02-07 
12:17:19.000000000 +0100
@@ -65,7 +65,7 @@
 
     auto job = saveAction.execute();
     if (!job->exec()) {
-        qDebug() << "fail" << job->errorText();
+        qCWarning(USER_MANAGER_LOG) << "fail" << job->errorText();
         return false;
     }
 
@@ -98,10 +98,10 @@
 
     m_kEmailSettings.setProfile(m_kEmailSettings.defaultProfileName());
 
-    connect(m_dbus, SIGNAL(UserAdded(QDBusObjectPath)), 
SLOT(UserAdded(QDBusObjectPath)));
-    connect(m_dbus, SIGNAL(UserDeleted(QDBusObjectPath)), 
SLOT(UserDeleted(QDBusObjectPath)));
+    connect(m_dbus, &OrgFreedesktopAccountsInterface::UserAdded, this, 
&AccountModel::UserAdded);
+    connect(m_dbus, &OrgFreedesktopAccountsInterface::UserDeleted, this, 
&AccountModel::UserDeleted);
 
-    connect(m_sessions, SIGNAL(userLogged(uint,bool)), 
SLOT(userLogged(uint,bool)));
+    connect(m_sessions, &UserSession::userLogged, this, 
&AccountModel::userLogged);
 }
 
 AccountModel::~AccountModel()
@@ -356,7 +356,7 @@
         return;
     }
 
-    connect(acc, SIGNAL(Changed()), SLOT(Changed()));
+    connect(acc, &OrgFreedesktopAccountsUserInterface::Changed, this, 
&AccountModel::Changed);
     if (uid == getuid()) {
         addAccountToCache(path, acc, 0);
         return;
@@ -433,7 +433,7 @@
     if (acc->systemAccount()) {
         return;
     }
-    connect(acc, SIGNAL(Changed()), SLOT(Changed()));
+    connect(acc, &OrgFreedesktopAccountsUserInterface::Changed, this, 
&AccountModel::Changed);
 
     // First, we modify "new-user" to become the new created user
     int row = rowCount();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/src/lib/modeltest.cpp 
new/user-manager-5.15.0/src/lib/modeltest.cpp
--- old/user-manager-5.14.5/src/lib/modeltest.cpp       2019-01-08 
12:06:33.000000000 +0100
+++ new/user-manager-5.15.0/src/lib/modeltest.cpp       2019-02-07 
12:17:19.000000000 +0100
@@ -33,44 +33,44 @@
 {
     Q_ASSERT(model);
 
-    connect(model, SIGNAL(columnsAboutToBeInserted(QModelIndex,int,int)),
-            this, SLOT(runAllTests()));
-    connect(model, SIGNAL(columnsAboutToBeRemoved(QModelIndex,int,int)),
-            this, SLOT(runAllTests()));
-    connect(model, SIGNAL(columnsInserted(QModelIndex,int,int)),
-            this, SLOT(runAllTests()));
-    connect(model, SIGNAL(columnsRemoved(QModelIndex,int,int)),
-            this, SLOT(runAllTests()));
-    connect(model, SIGNAL(dataChanged(QModelIndex,QModelIndex)),
-            this, SLOT(runAllTests()));
-    connect(model, SIGNAL(headerDataChanged(Qt::Orientation,int,int)),
-            this, SLOT(runAllTests()));
-    connect(model, SIGNAL(layoutAboutToBeChanged()), this, 
SLOT(runAllTests()));
-    connect(model, SIGNAL(layoutChanged()), this, SLOT(runAllTests()));
-    connect(model, SIGNAL(modelReset()), this, SLOT(runAllTests()));
-    connect(model, SIGNAL(rowsAboutToBeInserted(QModelIndex,int,int)),
-            this, SLOT(runAllTests()));
-    connect(model, SIGNAL(rowsAboutToBeRemoved(QModelIndex,int,int)),
-            this, SLOT(runAllTests()));
-    connect(model, SIGNAL(rowsInserted(QModelIndex,int,int)),
-            this, SLOT(runAllTests()));
-    connect(model, SIGNAL(rowsRemoved(QModelIndex,int,int)),
-            this, SLOT(runAllTests()));
+    connect(model, &QAbstractItemModel::columnsAboutToBeInserted,
+            this, &ModelTest::runAllTests);
+    connect(model, &QAbstractItemModel::columnsAboutToBeRemoved,
+            this, &ModelTest::runAllTests);
+    connect(model, &QAbstractItemModel::columnsInserted,
+            this, &ModelTest::runAllTests);
+    connect(model, &QAbstractItemModel::columnsRemoved,
+            this, &ModelTest::runAllTests);
+    connect(model, &QAbstractItemModel::dataChanged,
+            this, &ModelTest::runAllTests);
+    connect(model, &QAbstractItemModel::headerDataChanged,
+            this, &ModelTest::runAllTests);
+    connect(model, &QAbstractItemModel::layoutAboutToBeChanged, this, 
&ModelTest::runAllTests);
+    connect(model, &QAbstractItemModel::layoutChanged, this, 
&ModelTest::runAllTests);
+    connect(model, &QAbstractItemModel::modelReset, this, 
&ModelTest::runAllTests);
+    connect(model, &QAbstractItemModel::rowsAboutToBeInserted,
+            this, &ModelTest::runAllTests);
+    connect(model, &QAbstractItemModel::rowsAboutToBeRemoved,
+            this, &ModelTest::runAllTests);
+    connect(model, &QAbstractItemModel::rowsInserted,
+            this, &ModelTest::runAllTests);
+    connect(model, &QAbstractItemModel::rowsRemoved,
+            this, &ModelTest::runAllTests);
 
     // Special checks for inserting/removing
-    connect(model, SIGNAL(layoutAboutToBeChanged()),
-            this, SLOT(layoutAboutToBeChanged()));
-    connect(model, SIGNAL(layoutChanged()),
-            this, SLOT(layoutChanged()));
+    connect(model, &QAbstractItemModel::layoutAboutToBeChanged,
+            this, &ModelTest::layoutAboutToBeChanged);
+    connect(model, &QAbstractItemModel::layoutChanged,
+            this, &ModelTest::layoutChanged);
 
-    connect(model, SIGNAL(rowsAboutToBeInserted(QModelIndex,int,int)),
-            this, SLOT(rowsAboutToBeInserted(QModelIndex,int,int)));
-    connect(model, SIGNAL(rowsAboutToBeRemoved(QModelIndex,int,int)),
-            this, SLOT(rowsAboutToBeRemoved(QModelIndex,int,int)));
-    connect(model, SIGNAL(rowsInserted(QModelIndex,int,int)),
-            this, SLOT(rowsInserted(QModelIndex,int,int)));
-    connect(model, SIGNAL(rowsRemoved(QModelIndex,int,int)),
-            this, SLOT(rowsRemoved(QModelIndex,int,int)));
+    connect(model, &QAbstractItemModel::rowsAboutToBeInserted,
+            this, &ModelTest::rowsAboutToBeInserted);
+    connect(model, &QAbstractItemModel::rowsAboutToBeRemoved,
+            this, &ModelTest::rowsAboutToBeRemoved);
+    connect(model, &QAbstractItemModel::rowsInserted,
+            this, &ModelTest::rowsInserted);
+    connect(model, &QAbstractItemModel::rowsRemoved,
+            this, &ModelTest::rowsRemoved);
 
     runAllTests();
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/src/lib/usersessions.cpp 
new/user-manager-5.15.0/src/lib/usersessions.cpp
--- old/user-manager-5.14.5/src/lib/usersessions.cpp    2019-01-08 
12:06:33.000000000 +0100
+++ new/user-manager-5.15.0/src/lib/usersessions.cpp    2019-02-07 
12:17:19.000000000 +0100
@@ -47,12 +47,12 @@
     qDBusRegisterMetaType<UserInfoList>();
 
     m_manager = new Manager(QStringLiteral("org.freedesktop.login1"), 
QStringLiteral("/org/freedesktop/login1"), QDBusConnection::systemBus());
-    connect(m_manager, SIGNAL(UserNew(uint,QDBusObjectPath)), 
SLOT(UserNew(uint)));
-    connect(m_manager, SIGNAL(UserRemoved(uint,QDBusObjectPath)), 
SLOT(UserRemoved(uint)));
+    connect(m_manager, &OrgFreedesktopLogin1ManagerInterface::UserNew, this, 
&UserSession::UserNew);
+    connect(m_manager, &OrgFreedesktopLogin1ManagerInterface::UserRemoved, 
this, &UserSession::UserRemoved);
 
     QDBusPendingReply <UserInfoList> reply = m_manager->ListUsers();
     QDBusPendingCallWatcher *watcher = new QDBusPendingCallWatcher(reply, 
this);
-    connect(watcher, SIGNAL(finished(QDBusPendingCallWatcher*)), 
SLOT(listUsersSlot(QDBusPendingCallWatcher*)));
+    connect(watcher, &QDBusPendingCallWatcher::finished, this, 
&UserSession::listUsersSlot);
 }
 
 UserSession::~UserSession()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/src/passworddialog.cpp 
new/user-manager-5.15.0/src/passworddialog.cpp
--- old/user-manager-5.14.5/src/passworddialog.cpp      2019-01-08 
12:06:33.000000000 +0100
+++ new/user-manager-5.15.0/src/passworddialog.cpp      2019-02-07 
12:17:19.000000000 +0100
@@ -59,9 +59,9 @@
     KColorScheme::adjustForeground(m_neutral, KColorScheme::NeutralText, 
strenghtLbl->foregroundRole());
     KColorScheme::adjustForeground(m_positive, KColorScheme::PositiveText, 
strenghtLbl->foregroundRole());
 
-    connect(m_timer, SIGNAL(timeout()), SLOT(checkPassword()));
-    connect(passwordEdit, SIGNAL(textEdited(QString)), 
SLOT(passwordChanged()));
-    connect(verifyEdit, SIGNAL(textEdited(QString)), SLOT(passwordChanged()));
+    connect(m_timer, &QTimer::timeout, this, &PasswordDialog::checkPassword);
+    connect(passwordEdit, &QLineEdit::textEdited, this, 
&PasswordDialog::passwordChanged);
+    connect(verifyEdit, &QLineEdit::textEdited, this, 
&PasswordDialog::passwordChanged);
     connect(buttons, &QDialogButtonBox::accepted, this, &QDialog::accept);
     connect(buttons, &QDialogButtonBox::rejected, this, &QDialog::reject);
 }
@@ -113,7 +113,7 @@
         }
     }
 
-    int quality = pwquality_check (m_pwSettings, password.toUtf8(), nullptr, 
m_username, nullptr);
+    int quality = pwquality_check (m_pwSettings, 
password.toUtf8().constData(), nullptr, m_username.constData(), nullptr);
 
     qCDebug(USER_MANAGER_LOG) << "Quality: " << quality;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/src/user_manager.desktop 
new/user-manager-5.15.0/src/user_manager.desktop
--- old/user-manager-5.14.5/src/user_manager.desktop    2019-01-08 
12:06:33.000000000 +0100
+++ new/user-manager-5.15.0/src/user_manager.desktop    2019-02-07 
12:17:19.000000000 +0100
@@ -12,7 +12,6 @@
 
 Name=User Manager
 Name[ar]=إدارة المستخدمين
-Name[ast]=Xestor d'usuarios
 Name[bs]=Menadžer korisnika
 Name[ca]=Gestor d'usuaris
 Name[ca@valencia]=Gestor d'usuaris
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/src/user_manager_debug.cpp 
new/user-manager-5.15.0/src/user_manager_debug.cpp
--- old/user-manager-5.14.5/src/user_manager_debug.cpp  2019-01-08 
12:06:33.000000000 +0100
+++ new/user-manager-5.15.0/src/user_manager_debug.cpp  1970-01-01 
01:00:00.000000000 +0100
@@ -1,23 +0,0 @@
-/*  This file is part of the KDE project
-    Copyright (C) 2014 Laurent Montel <[email protected]>
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    along with this library; see the file COPYING.LIB.  If not, write to
-    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-    Boston, MA 02110-1301, USA.
-*/
-
-#include "user_manager_debug.h"
-Q_LOGGING_CATEGORY(USER_MANAGER_LOG, "log_user_manager")
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/src/user_manager_debug.h 
new/user-manager-5.15.0/src/user_manager_debug.h
--- old/user-manager-5.14.5/src/user_manager_debug.h    2019-01-08 
12:06:33.000000000 +0100
+++ new/user-manager-5.15.0/src/user_manager_debug.h    1970-01-01 
01:00:00.000000000 +0100
@@ -1,27 +0,0 @@
-/*  This file is part of the KDE project
-    Copyright (C) 2014 Laurent Montel <[email protected]>
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    along with this library; see the file COPYING.LIB.  If not, write to
-    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-    Boston, MA 02110-1301, USA.
-*/
-
-#ifndef USER_MANAGER_DEBUG_H
-#define USER_MANAGER_DEBUG_H
-
-#include <QLoggingCategory>
-Q_DECLARE_LOGGING_CATEGORY(USER_MANAGER_LOG)
-
-#endif 
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/src/usermanager.cpp 
new/user-manager-5.15.0/src/usermanager.cpp
--- old/user-manager-5.14.5/src/usermanager.cpp 2019-01-08 12:06:33.000000000 
+0100
+++ new/user-manager-5.15.0/src/usermanager.cpp 2019-02-07 12:17:19.000000000 
+0100
@@ -51,7 +51,7 @@
     layout->addWidget(m_widget);
 
     m_selectionModel = new QItemSelectionModel(m_model);
-    connect(m_selectionModel, SIGNAL(currentChanged(QModelIndex,QModelIndex)), 
SLOT(currentChanged(QModelIndex,QModelIndex)));
+    connect(m_selectionModel, &QItemSelectionModel::currentChanged, this, 
&UserManager::currentChanged);
     m_selectionModel->setCurrentIndex(m_model->index(0), 
QItemSelectionModel::SelectCurrent);
 
     m_ui->userList->setModel(m_model);
@@ -61,10 +61,10 @@
     ModelTest* test = new ModelTest(m_model, nullptr);
     Q_UNUSED(test)
 
-    connect(m_ui->addBtn, SIGNAL(clicked(bool)), SLOT(addNewUser()));
-    connect(m_ui->removeBtn, SIGNAL(clicked(bool)), SLOT(removeUser()));
+    connect(m_ui->addBtn, &QAbstractButton::clicked, this, 
&UserManager::addNewUser);
+    connect(m_ui->removeBtn, &QAbstractButton::clicked, this, 
&UserManager::removeUser);
     connect(m_widget, SIGNAL(changed(bool)), SIGNAL(changed(bool)));
-    connect(m_model, SIGNAL(dataChanged(QModelIndex,QModelIndex)), 
SLOT(dataChanged(QModelIndex,QModelIndex)));
+    connect(m_model, &QAbstractItemModel::dataChanged, this, 
&UserManager::dataChanged);
 }
 
 UserManager::~UserManager()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/src/usermanager.h 
new/user-manager-5.15.0/src/usermanager.h
--- old/user-manager-5.14.5/src/usermanager.h   2019-01-08 12:06:33.000000000 
+0100
+++ new/user-manager-5.15.0/src/usermanager.h   2019-02-07 12:17:19.000000000 
+0100
@@ -26,7 +26,7 @@
 namespace Ui
 {
     class KCMUserManager;
-};
+}
 
 class QModelIndex;
 class AccountInfo;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.14.5/user-manager.categories 
new/user-manager-5.15.0/user-manager.categories
--- old/user-manager-5.14.5/user-manager.categories     1970-01-01 
01:00:00.000000000 +0100
+++ new/user-manager-5.15.0/user-manager.categories     2019-02-07 
12:17:19.000000000 +0100
@@ -0,0 +1 @@
+log_user_manager user-manager IDENTIFIER [USER_MANAGER_LOG]


Reply via email to