Hello community,
here is the log from the commit of package lxqt-notificationd for
openSUSE:Factory checked in at 2018-06-29 22:30:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxqt-notificationd (Old)
and /work/SRC/openSUSE:Factory/.lxqt-notificationd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxqt-notificationd"
Fri Jun 29 22:30:48 2018 rev:10 rq:618047 version:0.13.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/lxqt-notificationd/lxqt-notificationd.changes
2017-10-24 22:23:07.613117947 +0200
+++
/work/SRC/openSUSE:Factory/.lxqt-notificationd.new/lxqt-notificationd.changes
2018-06-29 22:31:32.230249384 +0200
@@ -1,0 +2,18 @@
+Tue May 22 15:02:19 UTC 2018 - [email protected]
+
+- Update to 0.13.0:
+ * Spanish translation update
+ * Include QStyle and QStyleOption to fix compilation with Qt5.11
+ * CMake: Prevent in-source builds
+ * notificationlayout: Remove the "on top" hint
+ * fix razor-qt -> lxqt and http -> https
+ * Fix mentions of LXDE
+ * Fix typo
+ * Fix spanish translation
+ * Update Simplified Chinese desktop entry
+ * Update Traditional Chinese translation
+ * Drop Qt foreach
+ * cmake: Handle CMP0071
+ * Change icon to preferences-desktop-notification
+
+-------------------------------------------------------------------
Old:
----
lxqt-notificationd-0.12.0.tar.xz
lxqt-notificationd-0.12.0.tar.xz.asc
New:
----
lxqt-notificationd-0.13.0.tar.xz
lxqt-notificationd-0.13.0.tar.xz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ lxqt-notificationd.spec ++++++
--- /var/tmp/diff_new_pack.ukjyQX/_old 2018-06-29 22:31:32.678249042 +0200
+++ /var/tmp/diff_new_pack.ukjyQX/_new 2018-06-29 22:31:32.682249039 +0200
@@ -1,7 +1,7 @@
#
# spec file for package lxqt-notificationd
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,25 +17,25 @@
Name: lxqt-notificationd
-Version: 0.12.0
+Version: 0.13.0
Release: 0
Summary: LXQt Notification daemon
-License: LGPL-2.1+
+License: LGPL-2.1-or-later
Group: System/GUI/LXQt
-Url: http://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
+URL: http://www.lxqt.org
+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.0.2
BuildRequires: fdupes
BuildRequires: gcc-c++
-BuildRequires: lxqt-build-tools-devel
+BuildRequires: lxqt-build-tools-devel >= 0.5.0
+BuildRequires: pkgconfig
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: pkgconfig(Qt5UiTools)
BuildRequires: pkgconfig(Qt5Xdg)
BuildRequires: pkgconfig(lxqt) >= %{version}
Recommends: %{name}-lang
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The LXQt Notification daemon
@@ -54,8 +54,8 @@
%fdupes -s %{buildroot}%{_datadir}
%files
-%defattr(-,root,root)
-%doc AUTHORS LICENSE README.md
+%license LICENSE
+%doc AUTHORS README.md
%{_bindir}/%{name}
%{_bindir}/lxqt-config-notificationd
%{_datadir}/applications/lxqt-config-notificationd.desktop
++++++ lxqt-notificationd-0.12.0.tar.xz -> lxqt-notificationd-0.13.0.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-notificationd-0.12.0/AUTHORS
new/lxqt-notificationd-0.13.0/AUTHORS
--- old/lxqt-notificationd-0.12.0/AUTHORS 2017-10-21 21:18:28.000000000
+0200
+++ new/lxqt-notificationd-0.13.0/AUTHORS 2018-05-21 20:23:39.000000000
+0200
@@ -1,5 +1,5 @@
Upstream Authors:
- LXQt team: http://lxqt.org
+ LXQt team: https://lxqt.org
Razor team: http://razor-qt.org
Copyright:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-notificationd-0.12.0/CHANGELOG
new/lxqt-notificationd-0.13.0/CHANGELOG
--- old/lxqt-notificationd-0.12.0/CHANGELOG 2017-10-21 21:18:28.000000000
+0200
+++ new/lxqt-notificationd-0.13.0/CHANGELOG 2018-05-21 20:23:39.000000000
+0200
@@ -1,7 +1,25 @@
-lxqt-notificationd-0.12.0 / 2017-10-21
+lxqt-notificationd-0.13.0 / 2018-05-21
======================================
+ * Spanish translation update
+ * Include QStyle and QStyleOption to fix compilation with Qt5.11
+ * CMake: Prevent in-source builds
+ * notificationlayout: Remove the "on top" hint
+ * fix razor-qt -> lxqt and http -> https
+ * Fix mentions of LXDE
+ * Fix typo
+ * Fix spanish translation
+ * Update Simplified Chinese desktop entry
+ * Update Traditional Chinese translation
+ * Drop Qt foreach
+ * cmake: Handle CMP0071
+ * Change icon to preferences-desktop-notification
+
+0.12.0 / 2017-10-21
+===================
+
+ * Release 0.12.0: Update changelog
* Set patch version
* Don't export github templates
* Improvement for notification settings, see
https://github.com/lxde/lxqt/issues/744#issuecomment-138601402
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-notificationd-0.12.0/CMakeLists.txt
new/lxqt-notificationd-0.13.0/CMakeLists.txt
--- old/lxqt-notificationd-0.12.0/CMakeLists.txt 2017-10-21
21:18:28.000000000 +0200
+++ new/lxqt-notificationd-0.13.0/CMakeLists.txt 2018-05-21
20:23:39.000000000 +0200
@@ -28,8 +28,12 @@
set(LXQT_NOTIFICATIOND_PATCH_VERSION 0)
set(LXQT_NOTIFICATIOND_VERSION
${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_NOTIFICATIOND_PATCH_VERSION})
-add_definitions("-DLXQT_NOTIFICATIOND_VERSION=\"${LXQT_NOTIFICATIOND_VERSION}\"")
+add_definitions(
+ "-DLXQT_NOTIFICATIOND_VERSION=\"${LXQT_NOTIFICATIOND_VERSION}\""
+ "-DQT_NO_FOREACH"
+)
+include(LXQtPreventInSourceBuilds)
include(LXQtCompilerSettings NO_POLICY_SCOPE)
# Translations **********************************
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-notificationd-0.12.0/README.md
new/lxqt-notificationd-0.13.0/README.md
--- old/lxqt-notificationd-0.12.0/README.md 2017-10-21 21:18:28.000000000
+0200
+++ new/lxqt-notificationd-0.13.0/README.md 2018-05-21 20:23:39.000000000
+0200
@@ -2,32 +2,56 @@
## Overview
-`lxqt-notificationd` is LXQt's implementation of a daemon according to the
[Desktop Notifications
Specification](https://developer.gnome.org/notification-spec/).
+`lxqt-notificationd` is LXQt's implementation of a daemon according to the
+[Desktop Notifications
Specification](https://developer.gnome.org/notification-spec/).
-This specification defines a way to display notifications in pop-up windows on
desktops. Notifications like this are e. g. frequently used by chat or mail
clients to inform about incoming messages, by media players to indicate the
beginning of another track but also by the desktop environment itself to
indicate volume changes or similar.
+This specification defines a way to display notifications in pop-up windows on
+desktops. Notifications like this are e. g. frequently used by chat or mail
+clients to inform about incoming messages, by media players to indicate the
+beginning of another track but also by the desktop environment itself to
indicate
+volume changes or similar.
+
+lxqt-notificationd is comprising binaries `lxqt-notificationd` and
+`lxqt-config-notificationd`.
+`lxqt-notificationd` is running in a daemon-like manner as so-called
+[LXQt Module](https://github.com/lxqt/lxqt-session#lxqt-modules) and doing the
+actual work. GUI "Desktop Notifications", binary `lxqt-config-notificationd`,
is
+used to customize the notifications.
-lxqt-notificationd is comprising binaries `lxqt-notificationd` and
`lxqt-config-notificationd`.
-`lxqt-notificationd` is running in a daemon-like manner as so-called [LXQt
Module](https://github.com/lxde/lxqt-session#lxqt-modules) and doing the actual
work. GUI "Desktop Notifications", binary `lxqt-config-notificationd`, is used
to customize the notifications.
-
-lxqt-notificationd is implementing version 1.2 of the said specification.
+lxqt-notificationd is implementing version 1.2 of the said specification.
## Installation
### Compiling source code
-Runtime dependencies are KWindowSystem,
[liblxqt](https://github.com/lxde/liblxqt) and
[lxqt-common](https://github.com/lxde/lxqt-common).
-Additional build dependencies are CMake and optionally Git to pull latest VCS
checkouts. The localization files were outsourced to repository
[lxqt-l10n](https://github.com/lxde/lxqt-l10n) so the corresponding
dependencies are needed, too. Please refer to this repository's `README.md` for
further information.
+Runtime dependencies are KWindowSystem,
[liblxqt](https://github.com/lxqt/liblxqt)
+and [lxqt-common](https://github.com/lxqt/lxqt-common).
+Additional build dependencies are CMake and optionally Git to pull latest VCS
+checkouts. The localization files were outsourced to repository
+[lxqt-l10n](https://github.com/lxqt/lxqt-l10n) so the corresponding
dependencies
+are needed, too. Please refer to this repository's `README.md` for further
information.
-Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX`
has to be set to `/usr` on most operating systems.
+Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX`
has
+to be set to `/usr` on most operating systems.
-To build run `make`, to install `make install` which accepts variable
`DESTDIR` as usual.
+To build run `make`, to install `make install` which accepts variable `DESTDIR`
+as usual.
### Binary packages
-Official binary packages are provided by all major Linux distributions like
Arch Linux, Debian (as of Debian stretch only), Fedora and openSUSE. Just use
your package manager to search for string `lxqt-notificationd`.
+Official binary packages are provided by all major Linux distributions like
Arch
+Linux, Debian (as of Debian stretch only), Fedora and openSUSE. Just use your
+package manager to search for string `lxqt-notificationd`.
## Configuration, Usage
-As `lxqt-notificationd` is run as LXQt Module it can be adjusted from section
"Basic Settings" in configuration dialogue [LXQt Session
Settings](https://github.com/lxde/lxqt-session#lxqt-session-settings) of
[lxqt-session](https://github.com/lxde/lxqt-session).
-
-Configuration dialogue "Desktop Notifications" (binary
`lxqt-config-notificationd`) which is used to customize notifications can be
opened from the panel's main menu - Preferences - LXQt Settings - Desktop
Notifications and is provided by the [Configuration
Center](https://github.com/lxde/lxqt-config#configuration-center) of
[lxqt-config](https://github.com/lxde/lxqt-config) as well.
+As `lxqt-notificationd` is run as LXQt Module it can be adjusted from section
+"Basic Settings" in configuration dialogue
+[LXQt Session
Settings](https://github.com/lxqt/lxqt-session#lxqt-session-settings)
+of [lxqt-session](https://github.com/lxqt/lxqt-session).
+
+Configuration dialogue "Desktop Notifications" (binary
`lxqt-config-notificationd`)
+which is used to customize notifications can be opened from the panel's main
+menu - Preferences - LXQt Settings - Desktop Notifications and is provided by
the
+[Configuration
Center](https://github.com/lxqt/lxqt-config#configuration-center)
+of [lxqt-config](https://github.com/lxqt/lxqt-config) as well.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_es.desktop
new/lxqt-notificationd-0.13.0/autostart/translations/lxqt-notifications_es.desktop
---
old/lxqt-notificationd-0.12.0/autostart/translations/lxqt-notifications_es.desktop
2017-10-21 21:18:28.000000000 +0200
+++
new/lxqt-notificationd-0.13.0/autostart/translations/lxqt-notifications_es.desktop
2018-05-21 20:23:39.000000000 +0200
@@ -1,2 +1 @@
-# Translations
Name[es]=Demonio de notificaciones
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/lxqt-notificationd-0.12.0/config/advancedsettings.cpp
new/lxqt-notificationd-0.13.0/config/advancedsettings.cpp
--- old/lxqt-notificationd-0.12.0/config/advancedsettings.cpp 2017-10-21
21:18:28.000000000 +0200
+++ new/lxqt-notificationd-0.13.0/config/advancedsettings.cpp 2018-05-21
20:23:39.000000000 +0200
@@ -1,8 +1,8 @@
/* BEGIN_COMMON_COPYRIGHT_HEADER
* (c)LGPL2+
*
- * LXDE-Qt - a lightweight, Qt based, desktop toolset
- * http://razor-qt.org
+ * LXQt - a lightweight, Qt based, desktop toolset
+ * https://lxqt.org
*
* Copyright: 2010-2011 Razor team
* Authors:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-notificationd-0.12.0/config/advancedsettings.h
new/lxqt-notificationd-0.13.0/config/advancedsettings.h
--- old/lxqt-notificationd-0.12.0/config/advancedsettings.h 2017-10-21
21:18:28.000000000 +0200
+++ new/lxqt-notificationd-0.13.0/config/advancedsettings.h 2018-05-21
20:23:39.000000000 +0200
@@ -1,8 +1,8 @@
/* BEGIN_COMMON_COPYRIGHT_HEADER
* (c)LGPL2+
*
- * LXDE-Qt - a lightweight, Qt based, desktop toolset
- * http://razor-qt.org
+ * LXQt - a lightweight, Qt based, desktop toolset
+ * https://lxqt.org
*
* Copyright: 2010-2011 Razor team
* Authors:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-notificationd-0.12.0/config/basicsettings.cpp
new/lxqt-notificationd-0.13.0/config/basicsettings.cpp
--- old/lxqt-notificationd-0.12.0/config/basicsettings.cpp 2017-10-21
21:18:28.000000000 +0200
+++ new/lxqt-notificationd-0.13.0/config/basicsettings.cpp 2018-05-21
20:23:39.000000000 +0200
@@ -1,8 +1,8 @@
/* BEGIN_COMMON_COPYRIGHT_HEADER
* (c)LGPL2+
*
- * LXDE-Qt - a lightweight, Qt based, desktop toolset
- * http://razor-qt.org
+ * LXQt - a lightweight, Qt based, desktop toolset
+ * https://lxqt.org
*
* Copyright: 2010-2011 Razor team
* Authors:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-notificationd-0.12.0/config/basicsettings.h
new/lxqt-notificationd-0.13.0/config/basicsettings.h
--- old/lxqt-notificationd-0.12.0/config/basicsettings.h 2017-10-21
21:18:28.000000000 +0200
+++ new/lxqt-notificationd-0.13.0/config/basicsettings.h 2018-05-21
20:23:39.000000000 +0200
@@ -1,8 +1,8 @@
/* BEGIN_COMMON_COPYRIGHT_HEADER
* (c)LGPL2+
*
- * LXDE-Qt - a lightweight, Qt based, desktop toolset
- * http://razor-qt.org
+ * LXQt - a lightweight, Qt based, desktop toolset
+ * https://lxqt.org
*
* Copyright: 2010-2011 Razor team
* Authors:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/lxqt-notificationd-0.12.0/config/lxqt-config-notificationd.desktop.in
new/lxqt-notificationd-0.13.0/config/lxqt-config-notificationd.desktop.in
--- old/lxqt-notificationd-0.12.0/config/lxqt-config-notificationd.desktop.in
2017-10-21 21:18:28.000000000 +0200
+++ new/lxqt-notificationd-0.13.0/config/lxqt-config-notificationd.desktop.in
2018-05-21 20:23:39.000000000 +0200
@@ -4,7 +4,7 @@
GenericName=LXQt Notification Settings
Comment=Configure desktop notifications
Exec=lxqt-config-notificationd
-Icon=preferences-desktop-theme
+Icon=preferences-desktop-notification
Categories=Settings;DesktopSettings;Qt;LXQt;
OnlyShowIn=LXQt;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-notificationd-0.12.0/config/main.cpp
new/lxqt-notificationd-0.13.0/config/main.cpp
--- old/lxqt-notificationd-0.12.0/config/main.cpp 2017-10-21
21:18:28.000000000 +0200
+++ new/lxqt-notificationd-0.13.0/config/main.cpp 2018-05-21
20:23:39.000000000 +0200
@@ -1,8 +1,8 @@
/* BEGIN_COMMON_COPYRIGHT_HEADER
* (c)LGPL2+
*
- * LXDE-Qt - a lightweight, Qt based, desktop toolset
- * http://razor-qt.org
+ * LXQt - a lightweight, Qt based, desktop toolset
+ * https://lxqt.org
*
* Copyright: 2010-2011 Razor team
* Authors:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-notificationd-0.12.0/config/mainwindow.cpp
new/lxqt-notificationd-0.13.0/config/mainwindow.cpp
--- old/lxqt-notificationd-0.12.0/config/mainwindow.cpp 2017-10-21
21:18:28.000000000 +0200
+++ new/lxqt-notificationd-0.13.0/config/mainwindow.cpp 2018-05-21
20:23:39.000000000 +0200
@@ -1,8 +1,8 @@
/* BEGIN_COMMON_COPYRIGHT_HEADER
* (c)LGPL2+
*
- * LXDE-Qt - a lightweight, Qt based, desktop toolset
- * http://razor-qt.org
+ * LXQt - a lightweight, Qt based, desktop toolset
+ * https://lxqt.org
*
* Copyright: 2010-2011 Razor team
* Authors:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-notificationd-0.12.0/config/mainwindow.h
new/lxqt-notificationd-0.13.0/config/mainwindow.h
--- old/lxqt-notificationd-0.12.0/config/mainwindow.h 2017-10-21
21:18:28.000000000 +0200
+++ new/lxqt-notificationd-0.13.0/config/mainwindow.h 2018-05-21
20:23:39.000000000 +0200
@@ -1,8 +1,8 @@
/* BEGIN_COMMON_COPYRIGHT_HEADER
* (c)LGPL2+
*
- * LXDE-Qt - a lightweight, Qt based, desktop toolset
- * http://razor-qt.org
+ * LXQt - a lightweight, Qt based, desktop toolset
+ * https://lxqt.org
*
* Copyright: 2010-2011 Razor team
* Authors:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/lxqt-notificationd-0.12.0/config/translations/lxqt-config-notificationd_es.desktop
new/lxqt-notificationd-0.13.0/config/translations/lxqt-config-notificationd_es.desktop
---
old/lxqt-notificationd-0.12.0/config/translations/lxqt-config-notificationd_es.desktop
2017-10-21 21:18:28.000000000 +0200
+++
new/lxqt-notificationd-0.13.0/config/translations/lxqt-config-notificationd_es.desktop
2018-05-21 20:23:39.000000000 +0200
@@ -1,4 +1,3 @@
-# Translations
-GenericName[es]=Administrador de tareas
-Name[es]=Configuración de sesiones LXQt
-Comment[es]=Configure las notificacionde de freedesktop en el escritorio LXQt
+Name[es]=Notificaciones del escritorio
+GenericName[es]=Configuración de las notificaciones de LXQt
+Comment[es]=Configurar las notificaciones del escritorio
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/lxqt-notificationd-0.12.0/config/translations/lxqt-config-notificationd_es_VE.desktop
new/lxqt-notificationd-0.13.0/config/translations/lxqt-config-notificationd_es_VE.desktop
---
old/lxqt-notificationd-0.12.0/config/translations/lxqt-config-notificationd_es_VE.desktop
2017-10-21 21:18:28.000000000 +0200
+++
new/lxqt-notificationd-0.13.0/config/translations/lxqt-config-notificationd_es_VE.desktop
2018-05-21 20:23:39.000000000 +0200
@@ -1,4 +1,4 @@
# Translations
-GenericName[es_VE]=Configuracion de notificaciones de Escritorio LXQt
-Name[es_VE]=Configuracion de notificaciones de Escritorio LXQt
+GenericName[es_VE]=Configuración de notificaciones de Escritorio LXQt
+Name[es_VE]=Configuración de notificaciones de Escritorio LXQt
Comment[es_VE]=Configura las notificacones en el Escritoro LXQt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/lxqt-notificationd-0.12.0/config/translations/lxqt-config-notificationd_zh_CN.desktop
new/lxqt-notificationd-0.13.0/config/translations/lxqt-config-notificationd_zh_CN.desktop
---
old/lxqt-notificationd-0.12.0/config/translations/lxqt-config-notificationd_zh_CN.desktop
2017-10-21 21:18:28.000000000 +0200
+++
new/lxqt-notificationd-0.13.0/config/translations/lxqt-config-notificationd_zh_CN.desktop
2018-05-21 20:23:39.000000000 +0200
@@ -1,4 +1,4 @@
# Translations
-GenericName[zh_CN]=qxkb
-Name[zh_CN]=LXQt 通知配置
-Comment[zh_CN]=配置 LXQt 桌面的通知
+GenericName[zh_CN]=LXQt 通知配置
+Name[zh_CN]=桌面通知
+Comment[zh_CN]=配置桌面通知
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/lxqt-notificationd-0.12.0/config/translations/lxqt-config-notificationd_zh_TW.desktop
new/lxqt-notificationd-0.13.0/config/translations/lxqt-config-notificationd_zh_TW.desktop
---
old/lxqt-notificationd-0.12.0/config/translations/lxqt-config-notificationd_zh_TW.desktop
2017-10-21 21:18:28.000000000 +0200
+++
new/lxqt-notificationd-0.13.0/config/translations/lxqt-config-notificationd_zh_TW.desktop
2018-05-21 20:23:39.000000000 +0200
@@ -1,4 +1,4 @@
# Translations
-GenericName[zh_TW]=LXQt通知設定
-Name[zh_TW]=LXQt通知設定
-Comment[zh_TW]=LXQt桌面上的FreeDesktop通知設定
+GenericName[zh_TW]=LXQt 通知設定
+Name[zh_TW]=桌面通知
+Comment[zh_TW]=設定桌面通知
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-notificationd-0.12.0/src/CMakeLists.txt
new/lxqt-notificationd-0.13.0/src/CMakeLists.txt
--- old/lxqt-notificationd-0.12.0/src/CMakeLists.txt 2017-10-21
21:18:28.000000000 +0200
+++ new/lxqt-notificationd-0.13.0/src/CMakeLists.txt 2018-05-21
20:23:39.000000000 +0200
@@ -11,11 +11,14 @@
notification.ui
)
-qt5_add_dbus_adaptor(NOTIFICATIONS_SRC
+qt5_add_dbus_adaptor(NOTIFICATIONS_DBUS_SRC
org.freedesktop.Notifications.xml
notifyd.h Notifyd
)
+set_property(SOURCE ${NOTIFICATIONS_DBUS_SRC} PROPERTY SKIP_AUTOGEN ON)
+list(APPEND NOTIFICATIONS_SRC "${NOTIFICATIONS_DBUS_SRC}")
+
# Translations **********************************
lxqt_translate_ts(NOTIFICATIONS_QM_FILES
UPDATE_TRANSLATIONS ${UPDATE_TRANSLATIONS}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-notificationd-0.12.0/src/main.cpp
new/lxqt-notificationd-0.13.0/src/main.cpp
--- old/lxqt-notificationd-0.12.0/src/main.cpp 2017-10-21 21:18:28.000000000
+0200
+++ new/lxqt-notificationd-0.13.0/src/main.cpp 2018-05-21 20:23:39.000000000
+0200
@@ -1,8 +1,8 @@
/* BEGIN_COMMON_COPYRIGHT_HEADER
* (c)LGPL2+
*
- * LXDE-Qt - a lightweight, Qt based, desktop toolset
- * http://razor-qt.org
+ * LXQt - a lightweight, Qt based, desktop toolset
+ * https://lxqt.org
*
* Copyright: 2012 Razor team
* Authors:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-notificationd-0.12.0/src/notification.cpp
new/lxqt-notificationd-0.13.0/src/notification.cpp
--- old/lxqt-notificationd-0.12.0/src/notification.cpp 2017-10-21
21:18:28.000000000 +0200
+++ new/lxqt-notificationd-0.13.0/src/notification.cpp 2018-05-21
20:23:39.000000000 +0200
@@ -1,8 +1,8 @@
/* BEGIN_COMMON_COPYRIGHT_HEADER
* (c)LGPL2+
*
- * LXDE-Qt - a lightweight, Qt based, desktop toolset
- * http://razor-qt.org
+ * LXQt - a lightweight, Qt based, desktop toolset
+ * https://lxqt.org
*
* Copyright: 2012 Razor team
* Authors:
@@ -35,6 +35,8 @@
#include <KWindowSystem/KWindowSystem>
#include <QMouseEvent>
#include <QPushButton>
+#include <QStyle>
+#include <QStyleOption>
#include "notification.h"
#include "notificationwidgets.h"
@@ -310,7 +312,7 @@
return;
}
- foreach (WId i, KWindowSystem::stackingOrder())
+ for (WId i : KWindowSystem::stackingOrder())
{
KWindowInfo info = KWindowInfo(i, NET::WMName | NET::WMVisibleName);
appName = info.name();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-notificationd-0.12.0/src/notification.h
new/lxqt-notificationd-0.13.0/src/notification.h
--- old/lxqt-notificationd-0.12.0/src/notification.h 2017-10-21
21:18:28.000000000 +0200
+++ new/lxqt-notificationd-0.13.0/src/notification.h 2018-05-21
20:23:39.000000000 +0200
@@ -1,8 +1,8 @@
/* BEGIN_COMMON_COPYRIGHT_HEADER
* (c)LGPL2+
*
- * LXDE-Qt - a lightweight, Qt based, desktop toolset
- * http://razor-qt.org
+ * LXQt - a lightweight, Qt based, desktop toolset
+ * https://lxqt.org
*
* Copyright: 2012 Razor team
* Authors:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-notificationd-0.12.0/src/notificationarea.cpp
new/lxqt-notificationd-0.13.0/src/notificationarea.cpp
--- old/lxqt-notificationd-0.12.0/src/notificationarea.cpp 2017-10-21
21:18:28.000000000 +0200
+++ new/lxqt-notificationd-0.13.0/src/notificationarea.cpp 2018-05-21
20:23:39.000000000 +0200
@@ -1,8 +1,8 @@
/* BEGIN_COMMON_COPYRIGHT_HEADER
* (c)LGPL2+
*
- * LXDE-Qt - a lightweight, Qt based, desktop toolset
- * http://razor-qt.org
+ * LXQt - a lightweight, Qt based, desktop toolset
+ * https://lxqt.org
*
* Copyright: 2012 Razor team
* Authors:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-notificationd-0.12.0/src/notificationarea.h
new/lxqt-notificationd-0.13.0/src/notificationarea.h
--- old/lxqt-notificationd-0.12.0/src/notificationarea.h 2017-10-21
21:18:28.000000000 +0200
+++ new/lxqt-notificationd-0.13.0/src/notificationarea.h 2018-05-21
20:23:39.000000000 +0200
@@ -1,8 +1,8 @@
/* BEGIN_COMMON_COPYRIGHT_HEADER
* (c)LGPL2+
*
- * LXDE-Qt - a lightweight, Qt based, desktop toolset
- * http://razor-qt.org
+ * LXQt - a lightweight, Qt based, desktop toolset
+ * https://lxqt.org
*
* Copyright: 2012 Razor team
* Authors:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-notificationd-0.12.0/src/notificationlayout.cpp
new/lxqt-notificationd-0.13.0/src/notificationlayout.cpp
--- old/lxqt-notificationd-0.12.0/src/notificationlayout.cpp 2017-10-21
21:18:28.000000000 +0200
+++ new/lxqt-notificationd-0.13.0/src/notificationlayout.cpp 2018-05-21
20:23:39.000000000 +0200
@@ -1,8 +1,8 @@
/* BEGIN_COMMON_COPYRIGHT_HEADER
* (c)LGPL2+
*
- * LXDE-Qt - a lightweight, Qt based, desktop toolset
- * http://razor-qt.org
+ * LXQt - a lightweight, Qt based, desktop toolset
+ * https://lxqt.org
*
* Copyright: 2012 Razor team
* Authors:
@@ -42,9 +42,6 @@
// Required to display wallpaper
setAttribute(Qt::WA_TranslucentBackground);
- // Make the window stay on top
- setWindowFlags(windowFlags() | Qt::WindowStaysOnTopHint);
-
m_layout = new QVBoxLayout(this);
m_layout->setMargin(0);
setLayout(m_layout);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-notificationd-0.12.0/src/notificationlayout.h
new/lxqt-notificationd-0.13.0/src/notificationlayout.h
--- old/lxqt-notificationd-0.12.0/src/notificationlayout.h 2017-10-21
21:18:28.000000000 +0200
+++ new/lxqt-notificationd-0.13.0/src/notificationlayout.h 2018-05-21
20:23:39.000000000 +0200
@@ -1,8 +1,8 @@
/* BEGIN_COMMON_COPYRIGHT_HEADER
* (c)LGPL2+
*
- * LXDE-Qt - a lightweight, Qt based, desktop toolset
- * http://razor-qt.org
+ * LXQt - a lightweight, Qt based, desktop toolset
+ * https://lxqt.org
*
* Copyright: 2012 Razor team
* Authors:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/lxqt-notificationd-0.12.0/src/notificationwidgets.cpp
new/lxqt-notificationd-0.13.0/src/notificationwidgets.cpp
--- old/lxqt-notificationd-0.12.0/src/notificationwidgets.cpp 2017-10-21
21:18:28.000000000 +0200
+++ new/lxqt-notificationd-0.13.0/src/notificationwidgets.cpp 2018-05-21
20:23:39.000000000 +0200
@@ -1,8 +1,8 @@
/* BEGIN_COMMON_COPYRIGHT_HEADER
* (c)LGPL2+
*
- * LXDE-Qt - a lightweight, Qt based, desktop toolset
- * http://razor-qt.org
+ * LXQt - a lightweight, Qt based, desktop toolset
+ * https://lxqt.org
*
* Copyright: 2012 Razor team
* Authors:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-notificationd-0.12.0/src/notificationwidgets.h
new/lxqt-notificationd-0.13.0/src/notificationwidgets.h
--- old/lxqt-notificationd-0.12.0/src/notificationwidgets.h 2017-10-21
21:18:28.000000000 +0200
+++ new/lxqt-notificationd-0.13.0/src/notificationwidgets.h 2018-05-21
20:23:39.000000000 +0200
@@ -1,8 +1,8 @@
/* BEGIN_COMMON_COPYRIGHT_HEADER
* (c)LGPL2+
*
- * LXDE-Qt - a lightweight, Qt based, desktop toolset
- * http://razor-qt.org
+ * LXQt - a lightweight, Qt based, desktop toolset
+ * https://lxqt.org
*
* Copyright: 2012 Razor team
* Authors:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-notificationd-0.12.0/src/notifyd.cpp
new/lxqt-notificationd-0.13.0/src/notifyd.cpp
--- old/lxqt-notificationd-0.12.0/src/notifyd.cpp 2017-10-21
21:18:28.000000000 +0200
+++ new/lxqt-notificationd-0.13.0/src/notifyd.cpp 2018-05-21
20:23:39.000000000 +0200
@@ -2,7 +2,7 @@
* (c)LGPL2+
*
* LXQt - a lightweight, Qt based, desktop toolset
- * http://lxqt.org
+ * https://lxqt.org
*
* Copyright: 2012 Razor team
* Authors:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-notificationd-0.12.0/src/notifyd.h
new/lxqt-notificationd-0.13.0/src/notifyd.h
--- old/lxqt-notificationd-0.12.0/src/notifyd.h 2017-10-21 21:18:28.000000000
+0200
+++ new/lxqt-notificationd-0.13.0/src/notifyd.h 2018-05-21 20:23:39.000000000
+0200
@@ -1,8 +1,8 @@
/* BEGIN_COMMON_COPYRIGHT_HEADER
* (c)LGPL2+
*
- * LXDE-Qt - a lightweight, Qt based, desktop toolset
- * http://razor-qt.org
+ * LXQt - a lightweight, Qt based, desktop toolset
+ * https://lxqt.org
*
* Copyright: 2012 Razor team
* Authors:
@@ -61,8 +61,8 @@
QStringList GetCapabilities();
/*! Provide a server/deamon info about version etc.
- * \param vendor outbound string. It's filled with lxde-qt credits
- * \param version outbound string. lxde-qt DE version is used (from
CMakeLists.txt)
+ * \param vendor outbound string. It's filled with lxqt credits
+ * \param version outbound string. lxqt DE version is used (from
CMakeLists.txt)
* \param spec_version outbound string. Currently used specification
version.
* \retval QString daemon binary name
*/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-notificationd-0.12.0/test/main.cpp
new/lxqt-notificationd-0.13.0/test/main.cpp
--- old/lxqt-notificationd-0.12.0/test/main.cpp 2017-10-21 21:18:28.000000000
+0200
+++ new/lxqt-notificationd-0.13.0/test/main.cpp 2018-05-21 20:23:39.000000000
+0200
@@ -1,8 +1,8 @@
/* BEGIN_COMMON_COPYRIGHT_HEADER
* (c)LGPL2+
*
- * LXDE-Qt - a lightweight, Qt based, desktop toolset
- * http://razor-qt.org
+ * LXQt - a lightweight, Qt based, desktop toolset
+ * https://lxqt.org
*
* Copyright (C) 2012 Alec Moskvin <[email protected]>
*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-notificationd-0.12.0/test/mainwindow.cpp
new/lxqt-notificationd-0.13.0/test/mainwindow.cpp
--- old/lxqt-notificationd-0.12.0/test/mainwindow.cpp 2017-10-21
21:18:28.000000000 +0200
+++ new/lxqt-notificationd-0.13.0/test/mainwindow.cpp 2018-05-21
20:23:39.000000000 +0200
@@ -1,8 +1,8 @@
/* BEGIN_COMMON_COPYRIGHT_HEADER
* (c)LGPL2+
*
- * LXDE-Qt - a lightweight, Qt based, desktop toolset
- * http://razor-qt.org
+ * LXQt - a lightweight, Qt based, desktop toolset
+ * https://lxqt.org
*
* Copyright (C) 2012 Alec Moskvin <[email protected]>
*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lxqt-notificationd-0.12.0/test/mainwindow.h
new/lxqt-notificationd-0.13.0/test/mainwindow.h
--- old/lxqt-notificationd-0.12.0/test/mainwindow.h 2017-10-21
21:18:28.000000000 +0200
+++ new/lxqt-notificationd-0.13.0/test/mainwindow.h 2018-05-21
20:23:39.000000000 +0200
@@ -1,8 +1,8 @@
/* BEGIN_COMMON_COPYRIGHT_HEADER
* (c)LGPL2+
*
- * LXDE-Qt - a lightweight, Qt based, desktop toolset
- * http://razor-qt.org
+ * LXQt - a lightweight, Qt based, desktop toolset
+ * https://lxqt.org
*
* Copyright (C) 2012 Alec Moskvin <[email protected]>
*