Hello community,

here is the log from the commit of package lxqt-globalkeys for openSUSE:Factory 
checked in at 2020-05-04 18:38:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxqt-globalkeys (Old)
 and      /work/SRC/openSUSE:Factory/.lxqt-globalkeys.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxqt-globalkeys"

Mon May  4 18:38:21 2020 rev:12 rq:798549 version:0.15.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxqt-globalkeys/lxqt-globalkeys.changes  
2020-01-27 20:17:53.680539268 +0100
+++ 
/work/SRC/openSUSE:Factory/.lxqt-globalkeys.new.2738/lxqt-globalkeys.changes    
    2020-05-04 18:39:14.096892350 +0200
@@ -1,0 +2,12 @@
+Mon Apr 27 10:51:37 UTC 2020 - Callum Farmer <callumjfarme...@gmail.com>
+
+- Changed lxqt-globalkeys.keyring to tsujan's key
+
+-------------------------------------------------------------------
+Fri Apr 24 20:54:24 UTC 2020 - Callum Farmer <callumjfarme...@gmail.com>
+
+- Removed lxqt-globalkeys-0.14.1-fix-qt.5.14.patch: contained in upstream
+- Update to version 0.15.0
+  * Just some code cleanups are done.
+
+-------------------------------------------------------------------

Old:
----
  lxqt-globalkeys-0.14.1-fix-qt.5.14.patch
  lxqt-globalkeys-0.14.3.tar.xz
  lxqt-globalkeys-0.14.3.tar.xz.asc

New:
----
  lxqt-globalkeys-0.15.0.tar.xz
  lxqt-globalkeys-0.15.0.tar.xz.asc

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

Other differences:
------------------
++++++ lxqt-globalkeys.spec ++++++
--- /var/tmp/diff_new_pack.oYMIcH/_old  2020-05-04 18:39:15.464895171 +0200
+++ /var/tmp/diff_new_pack.oYMIcH/_new  2020-05-04 18:39:15.468895179 +0200
@@ -17,24 +17,23 @@
 
 
 Name:           lxqt-globalkeys
-Version:        0.14.3
+Version:        0.15.0
 Release:        0
 Summary:        Global keyboard shortcuts registration
 License:        LGPL-2.1-or-later
 URL:            https://www.lxqt.org
-Source:         
https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
-Source1:        
https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
-Patch0:         lxqt-globalkeys-0.14.1-fix-qt.5.14.patch
+Source:         
https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
+Source1:        
https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:        %{name}.keyring
 BuildRequires:  cmake >= 3.1.0
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  lxqt-build-tools-devel >= 0.6.0
+BuildRequires:  lxqt-build-tools-devel >= 0.7.0
 BuildRequires:  pkgconfig
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  pkgconfig(Qt5UiTools)
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(lxqt) >= 0.14.1
+BuildRequires:  pkgconfig(lxqt) >= 0.15.0
 Requires(post): desktop-file-utils
 Requires(pre):  desktop-file-utils
 Obsoletes:      lxqt-globalkeys-qt5 < %{version}
@@ -70,7 +69,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 # Changing LXQt into X-LXQt in desktop files to be freedesktop compliant and 
shut rpmlint warnings
 #find -name '*desktop.in*' -exec sed -ri 's/(LXQt;)/X-\1/' {} +
 

++++++ lxqt-globalkeys-0.14.3.tar.xz -> lxqt-globalkeys-0.15.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-globalkeys-0.14.3/CHANGELOG 
new/lxqt-globalkeys-0.15.0/CHANGELOG
--- old/lxqt-globalkeys-0.14.3/CHANGELOG        2019-10-16 17:17:40.000000000 
+0200
+++ new/lxqt-globalkeys-0.15.0/CHANGELOG        2020-04-23 20:21:33.000000000 
+0200
@@ -1,3 +1,10 @@
+lxqt-globalkeys-0.15.0 / 2020-04-22
+===================================
+  * Removed (duplicated) string casts definitions.
+  * Removed obsolete `qBinaryFind`.
+  * Added some translation context to `main_window.ui`.
+  * Don't mix const and non-const iterators.
+
 lxqt-globalkeys-0.14.3 / 2019-10-14
 ===================================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-globalkeys-0.14.3/CMakeLists.txt 
new/lxqt-globalkeys-0.15.0/CMakeLists.txt
--- old/lxqt-globalkeys-0.14.3/CMakeLists.txt   2019-10-16 17:17:40.000000000 
+0200
+++ new/lxqt-globalkeys-0.15.0/CMakeLists.txt   2020-04-23 20:21:33.000000000 
+0200
@@ -12,8 +12,8 @@
 option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" 
OFF)
 
 set(KF5_MINIMUM_VERSION "5.36.0")
-set(LXQT_MINIMUM_VERSION "0.14.1")
-set(QT_MINIMUM_VERSION "5.7.1")
+set(LXQT_MINIMUM_VERSION "0.15.0")
+set(QT_MINIMUM_VERSION "5.10.0")
 
 set(CMAKE_INCLUDE_CURRENT_DIR ON)
 set(CMAKE_POSITION_INDEPENDENT_CODE ON)
@@ -28,8 +28,8 @@
 
 # Version
 set(LXQT_GLOBALKEYS_MAJOR_VERSION 0)
-set(LXQT_GLOBALKEYS_MINOR_VERSION 14)
-set(LXQT_GLOBALKEYS_PATCH_VERSION 3)
+set(LXQT_GLOBALKEYS_MINOR_VERSION 15)
+set(LXQT_GLOBALKEYS_PATCH_VERSION 0)
 set(LXQT_GLOBALKEYS_VERSION 
${LXQT_GLOBALKEYS_MAJOR_VERSION}.${LXQT_GLOBALKEYS_MINOR_VERSION}.${LXQT_GLOBALKEYS_PATCH_VERSION})
 add_definitions("-DLXQT_GLOBALKEYS_VERSION=\"${LXQT_GLOBALKEYS_VERSION}\"")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-globalkeys-0.14.3/client/CMakeLists.txt 
new/lxqt-globalkeys-0.15.0/client/CMakeLists.txt
--- old/lxqt-globalkeys-0.14.3/client/CMakeLists.txt    2019-10-16 
17:17:40.000000000 +0200
+++ new/lxqt-globalkeys-0.15.0/client/CMakeLists.txt    2020-04-23 
20:21:33.000000000 +0200
@@ -175,11 +175,6 @@
 target_compile_definitions(${PROJECT_NAME}
     PRIVATE
         "SHARED_EXPORT=Q_DECL_EXPORT"
-        "QT_USE_QSTRINGBUILDER"
-        "QT_NO_CAST_FROM_ASCII"
-        "QT_NO_CAST_TO_ASCII"
-        "QT_NO_URL_CAST_FROM_STRING"
-        "QT_NO_CAST_FROM_BYTEARRAY"
 )
 
 export(TARGETS ${PROJECT_NAME} FILE 
"${CMAKE_BINARY_DIR}/${PROJECT_NAME}-targets.cmake")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-globalkeys-0.14.3/config/CMakeLists.txt 
new/lxqt-globalkeys-0.15.0/config/CMakeLists.txt
--- old/lxqt-globalkeys-0.14.3/config/CMakeLists.txt    2019-10-16 
17:17:40.000000000 +0200
+++ new/lxqt-globalkeys-0.15.0/config/CMakeLists.txt    2020-04-23 
20:21:33.000000000 +0200
@@ -133,14 +133,6 @@
 )
 
 add_executable(${PROJECT_NAME} ${${PROJECT_NAME}_ALL_FILES})
-target_compile_definitions(${PROJECT_NAME}
-    PRIVATE
-        "QT_USE_QSTRINGBUILDER"
-        "QT_NO_CAST_FROM_ASCII"
-        "QT_NO_CAST_TO_ASCII"
-        "QT_NO_URL_CAST_FROM_STRING"
-        "QT_NO_CAST_FROM_BYTEARRAY"
-)
 target_link_libraries(${PROJECT_NAME} KF5::WindowSystem lxqt)
 
 install(TARGETS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-globalkeys-0.14.3/config/default_model.cpp 
new/lxqt-globalkeys-0.15.0/config/default_model.cpp
--- old/lxqt-globalkeys-0.14.3/config/default_model.cpp 2019-10-16 
17:17:40.000000000 +0200
+++ new/lxqt-globalkeys-0.15.0/config/default_model.cpp 2020-04-23 
20:21:33.000000000 +0200
@@ -29,6 +29,8 @@
 #include "default_model.h"
 #include "actions.h"
 
+#include <algorithm>
+
 
 DefaultModel::DefaultModel(Actions *actions, const QColor &grayedOutColour, 
const QFont &highlightedFont, const QFont &italicFont, const QFont 
&highlightedItalicFont, QObject *parent)
     : QAbstractTableModel(parent)
@@ -223,7 +225,7 @@
         if (result.first)
         {
             QList<qulonglong> keys = mContent.keys();
-            int row = qBinaryFind(keys, mContent.lowerBound(id).key()) - 
keys.constBegin();
+            int row = std::lower_bound(keys.constBegin(), keys.constEnd(), 
mContent.lowerBound(id).key()) - keys.constBegin();
 
             beginInsertRows(QModelIndex(), row, row);
 
@@ -237,7 +239,7 @@
             {
                 if (id != siblingId)
                 {
-                    int siblingRow = qBinaryFind(keys, siblingId) - 
keys.constBegin();
+                    int siblingRow = std::lower_bound(keys.constBegin(), 
keys.constEnd(), siblingId) - keys.constBegin();
                     emit dataChanged(index(siblingRow, 1), index(siblingRow, 
1));
                 }
             }
@@ -250,7 +252,7 @@
     if (mContent.contains(id))
     {
         QList<qulonglong> keys = mContent.keys();
-        int row = qBinaryFind(keys, id) - keys.constBegin();
+        int row = std::lower_bound(keys.constBegin(), keys.constEnd(), id) - 
keys.constBegin();
 
         mContent[id].enabled = enabled;
 
@@ -266,7 +268,7 @@
         if (result.first)
         {
             QList<qulonglong> keys = mContent.keys();
-            int row = qBinaryFind(keys, id) - keys.constBegin();
+            int row = std::lower_bound(keys.constBegin(), keys.constEnd(), id) 
- keys.constBegin();
 
             if (mContent[id].shortcut != result.second.shortcut)
             {
@@ -274,12 +276,12 @@
                 mShortcuts[mContent[id].shortcut].remove(id);
                 for(qulonglong siblingId : 
qAsConst(mShortcuts[mContent[id].shortcut]))
                 {
-                    int siblingRow = qBinaryFind(keys, siblingId) - 
keys.constBegin();
+                    int siblingRow = std::lower_bound(keys.constBegin(), 
keys.constEnd(), siblingId) - keys.constBegin();
                     emit dataChanged(index(siblingRow, 1), index(siblingRow, 
1));
                 }
                 for(qulonglong siblingId : 
qAsConst(mShortcuts[result.second.shortcut]))
                 {
-                    int siblingRow = qBinaryFind(keys, siblingId) - 
keys.constBegin();
+                    int siblingRow = std::lower_bound(keys.constBegin(), 
keys.constEnd(), siblingId) - keys.constBegin();
                     emit dataChanged(index(siblingRow, 1), index(siblingRow, 
1));
                 }
             }
@@ -296,8 +298,8 @@
     if (mContent.contains(id1) && mContent.contains(id2))
     {
         QList<qulonglong> keys = mContent.keys();
-        int row1 = qBinaryFind(keys, id1) - keys.constBegin();
-        int row2 = qBinaryFind(keys, id2) - keys.constBegin();
+        int row1 = std::lower_bound(keys.constBegin(), keys.constEnd(), id1) - 
keys.constBegin();
+        int row2 = std::lower_bound(keys.constBegin(), keys.constEnd(), id2) - 
keys.constBegin();
 
         // swap
         GeneralActionInfo tmp = mContent[id1];
@@ -314,7 +316,7 @@
     if (mContent.contains(id))
     {
         QList<qulonglong> keys = mContent.keys();
-        int row = qBinaryFind(keys, id) - keys.constBegin();
+        int row = std::lower_bound(keys.constBegin(), keys.constEnd(), id) - 
keys.constBegin();
 
         beginRemoveRows(QModelIndex(), row, row);
 
@@ -327,7 +329,7 @@
 
         for(qulonglong siblingId : qAsConst(mShortcuts[shortcut]))
         {
-            int siblingRow = qBinaryFind(keys, siblingId) - keys.constBegin();
+            int siblingRow = std::lower_bound(keys.constBegin(), 
keys.constEnd(), siblingId) - keys.constBegin();
             emit dataChanged(index(siblingRow, 1), index(siblingRow, 1));
         }
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-globalkeys-0.14.3/config/main_window.ui 
new/lxqt-globalkeys-0.15.0/config/main_window.ui
--- old/lxqt-globalkeys-0.14.3/config/main_window.ui    2019-10-16 
17:17:40.000000000 +0200
+++ new/lxqt-globalkeys-0.15.0/config/main_window.ui    2020-04-23 
20:21:33.000000000 +0200
@@ -123,22 +123,22 @@
       <widget class="QComboBox" name="multipleActionsBehaviour_CB">
        <item>
         <property name="text">
-         <string>First</string>
+         <string comment="globalkeys/config/multipleActions">First</string>
         </property>
        </item>
        <item>
         <property name="text">
-         <string>Last</string>
+         <string comment="globalkeys/config/multipleActions">Last</string>
         </property>
        </item>
        <item>
         <property name="text">
-         <string>None</string>
+         <string comment="globalkeys/config/multipleActions">None</string>
         </property>
        </item>
        <item>
         <property name="text">
-         <string>All</string>
+         <string comment="globalkeys/config/multipleActions">All</string>
         </property>
        </item>
       </widget>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-globalkeys-0.14.3/config/translations/lxqt-config-globalkeyshortcuts_arn.ts
 
new/lxqt-globalkeys-0.15.0/config/translations/lxqt-config-globalkeyshortcuts_arn.ts
--- 
old/lxqt-globalkeys-0.14.3/config/translations/lxqt-config-globalkeyshortcuts_arn.ts
        1970-01-01 01:00:00.000000000 +0100
+++ 
new/lxqt-globalkeys-0.15.0/config/translations/lxqt-config-globalkeyshortcuts_arn.ts
        2020-04-23 20:21:33.000000000 +0200
@@ -0,0 +1,184 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.1" language="arn">
+<context>
+    <name>DefaultModel</name>
+    <message>
+        <location filename="../default_model.cpp" line="49"/>
+        <source>Command</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../default_model.cpp" line="50"/>
+        <source>DBus call</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../default_model.cpp" line="51"/>
+        <source>Client</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../default_model.cpp" line="141"/>
+        <source>Id</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../default_model.cpp" line="144"/>
+        <source>Shortcut</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../default_model.cpp" line="147"/>
+        <source>Description</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../default_model.cpp" line="150"/>
+        <source>Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../default_model.cpp" line="153"/>
+        <source>Info</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>EditActionDialog</name>
+    <message>
+        <location filename="../edit_action_dialog.ui" line="14"/>
+        <source>Edit Action</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../edit_action_dialog.ui" line="31"/>
+        <source>&amp;Shortcut:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../edit_action_dialog.ui" line="74"/>
+        <source>&amp;Description:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../edit_action_dialog.ui" line="87"/>
+        <source>&amp;Enabled</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../edit_action_dialog.ui" line="102"/>
+        <source>&amp;Command</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../edit_action_dialog.ui" line="109"/>
+        <source>&amp;DBus message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../edit_action_dialog.ui" line="118"/>
+        <source>Type:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../edit_action_dialog.ui" line="164"/>
+        <source>Co&amp;mmand:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../edit_action_dialog.ui" line="206"/>
+        <source>S&amp;ervice:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../edit_action_dialog.ui" line="219"/>
+        <source>&amp;Path:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../edit_action_dialog.ui" line="232"/>
+        <source>&amp;Interface:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../edit_action_dialog.ui" line="245"/>
+        <source>&amp;Method:</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>MainWindow</name>
+    <message>
+        <location filename="../main_window.ui" line="14"/>
+        <source>Global Actions Manager</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../main_window.ui" line="55"/>
+        <source>Add ...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../main_window.ui" line="65"/>
+        <source>Remove</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../main_window.ui" line="75"/>
+        <source>Modify ...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../main_window.ui" line="92"/>
+        <source>Swap</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../main_window.ui" line="118"/>
+        <source>Multiple actions behaviour:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../main_window.ui" line="126"/>
+        <source>First</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../main_window.ui" line="131"/>
+        <source>Last</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../main_window.ui" line="136"/>
+        <source>None</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../main_window.ui" line="141"/>
+        <source>All</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../main_window.ui" line="166"/>
+        <source>Default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../main_window.ui" line="186"/>
+        <source>Close</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../main_window.cpp" line="187"/>
+        <source>Restore Default</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../main_window.cpp" line="188"/>
+        <source>Your defined shortcuts will be removed.
+Do you want to proceed?</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+</TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-globalkeys-0.14.3/config/translations/lxqt-config-globalkeyshortcuts_es.ts
 
new/lxqt-globalkeys-0.15.0/config/translations/lxqt-config-globalkeyshortcuts_es.ts
--- 
old/lxqt-globalkeys-0.14.3/config/translations/lxqt-config-globalkeyshortcuts_es.ts
 2019-10-16 17:17:40.000000000 +0200
+++ 
new/lxqt-globalkeys-0.15.0/config/translations/lxqt-config-globalkeyshortcuts_es.ts
 2020-04-23 20:21:33.000000000 +0200
@@ -162,7 +162,7 @@
     <message>
         <location filename="../main_window.ui" line="166"/>
         <source>Default</source>
-        <translation type="unfinished"></translation>
+        <translation>Predeterminado</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="186"/>
@@ -172,13 +172,14 @@
     <message>
         <location filename="../main_window.cpp" line="187"/>
         <source>Restore Default</source>
-        <translation type="unfinished"></translation>
+        <translation>Restaurar a predeterminado</translation>
     </message>
     <message>
         <location filename="../main_window.cpp" line="188"/>
         <source>Your defined shortcuts will be removed.
 Do you want to proceed?</source>
-        <translation type="unfinished"></translation>
+        <translation>Los atajos definidos por usted serán eliminados.
+¿Quiere proseguir?</translation>
     </message>
 </context>
 </TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-globalkeys-0.14.3/config/translations/lxqt-config-globalkeyshortcuts_fi.ts
 
new/lxqt-globalkeys-0.15.0/config/translations/lxqt-config-globalkeyshortcuts_fi.ts
--- 
old/lxqt-globalkeys-0.14.3/config/translations/lxqt-config-globalkeyshortcuts_fi.ts
 2019-10-16 17:17:40.000000000 +0200
+++ 
new/lxqt-globalkeys-0.15.0/config/translations/lxqt-config-globalkeyshortcuts_fi.ts
 2020-04-23 20:21:33.000000000 +0200
@@ -99,7 +99,7 @@
     <message>
         <location filename="../edit_action_dialog.ui" line="232"/>
         <source>&amp;Interface:</source>
-        <translation type="unfinished"></translation>
+        <translation>&amp;Käyttöliittymä:</translation>
     </message>
     <message>
         <location filename="../edit_action_dialog.ui" line="245"/>
@@ -162,7 +162,7 @@
     <message>
         <location filename="../main_window.ui" line="166"/>
         <source>Default</source>
-        <translation type="unfinished"></translation>
+        <translation>Oletusasetukset</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="186"/>
@@ -172,13 +172,14 @@
     <message>
         <location filename="../main_window.cpp" line="187"/>
         <source>Restore Default</source>
-        <translation type="unfinished"></translation>
+        <translation>Palauta Oletusasetukset</translation>
     </message>
     <message>
         <location filename="../main_window.cpp" line="188"/>
         <source>Your defined shortcuts will be removed.
 Do you want to proceed?</source>
-        <translation type="unfinished"></translation>
+        <translation>Määritellyt pikanäppäimet poistetaan.
+Haluatko jatkaa?</translation>
     </message>
 </context>
 </TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-globalkeys-0.14.3/config/translations/lxqt-config-globalkeyshortcuts_fr.ts
 
new/lxqt-globalkeys-0.15.0/config/translations/lxqt-config-globalkeyshortcuts_fr.ts
--- 
old/lxqt-globalkeys-0.14.3/config/translations/lxqt-config-globalkeyshortcuts_fr.ts
 2019-10-16 17:17:40.000000000 +0200
+++ 
new/lxqt-globalkeys-0.15.0/config/translations/lxqt-config-globalkeyshortcuts_fr.ts
 2020-04-23 20:21:33.000000000 +0200
@@ -163,7 +163,7 @@
     <message>
         <location filename="../main_window.ui" line="166"/>
         <source>Default</source>
-        <translation type="unfinished"></translation>
+        <translation>Par défaut</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="186"/>
@@ -173,13 +173,14 @@
     <message>
         <location filename="../main_window.cpp" line="187"/>
         <source>Restore Default</source>
-        <translation type="unfinished"></translation>
+        <translation>Restaurer les paramètres par défaut</translation>
     </message>
     <message>
         <location filename="../main_window.cpp" line="188"/>
         <source>Your defined shortcuts will be removed.
 Do you want to proceed?</source>
-        <translation type="unfinished"></translation>
+        <translation>Vos raccourcis définis seront supprimés.
+Voulez-vous procéder ?</translation>
     </message>
 </context>
 </TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-globalkeys-0.14.3/config/translations/lxqt-config-globalkeyshortcuts_he.ts
 
new/lxqt-globalkeys-0.15.0/config/translations/lxqt-config-globalkeyshortcuts_he.ts
--- 
old/lxqt-globalkeys-0.14.3/config/translations/lxqt-config-globalkeyshortcuts_he.ts
 2019-10-16 17:17:40.000000000 +0200
+++ 
new/lxqt-globalkeys-0.15.0/config/translations/lxqt-config-globalkeyshortcuts_he.ts
 2020-04-23 20:21:33.000000000 +0200
@@ -162,7 +162,7 @@
     <message>
         <location filename="../main_window.ui" line="166"/>
         <source>Default</source>
-        <translation type="unfinished"></translation>
+        <translation>בררת מחדל</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="186"/>
@@ -172,13 +172,14 @@
     <message>
         <location filename="../main_window.cpp" line="187"/>
         <source>Restore Default</source>
-        <translation type="unfinished"></translation>
+        <translation>שחזור בררת מחדל</translation>
     </message>
     <message>
         <location filename="../main_window.cpp" line="188"/>
         <source>Your defined shortcuts will be removed.
 Do you want to proceed?</source>
-        <translation type="unfinished"></translation>
+        <translation>קיצורי הדרך שהגדרת יוסרו.
+להמשיך?</translation>
     </message>
 </context>
 </TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-globalkeys-0.14.3/config/translations/lxqt-config-globalkeyshortcuts_hu.ts
 
new/lxqt-globalkeys-0.15.0/config/translations/lxqt-config-globalkeyshortcuts_hu.ts
--- 
old/lxqt-globalkeys-0.14.3/config/translations/lxqt-config-globalkeyshortcuts_hu.ts
 2019-10-16 17:17:40.000000000 +0200
+++ 
new/lxqt-globalkeys-0.15.0/config/translations/lxqt-config-globalkeyshortcuts_hu.ts
 2020-04-23 20:21:33.000000000 +0200
@@ -41,7 +41,7 @@
     <message>
         <location filename="../default_model.cpp" line="153"/>
         <source>Info</source>
-        <translation>Infó</translation>
+        <translation>Információ</translation>
     </message>
 </context>
 <context>
@@ -49,7 +49,7 @@
     <message>
         <location filename="../edit_action_dialog.ui" line="14"/>
         <source>Edit Action</source>
-        <translation>Akció szerkesztés</translation>
+        <translation>Művelet szerkesztése</translation>
     </message>
     <message>
         <location filename="../edit_action_dialog.ui" line="31"/>
@@ -112,32 +112,32 @@
     <message>
         <location filename="../main_window.ui" line="14"/>
         <source>Global Actions Manager</source>
-        <translation>Általános akció kezelés</translation>
+        <translation>Általános művelet kezelő</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="55"/>
         <source>Add ...</source>
-        <translation>Hozzáad ...</translation>
+        <translation>Hozzáadás ...</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="65"/>
         <source>Remove</source>
-        <translation>Töröl</translation>
+        <translation>Törlés</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="75"/>
         <source>Modify ...</source>
-        <translation>Módosít ...</translation>
+        <translation>Módosítás ...</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="92"/>
         <source>Swap</source>
-        <translation>Vált</translation>
+        <translation>Csere</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="118"/>
         <source>Multiple actions behaviour:</source>
-        <translation>Többes viselkedés:</translation>
+        <translation>Több művelet viselkedése:</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="126"/>
@@ -152,7 +152,7 @@
     <message>
         <location filename="../main_window.ui" line="136"/>
         <source>None</source>
-        <translation>Semmi</translation>
+        <translation>Nincs</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="141"/>
@@ -162,7 +162,7 @@
     <message>
         <location filename="../main_window.ui" line="166"/>
         <source>Default</source>
-        <translation type="unfinished"></translation>
+        <translation>Alapértelmezett</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="186"/>
@@ -172,13 +172,14 @@
     <message>
         <location filename="../main_window.cpp" line="187"/>
         <source>Restore Default</source>
-        <translation type="unfinished"></translation>
+        <translation>Alapértelmezett visszaállítása</translation>
     </message>
     <message>
         <location filename="../main_window.cpp" line="188"/>
         <source>Your defined shortcuts will be removed.
 Do you want to proceed?</source>
-        <translation type="unfinished"></translation>
+        <translation>A megadott hivatkozások eltávolításra kerülnek. 
+Akarod folytatni?</translation>
     </message>
 </context>
 </TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-globalkeys-0.14.3/config/translations/lxqt-config-globalkeyshortcuts_nl.ts
 
new/lxqt-globalkeys-0.15.0/config/translations/lxqt-config-globalkeyshortcuts_nl.ts
--- 
old/lxqt-globalkeys-0.14.3/config/translations/lxqt-config-globalkeyshortcuts_nl.ts
 2019-10-16 17:17:40.000000000 +0200
+++ 
new/lxqt-globalkeys-0.15.0/config/translations/lxqt-config-globalkeyshortcuts_nl.ts
 2020-04-23 20:21:33.000000000 +0200
@@ -162,7 +162,7 @@
     <message>
         <location filename="../main_window.ui" line="166"/>
         <source>Default</source>
-        <translation type="unfinished"></translation>
+        <translation>Standaard</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="186"/>
@@ -172,13 +172,14 @@
     <message>
         <location filename="../main_window.cpp" line="187"/>
         <source>Restore Default</source>
-        <translation type="unfinished"></translation>
+        <translation>Herstel standaard</translation>
     </message>
     <message>
         <location filename="../main_window.cpp" line="188"/>
         <source>Your defined shortcuts will be removed.
 Do you want to proceed?</source>
-        <translation type="unfinished"></translation>
+        <translation>Je ingestelde snelkoppelingen worden verwijderd.
+Wil je verder gaan?</translation>
     </message>
 </context>
 </TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-globalkeys-0.14.3/config/translations/lxqt-config-globalkeyshortcuts_pl.ts
 
new/lxqt-globalkeys-0.15.0/config/translations/lxqt-config-globalkeyshortcuts_pl.ts
--- 
old/lxqt-globalkeys-0.14.3/config/translations/lxqt-config-globalkeyshortcuts_pl.ts
 2019-10-16 17:17:40.000000000 +0200
+++ 
new/lxqt-globalkeys-0.15.0/config/translations/lxqt-config-globalkeyshortcuts_pl.ts
 2020-04-23 20:21:33.000000000 +0200
@@ -162,7 +162,7 @@
     <message>
         <location filename="../main_window.ui" line="166"/>
         <source>Default</source>
-        <translation type="unfinished"></translation>
+        <translation>Domyślne</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="186"/>
@@ -172,13 +172,14 @@
     <message>
         <location filename="../main_window.cpp" line="187"/>
         <source>Restore Default</source>
-        <translation type="unfinished"></translation>
+        <translation>Przywróć domyślne</translation>
     </message>
     <message>
         <location filename="../main_window.cpp" line="188"/>
         <source>Your defined shortcuts will be removed.
 Do you want to proceed?</source>
-        <translation type="unfinished"></translation>
+        <translation>Zdefiniowane przez Ciebie skróty zostaną usunięte.
+Na pewno chcesz kontynuować?</translation>
     </message>
 </context>
 </TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-globalkeys-0.14.3/config/translations/lxqt-config-globalkeyshortcuts_pt_BR.ts
 
new/lxqt-globalkeys-0.15.0/config/translations/lxqt-config-globalkeyshortcuts_pt_BR.ts
--- 
old/lxqt-globalkeys-0.14.3/config/translations/lxqt-config-globalkeyshortcuts_pt_BR.ts
      2019-10-16 17:17:40.000000000 +0200
+++ 
new/lxqt-globalkeys-0.15.0/config/translations/lxqt-config-globalkeyshortcuts_pt_BR.ts
      2020-04-23 20:21:33.000000000 +0200
@@ -179,7 +179,7 @@
         <source>Your defined shortcuts will be removed.
 Do you want to proceed?</source>
         <translation>Seus atalhos definidos serão removidos.
-Você quer prosseguir?</translation>
+Você deseja prosseguir?</translation>
     </message>
 </context>
 </TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-globalkeys-0.14.3/config/translations/lxqt-config-globalkeyshortcuts_ru.ts
 
new/lxqt-globalkeys-0.15.0/config/translations/lxqt-config-globalkeyshortcuts_ru.ts
--- 
old/lxqt-globalkeys-0.14.3/config/translations/lxqt-config-globalkeyshortcuts_ru.ts
 2019-10-16 17:17:40.000000000 +0200
+++ 
new/lxqt-globalkeys-0.15.0/config/translations/lxqt-config-globalkeyshortcuts_ru.ts
 2020-04-23 20:21:33.000000000 +0200
@@ -152,7 +152,7 @@
     <message>
         <location filename="../main_window.ui" line="136"/>
         <source>None</source>
-        <translation type="unfinished">Нет</translation>
+        <translation>Ни одного</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="141"/>
@@ -162,7 +162,7 @@
     <message>
         <location filename="../main_window.ui" line="166"/>
         <source>Default</source>
-        <translation type="unfinished"></translation>
+        <translation>По умолчанию</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="186"/>
@@ -172,13 +172,14 @@
     <message>
         <location filename="../main_window.cpp" line="187"/>
         <source>Restore Default</source>
-        <translation type="unfinished"></translation>
+        <translation>Восстановить значения по умолчанию</translation>
     </message>
     <message>
         <location filename="../main_window.cpp" line="188"/>
         <source>Your defined shortcuts will be removed.
 Do you want to proceed?</source>
-        <translation type="unfinished"></translation>
+        <translation>Сочетания клавиш, созданные вами будут удалены.
+Вы хотите продолжить?</translation>
     </message>
 </context>
 </TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-globalkeys-0.14.3/config/translations/lxqt-config-globalkeyshortcuts_sk_SK.ts
 
new/lxqt-globalkeys-0.15.0/config/translations/lxqt-config-globalkeyshortcuts_sk_SK.ts
--- 
old/lxqt-globalkeys-0.14.3/config/translations/lxqt-config-globalkeyshortcuts_sk_SK.ts
      2019-10-16 17:17:40.000000000 +0200
+++ 
new/lxqt-globalkeys-0.15.0/config/translations/lxqt-config-globalkeyshortcuts_sk_SK.ts
      2020-04-23 20:21:33.000000000 +0200
@@ -162,7 +162,7 @@
     <message>
         <location filename="../main_window.ui" line="166"/>
         <source>Default</source>
-        <translation type="unfinished"></translation>
+        <translation>Predvolené</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="186"/>
@@ -172,13 +172,14 @@
     <message>
         <location filename="../main_window.cpp" line="187"/>
         <source>Restore Default</source>
-        <translation type="unfinished"></translation>
+        <translation>Vrátiť na východzie hodnoty</translation>
     </message>
     <message>
         <location filename="../main_window.cpp" line="188"/>
         <source>Your defined shortcuts will be removed.
 Do you want to proceed?</source>
-        <translation type="unfinished"></translation>
+        <translation>Vami určené klávesové skratky budú odobrané
+Naozaj to chcete?</translation>
     </message>
 </context>
 </TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lxqt-globalkeys-0.14.3/config/translations/lxqt-config-globalkeyshortcuts_sl.ts
 
new/lxqt-globalkeys-0.15.0/config/translations/lxqt-config-globalkeyshortcuts_sl.ts
--- 
old/lxqt-globalkeys-0.14.3/config/translations/lxqt-config-globalkeyshortcuts_sl.ts
 2019-10-16 17:17:40.000000000 +0200
+++ 
new/lxqt-globalkeys-0.15.0/config/translations/lxqt-config-globalkeyshortcuts_sl.ts
 2020-04-23 20:21:33.000000000 +0200
@@ -6,42 +6,42 @@
     <message>
         <location filename="../default_model.cpp" line="49"/>
         <source>Command</source>
-        <translation type="unfinished"></translation>
+        <translation>Ukaz</translation>
     </message>
     <message>
         <location filename="../default_model.cpp" line="50"/>
         <source>DBus call</source>
-        <translation type="unfinished"></translation>
+        <translation>Klic DBus</translation>
     </message>
     <message>
         <location filename="../default_model.cpp" line="51"/>
         <source>Client</source>
-        <translation type="unfinished"></translation>
+        <translation>Odjemalec</translation>
     </message>
     <message>
         <location filename="../default_model.cpp" line="141"/>
         <source>Id</source>
-        <translation type="unfinished"></translation>
+        <translation>ID</translation>
     </message>
     <message>
         <location filename="../default_model.cpp" line="144"/>
         <source>Shortcut</source>
-        <translation type="unfinished"></translation>
+        <translation>Bližnjica</translation>
     </message>
     <message>
         <location filename="../default_model.cpp" line="147"/>
         <source>Description</source>
-        <translation type="unfinished"></translation>
+        <translation>Opis</translation>
     </message>
     <message>
         <location filename="../default_model.cpp" line="150"/>
         <source>Type</source>
-        <translation type="unfinished"></translation>
+        <translation>Vrsta</translation>
     </message>
     <message>
         <location filename="../default_model.cpp" line="153"/>
         <source>Info</source>
-        <translation type="unfinished"></translation>
+        <translation>Opis</translation>
     </message>
 </context>
 <context>
@@ -49,62 +49,62 @@
     <message>
         <location filename="../edit_action_dialog.ui" line="14"/>
         <source>Edit Action</source>
-        <translation type="unfinished"></translation>
+        <translation>Uredi dejanje</translation>
     </message>
     <message>
         <location filename="../edit_action_dialog.ui" line="31"/>
         <source>&amp;Shortcut:</source>
-        <translation type="unfinished"></translation>
+        <translation>Bli&amp;žnjica:</translation>
     </message>
     <message>
         <location filename="../edit_action_dialog.ui" line="74"/>
         <source>&amp;Description:</source>
-        <translation type="unfinished"></translation>
+        <translation>Op&amp;is:</translation>
     </message>
     <message>
         <location filename="../edit_action_dialog.ui" line="87"/>
         <source>&amp;Enabled</source>
-        <translation type="unfinished"></translation>
+        <translation>Omogoč&amp;en</translation>
     </message>
     <message>
         <location filename="../edit_action_dialog.ui" line="102"/>
         <source>&amp;Command</source>
-        <translation type="unfinished"></translation>
+        <translation>&amp;Ukaz</translation>
     </message>
     <message>
         <location filename="../edit_action_dialog.ui" line="109"/>
         <source>&amp;DBus message</source>
-        <translation type="unfinished"></translation>
+        <translation>Sporočilo &amp;DBus</translation>
     </message>
     <message>
         <location filename="../edit_action_dialog.ui" line="118"/>
         <source>Type:</source>
-        <translation type="unfinished"></translation>
+        <translation>Vrsta:</translation>
     </message>
     <message>
         <location filename="../edit_action_dialog.ui" line="164"/>
         <source>Co&amp;mmand:</source>
-        <translation type="unfinished"></translation>
+        <translation>U&amp;kaz:</translation>
     </message>
     <message>
         <location filename="../edit_action_dialog.ui" line="206"/>
         <source>S&amp;ervice:</source>
-        <translation type="unfinished"></translation>
+        <translation>Storit&amp;ev:</translation>
     </message>
     <message>
         <location filename="../edit_action_dialog.ui" line="219"/>
         <source>&amp;Path:</source>
-        <translation type="unfinished"></translation>
+        <translation>&amp;Pot:</translation>
     </message>
     <message>
         <location filename="../edit_action_dialog.ui" line="232"/>
         <source>&amp;Interface:</source>
-        <translation type="unfinished"></translation>
+        <translation>Vmesn&amp;ik:</translation>
     </message>
     <message>
         <location filename="../edit_action_dialog.ui" line="245"/>
         <source>&amp;Method:</source>
-        <translation type="unfinished"></translation>
+        <translation>&amp;Metoda:</translation>
     </message>
 </context>
 <context>
@@ -112,73 +112,74 @@
     <message>
         <location filename="../main_window.ui" line="14"/>
         <source>Global Actions Manager</source>
-        <translation type="unfinished"></translation>
+        <translation>Upravljalnik globalnih nastavitev</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="55"/>
         <source>Add ...</source>
-        <translation type="unfinished"></translation>
+        <translation>Dodaj</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="65"/>
         <source>Remove</source>
-        <translation type="unfinished">Odstrani</translation>
+        <translation>Odstrani</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="75"/>
         <source>Modify ...</source>
-        <translation type="unfinished"></translation>
+        <translation>Uredi</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="92"/>
         <source>Swap</source>
-        <translation type="unfinished"></translation>
+        <translation>Zamenjaj</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="118"/>
         <source>Multiple actions behaviour:</source>
-        <translation type="unfinished"></translation>
+        <translation>Obnašanje več dejanj:</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="126"/>
         <source>First</source>
-        <translation type="unfinished"></translation>
+        <translation>Prvo</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="131"/>
         <source>Last</source>
-        <translation type="unfinished"></translation>
+        <translation>Zadnje</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="136"/>
         <source>None</source>
-        <translation type="unfinished">Brez</translation>
+        <translation>Nič</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="141"/>
         <source>All</source>
-        <translation type="unfinished"></translation>
+        <translation>Vsa</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="166"/>
         <source>Default</source>
-        <translation type="unfinished"></translation>
+        <translation>Privzeto</translation>
     </message>
     <message>
         <location filename="../main_window.ui" line="186"/>
         <source>Close</source>
-        <translation type="unfinished">Zapri</translation>
+        <translation>Zapri</translation>
     </message>
     <message>
         <location filename="../main_window.cpp" line="187"/>
         <source>Restore Default</source>
-        <translation type="unfinished"></translation>
+        <translation>Povrni privzeto</translation>
     </message>
     <message>
         <location filename="../main_window.cpp" line="188"/>
         <source>Your defined shortcuts will be removed.
 Do you want to proceed?</source>
-        <translation type="unfinished"></translation>
+        <translation>Vaše bližnjice bodo odstranjene.
+Želite nadaljevati?</translation>
     </message>
 </context>
 </TS>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-globalkeys-0.14.3/daemon/CMakeLists.txt 
new/lxqt-globalkeys-0.15.0/daemon/CMakeLists.txt
--- old/lxqt-globalkeys-0.14.3/daemon/CMakeLists.txt    2019-10-16 
17:17:40.000000000 +0200
+++ new/lxqt-globalkeys-0.15.0/daemon/CMakeLists.txt    2020-04-23 
20:21:33.000000000 +0200
@@ -143,14 +143,6 @@
 )
 
 add_executable(${PROJECT_NAME} ${${PROJECT_NAME}_ALL_FILES})
-target_compile_definitions(${PROJECT_NAME}
-    PRIVATE
-        "QT_USE_QSTRINGBUILDER"
-        "QT_NO_CAST_FROM_ASCII"
-        "QT_NO_CAST_TO_ASCII"
-        "QT_NO_URL_CAST_FROM_STRING"
-        "QT_NO_CAST_FROM_BYTEARRAY"
-)
 target_link_libraries(${PROJECT_NAME} ${X11_LIBRARIES} lxqt Qt5::Widgets 
Qt5::DBus)
 lxqt_enable_target_exceptions(${PROJECT_NAME} PRIVATE)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-globalkeys-0.14.3/daemon/core.cpp 
new/lxqt-globalkeys-0.15.0/daemon/core.cpp
--- old/lxqt-globalkeys-0.14.3/daemon/core.cpp  2019-10-16 17:17:40.000000000 
+0200
+++ new/lxqt-globalkeys-0.15.0/daemon/core.cpp  2020-04-23 20:21:33.000000000 
+0200
@@ -33,6 +33,7 @@
 #include <QTimer>
 #include <QDBusConnectionInterface>
 #include <QDBusServiceWatcher>
+#include <QFile>
 
 #include <cstddef>
 #include <cstdlib>
@@ -1372,8 +1373,8 @@
                             XUngrabKeyboard(mDisplay, CurrentTime);
                             checkX11Error();
 
-                            QSet<unsigned int>::const_iterator 
lastAllModifiers = allModifiers.end();
-                            for (QSet<unsigned int>::const_iterator modifiers 
= allModifiers.begin(); modifiers != lastAllModifiers; ++modifiers)
+                            QSet<unsigned int>::const_iterator 
lastAllModifiers = allModifiers.cend();
+                            for (QSet<unsigned int>::const_iterator modifiers 
= allModifiers.cbegin(); modifiers != lastAllModifiers; ++modifiers)
                             {
                                 log(LOG_DEBUG, "grabShortcut: checking %02x + 
%02x", event.xkey.keycode, event.xkey.state | *modifiers);
                                 lockX11Error();
@@ -1683,8 +1684,8 @@
                                 break;
                             }
 
-                            QSet<unsigned int>::const_iterator 
lastAllModifiers = allModifiers.end();
-                            for (QSet<unsigned int>::const_iterator modifiers 
= allModifiers.begin(); modifiers != lastAllModifiers; ++modifiers)
+                            QSet<unsigned int>::const_iterator 
lastAllModifiers = allModifiers.cend();
+                            for (QSet<unsigned int>::const_iterator modifiers 
= allModifiers.cbegin(); modifiers != lastAllModifiers; ++modifiers)
                             {
                                 lockX11Error();
                                 XGrabKey(mDisplay, X11shortcut.first, 
X11shortcut.second | *modifiers, rootWindow, False, GrabModeAsync, 
GrabModeAsync);
@@ -1727,8 +1728,8 @@
                             }
 
                             lockX11Error();
-                            QSet<unsigned int>::const_iterator 
lastAllModifiers = allModifiers.end();
-                            for (QSet<unsigned int>::const_iterator modifiers 
= allModifiers.begin(); modifiers != lastAllModifiers; ++modifiers)
+                            QSet<unsigned int>::const_iterator 
lastAllModifiers = allModifiers.cend();
+                            for (QSet<unsigned int>::const_iterator modifiers 
= allModifiers.cbegin(); modifiers != lastAllModifiers; ++modifiers)
                             {
                                 XUngrabKey(mDisplay, X11shortcut.first, 
X11shortcut.second | *modifiers, rootWindow);
                             }
@@ -1812,8 +1813,8 @@
     ClientPathsBySender::iterator clientPathsBySender = 
mClientPathsBySender.find(sender);
     if (clientPathsBySender != mClientPathsBySender.end())
     {
-        ClientPaths::const_iterator lastClientPath = 
clientPathsBySender.value().end();
-        for (ClientPaths::const_iterator clientPath = 
clientPathsBySender.value().begin(); clientPath != lastClientPath; ++clientPath)
+        ClientPaths::const_iterator lastClientPath = 
clientPathsBySender.value().cend();
+        for (ClientPaths::const_iterator clientPath = 
clientPathsBySender.value().cbegin(); clientPath != lastClientPath; 
++clientPath)
         {
             const QDBusObjectPath &path = *clientPath;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lxqt-globalkeys-0.14.3/ui/CMakeLists.txt 
new/lxqt-globalkeys-0.15.0/ui/CMakeLists.txt
--- old/lxqt-globalkeys-0.14.3/ui/CMakeLists.txt        2019-10-16 
17:17:40.000000000 +0200
+++ new/lxqt-globalkeys-0.15.0/ui/CMakeLists.txt        2020-04-23 
20:21:33.000000000 +0200
@@ -150,11 +150,6 @@
 target_compile_definitions(${PROJECT_NAME}
     PRIVATE
         "SHARED_EXPORT=Q_DECL_EXPORT"
-        "QT_USE_QSTRINGBUILDER"
-        "QT_NO_CAST_FROM_ASCII"
-        "QT_NO_CAST_TO_ASCII"
-        "QT_NO_URL_CAST_FROM_STRING"
-        "QT_NO_CAST_FROM_BYTEARRAY"
 )
 
 export(TARGETS ${PROJECT_NAME} APPEND FILE 
"${CMAKE_BINARY_DIR}/${PROJECT_NAME}-targets.cmake")

++++++ lxqt-globalkeys.keyring ++++++
--- /var/tmp/diff_new_pack.oYMIcH/_old  2020-05-04 18:39:15.564895377 +0200
+++ /var/tmp/diff_new_pack.oYMIcH/_new  2020-05-04 18:39:15.564895377 +0200
@@ -1,209 +1,52 @@
 -----BEGIN PGP PUBLIC KEY BLOCK-----
 
-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
-=9DZH
------END PGP PUBLIC KEY BLOCK-----
+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
+sw==
+=gSIv
+-----END PGP PUBLIC KEY BLOCK-----
\ No newline at end of file


Reply via email to