changelogs
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=107
This commit is contained in:
parent
719ab8b0ac
commit
9fdd544cd5
@ -2,8 +2,14 @@
|
||||
Thu Dec 10 23:06:56 UTC 2015 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.17.0
|
||||
* Cookie dialogue: make it work as intended
|
||||
* Fix filename suggestion changing to something random when
|
||||
changing save-as mimetype.
|
||||
* Register DBus name for kioexec (kde#353037)
|
||||
* Update KProtocolManager after configuration change.
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/kde-frameworks-5.17.0.php
|
||||
- Drop upstreamed register-dbus-name-for-kioexec.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 12:47:46 UTC 2015 - wbauer@tmo.at
|
||||
|
@ -1,45 +0,0 @@
|
||||
From: Weng Xuetian <wengxt@gmail.com>
|
||||
Date: Wed, 25 Nov 2015 08:33:47 +0000
|
||||
Subject: Register DBus name for kioexec
|
||||
X-Git-Url: http://quickgit.kde.org/?p=kio.git&a=commitdiff&h=1b4289ca0e00bf7ba59b19837ea2b2519f42a984
|
||||
---
|
||||
Register DBus name for kioexec
|
||||
|
||||
KLauncher expects kioexec to register org.kde.kioexec on dbus.
|
||||
|
||||
REVIEW: 126164
|
||||
BUG: 353037
|
||||
FIXED-IN: 5.17.0
|
||||
---
|
||||
|
||||
|
||||
--- a/src/kioexec/CMakeLists.txt
|
||||
+++ b/src/kioexec/CMakeLists.txt
|
||||
@@ -10,6 +10,7 @@
|
||||
KF5::KIOWidgets # KRun
|
||||
KF5::WidgetsAddons # KMessageBox
|
||||
KF5::WindowSystem # KStartupInfo
|
||||
+ KF5::DBusAddons # KDBusService
|
||||
)
|
||||
|
||||
if (HAVE_X11)
|
||||
|
||||
--- a/src/kioexec/main.cpp
|
||||
+++ b/src/kioexec/main.cpp
|
||||
@@ -37,6 +37,7 @@
|
||||
#include <KService>
|
||||
#include <KLocalizedString>
|
||||
#include <KAboutData>
|
||||
+#include <KDBusService>
|
||||
|
||||
#include <QCommandLineParser>
|
||||
#include <QCommandLineOption>
|
||||
@@ -282,6 +283,7 @@
|
||||
aboutData.addAuthor(i18n("Waldo Bastian"),QString(), QStringLiteral("bastian@kde.org"));
|
||||
aboutData.addAuthor(i18n("Oswald Buddenhagen"),QString(), QStringLiteral("ossi@kde.org"));
|
||||
KAboutData::setApplicationData(aboutData);
|
||||
+ KDBusService service(KDBusService::Multiple);
|
||||
|
||||
QCommandLineParser parser;
|
||||
parser.addHelpOption();
|
||||
|
Loading…
Reference in New Issue
Block a user