[gsettings-desktop-schemas] Add a new org.gnome.desktop.calendar schema
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gsettings-desktop-schemas] Add a new org.gnome.desktop.calendar schema
- Date: Thu, 26 May 2016 13:31:35 +0000 (UTC)
commit b8aadf7abccfbd7108fb110593b6b179bb07a97d
Author: Iain Lane <iain orangesquash org uk>
Date: Thu May 12 11:27:07 2016 +0100
Add a new org.gnome.desktop.calendar schema
The show-weekdate setting is shared by both GNOME Shell and GNOME
Calendar.
https://bugzilla.gnome.org/show_bug.cgi?id=766316
po/POTFILES.in | 1 +
schemas/Makefile-schemas.include | 1 +
schemas/org.gnome.desktop.calendar.gschema.xml.in | 10 ++++++++++
3 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/po/POTFILES.in b/po/POTFILES.in
index ac0710c..6b1dd02 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -7,6 +7,7 @@
[type: gettext/gsettings]schemas/org.gnome.desktop.a11y.mouse.gschema.xml.in
[type: gettext/gsettings]schemas/org.gnome.desktop.app-folders.gschema.xml.in
[type: gettext/gsettings]schemas/org.gnome.desktop.background.gschema.xml.in
+[type: gettext/gsettings]schemas/org.gnome.desktop.calendar.gschema.xml.in
[type: gettext/gsettings]schemas/org.gnome.desktop.datetime.gschema.xml.in
[type: gettext/gsettings]schemas/org.gnome.desktop.default-applications.gschema.xml.in
[type: gettext/gsettings]schemas/org.gnome.desktop.input-sources.gschema.xml.in
diff --git a/schemas/Makefile-schemas.include b/schemas/Makefile-schemas.include
index 1460775..f9f8514 100644
--- a/schemas/Makefile-schemas.include
+++ b/schemas/Makefile-schemas.include
@@ -15,6 +15,7 @@ desktop_gschemas_in = \
org.gnome.desktop.thumbnailers.gschema.xml.in \
org.gnome.desktop.session.gschema.xml.in \
org.gnome.desktop.background.gschema.xml.in \
+ org.gnome.desktop.calendar.gschema.xml.in \
org.gnome.desktop.datetime.gschema.xml.in \
org.gnome.desktop.media-handling.gschema.xml.in \
org.gnome.desktop.screensaver.gschema.xml.in \
diff --git a/schemas/org.gnome.desktop.calendar.gschema.xml.in
b/schemas/org.gnome.desktop.calendar.gschema.xml.in
new file mode 100644
index 0000000..9adaffc
--- /dev/null
+++ b/schemas/org.gnome.desktop.calendar.gschema.xml.in
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<schemalist>
+ <schema id="org.gnome.desktop.calendar" path="/org/gnome/desktop/calendar/">
+ <key name="show-weekdate" type="b">
+ <default>false</default>
+ <summary>Show the week date in the calendar</summary>
+ <description>If true, display the ISO week date in the calendar.</description>
+ </key>
+ </schema>
+</schemalist>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]