From df7a7488950139e3884972e2363294051e33d45d Mon Sep 17 00:00:00 2001 From: infirit Date: Sun, 6 Sep 2015 21:55:35 +0200 Subject: Rework gsettings schema building * Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files --- stickynotes/org.mate.stickynotes.gschema.xml.in | 69 +++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 stickynotes/org.mate.stickynotes.gschema.xml.in (limited to 'stickynotes/org.mate.stickynotes.gschema.xml.in') diff --git a/stickynotes/org.mate.stickynotes.gschema.xml.in b/stickynotes/org.mate.stickynotes.gschema.xml.in new file mode 100644 index 00000000..eb5d3927 --- /dev/null +++ b/stickynotes/org.mate.stickynotes.gschema.xml.in @@ -0,0 +1,69 @@ + + + + 100 + Default width for new notes + Default width for new sticky notes in pixels. + + + 100 + Default height for new notes + Default height for new sticky notes in pixels. + + + '#ECF833' + Default color for new notes + Default color for new sticky notes. This should be in html hex specification, for example "#30FF50". + + + '#000000' + Default color for font + Default font color for new sticky notes. This should be in html hex specification, for example "#000000". + + + 'Sans 10' + Default font for new notes + Default font for new sticky notes. This should be a Pango Font Name, for example "Sans Italic 10". + + + true + Sticky notes' workspace stickyness + Specifies whether the sticky notes are visible on ALL workspaces on the desktop, or not. + + + false + Sticky notes' locked state + Specifies whether the sticky notes are locked (non-editable) or not. + + + '%x' + Date format of note's title + By default, sticky notes are given the current date as the title when they are created. This format is used; anything that can be parsed by strftime() is valid. + + + true + Whether to use the default system color + If this option is disabled, a custom color can be used as the default color for all sticky notes. + + + true + Whether to use the default system font + If this option is disabled, a custom font can be used as the default font for all sticky notes. + + + false + Whether to force the default color and font on all notes + If this option is enabled, the custom colors and fonts that have been assigned to individual notes will be ignored. + + + true + Whether to hide all notes when the desktop is selected + If this option is enabled, selecting the desktop in any way will automatically hide all the open notes. + + + true + Whether to ask for confirmation when deleting a note + Empty notes are always deleted without confirmation. + + + -- cgit v1.2.1