Commit Graph

466 Commits

Author SHA1 Message Date
cf5191f317 Remove evolution-nognome script.
Looks like some ancient development environment script.

I actually use something very similar for my own development
environment, but it doesn't belong in a version control system.
2012-07-02 15:17:17 -04:00
6cda29281f Record the actual Evolution version after migration.
Not the next stable version.  If migration needs to occur multiple times
during a development cycle for different reasons, we'll need an accurate
last-used-version stamp.
2012-07-02 14:19:33 -04:00
34eeda37d3 Remove UPGRADE_REVISION definition.
This is always '0'.

I've never changed it to anything else so it's a useless definition.
2012-07-02 12:48:42 -04:00
05ab1cc16b Post-release version bump. 2012-06-24 22:32:44 -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
4ae34107a5 Remove -Werror from AM_INIT_AUTOMAKE.
Can't guarantee external software packages will not cause warnings.
2012-06-17 10:41:45 -04:00
94daae3dba Remove the last remaining usage of GConf 2012-06-15 09:04:08 +02:00
e0f11ae8eb Bump minimum libnotify version to 0.7.
GNOME has included libnotify 0.7.x since GNOME 3.0.  It's still an
optional dependency for Evolution, but if you're gonna use it you'll
need a GNOME3-era release.
2012-06-07 17:04:13 -04:00
9311914746 Mail formatter rewrite - convert some plugins to modules
audio-inline, itip-formatter, prefer-plain, tnef-attachments
and vcard-inline plugins were converted to modules so that they
can fit into concept of the new formatter.

Every module still installs .eplug file, because there is no
suitable API at the moment to register plugins to the plugins dialog
and to extend the Preferences dialog.
2012-06-06 15:29:38 +02:00
02d4410fc2 Remove local mail autoconfiguration data.
We're using version 1.1 of Mozilla's ClientConfig format now.  These
files are all version 1.0.  But even aside from that, offline autoconfig
is not compelling enough to warrant maintaining two copies of this data.
2012-06-03 21:31:46 -04:00
2b5a9b4eb4 Remove default-source plugin.
Obsoleted by EBookSourceConfig and ECalSourceConfig.
2012-06-02 23:00:42 -04:00
48e680cdf3 Add 'mail-config' module.
This breaks a good chunk of logic out of EMAccountEditor and hopefully
makes it less brittle.  Because honestly, every time I fix one thing in
EMAccountEditor it breaks three other things.  It's unmaintainable.
2012-06-02 23:00:42 -04:00
209e47b133 Add 'imap-features' module.
Adds an extra page to EMailConfigNotebook for 'imap' accounts.

Replaces the 'imap-features' plugin.
2012-06-02 23:00:42 -04:00
3efee090f0 Add 'cal-config-webcal' module.
Registers the "On The Web" backend in ECalSourceConfig widgets.

Replaces the 'calendar-http' plugin.
2012-06-02 23:00:42 -04:00
d21230f743 Add 'cal-config-weather' module.
Registers the "Weather" backend in ECalSourceConfig widgets.

Replaces the 'calendar-weather' plugin.
2012-06-02 23:00:42 -04:00
c030e2f0a5 Add 'cal-config-google' module.
Registers the "Google" backend in ECalSourceConfig widgets.

Replaces the 'google-account-setup' plugin.
2012-06-02 23:00:41 -04:00
1ad9dfdc9f Add 'cal-config-contacts' module.
Registers the "Contacts" backend in ECalSourceConfig widgets.
2012-06-02 23:00:41 -04:00
691ab73cd4 Add 'cal-config-caldav' module.
Registers the "CalDAV" backend in ECalSourceConfig widgets.

Replaces the 'caldav' plugin.
2012-06-02 23:00:41 -04:00
cb1220aff2 Add 'cal-config-local' module.
Registers the "On This Computer" backend in ECalSourceConfig widgets.

Replaces the 'calendar-file' plugin.
2012-06-02 23:00:41 -04:00
8b03b8a20c Add 'book-config-webdav' module.
Registers the "WebDAV" backend in EBookSourceConfig widgets.

Replaces the 'webdav-account-setup' plugin.
2012-06-02 23:00:41 -04:00
4c9c82d884 Add 'book-config-ldap' module.
Register the "On LDAP Servers" backend in EBookSourceConfig widgets.
2012-06-02 23:00:41 -04:00
a4607aee99 Add 'book-config-google' module.
Register the "Google" backend in EBookSourceConfig widgets.

Partially replaces the 'google-account-setup' plugin.
2012-06-02 23:00:41 -04:00
305b51db24 Add 'book-config-local' module.
Registers the "On This Computer" backend in EBookSourceConfig widgets.

Replaces the 'addressbook-file' plugin.
2012-06-02 23:00:41 -04:00
cd3759369b Add 'backup-restore' module.
Replaces the 'backup-restore' plugin.
2012-06-02 23:00:41 -04:00
d3498e0ccd Remove EDS_DISABLE_DEPRECATED.
libedataserverui/e-passwords.h is deprecated.  We need to stop using it.
2012-06-02 23:00:38 -04:00
f6e5efd36d Post-release version bump. 2012-06-02 22:57:22 -04:00
ceea3a0a1f Reduce diff noise with 'account-mgmt' branch.
One last time.
2012-06-02 16:52:01 -04:00
3e2721e26b Bump goa_minimum_version to 3.2.
Just to make it a stable release number.
2012-05-29 13:37:02 -04:00
005ac1efa3 Make the settings capplet optional.
The evolution-settings capplet was originally designed for Anjal, it was
used in MeeGo as part of the Express Mode effort, but doesn't really fit
in GNOME 3 nowadays (nor did it really fit in GNOME 2, in my opinion).

Add a --with-capplet configure switch defaulting to 'no'.  The capplet
will eventually be removed unless I see someone actively maintaining it.
2012-05-28 12:50:18 -04:00
874e72d0d2 Update About dialog content 2012-05-16 17:49:55 +09:00
2ab1737f33 Bug #669657 - Move External Editor plugin to standard plugins 2012-05-14 17:20:05 +02:00
4e71af1b19 Bug #675871 - Hide gnu make extensions warnings for automake 1.12 2012-05-11 15:43:02 +02:00
ecc1f7ae88 Bug #200683 - Composer subject spell checking 2012-05-09 19:50:33 +02:00
b88015e933 Require libsoup >= 2.38.1.
To pick up the fix for bug 673678:
"Property SSL_USE_SYSTEM_CA_FILE's value is ignored"
2012-04-30 13:13:57 -04:00
a5447adfe6 Post-release version bump. 2012-04-28 21:57:15 -04:00
12256b4f1c Bug #671537 - Option to validate SSL certificates with libsoup 2012-04-23 12:44:02 +02:00
bfb1d53650 Drop the ConnMan/NetworkManager/WindowsSENS modules.
We rely on GNetworkMonitor for network availability now.

Not our problem anymore.  \o/
2012-03-31 15:48:01 -04:00
a8c6d52801 WebKit port - bump dependencies minimum versions 2012-03-28 18:46:25 +02:00
944aa64e23 Typo fix. 2012-03-26 14:54:00 -04:00
be034068bd Require gnome-doc-utils >= 0.20.10.
Works around the "Argument list too long" error when building user
documentation on Linux.  We gots lots 'o docs!
2012-03-26 14:49:18 -04:00
bda78f1da8 Limit supported gweather to < 3.5.
gweather-3.5 introduces API changes we do not yet support.

A patch for gweather-3.5 support exists in bug 672805, but since our
policy forbids requiring unstable libraries, gweather-3.4 support must
be retained until GNOME 3.6 is released.  gweather-3.5/3.6 support will
remain optional until 3.7.1.
2012-03-26 10:20:55 -04:00
80ff4c8e3d Bump base version to 3.6. 2012-03-25 23:52:27 -04:00
32e4bd04d8 Post-release version bump. 2012-03-25 22:36:20 -04:00
a6c296f181 post release version bump 2012-03-19 12:36:44 +05:30
ea6e3bd0d5 Bug #659756 - Initialize dbus-glib threading for GConf 2012-03-16 16:17:27 +01:00
a1182c8c3d Suppress deprecation warnings.
Suppress deprecated declaration warnings, particularly from GTK+, until
we're ready to care again.  Once we require GTK+ 3.4 we can start using
the new deprecation min/max macros.
2012-03-06 11:05:42 -05:00
dfa6774330 Post-release version bump. 2012-03-05 17:08:51 -05:00