ad2e4ef126
em-format: Remove $(emformatextensions_SOURCES) reference.
...
This variable is not defined anywhere.
2012-06-25 22:07:38 -04:00
0f09050e4a
itip-formatter: Forgot to build the EPlugin
2012-06-25 22:07:38 -04:00
aa368e4b52
google: Remove the offline caching option for Google Contacts address books
...
Commit 6905e9ed885cd1d5be26106d64831a6d35c36bd9 permanently enabled the
on-disk cache in EDS for Google Contacts address books, so the option is now
redundant.
2012-06-25 22:28:57 +01:00
96b3a3ba15
google: Remove SSL option for Google Contacts address books
...
SSL is always enabled by libgdata.
2012-06-25 22:07:10 +01:00
675959d625
Update docs maintainer
2012-06-25 14:36:54 +02:00
e50279c957
Bug 678667 - 'All Message Headers' option is broken
2012-06-25 13:16:53 +02:00
05ab1cc16b
Post-release version bump.
2012-06-24 22:32:44 -04:00
3886c26033
NEWS update for 3.5.3 release.
2012-06-24 22:03:16 -04:00
cc8bf823ec
Coding style and whitespace cleanup.
2012-06-24 20:31:43 -04:00
728c641c16
Adapt to EContact API change.
...
E_CONTACT_BOOK_URI -> UID.
2012-06-24 20:31:42 -04:00
f960fd2dff
Reduce usage of g_type_class_peek_parent().
...
G_DEFINE_TYPE macros define a static "parent_class" variable.
2012-06-24 20:31:42 -04:00
88db20f3e9
Updated Galician translations
2012-06-24 22:41:13 +02:00
18420e7750
Bug 678634 - Criticals warnings when creating new book/cal
...
This required some reworking of assumptions I made early on when I first
wrote ESourceConfig, before I thought up the whole "collection" concept.
Not all ESourceConfigBackends will use a fixed parent UID, specifically
collection backends. In fact we may use multiple instances of the same
ESourceConfigBackend subclass if, for example, a user has two different
Exchange Web Services accounts configured. We would need to show both
EWS account (or "collection") names in the "Type" combo box.
For the moment collection-based ESourceConfigBackends are not listed
when creating a new calendar or address book since we lack support for
creating new resources on a remote server. A D-Bus interface for that
is in the works.
2012-06-23 19:02:01 -04:00
922ca943bb
Bug 678609 - No suggested name for new mail account
2012-06-22 20:12:39 -04:00
e9b5561fd0
EMailConfigSummaryPage: Remove "account-name" property.
...
It's redundant. Just set the display name on one of the ESources.
2012-06-22 20:12:11 -04:00
97792841a0
Keep display names synchronized during account creation.
...
Reworked part of commit cc55cf3e68 ,
which caused a bunch of runtime warnings.
2012-06-22 19:07:23 -04:00
d9833b43ab
Bug 678608 - Please enter password for mail account "Unnamed"
2012-06-22 15:25:19 -04:00
cc55cf3e68
Keep display names synchronized during account creation.
2012-06-22 15:04:37 -04:00
ae49f89b72
Bug 678613 - Keep display name synchronized across all mail sources
2012-06-22 10:39:35 -04:00
9f9b8c5902
EMailConfigNotebook: Minor code cleanup.
2012-06-22 10:39:34 -04:00
80a8ee67df
Updated Greek translation
2012-06-22 17:35:21 +03:00
71a6bc922c
ESourceContacts: Only include local address book by default.
...
A more reasonable default than including all address books by default.
Weeds out large, remote address books that can take forever to query.
2012-06-22 08:54:08 -04:00
4027a29c2b
Updated Spanish translation
2012-06-21 12:30:04 +02:00
1a5761811b
Update default Inbox to fit the terms in UI
2012-06-21 11:58:54 +02:00
64a0004316
User Docs: Add TODO for bug ID to add labels to main menu
2012-06-21 11:58:54 +02:00
d6ad0c22a2
Bug 678397 - Move "mail-to-task" actions to a submenu
...
Shortens the Message menu a little for low screen resolutions.
2012-06-21 01:31:56 -04:00
50a5e067d5
Bug 678393 - Disable Properties for built-in mail stores
2012-06-20 14:40:06 -04:00
d057ced420
Bug #678292 - Due Date does not display in follow-up flag dialogue box
2012-06-20 15:37:17 +02:00
782d59da7b
Bug 678347 - Put spamd pid/socket files in $XDG_RUNTIME_DIR
2012-06-19 23:26:48 -04:00
ad2d4bd22c
Updated POTFILES.in
2012-06-19 23:05:54 +02:00
b724ca9d48
Adapt to CamelDataCache API change.
...
camel_data_cache_get_filename() dropped its unused GError parameter.
2012-06-19 11:51:41 -04:00
954a585925
Updated Spanish translation
2012-06-19 16:47:23 +02:00
5ea75eb12a
Updated Spanish translation
2012-06-19 15:47:05 +02:00
1cf93ca25e
Avoid crash for providers without configuration backend
2012-06-19 13:42:09 +02:00
baa4fca60b
Disable a leftover debug message
2012-06-19 10:31:44 +02:00
9e88dd64e7
Bug #678293 - Already downloaded images are not shown
2012-06-19 10:27:05 +02:00
e3966e7034
Bug #678345 - Runtime warning when sender photo is disabled
2012-06-19 10:27:05 +02:00
2c51b159c7
Reduce amount or EMailDisplay reloads when displaying Preferences dialog
2012-06-19 10:27:05 +02:00
67b64140d5
Use SoupURI instead of EUri.
...
EUri is now deprecated.
2012-06-18 22:04:43 -04:00
731122a46e
Delete unused GnomeCanvasRichText.
2012-06-18 21:29:21 -04:00
0fdd38639f
Remove --enable-plugins=list variation.
...
With the removal of the 'experimental' plugin group, passing
--enable-plugins=experimental to configure will now cause the Makefile
to try and build a plugin named 'experimental', which will result in a
mysterious "experimental: No such file or directory" build error.
This is because of the "list" fallback behavior: if the option is not
one of "no", "base" or "all" then the configure script assumes it to be
a list of plugin names. I've never known that to be useful to anyone,
so remove the "list of plugin names" behavior and replace it with an
informative error message.
Eventually the --enable-plugins will be removed entirely since EPlugin
is deprecated.
2012-06-18 21:08:35 -04:00
e9c96b8b79
Remove Mono and Python EPlugin bindings.
...
EPlugin is deprecated. These bindings have never been used for anything
and they're never going to be used at this point. Remove the dead weight.
2012-06-18 20:48:32 -04:00
0252395e8e
No more experimental plugins.
...
We don't have any experimental plugins left. Remove the slot for it in
configure.ac so we don't pick up anymore. EPlugin is deprecated anyway.
2012-06-18 11:04:04 -04:00
09fb1eb515
Clarify that libcanberra-gtk3 is optional.
2012-06-18 10:54:54 -04:00
f2a2b68c52
e-text: misc cleanup
2012-06-18 10:27:01 -04:00
81b6d4b963
e-text: remove unused draw_background property
...
It's always FALSE.
2012-06-18 10:27:01 -04:00
7cbdc483cc
all: don't set draw_background to FALSE on EText
2012-06-18 10:27:01 -04:00
4a053b1286
e-text: remove unused draw_borders property
...
Nobody ever sets it.
2012-06-18 10:27:01 -04:00
86f388e13a
e-text: remove property that is never set
2012-06-18 10:27:00 -04:00
71bc5588d3
e-text: remove draw-button property
...
Nothing in Evolution sets it, so we can just remove this.
2012-06-18 10:27:00 -04:00