From 1acc3477eeb71505d68b66ac7aa4a796f86fe69c Mon Sep 17 00:00:00 2001 From: Brent Hull Date: Fri, 25 Jan 2013 02:39:32 -0500 Subject: Port mate-dictionary (and applet) to Gsettings (main program based on GNOME patch) --- mate-dictionary/data/mate-dictionary.schemas.in | 201 ------------------------ 1 file changed, 201 deletions(-) delete mode 100644 mate-dictionary/data/mate-dictionary.schemas.in (limited to 'mate-dictionary/data/mate-dictionary.schemas.in') diff --git a/mate-dictionary/data/mate-dictionary.schemas.in b/mate-dictionary/data/mate-dictionary.schemas.in deleted file mode 100644 index 0d204ecd..00000000 --- a/mate-dictionary/data/mate-dictionary.schemas.in +++ /dev/null @@ -1,201 +0,0 @@ - - - - /schemas/apps/mate-dictionary/server - /apps/mate-dictionary/server - mate-dictionary - string - dict.org - - Dictionary server (Deprecated) - The dictionary server to connect to. The default server is - dict.org. See http://www.dict.org for details on other servers. - This key is deprecated and no longer in use. - - - - - /schemas/apps/mate-dictionary/port - /apps/mate-dictionary/port - mate-dictionary - int - 2628 - - Port used to connect to server (Deprecated) - The port number to connect to. The default port is 2628. - This key is deprecated and no longer in use. - - - - - /schemas/apps/mate-dictionary/smart - /apps/mate-dictionary/smart - mate-dictionary - bool - TRUE - - Use smart lookup (Deprecated) - Specify whether to use smart lookup. This key is dependant - on whether the dictionary server supports this option. The default - is TRUE. This key is deprecated and no longer in use. - - - - - /schemas/apps/mate-dictionary/database - /apps/mate-dictionary/database - mate-dictionary - string - ! - - The default database to use - The name of the default individual database or meta-database to - use on a dictionary source. An exclamation mark ("!") means that all - the databases present in a dictionary source should be searched - - - - - /schemas/apps/mate-dictionary/strategy - /apps/mate-dictionary/strategy - mate-dictionary - string - exact - - The default search strategy to use - The name of the default search strategy to use on a dictionary - source, if available. The default strategy is 'exact', that is match - exact words. - - - - - /schemas/apps/mate-dictionary/print-font - /apps/mate-dictionary/print-font - mate-dictionary - string - Serif 12 - - The font to be used when printing - The font to be used when printing a definition. - - - - - /schemas/apps/mate-dictionary/source-name - /apps/mate-dictionary/source-name - mate-dictionary - string - Default - - The name of the dictionary source used - The name of the dictionary source used to retrieve the - definitions of words. - - - - - /schemas/apps/mate-dictionary/default-window-width - /apps/mate-dictionary/default-window-width - mate-dictionary - int - -1 - - The default width of the application window - This key defines the window width and it's used to remember - the size of the dictionary window across sessions. Setting it - to -1 will make the dictionary window use a width based on the - font size. - - - - - /schemas/apps/mate-dictionary/default-window-height - /apps/mate-dictionary/default-window-height - mate-dictionary - int - -1 - - The default height of the application window - This key defines the window height and it's used to remember - the size of the dictionary window across sessions. Setting it - to -1 will make the dictionary window use a height based on the - font size. - - - - - /schemas/apps/mate-dictionary/window-is-maximized - /apps/mate-dictionary/window-is-maximized - mate-dictionary - bool - FALSE - - Whether the application window should be maximized - This key defines whether the window should be maximized and it's - used to remember the state of the dictionary window across sessions. - Setting it to TRUE will make the window always appear as - maximized. - - - - - /schemas/apps/mate-dictionary/sidebar-visible - /apps/mate-dictionary/sidebar-visible - mate-dictionary - bool - FALSE - - Whether the sidebar should be visible - This key defines whether the sidebar should be visible - and it's used to remember the state of the sidebar across - sessions. Setting it to TRUE will make the sidebar always - be displayed. - - - - - /schemas/apps/mate-dictionary/statusbar-visible - /apps/mate-dictionary/statusbar-visible - mate-dictionary - bool - FALSE - - Whether the statusbar should be visible - This key defines whether the statusbar should be visible - and it's used to remember the state of the statusbar across - sessions. Setting it to TRUE will make the statusbar always - be displayed. - - - - - /schemas/apps/mate-dictionary/sidebar-page - /apps/mate-dictionary/sidebar-page - mate-dictionary - string - speller - - The page of the sidebar to show - This key defines which page of the sidebar should be - displayed and it's used to remember the setting across - sessions.. It can be "speller" or "databases". - - - - - /schemas/apps/mate-dictionary/sidebar-width - /apps/mate-dictionary/sidebar-width - mate-dictionary - int - -1 - - The width of the sidebar - This key defines the width of the sidebar and it's - used to remember the setting across sessions. - - - - - - -- cgit v1.2.1