From 82c33581e19e695461c4c044105cba559cc733ff Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 3 Nov 2010 18:17:11 +0100 Subject: Migrate mail prompts schemas to GSettings --- data/Makefile.am | 3 +- data/evolution.convert | 3 + .../org.gnome.evolution.addressbook.gschema.xml.in | 39 ++++++++ data/org.gnome.evolution.gschema.xml.in | 107 +++++++++++++++++++++ data/org.gnome.evolution.mail.gschema.xml.in | 9 ++ data/org.gnome.evolution.schema.xml.in | 107 --------------------- 6 files changed, 160 insertions(+), 108 deletions(-) create mode 100644 data/org.gnome.evolution.addressbook.gschema.xml.in create mode 100644 data/org.gnome.evolution.gschema.xml.in create mode 100644 data/org.gnome.evolution.mail.gschema.xml.in delete mode 100644 data/org.gnome.evolution.schema.xml.in (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 22de063b18..75a36d47e2 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -12,7 +12,8 @@ autostart_DATA = $(autostart_in_files:.desktop.in=.desktop) gsettings_SCHEMAS = \ org.gnome.evolution.gschema.xml \ - org.gnome.evolution.addressbook.gschema.xml + org.gnome.evolution.addressbook.gschema.xml \ + org.gnome.evolution.mail.gschema.xml @INTLTOOL_XML_NOMERGE_RULE@ diff --git a/data/evolution.convert b/data/evolution.convert index 0100bd94fe..4faa4e3a4b 100644 --- a/data/evolution.convert +++ b/data/evolution.convert @@ -30,3 +30,6 @@ layout = /apps/evolution/addressbook/display/layout hpane-position = /apps/evolution/addressbook/display/hpane_position vpane-position = /apps/evolution/addressbook/display/vpane_position show-preview = /apps/evolution/addressbook/display/show_preview + +[org.gnome.evolution.mail] +check-if-default-mailer = /apps/evolution/mail/prompts/checkdefault diff --git a/data/org.gnome.evolution.addressbook.gschema.xml.in b/data/org.gnome.evolution.addressbook.gschema.xml.in new file mode 100644 index 0000000000..536841eee4 --- /dev/null +++ b/data/org.gnome.evolution.addressbook.gschema.xml.in @@ -0,0 +1,39 @@ + + + + 3 + <_summary>Autocomplete length + <_description>The number of characters that must be typed before Evolution will attempt to autocomplete. + + + false + <_summary>Show autocompleted name with an address + <_description>Whether force showing the mail address with the name of the autocompleted contact in the entry. + + + '' + <_summary>URI for the folder last used in the select names dialog + <_description>URI for the folder last used in the select names dialog. + + + 0 + <_summary>Contact layout style + <_description>The layout style determines where to place the preview pane in relation to the contact list. "0" (Classic View) places the preview pane below the contact list. "1" (Vertical View) places the preview pane next to the contact list. + + + 200 + <_summary>Contact preview pane position (horizontal) + <_description>Position of the contact preview pane when oriented horizontally. + + + 400 + <_summary>Contact preview pane position (vertical) + <_description>Position of the contact preview pane when oriented vertically. + + + true + <_summary>Show preview pane + <_description>Whether to show the preview pane. + + + diff --git a/data/org.gnome.evolution.gschema.xml.in b/data/org.gnome.evolution.gschema.xml.in new file mode 100644 index 0000000000..ab1316289d --- /dev/null +++ b/data/org.gnome.evolution.gschema.xml.in @@ -0,0 +1,107 @@ + + + + + '' + <_summary>Configuration version + <_description>The configuration version of Evolution, with major/minor/configuration level (for example "2.6.0"). + + + '' + <_summary>Last upgraded configuration version + <_description>The last upgraded configuration version of Evolution, with major/minor/configuration level (for example "2.6.0"). + + + + + false + <_summary>Skip development warning dialog + <_description>Whether the warning dialog in development versions of Evolution is skipped. + + + 0 + <_summary>Initial attachment view + <_description>Initial view for attachment bar widgets. "0" is Icon View, "1" is List View. + + + '' + <_summary>Initial file chooser folder + <_description>Initial folder for GtkFileChooser dialogs. + + + false + <_summary>Start in offline mode + <_description> Whether Evolution will start up in offline mode instead of online mode. + + + [] + <_summary>Offline folder paths + <_description>List of paths for the folders to be synchronized to disk for offline usage. + + + false + <_summary>Enable express mode + <_description>Flag that enables a much simplified user interface. + + + + <_summary>Default window Y coordinate + <_description>The default Y coordinate for the main window. + + + + <_summary>Default window X coordinate + <_description>The default X coordinate for the main window. + + + 640 + <_summary>Default window width + <_description>The default width for the main window, in pixels. + + + 480 + <_summary>Default window height + <_description>The default height for the main window, in pixels. + + + true + <_summary>Default window state + <_description>Whether or not the window should be maximized. + + + true + <_summary>Window buttons are visible + <_description>Whether the window buttons should be visible. + + + toolbar + <_summary>Window button style + <_description>The style of the window buttons. Can be "text", "icons", "both", "toolbar". If "toolbar" is set, the style of the buttons is determined by the GNOME toolbar setting. + + + true + <_summary>Toolbar is visible + <_description>Whether the toolbar should be visible. + + + true + <_summary>Sidebar is visible + <_description>Whether the sidebar should be visible. + + + TRUE + <_summary>Statusbar is visible + <_description>Whether the status bar should be visible. + + + mail + <_summary>ID or alias of the component to be shown by default at start-up. + <_description>ID or alias of the component to be shown by default at start-up. + + + 200 + <_summary>Default sidebar width + <_description>The default width for the sidebar, in pixels. + + + diff --git a/data/org.gnome.evolution.mail.gschema.xml.in b/data/org.gnome.evolution.mail.gschema.xml.in new file mode 100644 index 0000000000..df9d6c4d5c --- /dev/null +++ b/data/org.gnome.evolution.mail.gschema.xml.in @@ -0,0 +1,9 @@ + + + + true + <_summary>Check whether Evolution is the default mailer + <_description>Every time Evolution starts, check whether or not it is the default mailer. + + + diff --git a/data/org.gnome.evolution.schema.xml.in b/data/org.gnome.evolution.schema.xml.in deleted file mode 100644 index ab1316289d..0000000000 --- a/data/org.gnome.evolution.schema.xml.in +++ /dev/null @@ -1,107 +0,0 @@ - - - - - '' - <_summary>Configuration version - <_description>The configuration version of Evolution, with major/minor/configuration level (for example "2.6.0"). - - - '' - <_summary>Last upgraded configuration version - <_description>The last upgraded configuration version of Evolution, with major/minor/configuration level (for example "2.6.0"). - - - - - false - <_summary>Skip development warning dialog - <_description>Whether the warning dialog in development versions of Evolution is skipped. - - - 0 - <_summary>Initial attachment view - <_description>Initial view for attachment bar widgets. "0" is Icon View, "1" is List View. - - - '' - <_summary>Initial file chooser folder - <_description>Initial folder for GtkFileChooser dialogs. - - - false - <_summary>Start in offline mode - <_description> Whether Evolution will start up in offline mode instead of online mode. - - - [] - <_summary>Offline folder paths - <_description>List of paths for the folders to be synchronized to disk for offline usage. - - - false - <_summary>Enable express mode - <_description>Flag that enables a much simplified user interface. - - - - <_summary>Default window Y coordinate - <_description>The default Y coordinate for the main window. - - - - <_summary>Default window X coordinate - <_description>The default X coordinate for the main window. - - - 640 - <_summary>Default window width - <_description>The default width for the main window, in pixels. - - - 480 - <_summary>Default window height - <_description>The default height for the main window, in pixels. - - - true - <_summary>Default window state - <_description>Whether or not the window should be maximized. - - - true - <_summary>Window buttons are visible - <_description>Whether the window buttons should be visible. - - - toolbar - <_summary>Window button style - <_description>The style of the window buttons. Can be "text", "icons", "both", "toolbar". If "toolbar" is set, the style of the buttons is determined by the GNOME toolbar setting. - - - true - <_summary>Toolbar is visible - <_description>Whether the toolbar should be visible. - - - true - <_summary>Sidebar is visible - <_description>Whether the sidebar should be visible. - - - TRUE - <_summary>Statusbar is visible - <_description>Whether the status bar should be visible. - - - mail - <_summary>ID or alias of the component to be shown by default at start-up. - <_description>ID or alias of the component to be shown by default at start-up. - - - 200 - <_summary>Default sidebar width - <_description>The default width for the sidebar, in pixels. - - - -- cgit v1.2.3