From 8dd5d1de36b4c40b645189ea16d2d84b09e0b1c5 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Tue, 2 Dec 2003 15:55:48 +0000 Subject: Version the schemas Removed Added 2003-12-02 Rodney Dawes * gui/component/Makefile.am: Version the schemas * gui/component/apps_evolution_addressbook.schemas: Removed * gui/component/apps_evolution_addressbook.schemas.in.in: Added 2003-12-02 Rodney Dawes * gui/Makefile.am: Version the schemas * gui/apps_evolution_calendar.schemas: Removed * gui/apps_evolution_calendar.schemas.in.in: Added 2003-12-02 Rodney Dawes * Makefile.am: Version the schemas * evolution-mail.schemas: Removed * evolution-mail.schemas.in.in: Added 2003-12-02 Rodney Dawes * Makefile.am: Version the schemas * apps_evolution_shell.schemas: Removed * apps_evolution_shell.schemas.in.in: Added svn path=/trunk/; revision=23579 --- shell/ChangeLog | 6 + shell/Makefile.am | 7 +- shell/apps_evolution_shell.schemas | 253 ------------------------------- shell/apps_evolution_shell.schemas.in.in | 253 +++++++++++++++++++++++++++++++ 4 files changed, 265 insertions(+), 254 deletions(-) delete mode 100644 shell/apps_evolution_shell.schemas create mode 100644 shell/apps_evolution_shell.schemas.in.in (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index 0b4da8cd75..f6f0869fb9 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2003-12-02 Rodney Dawes + + * Makefile.am: Version the schemas + * apps_evolution_shell.schemas: Removed + * apps_evolution_shell.schemas.in.in: Added + 2003-12-01 Ettore Perazzoli * e-activity-handler.c (e_activity_handler_operation_finished): diff --git a/shell/Makefile.am b/shell/Makefile.am index 8ac0866d88..c7935b6d5d 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -234,7 +234,12 @@ icons = \ # GConf schemas schemadir = $(GCONF_SCHEMA_FILE_DIR) -schema_DATA = apps_evolution_shell.schemas +schema_in_files = apps_evolution_shell.schemas.in.in +schema_DATA = $(schema_in_files:.schemas.in.in=-$(BASE_VERSION).schemas) +%-$(BASE_VERSION).schemas.in: %.schemas.in.in + cp $< $@ + +@INTLTOOL_SCHEMAS_RULE@ install-data-local: if test -z "$(DESTDIR)" ; then \ diff --git a/shell/apps_evolution_shell.schemas b/shell/apps_evolution_shell.schemas deleted file mode 100644 index e58974edd2..0000000000 --- a/shell/apps_evolution_shell.schemas +++ /dev/null @@ -1,253 +0,0 @@ - - - - - - - /schemas/apps/evolution/version - /apps/evolution/version - evolution - string - - Evolution configuration version - - - - - - - /schemas/apps/evolution/shell/default_folders/mail_path - /apps/evolution/shell/default_folders/mail_path - evolution - string - evolution:/local/Inbox - - 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 - evolution:/local/Contacts - - 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 - evolution:/local/Calendar - - 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 - evolution:/local/Tasks - - 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/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 - - - - - /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/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. - - - - - - - /schemas/apps/evolution/shell/view_defaults/folder_bar/width - /apps/evolution/shell/view_defaults/folder_bar/width - evolution - int - 200 - - 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 - - - - - diff --git a/shell/apps_evolution_shell.schemas.in.in b/shell/apps_evolution_shell.schemas.in.in new file mode 100644 index 0000000000..e58974edd2 --- /dev/null +++ b/shell/apps_evolution_shell.schemas.in.in @@ -0,0 +1,253 @@ + + + + + + + /schemas/apps/evolution/version + /apps/evolution/version + evolution + string + + Evolution configuration version + + + + + + + /schemas/apps/evolution/shell/default_folders/mail_path + /apps/evolution/shell/default_folders/mail_path + evolution + string + evolution:/local/Inbox + + 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 + evolution:/local/Contacts + + 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 + evolution:/local/Calendar + + 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 + evolution:/local/Tasks + + 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/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 + + + + + /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/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. + + + + + + + /schemas/apps/evolution/shell/view_defaults/folder_bar/width + /apps/evolution/shell/view_defaults/folder_bar/width + evolution + int + 200 + + 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 + + + + + -- cgit v1.2.3