From 8b3091dea7eb0e975f40f8cb7ffaa8bb8a36ffdb Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 19 Nov 2002 21:25:37 +0000 Subject: Disabled for now. * main.c (upgrade_from_1_0_if_needed): Disabled for now. * e-shell-startup-wizard.c: Removed member config_listener from struct SWData. (e_shell_startup_wizard_create): Updated accordingly, just use GConf, checking the /apps/evolution/mail/account-list key. (finish_func): Use GConf. * e-shell-config-default-folders.c: Removed member config_listener in struct EvolutionDefaultFolderConfig. (e_shell_config_default_folders_create_widget): Do not initialize here. GConfified the paths. (config_control_destroy_notify): No unref of the config_listener anymore. (config_control_apply_cb): Use GConf. (setup_folder_selector): Likewise. * e-shell-config-autocompletion.c: Removed member config_listener from EvolutionAutocompletionConfig. (config_control_destroy_notify): Do not unref. (config_control_apply_callback): Use a GConfClient. * e-folder-list.c (e_folder_list_init): Add missing cast. * main.c (show_development_warning): Use GConf. * e-setup.c (e_setup_check_config): Removed arg @listener. GConfified. * e-shell-view.c (e_shell_view_save_defaults): New. (e_shell_view_save_settings): Removed. (e_shell_view_load_settings): Removed. (setup_defaults): New helper function. (e_shell_view_construct): New arg @uri. (e_shell_view_new): New arg @uri. * e-shell.c: Removed member config_listener in struct EShellPrivate. (impl_dispose): Do not unref. (init): Do not initialize. (get_config_start_offline): New helper function. (e_shell_construct): Use this to get the startup mode in case E_SHELL_STARTUP_LINE_MODE_CONFIG. (save_misc_settings): Changed to use GConfClient instead of EConfigListener. (e_shell_create_view_from_settings): Removed. (e_shell_restore_from_settings): Removed. (e_shell_get_config_listener): Removed. (e_shell_disconnect_db): Removed. (parse_default_uri): Use GConf. * main.c (idle_cb): Simplified the logic here. Always assume that the view will be created with the default folder open by just using e_shell_create_view(). svn path=/trunk/; revision=18844 --- shell/apps_evolution_shell.schemas | 241 +++++++++++++++++++++++++++++++++++++ 1 file changed, 241 insertions(+) create mode 100644 shell/apps_evolution_shell.schemas (limited to 'shell/apps_evolution_shell.schemas') diff --git a/shell/apps_evolution_shell.schemas b/shell/apps_evolution_shell.schemas new file mode 100644 index 0000000000..62adc3dab2 --- /dev/null +++ b/shell/apps_evolution_shell.schemas @@ -0,0 +1,241 @@ + + + + + + + /schemas/apps/evolution/shell/default_folders/mail_path + /apps/evolution/shell/default_folders/mail_path + evolution + string + + + Path to the default mail folder + + + + + /schemas/apps/evolution/shell/default_folders/mail_uri + /apps/evolution/shell/default_folders/mail_uri + evolution + string + + + Physical URI to the default mail folder + + + + + + + /schemas/apps/evolution/shell/default_folders/contacts_path + /apps/evolution/shell/default_folders/contacts_path + evolution + string + + + Path to the default contacts folder + + + + + /schemas/apps/evolution/shell/default_folders/contacts_uri + /apps/evolution/shell/default_folders/contacts_uri + evolution + string + + + Physical URI to the default contacts folder + + + + + + + /schemas/apps/evolution/shell/default_folders/calendar_path + /apps/evolution/shell/default_folders/calendar_path + evolution + string + + + Path to the default calendar folder + + + + + /schemas/apps/evolution/shell/default_folders/calendar_uri + /apps/evolution/shell/default_folders/calendar_uri + evolution + string + + + Physical URI to the default calendar folder + + + + + + + /schemas/apps/evolution/shell/default_folders/tasks_path + /apps/evolution/shell/default_folders/tasks_path + evolution + string + + + Path to the default tasks folder + + + + + /schemas/apps/evolution/shell/default_folders/tasks_uri + /apps/evolution/shell/default_folders/tasks_uri + evolution + string + + + Physical URI to the default tasks folder + + + + + + + /schemas/apps/evolution/shell/skip_warning_dialog + /apps/evolution/shell/skip_warning_dialog + evolution + bool + false + + Whether to skip the development warning dialog + + If set to true, the warning dialog in development versions + of Evolution is not displayed. + + + + + + + + /schemas/apps/evolution/shell/start_offline + /apps/evolution/shell/start_offline + evolution + bool + false + + Whether Evolution should start up in offline mode + + If set to true, Evolution will start up in offline mode + instead of online mode. + + + + + + + + /schemas/apps/evolution/shell/view_defaults/width + /apps/evolution/shell/view_defaults/width + evolution + int + 640 + + Default window width + + + + + /schemas/apps/evolution/shell/view_defaults/height + /apps/evolution/shell/view_defaults/height + evolution + int + + 480 + Default window height + + + + + /schemas/apps/evolution/shell/view_defaults/selected_shortcut_group + /apps/evolution/shell/view_defaults/selected_shortcut_group + evolution + int + 0 + + Default shortcut group + + + + + /schemas/apps/evolution/shell/view_defaults/show_folder_bar + /apps/evolution/shell/view_defaults/show_folder_bar + evolution + bool + false + + Whether to show the folder bar + + + + + /schemas/apps/evolution/shell/view_defaults/show_shortcut_bar + /apps/evolution/shell/view_defaults/show_shortcut_bar + evolution + bool + true + + Whether to show the shortcut bar + + + + + /schemas/apps/evolution/shell/view_defaults/folder_path + /apps/evolution/shell/view_defaults/folder_path + evolution + string + + /Summary + Path to the folder to be displayed by default + + + + + + + /schemas/apps/evolution/shell/view_defaults/folder_bar/width + /apps/evolution/shell/view_defaults/folder_bar/width + evolution + int + 100 + + Default width of the folder bar pane + + + + + + + /schemas/apps/evolution/shell/view_defaults/shortcut_bar/width + /apps/evolution/shell/view_defaults/shortcut_bar/width + evolution + int + 100 + + Default width of the shortcut bar pane + + + + + /schemas/apps/evolution/shell/view_defaults/shortcut_bar/icon_types + /apps/evolution/shell/view_defaults/shortcut_bar/icon_types + evolution + list + int + [] + + Icon sizes for the shortcut bar groups + + + + + -- cgit v1.2.3