Commit Graph

38832 Commits

Author SHA1 Message Date
06eeeb23d7 itip-utils.c: Fix an unused-but-set-variable warning. 2013-03-06 08:47:03 -05:00
b4fc4ac204 Assamese translation updated for gnome 3.8 2013-03-06 18:33:58 +05:30
f664071f38 reply_to_calendar_comp: Obtain the default timezone from the ECalClient. 2013-03-06 06:46:38 -05:00
17ea6835fe itip_send_comp: Obtain the default timezone from the ECalClient. 2013-03-06 06:45:27 -05:00
a659ca9e35 e-util.h: #include <e-util/e-util-enumtypes.h>
So the generated GEnumClass types can be used outside of libeutil.
2013-03-05 12:43:25 -05:00
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
853abba1d3 Bug #693254 - Mail reply uses wrong "From:" account 2013-03-05 14:14:31 +01:00
642eaed17f Fix a regression from the previous commit for bug #645476
Evolution could crash when changing message view, like when
toggling Show Deleted messages. This effectively reverts
the previous commit and propagates the same changes further
in the code.
2013-03-05 07:58:37 +01:00
e82e9f67e3 Updated Brazilian Portuguese translation proofread by Enrico Nicoletto 2013-03-04 22:29:18 -03:00
4010ad11b4 Bug #645476 - Avoid scroll to cursor on folder change in message list (take 3) 2013-03-04 22:07:47 +01:00
d5480344fc EMailTagEditor: Remove calendar configuration properties.
Remove EMailTagEditor's "use-24-hour-format" and "week-start-day"
properties, which were being used to manually configure its internal
EDateEdit instance.  This is unnecessary since all EDateEdit instances
are automatically configured by the ESettingsDateEdit extension.
2013-03-04 09:21:38 -05:00
3e7451169b ESettingsDateEdit: Forgot to bind "use-24-hour-format" property. 2013-03-04 09:11:04 -05:00
f8a80620ea [l10n] Updated German doc translation 2013-03-04 10:41:37 +01:00
06b269073f Updated Portuguese translation and converted to New Spelling (Novo AO) 2013-03-04 00:52:28 +00:00
49651d4888 Updated German translation 2013-03-04 00:23:55 +01:00
85a30c22eb Post-release version bump. 2013-03-03 07:16:52 -05:00
5a0dacc390 NEWS update for 3.7.91 release. 2013-03-03 07:13:03 -05:00
36b2c9f40e Updated Greek translation 2013-03-03 09:48:35 +02:00
7dcd0b4499 Update API documentation. 2013-03-02 19:45:09 -05:00
18bdb8b920 Updated Lithuanian translation 2013-03-02 17:43:38 +02:00
ea3e514c0c Updated Vietnamese translation 2013-03-02 10:16:54 +07:00
4ff90f2bfd Use EClientComboBox where appropriate.
Basically any place where we use both EClient and ESourceComboBox.
2013-03-01 18:16:07 -05:00
977be20ced Add EClientComboBox. 2013-03-01 18:09:36 -05:00
7bd9b878a3 EClientSelector: Pre-fetch selected clients. 2013-03-01 18:09:36 -05:00
a7196dd228 e_client_selector_get_client_sync(): Add argument guards. 2013-03-01 13:55:48 -05:00
6d9cf1b8fe e-client-selector.h: Add missing G_END_DECLS. 2013-03-01 12:19:08 -05:00
662ed02cc7 Never ever pre-fetch anything in EClientSelector
That's the worst idea for many reasons, couple examples:
 - password prompts after evolution's run for disabled (in selector) sources
 - too much unnecessary network I/O (most remote backends runs sync on open)
 - doesn't do what user told it to do (Unselected means unselected. Dot.)
 - unable to debug anything in factories when it misbehaves this way

Next time ask peers, users and usability experts for their opinion, before doing such decision.
2013-03-01 16:47:37 +01:00
656c1fbba6 Updated Vietnamese translation 2013-03-01 21:35:11 +07:00
bc14c1e35e Updated Vietnamese translation 2013-03-01 21:32:48 +07:00
fda7146bf4 po/vi: import from Damned Lies 2013-03-01 20:49:35 +07:00
4bf55058d7 Updated Serbian translation 2013-03-01 11:07:00 +01:00
6bb4295b92 e_mail_config_service_backend_get_settings: Another corner case.
ESourceCollection's default backend name is "none".  Unfortunately so
is CamelNullStore's provider name.  Make sure these two misfits don't
get paired up!
2013-02-28 12:46:19 -05:00
105e26f217 Added mnemonic widget for 'Time zone' field in event editor 2013-02-28 10:40:50 +01:00
142f09f477 EMailPartItip: Remove redundant client cache.
EClientCache already serves this purpose.
2013-02-27 14:06:45 -05:00
d0d713e846 ItipView: Use EClientCache to obtain calendar clients. 2013-02-27 13:56:53 -05:00
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
1df5d3c3f9 itip-view.h cleanups. 2013-02-27 12:26:27 -05:00
e8b4f7de7f EClientCache cleanups. 2013-02-27 11:45:47 -05:00
bc27cacec3 Remove em_utils_in_addressbook().
No longer used.
2013-02-27 10:59:55 -05:00
4a06e1bb63 Remove emu_free_mail_cache().
No longer needed, since the resources it frees are no longer used.
2013-02-27 10:59:55 -05:00
667585134e Remove emu_remove_from_mail_cache().
No longer used.
2013-02-27 10:59:55 -05:00
cc2a65368c Remove emu_remove_from_mail_cache_1().
No longer used.
2013-02-27 10:59:55 -05:00
a36a3f4181 Remove em_utils_contact_photo().
No longer used.
2013-02-27 10:59:55 -05:00
d509f21104 EHTTPRequest: Use e_mail_ui_session_check_known_address_sync().
Use e_mail_ui_session_check_known_address_sync() to help determine
whether to automatically display images in a text/html MIME part.
2013-02-27 10:59:55 -05:00
c6bda27c9c EMailSession: Remove get_filter_driver() implementation.
This gets overshadowed by EMailUISession's implementation, which also
sets up the filter log file plus much more.
2013-02-27 10:59:55 -05:00
0b2607486e Move CamelSession.lookup_addressbook() handler to EMailUISession.
Have the new handler call e_mail_ui_session_check_known_address_sync()
instead of em_utils_in_addressbook().
2013-02-27 10:59:55 -05:00
ef355cd5c3 Add e_mail_ui_session_check_known_address_sync().
Replaces em_utils_in_addressbook().

Foregos any address caching since any such cache would likely not be
updated properly as contacts are added and removed and would lead to
incorrect results.

An asynchronous variation of this function can be easily added at some
future date should a need arise.
2013-02-27 10:59:55 -05:00
7001c2fe65 EMailReader: Remove addresses from EPhotoCache as needed.
Use e_photo_cache_remove() instead of emu_remove_from_mail_cache_1().
2013-02-27 10:59:54 -05:00
26e1f45bf3 EMailFormatter: Remove "only-local-photos" property.
EPhotoCache already handles this setting.
2013-02-27 10:59:54 -05:00
c9a20f545f EMailRequest: Use EPhotoCache to obtain contact photos. 2013-02-27 10:59:54 -05:00