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> From: Florent Revest <revestflo@gmail.com>
Date: Tue, 28 Feb 2017 12:40:30 +0100 Date: Tue, 28 Feb 2017 12:40:30 +0100
Subject: [PATCH] Disables tests and doc Subject: [PATCH] Disables tests and doc
...@@ -8,7 +8,7 @@ Subject: [PATCH] Disables tests and doc ...@@ -8,7 +8,7 @@ Subject: [PATCH] Disables tests and doc
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lipstick.pro b/lipstick.pro diff --git a/lipstick.pro b/lipstick.pro
index 78ee362d..28f07219 100644 index 016139da..9fda0c5c 100644
--- a/lipstick.pro --- a/lipstick.pro
+++ b/lipstick.pro +++ b/lipstick.pro
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
...@@ -18,6 +18,3 @@ index 78ee362d..28f07219 100644 ...@@ -18,6 +18,3 @@ index 78ee362d..28f07219 100644
plugin.depends = src plugin.depends = src
tools.depends = src tools.depends = src
--
2.11.0
From dca3f379bc42ed7917efc243765e322dd2720f34 Mon Sep 17 00:00:00 2001 From 4e49ed29f148d11f5184b645b833a42076b2d5b1 Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com> From: Florent Revest <revestflo@gmail.com>
Date: Mon, 3 Oct 2016 19:43:09 +0200 Date: Mon, 3 Oct 2016 19:43:09 +0200
Subject: [PATCH] notificationcategories: use ion icons Subject: [PATCH] notificationcategories: use ion icons
...@@ -12,25 +12,25 @@ Subject: [PATCH] notificationcategories: use ion icons ...@@ -12,25 +12,25 @@ Subject: [PATCH] notificationcategories: use ion icons
src/notificationcategories/network.connected.conf | 2 +- src/notificationcategories/network.connected.conf | 2 +-
src/notificationcategories/network.disconnected.conf | 2 +- src/notificationcategories/network.disconnected.conf | 2 +-
src/notificationcategories/network.error.conf | 2 +- src/notificationcategories/network.error.conf | 2 +-
src/notificationcategories/x-nemo.battery.chargingcomplete.conf | 2 +- .../x-nemo.battery.chargingcomplete.conf | 2 +-
src/notificationcategories/x-nemo.battery.chargingnotstarted.conf | 2 +- .../x-nemo.battery.chargingnotstarted.conf | 2 +-
src/notificationcategories/x-nemo.battery.conf | 2 +- src/notificationcategories/x-nemo.battery.conf | 2 +-
src/notificationcategories/x-nemo.battery.enterpsm.conf | 2 +- src/notificationcategories/x-nemo.battery.enterpsm.conf | 2 +-
src/notificationcategories/x-nemo.battery.exitpsm.conf | 2 +- src/notificationcategories/x-nemo.battery.exitpsm.conf | 2 +-
src/notificationcategories/x-nemo.battery.lowbattery.conf | 2 +- src/notificationcategories/x-nemo.battery.lowbattery.conf | 2 +-
src/notificationcategories/x-nemo.battery.notenoughpower.conf | 2 +- .../x-nemo.battery.notenoughpower.conf | 2 +-
src/notificationcategories/x-nemo.battery.recharge.conf | 2 +- src/notificationcategories/x-nemo.battery.recharge.conf | 2 +-
src/notificationcategories/x-nemo.battery.removecharger.conf | 2 +- .../x-nemo.battery.removecharger.conf | 2 +-
src/notificationcategories/x-nemo.battery.shutdown.conf | 2 +- src/notificationcategories/x-nemo.battery.shutdown.conf | 2 +-
src/notificationcategories/x-nemo.battery.temperature.conf | 2 +- src/notificationcategories/x-nemo.battery.temperature.conf | 2 +-
src/notificationcategories/x-nemo.connectionselector.cellular.conf | 2 +- .../x-nemo.connectionselector.cellular.conf | 2 +-
src/notificationcategories/x-nemo.connectionselector.wifi.conf | 2 +- .../x-nemo.connectionselector.wifi.conf | 2 +-
src/notificationcategories/x-nemo.device.locked.conf | 2 +- src/notificationcategories/x-nemo.device.locked.conf | 2 +-
src/notificationcategories/x-nemo.system.diskspace.conf | 6 +++--- src/notificationcategories/x-nemo.system.diskspace.conf | 6 +++---
23 files changed, 25 insertions(+), 25 deletions(-) 23 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/src/notificationcategories/device.added.conf b/src/notificationcategories/device.added.conf diff --git a/src/notificationcategories/device.added.conf b/src/notificationcategories/device.added.conf
index 189c9e1..508bd80 100644 index 189c9e1a..2fd6df9a 100644
--- a/src/notificationcategories/device.added.conf --- a/src/notificationcategories/device.added.conf
+++ b/src/notificationcategories/device.added.conf +++ b/src/notificationcategories/device.added.conf
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
...@@ -40,7 +40,7 @@ index 189c9e1..508bd80 100644 ...@@ -40,7 +40,7 @@ index 189c9e1..508bd80 100644
transient=true transient=true
x-nemo-feedback=accessory_connected x-nemo-feedback=accessory_connected
diff --git a/src/notificationcategories/device.conf b/src/notificationcategories/device.conf diff --git a/src/notificationcategories/device.conf b/src/notificationcategories/device.conf
index b257b04..6941bf0 100644 index b257b04e..6941bf04 100644
--- a/src/notificationcategories/device.conf --- a/src/notificationcategories/device.conf
+++ b/src/notificationcategories/device.conf +++ b/src/notificationcategories/device.conf
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
...@@ -49,7 +49,7 @@ index b257b04..6941bf0 100644 ...@@ -49,7 +49,7 @@ index b257b04..6941bf0 100644
urgency=0 urgency=0
transient=true transient=true
diff --git a/src/notificationcategories/device.error.conf b/src/notificationcategories/device.error.conf diff --git a/src/notificationcategories/device.error.conf b/src/notificationcategories/device.error.conf
index 2f39c64..2c6b9dd 100644 index 2f39c645..1d0eb977 100644
--- a/src/notificationcategories/device.error.conf --- a/src/notificationcategories/device.error.conf
+++ b/src/notificationcategories/device.error.conf +++ b/src/notificationcategories/device.error.conf
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
...@@ -59,7 +59,7 @@ index 2f39c64..2c6b9dd 100644 ...@@ -59,7 +59,7 @@ index 2f39c64..2c6b9dd 100644
transient=true transient=true
x-nemo-feedback=general_warning x-nemo-feedback=general_warning
diff --git a/src/notificationcategories/device.removed.conf b/src/notificationcategories/device.removed.conf diff --git a/src/notificationcategories/device.removed.conf b/src/notificationcategories/device.removed.conf
index fc9b36a..8a6a6c7 100644 index fc9b36a6..1e677a6b 100644
--- a/src/notificationcategories/device.removed.conf --- a/src/notificationcategories/device.removed.conf
+++ b/src/notificationcategories/device.removed.conf +++ b/src/notificationcategories/device.removed.conf
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
...@@ -68,7 +68,7 @@ index fc9b36a..8a6a6c7 100644 ...@@ -68,7 +68,7 @@ index fc9b36a..8a6a6c7 100644
urgency=2 urgency=2
transient=true transient=true
diff --git a/src/notificationcategories/network.conf b/src/notificationcategories/network.conf diff --git a/src/notificationcategories/network.conf b/src/notificationcategories/network.conf
index 94f144c..7be6202 100644 index 94f144cb..7be62027 100644
--- a/src/notificationcategories/network.conf --- a/src/notificationcategories/network.conf
+++ b/src/notificationcategories/network.conf +++ b/src/notificationcategories/network.conf
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
...@@ -77,7 +77,7 @@ index 94f144c..7be6202 100644 ...@@ -77,7 +77,7 @@ index 94f144c..7be6202 100644
urgency=0 urgency=0
transient=true transient=true
diff --git a/src/notificationcategories/network.connected.conf b/src/notificationcategories/network.connected.conf diff --git a/src/notificationcategories/network.connected.conf b/src/notificationcategories/network.connected.conf
index 2c95596..b312f98 100644 index 2c955962..b312f98a 100644
--- a/src/notificationcategories/network.connected.conf --- a/src/notificationcategories/network.connected.conf
+++ b/src/notificationcategories/network.connected.conf +++ b/src/notificationcategories/network.connected.conf
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
...@@ -86,7 +86,7 @@ index 2c95596..b312f98 100644 ...@@ -86,7 +86,7 @@ index 2c95596..b312f98 100644
urgency=1 urgency=1
transient=true transient=true
diff --git a/src/notificationcategories/network.disconnected.conf b/src/notificationcategories/network.disconnected.conf diff --git a/src/notificationcategories/network.disconnected.conf b/src/notificationcategories/network.disconnected.conf
index 2c95596..b312f98 100644 index 2c955962..b312f98a 100644
--- a/src/notificationcategories/network.disconnected.conf --- a/src/notificationcategories/network.disconnected.conf
+++ b/src/notificationcategories/network.disconnected.conf +++ b/src/notificationcategories/network.disconnected.conf
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
...@@ -95,7 +95,7 @@ index 2c95596..b312f98 100644 ...@@ -95,7 +95,7 @@ index 2c95596..b312f98 100644
urgency=1 urgency=1
transient=true transient=true
diff --git a/src/notificationcategories/network.error.conf b/src/notificationcategories/network.error.conf diff --git a/src/notificationcategories/network.error.conf b/src/notificationcategories/network.error.conf
index a991e07..de453f7 100644 index a991e076..de453f7c 100644
--- a/src/notificationcategories/network.error.conf --- a/src/notificationcategories/network.error.conf
+++ b/src/notificationcategories/network.error.conf +++ b/src/notificationcategories/network.error.conf
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
...@@ -104,7 +104,7 @@ index a991e07..de453f7 100644 ...@@ -104,7 +104,7 @@ index a991e07..de453f7 100644
urgency=2 urgency=2
transient=true transient=true
diff --git a/src/notificationcategories/x-nemo.battery.chargingcomplete.conf b/src/notificationcategories/x-nemo.battery.chargingcomplete.conf diff --git a/src/notificationcategories/x-nemo.battery.chargingcomplete.conf b/src/notificationcategories/x-nemo.battery.chargingcomplete.conf
index 2b90ec0..402ae28 100644 index 2b90ec06..402ae280 100644
--- a/src/notificationcategories/x-nemo.battery.chargingcomplete.conf --- a/src/notificationcategories/x-nemo.battery.chargingcomplete.conf
+++ b/src/notificationcategories/x-nemo.battery.chargingcomplete.conf +++ b/src/notificationcategories/x-nemo.battery.chargingcomplete.conf
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
...@@ -113,7 +113,7 @@ index 2b90ec0..402ae28 100644 ...@@ -113,7 +113,7 @@ index 2b90ec0..402ae28 100644
urgency=2 urgency=2
transient=true transient=true
diff --git a/src/notificationcategories/x-nemo.battery.chargingnotstarted.conf b/src/notificationcategories/x-nemo.battery.chargingnotstarted.conf diff --git a/src/notificationcategories/x-nemo.battery.chargingnotstarted.conf b/src/notificationcategories/x-nemo.battery.chargingnotstarted.conf
index 3e24652..3263e2e 100644 index 3e24652f..3263e2e6 100644
--- a/src/notificationcategories/x-nemo.battery.chargingnotstarted.conf --- a/src/notificationcategories/x-nemo.battery.chargingnotstarted.conf
+++ b/src/notificationcategories/x-nemo.battery.chargingnotstarted.conf +++ b/src/notificationcategories/x-nemo.battery.chargingnotstarted.conf
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
...@@ -123,7 +123,7 @@ index 3e24652..3263e2e 100644 ...@@ -123,7 +123,7 @@ index 3e24652..3263e2e 100644
expireTimeout=60000 expireTimeout=60000
x-nemo-feedback=general_warning x-nemo-feedback=general_warning
diff --git a/src/notificationcategories/x-nemo.battery.conf b/src/notificationcategories/x-nemo.battery.conf diff --git a/src/notificationcategories/x-nemo.battery.conf b/src/notificationcategories/x-nemo.battery.conf
index c4b94af..bcb0a04 100644 index c4b94af8..bcb0a048 100644
--- a/src/notificationcategories/x-nemo.battery.conf --- a/src/notificationcategories/x-nemo.battery.conf
+++ b/src/notificationcategories/x-nemo.battery.conf +++ b/src/notificationcategories/x-nemo.battery.conf
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
...@@ -133,7 +133,7 @@ index c4b94af..bcb0a04 100644 ...@@ -133,7 +133,7 @@ index c4b94af..bcb0a04 100644
transient=true transient=true
x-nemo-feedback=charging_started x-nemo-feedback=charging_started
diff --git a/src/notificationcategories/x-nemo.battery.enterpsm.conf b/src/notificationcategories/x-nemo.battery.enterpsm.conf diff --git a/src/notificationcategories/x-nemo.battery.enterpsm.conf b/src/notificationcategories/x-nemo.battery.enterpsm.conf
index 32c9db7..0857ec0 100644 index 32c9db7b..0857ec02 100644
--- a/src/notificationcategories/x-nemo.battery.enterpsm.conf --- a/src/notificationcategories/x-nemo.battery.enterpsm.conf
+++ b/src/notificationcategories/x-nemo.battery.enterpsm.conf +++ b/src/notificationcategories/x-nemo.battery.enterpsm.conf
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
...@@ -143,7 +143,7 @@ index 32c9db7..0857ec0 100644 ...@@ -143,7 +143,7 @@ index 32c9db7..0857ec0 100644
transient=true transient=true
x-nemo-feedback=battery_low x-nemo-feedback=battery_low
diff --git a/src/notificationcategories/x-nemo.battery.exitpsm.conf b/src/notificationcategories/x-nemo.battery.exitpsm.conf diff --git a/src/notificationcategories/x-nemo.battery.exitpsm.conf b/src/notificationcategories/x-nemo.battery.exitpsm.conf
index 80dfcff..72e2085 100644 index 80dfcff0..72e20851 100644
--- a/src/notificationcategories/x-nemo.battery.exitpsm.conf --- a/src/notificationcategories/x-nemo.battery.exitpsm.conf
+++ b/src/notificationcategories/x-nemo.battery.exitpsm.conf +++ b/src/notificationcategories/x-nemo.battery.exitpsm.conf
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
...@@ -152,7 +152,7 @@ index 80dfcff..72e2085 100644 ...@@ -152,7 +152,7 @@ index 80dfcff..72e2085 100644
urgency=2 urgency=2
transient=true transient=true
diff --git a/src/notificationcategories/x-nemo.battery.lowbattery.conf b/src/notificationcategories/x-nemo.battery.lowbattery.conf diff --git a/src/notificationcategories/x-nemo.battery.lowbattery.conf b/src/notificationcategories/x-nemo.battery.lowbattery.conf
index 9465dce..957a780 100644 index 9465dce5..957a7809 100644
--- a/src/notificationcategories/x-nemo.battery.lowbattery.conf --- a/src/notificationcategories/x-nemo.battery.lowbattery.conf
+++ b/src/notificationcategories/x-nemo.battery.lowbattery.conf +++ b/src/notificationcategories/x-nemo.battery.lowbattery.conf
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
...@@ -162,7 +162,7 @@ index 9465dce..957a780 100644 ...@@ -162,7 +162,7 @@ index 9465dce..957a780 100644
expireTimeout=60000 expireTimeout=60000
x-nemo-feedback=battery_low x-nemo-feedback=battery_low
diff --git a/src/notificationcategories/x-nemo.battery.notenoughpower.conf b/src/notificationcategories/x-nemo.battery.notenoughpower.conf diff --git a/src/notificationcategories/x-nemo.battery.notenoughpower.conf b/src/notificationcategories/x-nemo.battery.notenoughpower.conf
index f85dc4c..ef98ae6 100644 index f85dc4c5..ef98ae65 100644
--- a/src/notificationcategories/x-nemo.battery.notenoughpower.conf --- a/src/notificationcategories/x-nemo.battery.notenoughpower.conf
+++ b/src/notificationcategories/x-nemo.battery.notenoughpower.conf +++ b/src/notificationcategories/x-nemo.battery.notenoughpower.conf
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
...@@ -171,7 +171,7 @@ index f85dc4c..ef98ae6 100644 ...@@ -171,7 +171,7 @@ index f85dc4c..ef98ae6 100644
urgency=2 urgency=2
expireTimout=60000 expireTimout=60000
diff --git a/src/notificationcategories/x-nemo.battery.recharge.conf b/src/notificationcategories/x-nemo.battery.recharge.conf diff --git a/src/notificationcategories/x-nemo.battery.recharge.conf b/src/notificationcategories/x-nemo.battery.recharge.conf
index b28757d..0da002a 100644 index b28757d7..0da002ab 100644
--- a/src/notificationcategories/x-nemo.battery.recharge.conf --- a/src/notificationcategories/x-nemo.battery.recharge.conf
+++ b/src/notificationcategories/x-nemo.battery.recharge.conf +++ b/src/notificationcategories/x-nemo.battery.recharge.conf
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
...@@ -181,7 +181,7 @@ index b28757d..0da002a 100644 ...@@ -181,7 +181,7 @@ index b28757d..0da002a 100644
transient=true transient=true
x-nemo-feedback=battery_empty x-nemo-feedback=battery_empty
diff --git a/src/notificationcategories/x-nemo.battery.removecharger.conf b/src/notificationcategories/x-nemo.battery.removecharger.conf diff --git a/src/notificationcategories/x-nemo.battery.removecharger.conf b/src/notificationcategories/x-nemo.battery.removecharger.conf
index 725d47e..970417d 100644 index 725d47e4..970417d9 100644
--- a/src/notificationcategories/x-nemo.battery.removecharger.conf --- a/src/notificationcategories/x-nemo.battery.removecharger.conf
+++ b/src/notificationcategories/x-nemo.battery.removecharger.conf +++ b/src/notificationcategories/x-nemo.battery.removecharger.conf
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
...@@ -190,7 +190,7 @@ index 725d47e..970417d 100644 ...@@ -190,7 +190,7 @@ index 725d47e..970417d 100644
urgency=2 urgency=2
expireTimeout=60000 expireTimeout=60000
diff --git a/src/notificationcategories/x-nemo.battery.shutdown.conf b/src/notificationcategories/x-nemo.battery.shutdown.conf diff --git a/src/notificationcategories/x-nemo.battery.shutdown.conf b/src/notificationcategories/x-nemo.battery.shutdown.conf
index b28757d..0da002a 100644 index b28757d7..0da002ab 100644
--- a/src/notificationcategories/x-nemo.battery.shutdown.conf --- a/src/notificationcategories/x-nemo.battery.shutdown.conf
+++ b/src/notificationcategories/x-nemo.battery.shutdown.conf +++ b/src/notificationcategories/x-nemo.battery.shutdown.conf
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
...@@ -200,7 +200,7 @@ index b28757d..0da002a 100644 ...@@ -200,7 +200,7 @@ index b28757d..0da002a 100644
transient=true transient=true
x-nemo-feedback=battery_empty x-nemo-feedback=battery_empty
diff --git a/src/notificationcategories/x-nemo.battery.temperature.conf b/src/notificationcategories/x-nemo.battery.temperature.conf diff --git a/src/notificationcategories/x-nemo.battery.temperature.conf b/src/notificationcategories/x-nemo.battery.temperature.conf
index 6b617c7..09d94f7 100644 index 6b617c70..09d94f7e 100644
--- a/src/notificationcategories/x-nemo.battery.temperature.conf --- a/src/notificationcategories/x-nemo.battery.temperature.conf
+++ b/src/notificationcategories/x-nemo.battery.temperature.conf +++ b/src/notificationcategories/x-nemo.battery.temperature.conf
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
...@@ -210,7 +210,7 @@ index 6b617c7..09d94f7 100644 ...@@ -210,7 +210,7 @@ index 6b617c7..09d94f7 100644
expireTimeout=60000 expireTimeout=60000
x-nemo-feedback=general_warning x-nemo-feedback=general_warning
diff --git a/src/notificationcategories/x-nemo.connectionselector.cellular.conf b/src/notificationcategories/x-nemo.connectionselector.cellular.conf diff --git a/src/notificationcategories/x-nemo.connectionselector.cellular.conf b/src/notificationcategories/x-nemo.connectionselector.cellular.conf
index abed616..11575bf 100644 index abed6166..11575bf5 100644
--- a/src/notificationcategories/x-nemo.connectionselector.cellular.conf --- a/src/notificationcategories/x-nemo.connectionselector.cellular.conf
+++ b/src/notificationcategories/x-nemo.connectionselector.cellular.conf +++ b/src/notificationcategories/x-nemo.connectionselector.cellular.conf
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
...@@ -219,7 +219,7 @@ index abed616..11575bf 100644 ...@@ -219,7 +219,7 @@ index abed616..11575bf 100644
urgency=2 urgency=2
transient=true transient=true
diff --git a/src/notificationcategories/x-nemo.connectionselector.wifi.conf b/src/notificationcategories/x-nemo.connectionselector.wifi.conf diff --git a/src/notificationcategories/x-nemo.connectionselector.wifi.conf b/src/notificationcategories/x-nemo.connectionselector.wifi.conf
index acff943..780ad2f 100644 index acff943a..780ad2fe 100644
--- a/src/notificationcategories/x-nemo.connectionselector.wifi.conf --- a/src/notificationcategories/x-nemo.connectionselector.wifi.conf
+++ b/src/notificationcategories/x-nemo.connectionselector.wifi.conf +++ b/src/notificationcategories/x-nemo.connectionselector.wifi.conf
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
...@@ -228,7 +228,7 @@ index acff943..780ad2f 100644 ...@@ -228,7 +228,7 @@ index acff943..780ad2f 100644
urgency=2 urgency=2
transient=true transient=true
diff --git a/src/notificationcategories/x-nemo.device.locked.conf b/src/notificationcategories/x-nemo.device.locked.conf diff --git a/src/notificationcategories/x-nemo.device.locked.conf b/src/notificationcategories/x-nemo.device.locked.conf
index b015f43..149c393 100644 index b015f43c..149c393d 100644
--- a/src/notificationcategories/x-nemo.device.locked.conf --- a/src/notificationcategories/x-nemo.device.locked.conf
+++ b/src/notificationcategories/x-nemo.device.locked.conf +++ b/src/notificationcategories/x-nemo.device.locked.conf
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
...@@ -237,7 +237,7 @@ index b015f43..149c393 100644 ...@@ -237,7 +237,7 @@ index b015f43..149c393 100644
urgency=2 urgency=2
transient=true transient=true
diff --git a/src/notificationcategories/x-nemo.system.diskspace.conf b/src/notificationcategories/x-nemo.system.diskspace.conf diff --git a/src/notificationcategories/x-nemo.system.diskspace.conf b/src/notificationcategories/x-nemo.system.diskspace.conf
index 809a1e1..efef842 100644 index 809a1e16..efef8429 100644
--- a/src/notificationcategories/x-nemo.system.diskspace.conf --- a/src/notificationcategories/x-nemo.system.diskspace.conf
+++ b/src/notificationcategories/x-nemo.system.diskspace.conf +++ b/src/notificationcategories/x-nemo.system.diskspace.conf
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
...@@ -249,6 +249,3 @@ index 809a1e1..efef842 100644 ...@@ -249,6 +249,3 @@ index 809a1e1..efef842 100644
+x-nemo-icon=ios-warning +x-nemo-icon=ios-warning
+x-nemo-preview-icon=ios-settings +x-nemo-preview-icon=ios-settings
x-nemo-priority=70 x-nemo-priority=70
--
2.9.3
From 356916fcbbd151eb06bc5fcc72916c09331800d2 Mon Sep 17 00:00:00 2001 From 67b4066d4e1ce6c048f3b6ebf805a52a87864339 Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com> From: Florent Revest <revestflo@gmail.com>
Date: Thu, 13 Apr 2017 11:48:18 +0200 Date: Thu, 13 Apr 2017 11:48:18 +0200
Subject: [PATCH] Disable USB mode notifications on connect Subject: [PATCH] Disable USB mode notifications on connect
...@@ -8,15 +8,12 @@ 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(-) 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/notificationcategories/device.added.conf b/src/notificationcategories/device.added.conf 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 --- a/src/notificationcategories/device.added.conf
+++ b/src/notificationcategories/device.added.conf +++ b/src/notificationcategories/device.added.conf
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
x-nemo-icon=usb x-nemo-icon=ios-usb
-urgency=2 -urgency=2
+urgency=0 +urgency=0
transient=true transient=true
x-nemo-feedback=accessory_connected 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> From: Florent Revest <revestflo@gmail.com>
Date: Sun, 30 Jul 2017 20:22:22 +0100 Date: Sun, 30 Jul 2017 20:22:22 +0100
Subject: [PATCH] ScreenshotService: Use system bus to workaround the Subject: [PATCH] ScreenshotService: Use system bus to workaround the
...@@ -10,10 +10,10 @@ 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(-) 2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/homeapplication.cpp b/src/homeapplication.cpp diff --git a/src/homeapplication.cpp b/src/homeapplication.cpp
index 758e00b..6bb2b31 100644 index f9e9be5a..72bbc596 100644
--- a/src/homeapplication.cpp --- a/src/homeapplication.cpp
+++ b/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); m_screenshotService = new ScreenshotService(this);
new ScreenshotServiceAdaptor(m_screenshotService); new ScreenshotServiceAdaptor(m_screenshotService);
...@@ -25,7 +25,7 @@ index 758e00b..6bb2b31 100644 ...@@ -25,7 +25,7 @@ index 758e00b..6bb2b31 100644
// Setting up the context and engine things // Setting up the context and engine things
qmlEngine->rootContext()->setContextProperty("initialSize", QGuiApplication::primaryScreen()->size()); qmlEngine->rootContext()->setContextProperty("initialSize", QGuiApplication::primaryScreen()->size());
diff --git a/tools/screenshottool/screenshottool b/tools/screenshottool/screenshottool diff --git a/tools/screenshottool/screenshottool b/tools/screenshottool/screenshottool
index 64d6b9a..56fd45a 100755 index 64d6b9a9..56fd45a8 100755
--- a/tools/screenshottool/screenshottool --- a/tools/screenshottool/screenshottool
+++ b/tools/screenshottool/screenshottool +++ b/tools/screenshottool/screenshottool
@@ -15,5 +15,5 @@ else @@ -15,5 +15,5 @@ else
...@@ -35,6 +35,3 @@ index 64d6b9a..56fd45a 100755 ...@@ -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 --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}" +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" 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> From: Florent Revest <revestflo@gmail.com>
Date: Sun, 6 Aug 2017 10:51:50 +0100 Date: Sun, 6 Aug 2017 10:51:50 +0100
Subject: [PATCH] BluetoothAgent: Advertise less hardware capabilities to make Subject: [PATCH] BluetoothAgent: Advertise less hardware capabilities to make
...@@ -9,7 +9,7 @@ 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(-) 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bluetoothagent.cpp b/src/bluetoothagent.cpp diff --git a/src/bluetoothagent.cpp b/src/bluetoothagent.cpp
index b48bd7a..c2a016f 100644 index d71d415e..06797109 100644
--- a/src/bluetoothagent.cpp --- a/src/bluetoothagent.cpp
+++ b/src/bluetoothagent.cpp +++ b/src/bluetoothagent.cpp
@@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
...@@ -21,6 +21,3 @@ index b48bd7a..c2a016f 100644 ...@@ -21,6 +21,3 @@ index b48bd7a..c2a016f 100644
BluetoothAgent::BluetoothAgent(QObject *parent) : QObject(parent), window(0) 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