Matthew Barnes
69cf1ede0d
Add "image-loading-policy" setting.
...
Replaces the "load-http-images" setting, which is now deprecated.
The new setting uses an enum type compatible with EMailImageLoadingPolicy.
2013-03-17 08:49:12 -04:00
Matthew Barnes
54bb7dd76c
Add "reply-style-name" setting.
...
Replaces the "reply-style" setting, which is now deprecated.
The new setting uses an enum type compatible with EMailReplyStyle.
2013-03-17 08:49:12 -04:00
Matthew Barnes
c8bbe0df73
Add "forward-style-name" setting.
...
Replaces the "forward-style" setting, which is now deprecated.
The new setting uses an enum type compatible with EMailForwardStyle.
2013-03-17 08:49:12 -04:00
Matthew Barnes
3b20569876
Convert all "week-start-day" properties to GDateWeekday.
2013-03-17 08:49:12 -04:00
Matthew Barnes
9318c790b4
EDayView: Move "work-day-*" properties to ECalModel.
...
EWeekView would like to use them too, please.
2013-03-17 08:49:11 -04:00
Matthew Barnes
8091b6ebab
EDayView: Split working days into separate boolean properties.
...
Far easier to deal with than flags.
2013-03-17 08:49:11 -04:00
Matthew Barnes
854dfb8075
Add ESettingsDeprecated.
...
This class is different from the others in this module. Its purpose
is to transfer values from deprecated GSettings keys to the preferred
keys on startup, and keep them synchronized at all times for backward
compatibility.
Initial deprecated keys being handled are:
"week-start-day" (org.gnome.evolution.calendar)
"working-days" (org.gnome.evolution.calendar)
2013-03-17 08:49:11 -04:00
Matthew Barnes
4d58a800fa
Use e_source_registry_list_enabled() where appropriate.
2013-03-17 08:49:11 -04:00
Matthew Barnes
43f9ea9657
e-mail-config-smtp-backend.c: Forgot a 'return' statement.
2013-03-12 10:13:55 -04:00
Matthew Barnes
b1b884763e
Bug 695693 - Handle <authentication> tags during auto-configuration
2013-03-12 10:10:09 -04:00
Milan Crha
3e8e8cb946
Bug #690930 - Launching calendar from clock-applet applies timezone twice
2013-03-12 12:33:46 +01:00
Matthew Barnes
98f4b4a74b
Add ESettingsSpellEntry.
...
Automatically configures the "checking-enabled" property on all
ESpellEntry instances.
2013-03-11 13:37:57 -04:00
Matthew Barnes
1b19a1a35b
mailto-handler cleanups.
2013-03-11 07:54:14 -04:00
Matthew Barnes
5c13485203
EMeetingStore: Removed unused "week-start-day" property.
2013-03-09 07:18:07 -05:00
Matthew Barnes
cb63647c88
CompEditor: Add a "week-start-day" property.
...
Automatically configured, of course, by ESettingsCompEditor.
2013-03-09 07:05:17 -05:00
Matthew Barnes
529c50f134
Add ESettingsWeekdayChooser.
...
Configures the "week-start-day" property of EWeekdayChooser.
2013-03-08 15:27:01 -05:00
Matthew Barnes
379f60bc79
EMeetingTimeSelector: Remove unused properties.
...
The "show-week-numbers" and "week-start-day" properties are not used.
2013-03-08 11:40:41 -05:00
Milan Crha
77f3f2b068
[backup-restore] Dir separator removal breaks DConf settings restore
...
DConf load command requires a slash at the end of the path to load,
but the replace_variables() code always removed the trailing slash,
which made the configuration load nonfunctional.
2013-03-07 13:25:41 +01:00
Matthew Barnes
1419bbb302
cal_comp_event_new_with_current_time: Remove 'zone' parameter.
...
Get the icaltimezone from the passed in ECalClient.
2013-03-06 08:47:03 -05:00
Tomas Popela
4fd92fa8b0
[itip-formatter] Reference a view when searching for a calendar
...
There were printed warnings on console, which may cause crashes, when
the meeting invitation was inside an attached message. By adding
a reference to the view it'll not disappear before the search is
done with it.
2013-03-05 15:18:29 +01:00
Matthew Barnes
3e7451169b
ESettingsDateEdit: Forgot to bind "use-24-hour-format" property.
2013-03-04 09:11:04 -05:00
Matthew Barnes
4ff90f2bfd
Use EClientComboBox where appropriate.
...
Basically any place where we use both EClient and ESourceComboBox.
2013-03-01 18:16:07 -05:00
Matthew Barnes
142f09f477
EMailPartItip: Remove redundant client cache.
...
EClientCache already serves this purpose.
2013-02-27 14:06:45 -05:00
Matthew Barnes
d0d713e846
ItipView: Use EClientCache to obtain calendar clients.
2013-02-27 13:56:53 -05:00
Matthew Barnes
927fd2f6f6
ItipView: Replace "registry" property with "client-cache".
...
Obtain the ESourceRegistry with e_client_cache_ref_registry().
2013-02-27 13:40:59 -05:00
Matthew Barnes
1df5d3c3f9
itip-view.h cleanups.
2013-02-27 12:26:27 -05:00
Matthew Barnes
26e1f45bf3
EMailFormatter: Remove "only-local-photos" property.
...
EPhotoCache already handles this setting.
2013-02-27 10:59:54 -05:00
Matthew Barnes
d2f53b4b8f
Add ESettingsPhotoCache.
...
Configures an EPhotoCache with values from GSettings.
2013-02-27 10:59:54 -05:00
Milan Crha
1017235658
Bug #693625 - [itip-formatter] Save button insensitive for multiple events
2013-02-26 12:39:09 +01:00
Matthew Barnes
bface58459
ETaskShellSidebar: Remove "loading" status message.
...
Emitting a "client-added" signal should not trigger any blocking calls,
so the "loading" status message will flash by too quickly to be noticed,
if it gets drawn at all. Just remove it.
2013-02-25 10:50:10 -05:00
Matthew Barnes
6b6bf65e96
EMemoShellSidebar: Remove "loading" status message.
...
Emitting a "client-added" signal should not trigger any blocking calls,
so the "loading" status message will flash by too quickly to be noticed,
if it gets drawn at all. Just remove it.
2013-02-25 10:50:10 -05:00
Matthew Barnes
eac634e514
ECalShellSidebar: Remove "loading" status message.
...
Emitting a "client-added" signal should not trigger any blocking calls,
so the "loading" status message will flash by too quickly to be noticed,
if it gets drawn at all. Just remove it.
2013-02-25 10:50:10 -05:00
Matthew Barnes
3e55a228cc
ETaskShellSidebar: Show a unique display name while connecting.
...
Use e_source_registry_dup_unique_display_name() in the status message.
2013-02-25 10:50:10 -05:00
Matthew Barnes
ac698896d0
EMemoShellSidebar: Show a unique display name while connecting.
...
Use e_source_registry_dup_unique_display_name() in the status message.
2013-02-25 10:50:10 -05:00
Matthew Barnes
aa17db5175
ECalShellSidebar: Show a unique display name while connecting.
...
Use e_source_registry_dup_unique_display_name() in the status message.
2013-02-25 10:50:10 -05:00
Matthew Barnes
33bbdaa50b
Coding style and whitespace cleanup.
2013-02-23 22:24:59 -05:00
Matthew Barnes
14b4e5fab8
ETaskShellSidebar: Use e_source_registry_dup_unique_display_name().
...
Use a standard format for naming an ESource in user-visible messages.
2013-02-23 09:35:21 -05:00
Matthew Barnes
820f8dfae6
EMemoShellSidebar: Use e_source_registry_dup_unique_display_name().
...
Use a standard format for naming an ESource in user-visible messages.
2013-02-23 09:35:21 -05:00
Matthew Barnes
2862c6fe7a
ECalShellSidebar: Use e_source_registry_dup_unique_display_name().
...
Use a standard format for naming an ESource in user-visible messages.
2013-02-23 09:35:20 -05:00
Milan Crha
2ea9684aa6
Bug #694363 - CALDAV navigation through Calendars or Tasklist is wrong
2013-02-22 15:32:51 +01:00
Milan Crha
3d7570426a
Bug #694170 - Accepted invitation not removed from Inbox when it should
2013-02-22 15:13:24 +01:00
Matthew Barnes
00ef9f2f47
Remove task_shell_sidebar_ref_client_cache().
...
Use e_client_selector_ref_cached_client() for remaining cases.
2013-02-18 15:38:27 -05:00
Matthew Barnes
9b1298e6cf
Remove memo_shell_sidebar_ref_client_cache().
...
Use e_client_selector_ref_cached_client() for remaining cases.
2013-02-18 15:38:26 -05:00
Matthew Barnes
b17432ffbc
Remove cal_shell_sidebar_ref_client_cache().
...
Use e_client_selector_ref_cached_client() for remaining cases.
2013-02-18 15:38:26 -05:00
Matthew Barnes
046af4407a
ETaskShellSidebar: Use EClientSelector to obtain EClient instances.
2013-02-18 15:38:26 -05:00
Matthew Barnes
223d47142c
EMemoShellSidebar: Use EClientSelector to obtain EClient instances.
2013-02-18 15:33:18 -05:00
Matthew Barnes
0e76355bcf
ECalShellSidebar: Use EClientSelector to obtain EClient instances.
2013-02-18 15:18:07 -05:00
Matthew Barnes
ac7c1d3c75
ETaskListSelector: Inherit from EClientSelector.
...
Use e_client_selector_get_client() to obtain an EClient.
2013-02-18 14:58:48 -05:00
Matthew Barnes
92a3fce79c
EMemoListSelector: Inherit from EClientSelector.
...
Use e_client_selector_get_client() to obtain an EClient.
2013-02-18 14:50:01 -05:00
Matthew Barnes
61e2e00055
ECalendarSelector: Inherit from EClientSelector.
...
Use e_client_selector_get_client() to obtain an EClient.
2013-02-18 14:39:08 -05:00