aboutsummaryrefslogtreecommitdiffstats
path: root/modules/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add a gravatar module.Matthew Barnes2013-04-261-0/+1
| | | | This is a new EPhotoSource that obtains images from gravatar.com.
* Add contact-photos module.Matthew Barnes2013-04-241-0/+1
| | | | | | | | | | This encapsulates the EContactPhoto look up feature that was previously built into EPhotoCache. It's now implemented as an EPhotoSource -- one per address book. One advantage of this implementation is that address books are now queried concurrently rather than serially. EPhotoCacheContactLoader is an EPhotoCache extension that takes care of adding and removing EPhotoSources for available address books.
* Remove backward-compatibility cruft for goa-1.0 < 3.8.Matthew Barnes2013-04-171-5/+0
| | | | | | | In particular, GOA's Google provider uses OAuth 2.0 now, so we can drop the OAuth 1.0a support in CamelSaslXOAuth which was GMail-specific, and with it the entire "online-accounts" module in Evolution. Evolution no longer links to libgoa-1.0 at all.
* Add a "settings" module.Matthew Barnes2013-01-211-0/+1
| | | | | | Collect all the "config" extensions from the "addressbook", "calendar", and "mail" modules into one place. These extensions typically just bind GObject properties of extensible classes to app-specific GSettings keys.
* Remove the "imap-features" module.Matthew Barnes2012-12-241-1/+0
| | | | | This only worked with the legacy IMAP backend, which has now been removed per bug 665371.
* Bug #684447 - Check for highlight during configure.Dan Vrátil2012-10-091-2/+6
| | | | | | | | | | | | | | If the highlight program cannot be found width AC_PATH_PROGS, configure will abort with an error message. You can either a) install highlight b) specify the patch with HIGHLIGHT=/path/to/highlight c) pass --disable-text-highlight to configure to exclude the module This also makes text-highlight module to fallback to text/plain formatter when highlight program would crash or fail to ensure the content is delivered to user.
* Check for SpamAssassin during configure.Matthew Barnes2012-10-011-1/+5
| | | | | | | | | | | | | If the spamassassin and sa-learn programs cannot be found with AC_PATH_PROG, configure will abort with an error message. You can then either: a) install the SpamAssassin software b) specify the path with SPAMASSASSIN=/path/to/spamassassin and/or SA_LEARN=/path/to/sa-learn c) pass --disable-spamassassin to configure to exclude the module This also drops the "spamc" and "spamd" GSettings keys.
* Check for Bogofilter during configure.Matthew Barnes2012-10-011-1/+5
| | | | | | | | | | If the bogofilter program cannot be found with AC_PATH_PROG, configure will abort with an error message. You can then either: a) install the Bogofilter software b) specify the path with BOGOFILTER=/path/to/bogofilter c) pass --disable-bogofilter to configure to exclude the module
* Remove Mono and Python EPlugin bindings.Matthew Barnes2012-06-191-10/+0
| | | | | 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.
* Mail formatter rewrite - convert some plugins to modulesDan Vrátil2012-06-061-1/+15
| | | | | | | | | | 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.
* Add 'mail-config' module.Matthew Barnes2012-06-031-0/+1
| | | | | | 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.
* Add 'imap-features' module.Matthew Barnes2012-06-031-0/+1
| | | | | | Adds an extra page to EMailConfigNotebook for 'imap' accounts. Replaces the 'imap-features' plugin.
* Add 'cal-config-webcal' module.Matthew Barnes2012-06-031-0/+1
| | | | | | Registers the "On The Web" backend in ECalSourceConfig widgets. Replaces the 'calendar-http' plugin.
* Add 'cal-config-weather' module.Matthew Barnes2012-06-031-0/+5
| | | | | | Registers the "Weather" backend in ECalSourceConfig widgets. Replaces the 'calendar-weather' plugin.
* Add 'cal-config-google' module.Matthew Barnes2012-06-031-0/+1
| | | | | | Registers the "Google" backend in ECalSourceConfig widgets. Replaces the 'google-account-setup' plugin.
* Add 'cal-config-contacts' module.Matthew Barnes2012-06-031-0/+1
| | | | Registers the "Contacts" backend in ECalSourceConfig widgets.
* Add 'cal-config-caldav' module.Matthew Barnes2012-06-031-0/+1
| | | | | | Registers the "CalDAV" backend in ECalSourceConfig widgets. Replaces the 'caldav' plugin.
* Add 'cal-config-local' module.Matthew Barnes2012-06-031-0/+1
| | | | | | Registers the "On This Computer" backend in ECalSourceConfig widgets. Replaces the 'calendar-file' plugin.
* Add 'book-config-webdav' module.Matthew Barnes2012-06-031-0/+1
| | | | | | Registers the "WebDAV" backend in EBookSourceConfig widgets. Replaces the 'webdav-account-setup' plugin.
* Add 'book-config-ldap' module.Matthew Barnes2012-06-031-0/+5
| | | | Register the "On LDAP Servers" backend in EBookSourceConfig widgets.
* Add 'book-config-google' module.Matthew Barnes2012-06-031-0/+1
| | | | | | Register the "Google" backend in EBookSourceConfig widgets. Partially replaces the 'google-account-setup' plugin.
* Add 'book-config-local' module.Matthew Barnes2012-06-031-0/+1
| | | | | | Registers the "On This Computer" backend in EBookSourceConfig widgets. Replaces the 'addressbook-file' plugin.
* Add 'backup-restore' module.Matthew Barnes2012-06-031-0/+1
| | | | Replaces the 'backup-restore' plugin.
* Drop the ConnMan/NetworkManager/WindowsSENS modules.Matthew Barnes2012-04-011-16/+1
| | | | | | We rely on GNetworkMonitor for network availability now. Not our problem anymore. \o/
* WebKit port - port formatter and mail moduleDan Vrátil2012-03-291-0/+1
|
* Split MDN handling into a module.Matthew Barnes2011-11-221-0/+1
|
* Convert junk filtering EPlugins to EExtensions.Matthew Barnes2011-07-141-0/+2
| | | | | | | | | | | | | | | | | We now have a proper junk mail filtering API. All junk filtering extensions must subclass EMailJunkFilter for user preferences and availability testing, and implement the CamelJunkFilter interface for the actual junk filtering and learning operations. The bogofilter module should be feature-equivalent to its former EPlugin. The spamassassin module is far more complex. It's nearly feature-equivalent to its former EPlugin, but I ditched the spamd respawning code since it seemed unnecessary for a mail client to have to deal with. If there's a huge outcry from users about it I'll reluctantly put it back, but I don't expect one. This gets us a step closer to killing off EConfig, and eventually the EPlugin framework itself.
* Prototype an online-accounts module.Matthew Barnes2011-06-251-0/+5
| | | | | | | | | | | Integrates with the GNOME Online Accounts service. Creates Evolution sources for a GOA Google account and keeps them synchronized. Also registers a new CamelSaslXOAuth class for use with GMail. Authentication of Google Calendars and Google Contacts using OAuth is still under development.
* Add an EOfflineAlert module.Matthew Barnes2010-10-191-0/+1
| | | | | | | | | This module posts an alert to the first EShellWindow when starting offline, and also posts an alert when the network connection drops. We get frequent questions on the mailing list from users not realizing Evolution is starting in offline mode, so this is meant to help address that confusion.
* Convert plugin-manager to an EExtension.Matthew Barnes2010-09-131-0/+1
| | | | How ironic.
* Add composer-autosave to SUBDIRS.Matthew Barnes2010-09-041-0/+1
|
* Convert "startup-wizard" to an EExtension.Matthew Barnes2010-06-031-0/+1
| | | | | | | | | | | | | | Convert the "startup-wizard" EPlugin to an EExtension, and fix up the importing UI a bit (but it still needs a lot more love). Importing progress is now shown directly in the GtkAssistant window. Define a new EConfigItem type (E_CONFIG_PAGE_PROGRESS) for creating progress pages in a GtkAssistant. Also, change EMAccountEditor semantics slightly: you now have to call e_config_create_window() manually after creating a new EMAccountEditor instance. This allows extra EConfigItems (specifications for the window content) to be added manually before the window is created.
* Merge branch 'express2'Matthew Barnes2010-05-271-4/+4
|\
| * Merge gnome-2-30 into express2 to get bugfixesFederico Mena Quintero2010-04-101-1/+6
| |\ | | | | | | | | | | | | | | | Note that express2 got some documentation for EExtensible and friends, and that documentation is not in gnome-2-30 yet. We need to cherry-pick those commits into gnome-2-30 and elsewhere.
| | * [win32] Implement network status detectionFridrich Strba2010-04-081-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The implementation is done using System Event Notification Service by implementing ConnectionMade ConnectionMadeNoQOCInfo and ConnectionLost methods of ISensNetwork interface. Make the subscription to the network status notification receive the event only if the ownerof the subscription is logged on to the same computer as the publisher. This makes this module work on Windows Vista and Windows 7 with normal user account. Don't try to build Windows SENS when not building for Windows. Extract the relevant COM structs and typedefs from mingw-w64 headers to allow to build the module with mingw.org toolchain and fix build breakages with Microsoft compilers.
| | * Convert NetworkManager integration to an EShell extension.Matthew Barnes2010-04-081-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | This demonstrates how to extend EShell without having to modify and recompile e-shell.c. If NetworkManager integration is enabled, the extension is loaded automatically when the EShell is created. The same pattern can be applied to integrate other network monitoring software like ConnMan or Microsoft's Wireless Zero Configuration.
| * | Add ConnMan support (words fail me ...)Michael Meeks2010-04-071-0/+5
| | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac modules/Makefile.am
| * | Convert NetworkManager integration to an EShell extension.Matthew Barnes2010-04-071-1/+12
| |/ | | | | | | | | | | | | | | | | This demonstrates how to extend EShell without having to modify and recompile e-shell.c. If NetworkManager integration is enabled, the extension is loaded automatically when the EShell is created. The same pattern can be applied to integrate other network monitoring software like ConnMan or Microsoft's Wireless Zero Configuration.
* | Convert "default-mailer" plugin to an extension.Matthew Barnes2010-05-131-0/+1
| |
* | Add ConnMan support (words fail me ...)Michael Meeks2010-03-261-1/+6
| |
* | [win32] Implement network status detectionFridrich Strba2010-03-241-1/+6
| | | | | | | | | | | | | | | | The implementation is done using System Event Notification Service by implementing ConnectionMade ConnectionMadeNoQOCInfo and ConnectionLost methods of ISensNetwork interface. Introduces C++ dependency for Windows port only
* | Convert NetworkManager integration to an EShell extension.Matthew Barnes2010-03-201-1/+12
|/ | | | | | | | | This demonstrates how to extend EShell without having to modify and recompile e-shell.c. If NetworkManager integration is enabled, the extension is loaded automatically when the EShell is created. The same pattern can be applied to integrate other network monitoring software like ConnMan or Microsoft's Wireless Zero Configuration.
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-301-1/+9
| | | | | | | | | | | | | - Require all EPlugin and EPluginHook subtypes be registered before loading plugins. This drastically simplifies the EPlugin/EPluginHook negotiation. - Turn most EPluginHook subtypes into GTypeModules and register their types from an e_module_load() function (does not include shell hooks). - Convert EPluginLib and the Mono and Python bindings to GTypeModules and register their types from an e_module_load() function, and kill EPluginTypeHook.
* Radically reorganize source code.Matthew Barnes2009-06-251-0/+3
- Collect all shell modules into a new top-level 'modules' directory: $(top_srcdir)/modules/addressbook $(top_srcdir)/modules/calendar $(top_srcdir)/modules/mail Nothing is allowed to link to these, not plugins nor other modules. THIS SOLVES BUG #571275 AND OPENS THE DOOR TO PORTING TO MAC OS X. - Mimic the libevolution-mail-shared library from master (except drop the "shared" suffix) and have libevolution-mail-importers and all mail-related plugins link to it. - Discard the a11y subdirectories and have the files live alongside their counterpart widgets.