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.in | 69 ---------------------- 1 file changed, 69 deletions(-) delete mode 100644 stickynotes/org.mate.stickynotes.gschema.xml.in.in (limited to 'stickynotes/org.mate.stickynotes.gschema.xml.in.in') diff --git a/stickynotes/org.mate.stickynotes.gschema.xml.in.in b/stickynotes/org.mate.stickynotes.gschema.xml.in.in deleted file mode 100644 index a2e4ad34..00000000 --- a/stickynotes/org.mate.stickynotes.gschema.xml.in.in +++ /dev/null @@ -1,69 +0,0 @@ - - - - 100 - <_summary>Default width for new notes - <_description>Default width for new sticky notes in pixels. - - - 100 - <_summary>Default height for new notes - <_description>Default height for new sticky notes in pixels. - - - '#ECF833' - <_summary>Default color for new notes - <_description>Default color for new sticky notes. This should be in html hex specification, for example "#30FF50". - - - '#000000' - <_summary>Default color for font - <_description>Default font color for new sticky notes. This should be in html hex specification, for example "#000000". - - - 'Sans 10' - <_summary>Default font for new notes - <_description>Default font for new sticky notes. This should be a Pango Font Name, for example "Sans Italic 10". - - - true - <_summary>Sticky notes' workspace stickyness - <_description>Specifies whether the sticky notes are visible on ALL workspaces on the desktop, or not. - - - false - <_summary>Sticky notes' locked state - <_description>Specifies whether the sticky notes are locked (non-editable) or not. - - - '%x' - <_summary>Date format of note's title - <_description>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 - <_summary>Whether to use the default system color - <_description>If this option is disabled, a custom color can be used as the default color for all sticky notes. - - - true - <_summary>Whether to use the default system font - <_description>If this option is disabled, a custom font can be used as the default font for all sticky notes. - - - false - <_summary>Whether to force the default color and font on all notes - <_description>If this option is enabled, the custom colors and fonts that have been assigned to individual notes will be ignored. - - - true - <_summary>Whether to hide all notes when the desktop is selected - <_description>If this option is enabled, selecting the desktop in any way will automatically hide all the open notes. - - - true - <_summary>Whether to ask for confirmation when deleting a note - <_description>Empty notes are always deleted without confirmation. - - - -- cgit v1.2.1