Skip to content

Commit

Permalink
[data] patch: updated to match SailfishOS 2.0.2.43 'Aurajoki'
Browse files Browse the repository at this point in the history
Signed-off-by: Eugenio Paolantonio (g7) <me@medesimo.eu>
  • Loading branch information
g7 committed Jun 6, 2016
1 parent f92901a commit 8ba361c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions data/unified_diff.patch
Expand Up @@ -82,7 +82,7 @@
toggleActive()
--- a/usr/share/lipstick-jolla-home-qt5/powerkey/PowerButton.qml
+++ b/usr/share/lipstick-jolla-home-qt5/powerkey/PowerButton.qml
@@ -30,7 +30,7 @@ MouseArea {
@@ -32,7 +32,7 @@ MouseArea {

anchors.centerIn: parent

Expand All @@ -91,7 +91,7 @@
? button.iconSource + "?" + Theme.highlightColor
: button.iconSource

@@ -38,4 +38,7 @@ MouseArea {
@@ -40,4 +40,7 @@ MouseArea {
height: Theme.iconSizeLauncher
}
}
Expand All @@ -110,7 +110,7 @@
readonly property bool largeScreen: Screen.sizeCategory >= Screen.Large
readonly property real exposure: currentItem
? Lipstick.compositor.powerKeyLayer.absoluteExposure + currentItem.height - itemHeight
@@ -43,6 +45,19 @@ SilicaListView {
@@ -46,6 +48,19 @@ SilicaListView {
}
}

Expand All @@ -130,7 +130,7 @@
model: AmbienceInstallModel {
id: installModel

@@ -146,6 +161,8 @@ SilicaListView {
@@ -178,6 +193,8 @@ SilicaListView {
clip: powerTransition.running
visible: !shutdownButton.visible || powerTransition.running

Expand Down Expand Up @@ -172,16 +172,17 @@
checked: desktopSettings.left_peek_to_events
//% "Quick Events access"
text: qsTrId("settings_display-la-left_peek_at_events")
@@ -59,4 +83,12 @@ Page {
property bool close_from_top: false
@@ -76,5 +100,13 @@ Page {
property bool left_peek_to_events: false
}
+
+ ConfigurationGroup {
+ id: swipeToLockSettings
+ path: "/desktop/lipstick-jolla-home/swipeToLock"
+
+ property bool enabled: true
+ property int threshold: 50
+ }
+
DisplaySettings { id: displaySettings }
}

0 comments on commit 8ba361c

Please sign in to comment.