From 33e9f63f5475e9a5f2a56b144bfac6e889366f91 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Sun, 3 Jun 2007 14:29:36 +0000 Subject: Fix for version removal from installed files. svn path=/trunk/; revision=33642 --- shell/apps_evolution_shell.schemas.in | 220 ++++++++++++++++++++++++++++++++++ 1 file changed, 220 insertions(+) create mode 100644 shell/apps_evolution_shell.schemas.in (limited to 'shell/apps_evolution_shell.schemas.in') diff --git a/shell/apps_evolution_shell.schemas.in b/shell/apps_evolution_shell.schemas.in new file mode 100644 index 0000000000..f7d1e71f98 --- /dev/null +++ b/shell/apps_evolution_shell.schemas.in @@ -0,0 +1,220 @@ + + + + + + + /schemas/apps/evolution/version + /apps/evolution/version + evolution + string + + Configuration version + The configuration version of Evolution, with major/minor/configuration level (for example "2.6.0"). + + + + + + + /schemas/apps/evolution/last_version + /apps/evolution/last_version + evolution + string + + Last upgraded configuration version + The last upgraded configuration version of Evolution, with major/minor/configuration level (for example "2.6.0"). + + + + + + + /schemas/apps/evolution/shell/skip_warning_dialog + /apps/evolution/shell/skip_warning_dialog + evolution + bool + false + + Skip development warning dialog + Whether the warning dialog in development versions of Evolution is skipped. + + + + + + + /schemas/apps/evolution/shell/start_offline + /apps/evolution/shell/start_offline + evolution + bool + false + + Start in offline mode + Whether Evolution will start up in offline mode instead of online mode. + + + + + + /schemas/apps/evolution/shell/offline/folder_paths + /apps/evolution/shell/offline/folder_paths + evolution + list + string + [] + + List of paths for the folders to be synchronized to disk for offline usage + + + + + + + /schemas/apps/evolution/shell/view_defaults/width + /apps/evolution/shell/view_defaults/width + evolution + int + 640 + + Default window width + The default width for the main window, in pixels. + + + + + /schemas/apps/evolution/shell/view_defaults/height + /apps/evolution/shell/view_defaults/height + evolution + int + 480 + + Default window height + The default height for the main window, in pixels. + + + + + /schemas/apps/evolution/shell/view_defaults/maximized + /apps/evolution/shell/view_defaults/maximized + evolution + bool + TRUE + + Default window state + Whether or not the window should be maximized. + + + + + /schemas/apps/evolution/shell/view_defaults/maximized + /apps/evolution/shell/view_defaults/maximized + evolution + bool + TRUE + + Default window state + Whether or not the window should be maximized. + + + + + /schemas/apps/evolution/shell/view_defaults/buttons_visible + /apps/evolution/shell/view_defaults/buttons_visible + evolution + bool + TRUE + + Window buttons are visible + Whether the window buttons should be visible. + + + + + /schemas/apps/evolution/shell/view_defaults/buttons_style + /apps/evolution/shell/view_defaults/buttons_style + evolution + string + toolbar + + Window button style + 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. + + + + + /schemas/apps/evolution/shell/view_defaults/toolbar_visible + /apps/evolution/shell/view_defaults/toolbar_visible + evolution + bool + TRUE + + Toolbar is visible + Whether the toolbar should be visible. + + + + + /schemas/apps/evolution/shell/view_defaults/sidebar_visible + /apps/evolution/shell/view_defaults/sidebar_visible + evolution + bool + TRUE + + Sidebar is visible + Whether the sidebar should be visible. + + + + + /schemas/apps/evolution/shell/view_defaults/statusbar_visible + /apps/evolution/shell/view_defaults/statusbar_visible + evolution + bool + TRUE + + Statusbar is visible + Whether the status bar should be visible. + + + + + /schemas/apps/evolution/shell/view_defaults/component_id + /apps/evolution/shell/view_defaults/component_id + evolution + string + mail + + ID or alias of the component to be shown by default at start-up. + ID or alias of the component to be shown by default at start-up. + + + + + + + /schemas/apps/evolution/shell/view_defaults/folder_bar/width + /apps/evolution/shell/view_defaults/folder_bar/width + evolution + int + 200 + + Default sidebar width + The default width for the sidebar, in pixels. + + + + + + + /schemas/apps/evolution/shell/printing + /apps/evolution/shell/printing + evolution + list + string + + A string description of the current printer settings + + + + -- cgit v1.2.3