Commit b191bd07 authored by Florent Revest's avatar Florent Revest

lipstick: Fix patch files using devtool according to an OpenEmbedded warning

parent 27e6f10f
From d1701f01b300319c2c4a9e6cb7e891d8a68d1192 Mon Sep 17 00:00:00 2001
From 46c9290b58958dff65119caf898ca821ba87e34f Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Tue, 28 Feb 2017 12:40:30 +0100
Subject: [PATCH] Disables tests and doc
......@@ -8,7 +8,7 @@ Subject: [PATCH] Disables tests and doc
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lipstick.pro b/lipstick.pro
index 78ee362d..28f07219 100644
index 016139da..9fda0c5c 100644
--- a/lipstick.pro
+++ b/lipstick.pro
@@ -1,5 +1,5 @@
......@@ -18,6 +18,3 @@ index 78ee362d..28f07219 100644
plugin.depends = src
tools.depends = src
--
2.11.0
From 356916fcbbd151eb06bc5fcc72916c09331800d2 Mon Sep 17 00:00:00 2001
From 67b4066d4e1ce6c048f3b6ebf805a52a87864339 Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Thu, 13 Apr 2017 11:48:18 +0200
Subject: [PATCH] Disable USB mode notifications on connect
......@@ -8,15 +8,12 @@ Subject: [PATCH] Disable USB mode notifications on connect
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/notificationcategories/device.added.conf b/src/notificationcategories/device.added.conf
index 508bd806..cd061671 100644
index 2fd6df9a..c2b407d3 100644
--- a/src/notificationcategories/device.added.conf
+++ b/src/notificationcategories/device.added.conf
@@ -1,4 +1,4 @@
x-nemo-icon=usb
x-nemo-icon=ios-usb
-urgency=2
+urgency=0
transient=true
x-nemo-feedback=accessory_connected
--
2.11.0
From f2d63b3cbdbc941ad9e60123c2d3507ddf87e040 Mon Sep 17 00:00:00 2001
From 57bf37e865fbe12123202965ec4278c171544c29 Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Sun, 30 Jul 2017 20:22:22 +0100
Subject: [PATCH] ScreenshotService: Use system bus to workaround the
......@@ -10,10 +10,10 @@ Subject: [PATCH] ScreenshotService: Use system bus to workaround the
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/homeapplication.cpp b/src/homeapplication.cpp
index 758e00b..6bb2b31 100644
index f9e9be5a..72bbc596 100644
--- a/src/homeapplication.cpp
+++ b/src/homeapplication.cpp
@@ -120,9 +120,8 @@ HomeApplication::HomeApplication(int &argc, char **argv, const QString &qmlPath)
@@ -119,9 +119,8 @@ HomeApplication::HomeApplication(int &argc, char **argv, const QString &qmlPath)
m_screenshotService = new ScreenshotService(this);
new ScreenshotServiceAdaptor(m_screenshotService);
......@@ -25,7 +25,7 @@ index 758e00b..6bb2b31 100644
// Setting up the context and engine things
qmlEngine->rootContext()->setContextProperty("initialSize", QGuiApplication::primaryScreen()->size());
diff --git a/tools/screenshottool/screenshottool b/tools/screenshottool/screenshottool
index 64d6b9a..56fd45a 100755
index 64d6b9a9..56fd45a8 100755
--- a/tools/screenshottool/screenshottool
+++ b/tools/screenshottool/screenshottool
@@ -15,5 +15,5 @@ else
......@@ -35,6 +35,3 @@ index 64d6b9a..56fd45a 100755
-dbus-send --type=method_call --dest=org.nemomobile.lipstick /org/nemomobile/lipstick/screenshot org.nemomobile.lipstick.saveScreenshot "string:${SCREENSHOTPATH}"
+dbus-send --system --type=method_call --dest=org.nemomobile.lipstick /org/nemomobile/lipstick/screenshot org.nemomobile.lipstick.saveScreenshot "string:${SCREENSHOTPATH}"
notificationtool -o add -c device.added "" "" "" "Screenshot saved to $SCREENSHOTPATH"
--
2.7.4
From 3ecff2332ec0ba511444cfaafe0fa29ab3a7af82 Mon Sep 17 00:00:00 2001
From acddfe3f153994db5bade9b79283ed9f77943b53 Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Sun, 6 Aug 2017 10:51:50 +0100
Subject: [PATCH] BluetoothAgent: Advertise less hardware capabilities to make
......@@ -9,7 +9,7 @@ Subject: [PATCH] BluetoothAgent: Advertise less hardware capabilities to make
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bluetoothagent.cpp b/src/bluetoothagent.cpp
index b48bd7a..c2a016f 100644
index d71d415e..06797109 100644
--- a/src/bluetoothagent.cpp
+++ b/src/bluetoothagent.cpp
@@ -28,7 +28,7 @@
......@@ -21,6 +21,3 @@ index b48bd7a..c2a016f 100644
BluetoothAgent::BluetoothAgent(QObject *parent) : QObject(parent), window(0)
{
--
2.7.4
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment