summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2016-11-18 17:24:09 +0100
committerCarlos Garnacho <carlosg@gnome.org>2017-02-10 23:13:00 +0100
commit45c3528e281d8fb92fc0a44eb10d87035727bc65 (patch)
tree31a6cb82085e8b8c7873fa8f207ba336e6b74902 /data
parente7f2134f24c527b113570cc8d52390561dc2a6fd (diff)
downloadgnome-settings-daemon-45c3528e281d8fb92fc0a44eb10d87035727bc65.tar.gz
wacom: Implement minimal data migration
Unfortunately we can't properly lookup the schemas for styli and button paths (that is, without a stylus or button path to construct settings paths from). However, support the tablet-wide settings on device hotplug.
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in b/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
index aae6f312..01c468f4 100644
--- a/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.peripherals.wacom.gschema.xml.in.in
@@ -1,7 +1,7 @@
<schemalist>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.wacom">
- <child name="stylus" schema="org.gnome.settings-daemon.peripherals.wacom.stylus"/>
- <child name="eraser" schema="org.gnome.settings-daemon.peripherals.wacom.eraser"/>
+ <schema id="org.gnome.settings-daemon.peripherals.wacom.deprecated">
+ <child name="stylus" schema="org.gnome.settings-daemon.peripherals.wacom.stylus.deprecated"/>
+ <child name="eraser" schema="org.gnome.settings-daemon.peripherals.wacom.eraser.deprecated"/>
<!-- is-absolute applies to all tools but PAD, CURSOR is hard-coded -->
<key name="is-absolute" type="b">
@@ -30,7 +30,7 @@
<_description>Enable this to move the cursor when the user touches the tablet.</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.wacom.stylus">
+ <schema id="org.gnome.settings-daemon.peripherals.wacom.stylus.deprecated">
<key name="pressurecurve" type="ai">
<default>[0, 0, 100, 100]</default>
<_summary>Wacom stylus pressure curve</_summary>
@@ -47,7 +47,7 @@
<_description>Set this to the pressure value at which a stylus click event is generated.</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.wacom.eraser">
+ <schema id="org.gnome.settings-daemon.peripherals.wacom.eraser.deprecated">
<key name="pressurecurve" type="ai">
<default>[0, 0, 100, 100]</default>
<_summary>Wacom eraser pressure curve</_summary>
@@ -64,7 +64,7 @@
<_description>Set this to the pressure value at which an eraser click event is generated.</_description>
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.wacom.tablet-button">
+ <schema id="org.gnome.settings-daemon.peripherals.wacom.tablet-button.deprecated">
<key name="action-type" enum="org.gnome.settings-daemon.GsdWacomActionType">
<default>'none'</default>
<_summary>Wacom button action type</_summary>