diff options
author | Milan Crha <mcrha@redhat.com> | 2012-06-15 15:04:08 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2012-06-15 15:04:08 +0800 |
commit | 94daae3dba8e86e88f69320bc82795fe660ec9cd (patch) | |
tree | 9965d4f6dfc6d48adecd0b9084442185d73d58c7 /modules/addressbook | |
parent | 08dedf0a8a520b55c51a8117dc015915ec39f7fe (diff) | |
download | gsoc2013-evolution-94daae3dba8e86e88f69320bc82795fe660ec9cd.tar.gz gsoc2013-evolution-94daae3dba8e86e88f69320bc82795fe660ec9cd.tar.zst gsoc2013-evolution-94daae3dba8e86e88f69320bc82795fe660ec9cd.zip |
Remove the last remaining usage of GConf
Diffstat (limited to 'modules/addressbook')
-rw-r--r-- | modules/addressbook/Makefile.am | 35 | ||||
-rw-r--r-- | modules/addressbook/apps_evolution_addressbook.schemas.in | 155 |
2 files changed, 0 insertions, 190 deletions
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 @@ -<gconfschemafile> - <schemalist> - - <!-- Completion uris --> - - <schema> - <key>/schemas/apps/evolution/addressbook/completion/uris</key> - <applyto>/apps/evolution/addressbook/completion/uris</applyto> - <owner>evolution-addressbook</owner> - <type>string</type> - <default></default> - <locale name="C"> - <short>EFolderList XML for the list of completion URIs</short> - <long>EFolderList XML for the list of completion URIs.</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/evolution/addressbook/completion/minimum_query_length</key> - <applyto>/apps/evolution/addressbook/completion/minimum_query_length</applyto> - <owner>evolution-addressbook</owner> - <type>int</type> - <default>3</default> - <locale name="C"> - <short>Autocomplete length</short> - <long>The number of characters that must be typed before Evolution will attempt to autocomplete.</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/evolution/addressbook/completion/show_address</key> - <applyto>/apps/evolution/addressbook/completion/show_address</applyto> - <owner>evolution-addressbook</owner> - <type>bool</type> - <default>false</default> - <locale name="C"> - <short>Show autocompleted name with an address</short> - <long>Whether force showing the mail address with the name of the autocompleted contact in the entry.</long> - </locale> - </schema> - - <!-- Select names last used uri --> - - <schema> - <key>/schemas/apps/evolution/addressbook/select_names/last_used_uri</key> - <applyto>/apps/evolution/addressbook/select_names/last_used_uri</applyto> - <owner>evolution-addressbook</owner> - <type>string</type> - <default></default> - <locale name="C"> - <short>URI for the folder last used in the select names dialog</short> - <long>URI for the folder last used in the select names dialog.</long> - </locale> - </schema> - - <!-- View state --> - - <schema> - <key>/schemas/apps/evolution/addressbook/display/layout</key> - <applyto>/apps/evolution/addressbook/display/layout</applyto> - <owner>evolution-addressbook</owner> - <type>int</type> - <default>0</default> - <locale name="C"> - <short>Contact layout style</short> - <long> - 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. - </long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/evolution/addressbook/display/primary_addressbook</key> - <applyto>/apps/evolution/addressbook/display/primary_addressbook</applyto> - <owner>evolution-addressbook</owner> - <type>string</type> - <default></default> - <locale name="C"> - <short>Primary address book</short> - <long> - The UID of the selected (or "primary") address book in the - sidebar of the "Contacts" view. - </long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/evolution/addressbook/display/hpane_position</key> - <applyto>/apps/evolution/addressbook/display/hpane_position</applyto> - <owner>evolution-addressbook</owner> - <type>int</type> - <default>200</default> - <locale name="C"> - <short>Contact preview pane position (horizontal)</short> - <long> - Position of the contact preview pane when oriented horizontally. - </long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/evolution/addressbook/display/vpane_position</key> - <applyto>/apps/evolution/addressbook/display/vpane_position</applyto> - <owner>evolution-addressbook</owner> - <type>int</type> - <default>400</default> - <locale name="C"> - <short>Contact preview pane position (vertical)</short> - <long> - Position of the contact preview pane when oriented vertically. - </long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/evolution/addressbook/display/show_preview</key> - <applyto>/apps/evolution/addressbook/display/show_preview</applyto> - <owner>evolution-addressbook</owner> - <type>bool</type> - <default>true</default> - <locale name="C"> - <short>Show preview pane</short> - <long>Whether to show the preview pane.</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/evolution/addressbook/display/preview_show_maps</key> - <applyto>/apps/evolution/addressbook/display/preview_show_maps</applyto> - <owner>evolution-addressbook</owner> - <type>bool</type> - <default>false</default> - <locale name="C"> - <short>Show maps</short> - <long>Whether to show maps in preview pane.</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/evolution/addressbook/display/address_formatting</key> - <applyto>/apps/evolution/addressbook/display/address_formatting</applyto> - <owner>evolution-addressbook</owner> - <type>bool</type> - <default>true</default> - <locale name="C"> - <short>Enable address formatting</short> - <long>Whether addresses should be formatted according to standard in their destination country.</long> - </locale> - </schema> - - </schemalist> -</gconfschemafile> |