Files
evolution/my-evolution/apps_evolution_summary.schemas
Ettore Perazzoli ba846b6b54 Use GConf.
* e-summary.c (e_summary_init): Use GConf.

* e-summary-tasks.c: Replaced member config_listener in
ESummaryTasks with a gconf_client.
(setup_gconf_client): Renamed from setup_config_listener().  Set
up the GConf client and invoke gconf_client_add_dir() on the
interesting namespaces.
(gconf_client_value_changed_cb): Renamed from
config_listener_value_changed_cb and changed prototype to match
that of the "value_changed" signal in GConfClient.
(setup_task_folder): Updated to use GConf.

* e-summary-calendar.c: Replaced member config_listener with a
gconf_listener.
(setup_calendar): Use GConf.
(setup_gconf_client): Renamed from setup_config_listener.  Set up
a GConf client and invoke gconf_client_add_dir() on the
interesting namespaces.
(gconf_client_value_changed_cb): Renamed from
config_listener_key_changed_cb() and changed prototype to match
that of the "value_changed" signal in GConfClient.
(locale_uses_24h_time_format): Removed.
(e_summary_calendar_free): g_object_unref() the gconf_client.

* Makefile.am: Add rules to install the schemas.

* apps_evolution_summary.schemas: New.

* e-summary-preferences.c: Did a global GList -> GSList switch.
(e_summary_preferences_restore): Use GConfClient instead of
EConfigListener.
(vector_from_folder_list): Removed since GConf makes this useless.
(folder_list_from_vector): Likewise.
(str_list_from_vector): Likewise.
(vector_from_str_list): Likewise.
(make_initial_weather_list): Likewise.
(make_initial_rdf_list): Likewise.
(make_initial_mail_list): Likewise.
(e_summary_preferences_save): Use GConf.
(e_summary_preferences_init): No need to set up defaults here.

* e-summary.h: Changed members display_folders, rdf_urls, stations
in ESummaryPrefs to be GSLists instead of GLists; updated all the
functions that use them accordingly.

svn path=/trunk/; revision=18863
2002-11-20 21:57:43 +00:00

142 lines
4.5 KiB
Plaintext

<gconfschemafile>
<schemalist>
<!-- Mail section -->
<schema>
<key>/schemas/apps/evolution/summary/mail/folder_evolution_uris</key>
<applyto>/apps/evolution/summary/mail/folder_evolution_uris</applyto>
<owner>evolution</owner>
<type>list</type>
<list_type>string</list_type>
<default>[]</default>
<locale name="C">
<short>evolution: URIs of the folders to display in the summary</short>
</locale>
</schema>
<schema>
<key>/schemas/apps/evolution/summary/mail/folder_physical_uris</key>
<applyto>/apps/evolution/summary/mail/folder_physical_uris</applyto>
<owner>evolution</owner>
<type>list</type>
<list_type>string</list_type>
<default>[]</default>
<locale name="C">
<short>Physical URIs of the folders to display in the summary</short>
</locale>
</schema>
<schema>
<key>/schemas/apps/evolution/summary/mail/show_full_paths</key>
<applyto>/apps/evolution/summary/mail/show_full_paths</applyto>
<owner>evolution</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Whether to show the full paths to the mail folders displayed in the summary</short>
</locale>
</schema>
<!-- Calendar section -->
<schema>
<key>/schemas/apps/evolution/summary/calendar/days_shown</key>
<applyto>/apps/evolution/summary/calendar/days_shown</applyto>
<owner>evolution</owner>
<type>int</type>
<default>0</default>
<locale name="C">
<short>Number of days shown in the calendar section</short>
<long>Use '0' to display one day, '1' to display five days, '2' to display a full week, '3' to display a full month.</long>
</locale>
</schema>
<!-- Tasks section -->
<schema>
<key>/schemas/apps/evolution/summary/tasks/show_all</key>
<applyto>/apps/evolution/summary/tasks/show_all</applyto>
<owner>evolution</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Whether to display all pending tasks instead of only today's tasks</short>
</locale>
</schema>
<!-- RDF section -->
<schema>
<key>/schemas/apps/evolution/summary/rdf/uris</key>
<applyto>/apps/evolution/summary/rdf/uris</applyto>
<owner>evolution</owner>
<type>list</type>
<list_type>string</list_type>
<default>[http://linuxtoday.com/backend/my-netscape.rdf,http://www.salon.com/feed/RDF/salon_use.rdf]</default>
<locale name="C">
<short>URIs of the RDF feeds to display in the summary</short>
</locale>
</schema>
<schema>
<key>/schemas/apps/evolution/summary/rdf/refresh_time</key>
<applyto>/apps/evolution/summary/rdf/refresh_time</applyto>
<owner>evolution</owner>
<type>int</type>
<default>600</default>
<locale name="C">
<short>Number of seconds between updates of the RDF feeds in the summary</short>
</locale>
</schema>
<schema>
<key>/schemas/apps/evolution/summary/rdf/max_items</key>
<applyto>/apps/evolution/summary/rdf/max_items</applyto>
<owner>evolution</owner>
<type>int</type>
<default>10</default>
<locale name="C">
<short>Maximum number of recent items to display for each RDF feed</short>
</locale>
</schema>
<!-- Weather section -->
<schema>
<key>/schemas/apps/evolution/summary/weather/stations</key>
<applyto>/apps/evolution/summary/weather/stations</applyto>
<owner>evolution</owner>
<type>list</type>
<list_type>string</list_type>
<default>[KBOS]</default>
<locale name="C">
<short>List of weather stations to display in the summary</short>
</locale>
</schema>
<schema>
<key>/schemas/apps/evolution/summary/weather/use_metric</key>
<applyto>/apps/evolution/summary/weather/use_metric</applyto>
<owner>evolution</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Whether to use metric (instead of imperial) units in the summary</short>
</locale>
</schema>
<schema>
<key>/schemas/apps/evolution/summary/weather/refresh_time</key>
<applyto>/apps/evolution/summary/weather/refresh_time</applyto>
<owner>evolution</owner>
<type>int</type>
<default>600</default>
<locale name="C">
<short>Number of seconds between updates of the weather section of the summary</short>
</locale>
</schema>
</schemalist>
</gconfschemafile>