From 94daae3dba8e86e88f69320bc82795fe660ec9cd Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 15 Jun 2012 09:04:08 +0200 Subject: Remove the last remaining usage of GConf --- modules/addressbook/Makefile.am | 35 ----- .../apps_evolution_addressbook.schemas.in | 155 --------------------- 2 files changed, 190 deletions(-) delete mode 100644 modules/addressbook/apps_evolution_addressbook.schemas.in (limited to 'modules/addressbook') diff --git a/modules/addressbook/Makefile.am b/modules/addressbook/Makefile.am index f02d942b69..533a4bbb9a 100644 --- a/modules/addressbook/Makefile.am +++ b/modules/addressbook/Makefile.am @@ -82,46 +82,11 @@ module_addressbook_la_LIBADD = \ module_addressbook_la_LDFLAGS = \ -module -avoid-version $(NO_UNDEFINED) -# GConf schemas - -schemadir = $(GCONF_SCHEMA_FILE_DIR) -schema_in_files = apps_evolution_addressbook.schemas.in -schema_DATA = $(schema_in_files:.schemas.in=.schemas) - -@INTLTOOL_SCHEMAS_RULE@ - -if GCONF_SCHEMAS_INSTALL - -if OS_WIN32 -install-data-local: - if test -z "$(DESTDIR)" ; then \ - for p in $(schema_DATA) ; do \ - (echo set GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE); \ - echo $(GCONFTOOL) --makefile-install-rule $$p) >_temp.bat; \ - cmd /c _temp.bat; \ - rm _temp.bat; \ - done \ - fi -else -install-data-local: - if test -z "$(DESTDIR)" ; then \ - for p in $(schema_DATA) ; do \ - GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \ - $(GCONFTOOL) --makefile-install-rule $$p; \ - done \ - fi -endif - -endif - ui_DATA = \ ldap-config.ui -DISTCLEANFILES = $(schema_DATA) - EXTRA_DIST = \ $(ui_DATA) \ - $(schema_in_files) \ openldap-extract.h dist-hook: diff --git a/modules/addressbook/apps_evolution_addressbook.schemas.in b/modules/addressbook/apps_evolution_addressbook.schemas.in deleted file mode 100644 index cf9f098e90..0000000000 --- a/modules/addressbook/apps_evolution_addressbook.schemas.in +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - /schemas/apps/evolution/addressbook/completion/uris - /apps/evolution/addressbook/completion/uris - evolution-addressbook - string - - - EFolderList XML for the list of completion URIs - EFolderList XML for the list of completion URIs. - - - - - /schemas/apps/evolution/addressbook/completion/minimum_query_length - /apps/evolution/addressbook/completion/minimum_query_length - evolution-addressbook - int - 3 - - Autocomplete length - The number of characters that must be typed before Evolution will attempt to autocomplete. - - - - - /schemas/apps/evolution/addressbook/completion/show_address - /apps/evolution/addressbook/completion/show_address - evolution-addressbook - bool - false - - Show autocompleted name with an address - Whether force showing the mail address with the name of the autocompleted contact in the entry. - - - - - - - /schemas/apps/evolution/addressbook/select_names/last_used_uri - /apps/evolution/addressbook/select_names/last_used_uri - evolution-addressbook - string - - - URI for the folder last used in the select names dialog - URI for the folder last used in the select names dialog. - - - - - - - /schemas/apps/evolution/addressbook/display/layout - /apps/evolution/addressbook/display/layout - evolution-addressbook - int - 0 - - Contact layout style - - 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. - - - - - - /schemas/apps/evolution/addressbook/display/primary_addressbook - /apps/evolution/addressbook/display/primary_addressbook - evolution-addressbook - string - - - Primary address book - - The UID of the selected (or "primary") address book in the - sidebar of the "Contacts" view. - - - - - - /schemas/apps/evolution/addressbook/display/hpane_position - /apps/evolution/addressbook/display/hpane_position - evolution-addressbook - int - 200 - - Contact preview pane position (horizontal) - - Position of the contact preview pane when oriented horizontally. - - - - - - /schemas/apps/evolution/addressbook/display/vpane_position - /apps/evolution/addressbook/display/vpane_position - evolution-addressbook - int - 400 - - Contact preview pane position (vertical) - - Position of the contact preview pane when oriented vertically. - - - - - - /schemas/apps/evolution/addressbook/display/show_preview - /apps/evolution/addressbook/display/show_preview - evolution-addressbook - bool - true - - Show preview pane - Whether to show the preview pane. - - - - - /schemas/apps/evolution/addressbook/display/preview_show_maps - /apps/evolution/addressbook/display/preview_show_maps - evolution-addressbook - bool - false - - Show maps - Whether to show maps in preview pane. - - - - - /schemas/apps/evolution/addressbook/display/address_formatting - /apps/evolution/addressbook/display/address_formatting - evolution-addressbook - bool - true - - Enable address formatting - Whether addresses should be formatted according to standard in their destination country. - - - - - -- cgit v1.2.3