aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
...
| * Bug #659557 - Duplicate mnemonic in ldap address book creation dialogVibha Yadav2011-11-091-3/+3
| |
* | Make it fully buildRodrigo Moya2011-11-093-6/+5
| |
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-081-1/+1
|\|
| * EMAccountEditor: Start using CamelNetworkSettings.Matthew Barnes2011-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of stuffing host/port/user/etc into CamelURLs. To enforce this in 3rd party extensions, remove EAccounts from EMConfigTargetAccount and rename it EMConfigTargetSettings with the following struct members: const gchar *email_address; const gchar *storage_protocol; CamelSettings *storage_settings; const gchar *transport_protocol; CamelSettings *transport_settings;
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-042-3/+24
|\|
| * Bug #663286 - Changing view clears Contact previewMilan Crha2011-11-032-3/+24
| |
* | Addressbook module GSettings migrationRodrigo Moya2011-11-023-26/+18
| |
* | Migrate SA extension to GSettingsRodrigo Moya2011-11-023-89/+68
| |
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-311-2/+1
|\|
| * Remove 'Click the Forward button to continue' sentence (plus the Forward ↵Andre Klapper2011-10-291-2/+1
| | | | | | | | button was actually a Continue button anyway)
* | Mail module has now all basic settings in GSettingsRodrigo Moya2011-10-283-50/+21
| |
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-283-9/+20
|\|
| * e-mail-store.c: Take EMailSession instead of EMailBackend.Matthew Barnes2011-10-273-9/+27
| | | | | | | | | | | | | | | | | | | | | | My apologies for flip-flopping the API again. e-mail-store.c functions used to take an EMailSession, then I changed it to take an EMailBackend in preparation for my account-mgmt branch. Having rethought some API decisions on the branch, however, the first flip-flop proved to be unnecessary. And now Srini needs the API to use EMailSession for his mail-factory branch, so I'm flip-flopping again.
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-262-6/+18
|\|
| * Bug #662742 - Double free when expunging completed tasksMilan Crha2011-10-261-2/+0
| |
| * Fix a build break after recent changesMilan Crha2011-10-251-2/+7
| |
| * Adapt to CamelNetworkSettings changes.Matthew Barnes2011-10-251-3/+12
| |
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-241-4/+31
|\|
| * Bug #660738 - Font changes ignored since 3.2Milan Crha2011-10-211-4/+31
| |
* | Make e_utils_prompt_user and callers use GSettings keysRodrigo Moya2011-10-141-1/+1
| |
* | Migrate bogfilter module to GSettingsRodrigo Moya2011-10-141-5/+5
| |
* | Port EComposerHeaderTable to GSettingsRodrigo Moya2011-10-131-7/+1
| |
* | NULL-terminate arrays that we pass to g_settings_set_strvRodrigo Moya2011-10-133-3/+6
| |
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-132-1/+5
|\|
| * Bug #660721 - Online Account services not always activatingMilan Crha2011-10-131-0/+4
| |
| * Use gtk_check_button_new_with_mnemonic() with a mnemonic stringMilan Crha2011-10-111-1/+1
| |
* | Migrate ECalShellContent to GSettingsRodrigo Moya2011-10-111-18/+18
| |
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-1013-58/+84
|\|
| * Fix typo in schema file in commit d2232a7Dan Vrátil2011-10-071-1/+1
| |
| * Bug #659876 - Make automatic contact address formatting optionalDan Vrátil2011-10-073-0/+28
| | | | | | | | | | Make behavior introduced in bug #636809 optional by adding checkbox to Preferences->Contacts.
| * Adapt to CamelFolderSummary API changesMilan Crha2011-10-061-5/+5
| |
| * Prefer g_simple_async_result_take_error().Matthew Barnes2011-10-061-14/+7
| | | | | | | | | | | | | | | | | | Slightly more efficient and convenient than: g_simple_async_result_set_from_error (simple, error); g_error_free (error); One less GError to copy and destroy.
| * GtkApplication has some new EShell-like features.Matthew Barnes2011-10-068-39/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I pushed a few EShell features up to GtkApplication for GTK+ 3.2, so we can now trim off the redundancies in EShell. 1) GtkApplication has a new "window-added" signal which replaces EShell's own "window-created" signal. 2) GtkApplication has a new "window-removed" signal which replaces EShell's own "window-destroyed" signal. 3) gtk_application_get_windows() now returns a list of windows sorted by most recently focused, replacing e_shell_get_watched_windows(). 4) GtkApplication now provides enough hooks to subclasses that we can remove e_shell_watch_window() and call gtk_application_add_window() directly.
* | First successful buildRodrigo Moya2011-10-061-2/+1
| |
* | Merge from masterRodrigo Moya2011-10-0550-160/+185
|\|
| * Simplify library dependency flags.Matthew Barnes2011-10-0517-62/+64
| | | | | | | | | | | | | | | | | | We have a confusing array of nearly-identical CFLAGS/LIBS definitions in configure.ac. Time to simplify. Instead let's just have one definition that includes all the libraries provided by Evolution-Data-Server (incl. Camel). That, in combination with GNOME_PLATFORM, gives us most of what we need for compliation and linking, and we can sprinkle definitions for additional library dependencies in Makefile.am's as needed.
| * Bug #601898 - SOCKS proxy does not work with mailerMilan Crha2011-09-302-19/+19
| |
| * Remove Ctrl + l ( ) character from source filesPaul Menzel2011-09-301-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From ccc980da1fd84ebfca25cf8caf9a5d62333099fc Mon Sep 17 00:00:00 2001 From: Paul Menzel <paulepanter@users.sourceforge.net> Date: Wed, 28 Sep 2011 10:18:18 +0200 Subject: [PATCH] Remove Ctrl + l ( ) character from source files The following commits git show aac3f2c8 git show 1510304c git show 13cabd9e git show 350a7a33 git show 9b7cc54d git show e6972011 git show 1d3a7938 git show 934524b9 git show b2954936 git show a7f677b5 git show 4369c400 git show d509f47a git show a6d5818f git show c3876df7 git show 4583098b git show 2831ada5 git show 4e1bce59 git show 1609f699 git show 4e4c1676 git show d6fade43 among others(?) introduced several occurrences of Ctrl + l ( ). Probably this was caused by the used editor. These control characters can be searched for using the following command [1]. $ git grep ^L [1] http://unstableme.blogspot.com/2009/10/grep-and-print-control-characters-in.html
| * Bug #632619 - Recurring events can clutter month viewMilan Crha2011-09-294-5/+21
| |
| * Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-276-59/+46
| | | | | | | | | | Reducing diff noise so I can see important changes easier when comparing branches. A few API changes, but nothing that affects functionality.
| * EMFolderTreeModel: Don't use parameters in "get_default" functions.Matthew Barnes2011-09-261-1/+1
| | | | | | | | | | | | | | | | Drop EMFolderTreeModel's "session" property now that it has a "backend" property and call em_folder_tree_model_set_backend() where we used to call em_folder_tree_model_set_session(). The session can still be obtained through e_mail_backend_get_session().
| * The EExtension framework is now in libebackend.Matthew Barnes2011-09-2619-21/+34
| | | | | | | | | | | | | | | | The EModule, EExtensible and EExtension classes as well as the e_type_traverse() function have been moved to Evolution-Data-Server's libebackend library to replace e-data-server-module.c. Now Evolution-Data-Server modules use the same framework as Evolution.
| * Bug #659568 - One day delay in calendar viewMilan Crha2011-09-261-6/+10
| |
| * Bug #351025 - Make the order of the mail accounts configurableMilan Crha2011-09-263-2/+103
| |
| * Bug #659558 - Missing set mnemonic widgetsMilan Crha2011-09-261-0/+3
| |
| * Bug #659932 - 'Use system time zone' in not honored immediatelyMilan Crha2011-09-261-3/+28
| |
| * Bug #659125 - Reference counting issues in calendarMilan Crha2011-09-157-6/+8
| |
| * Make sure GConf schemas have defined default valuesMilan Crha2011-09-142-0/+6
| |
| * Coding style and whitespace cleanup.Matthew Barnes2011-09-0427-257/+381
| |
| * Miscellaneous cleanups.Matthew Barnes2011-08-315-33/+34
| | | | | | | | | | | | | | Reducing diff noise with the account-mgmt branch. Trying to erode our dependency on EAccount as much as possible, or at least isolate its usage, to make things easier for me on the branch.
| * Bug #657396 - Rename Alarms tab to Reminders in preferencesMilan Crha2011-08-261-1/+1
| |
| * Bug #655419 - "Save as iCalendar" misses mnemonicMilan Crha2011-08-262-2/+2
| |
| * Bug #655666 - Split task preferences into its own tabMilan Crha2011-08-232-77/+115
| |
| * plugin-mono: Remove Camel.cs and Evolution.csMatthew Barnes2011-08-192-1368/+0
| | | | | | | | | | | | These files are hopelessly out of date, and don't appear to be used for anything anyway. The only sustainable way to provide language bindings for Evolution is to generate them through gobject-introspection.
| * e_mail_store_foreach(): Take an EMailSession parameter.Matthew Barnes2011-08-182-2/+11
| | | | | | | | | | | | Use camel_session_list_services() instead of the internal store table. The store table serves little purpose nowadays and could probably be removed. I'll look into that later.
| * Use new CamelService:display-name property.Matthew Barnes2011-08-182-4/+2
| | | | | | | | Simplify, simplify...
| * Adapt to new CamelSubscribable interface.Matthew Barnes2011-08-161-9/+9
| |
| * Bug #655254 - Cropped Junk settings textMilan Crha2011-08-161-2/+1
| |
| * online-accounts: Adapt to URL parameter renames.Matthew Barnes2011-08-151-4/+6
| | | | | | | | It's "security-method" now instead of "use_ssl".
| * Drop some ancient GroupWise account migration.Matthew Barnes2011-08-151-91/+0
| | | | | | | | | | | | | | | | Not worth the pain of maintaining old cruft to make progress. Breaks GW account migration from versions prior to 2.8 (circa 2006), but you'd be better off starting from a clean slate anyway if you're jumping that many releases.
| * Coding style and whitespace cleanup.Matthew Barnes2011-08-1317-286/+643
| |
| * Bug #655957 - Current account / all accounts search changes columnMilan Crha2011-08-121-1/+5
| |
| * Bug #656133 - Mail-local not initialized when adding/editing accountMilan Crha2011-08-111-0/+4
| |
| * Bug #655843 - Copy to calendar doesn't add timezone informationJames Bottomley2011-08-111-0/+30
| |
| * EConfig: Broadcast abort/commit events by way of signals.Matthew Barnes2011-08-117-12/+19
| | | | | | | | | | Remove the clumsy abortfunc and commitfunc callback arguments from e_config_add_items().
| * Bug #655492 - Move 'Automatic contacts' tab to 'Contacts' partMilan Crha2011-08-092-4/+86
| |
| * [bogofilter] Avoid G_PARAM_STATIC_STRINGS.Matthew Barnes2011-08-031-2/+1
| |
| * Bug 655507 - Crash on startup when initializing spamassassinMatthew Barnes2011-08-031-10/+5
| | | | | | | | I keep forgetting to not use G_PARAM_STATIC_STRINGS in modules...
| * Replace alarm by reminder for UI consistency. Fixes bug #340614Andre Klapper2011-08-023-13/+13
| |
| * Do not leak memory on each mail folder changeMilan Crha2011-08-011-0/+1
| |
| * Bug #655444 - Alarm/reminder settings split in two tabs in SettingsMilan Crha2011-07-281-130/+184
| |
| * Bug #655430 - Forgotten EMailJunkOptions type init for mail-config.uiMilan Crha2011-07-282-0/+4
| |
| * Coding style and whitespace cleanups.Matthew Barnes2011-07-241-183/+194
| |
| * SpamAssassin: Add a missing linker flag.Matthew Barnes2011-07-191-0/+1
| |
| * Make "open_calendar" function as expected.Chenthill Palanisamy2011-07-151-2/+2
| |
| * SpamAssassin: Silence spamd's debugging chatter.Matthew Barnes2011-07-151-0/+1
| |
| * SpamAssassin: Try harder to kill spamd on exit.Matthew Barnes2011-07-151-38/+53
| | | | | | | | | | | | | | | | | | | | References to EMailSession are leaking like crazy, so the module's finalize() method never gets called, and we never kill our spamd. Until I can track down all the reference leaks, kill the spamd process in response to a "EShell::prepare-for-quit" signal instead of from the module's finalize() method. (Maybe that's a better long-term solution anyway?)
| * SpamAssassin: Don't wait for termination when spawning spamd.Matthew Barnes2011-07-151-6/+14
| |
| * Convert junk filtering EPlugins to EExtensions.Matthew Barnes2011-07-1413-565/+1888
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * network-manager: Keep network availablility state accurate.Matthew Barnes2011-07-081-25/+28
| | | | | | | | | | | | We track Evolution's online state separately from network availability these days. I think there was still logic here from when we set online state directly. Don't lie about network availability.
| * network-manager: Recover from dropped D-Bus connections fasterMatthew Barnes2011-07-081-3/+11
| |
| * connman: Recover from dropped D-Bus connections faster.Matthew Barnes2011-07-081-4/+11
| |
| * network-manager: Miscellaneous cleanups.Matthew Barnes2011-07-071-15/+25
| |
| * connman: Miscellaneous cleanups.Matthew Barnes2011-07-071-38/+50
| |
| * online-accounts: Give Google calendars a color.Matthew Barnes2011-07-071-0/+5
| |
| * Prefer g_seekable_seek() over camel_stream_reset().Matthew Barnes2011-07-052-7/+1
| | | | | | | | | | | | | | | | | | When a stream is obviously a file or memory stream (both of which implement the GSeekable interface), use g_seekable_seek() instead of camel_stream_reset(). This is helping me discover if it's safe to remove camel_stream_reset(). We want to eventually move to GIO streams, which have no reset method.
| * Bug #650671 - Service connect/disconnect not cancelled properlyMilan Crha2011-07-021-2/+2
| |
| * Bug 652958 - Evolution Account Assistant jumps stepsMatthew Barnes2011-07-016-12/+66
| | | | | | | | | | | | | | The GTK+ patch in bug 653705 is also required for the Account Assistant to work properly under the new GtkAssistant design in GTK+ 3.1. This commit only deals with sidebar ordering issues.
| * online-accounts: Set GoaAccount ID in calendar and contact sources.Matthew Barnes2011-06-301-0/+6
| | | | | | | | Forgot that part... kind of important.
| * Add a bit more error checking and do not leak icalcomponent-sMilan Crha2011-06-304-9/+20
| |
| * Check for cancelled GIO operation error code tooMilan Crha2011-06-283-6/+6
| |
| * Keep opening EClient-s till they report busy errorMilan Crha2011-06-274-37/+250
| |
| * Bug #653154 - Crash when constructing calendar viewMilan Crha2011-06-273-15/+60
| |
| * Prototype an online-accounts module.Matthew Barnes2011-06-257-0/+1611
| | | | | | | | | | | | | | | | | | | | | | 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.
| * Allow the startup-wizard to be delayed.Matthew Barnes2011-06-191-1/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This works similar to the offline and shutdown procedure in EShell. We broadcast a "load-accounts" EShell event with an EActivity. The EActivity has a toggle reference which we use as a counting semaphore. If another module needs to handle the event asynchronously, it should reference the EActivity until its async operation completes, then drop the reference. Once the signal handlers finish and only the toggle reference remains, we then proceed with the Evolution Setup Assistant. All of this is in preparation for GNOME Online Accounts integration. For the moment, nothing listens for the "load-accounts" EShell event, so there should be no change in Evolution Setup Assistant behavior.
| * Bug #252670 - Remember columns settings in Certificates tabDan Vrátil2011-06-141-1/+1
| |
| * Bug #530335 - Allow Reply to selected address onlyRathin2011-06-141-2/+2
| |
| * Do not use deprecated EBook/ECal APIMilan Crha2011-06-1432-727/+724
| |
| * Coding style and whitespace cleanups.Matthew Barnes2011-06-141-16/+16
| |
| * Coding style and whitespace cleanups.Matthew Barnes2011-06-096-15/+20
| |
| * Bug #614274 - Labeling many messages is very slowMatt McCutchen2011-06-031-0/+2
| |
| * Little text typo fixMilan Crha2011-06-031-1/+1
| |
| * Bug #642557 - Display maps in contact previewDan Vrátil2011-06-026-3/+243
| |
| * Bug #640083 - Cannot configure LDAPS on port 636Milan Crha2011-06-023-5/+5
| |
| * EMSubscriptionEditor: Manage stores, not accounts.Matthew Barnes2011-05-291-1/+11
| | | | | | | | | | We'll query the accounts to get display names for the combo box, but that's it. Use CamelStores instead.
| * EMailShellView: Avoid e_get_subscribable_accounts().Matthew Barnes2011-05-291-16/+17
| | | | | | | | | | Use em_folder_tree_model_list_stores() to determine whether to enable the folder subscription editor.
| * Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-286-6/+0
| |
| * Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-2781-5/+309
| |
| * Use em_folder_tree_get_selected() in places to simplify code.Matthew Barnes2011-05-253-50/+22
| | | | | | | | | | | | There were a few places where we were accessing the folder tree model directly to get the selected store + folder name, or were asking for the selected URI only to parse back into its store + folder name components.
| * EMFolderTree: Add an EAlertSink property.Matthew Barnes2011-05-241-1/+3
| | | | | | | | | | Now EMFolderTree has access to both an EShellBackend and an EAlertSink; everything it needs to build and submit EActivity instances.
| * EMFolderTree: Store an EMailBackend instead of an EMailSession.Matthew Barnes2011-05-246-60/+51
| | | | | | | | | | | | | | | | All this so EMFolderTree can submit EActivity instances for async ops. You can obtain an EMailSession from an EMailBackend, but not vice versa. Creates lots of pretty ripples in the mail code, but ultimately reduces complexity. So it's a code cleanup of sorts.
| * Coding style and whitespace cleanup.Matthew Barnes2011-05-225-30/+35
| |
| * Bug 650587 - Hide Search Folder actions when Search Folders are disabledMatthew Barnes2011-05-215-18/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an action group for Search Folders to EMailReader. The action group's visibility is bound to the "mail-enable-search-folders" setting, so that menu items related to Search Folders are hidden when Search Folders are disabled in GConf. Affected menu items are: Edit -> Search Folders Message -> Create Rule -> Search Folder from Subject... Message -> Create Rule -> Search Folder from Sender... Message -> Create Rule -> Search Folder from Recipients... Message -> Create Rule -> Search Folder from Mailing List... Search -> Create Search Folder From Search...
| * EMailReader: Support multiple action groups.Matthew Barnes2011-05-211-4/+14
| | | | | | | | | | | | Use an enum type to request different action groups. For now we just have E_MAIL_READER_ACTION_GROUP_STANDARD. EMailReader implementations should map the enum value to an appropriate GtkActionGroup.
| * Remove mail_remove_folder().Matthew Barnes2011-05-212-6/+6
| | | | | | | | Use e_mail_folder_remove() instead.
| * Remove mail_store_prepare_offline().Matthew Barnes2011-05-182-4/+50
| | | | | | | | Use e_mail_store_prepare_for_offline() instead.
| * Bug 650088 - Cannot send message from Contacts viewMatthew Barnes2011-05-171-0/+5
| | | | | | | | | | | | | | | | This starts up the EMailShellBackend whenever a new composer window is created. Normally this happens when switching to the Mail shell view, but if trying to send a message from a different shell view before the Mail shell view is ever activated, the mail accounts were not getting loaded and sending or saving the message to a mail folder would fail.
| * Bug #649392 - Improve calendar's "Goto" dialog and move it to dialogsDan Vrátil2011-05-161-1/+1
| |
| * Bug #601541 - Add 'Copy Image' Option On Inline Email ImagesMilan Crha2011-05-161-1/+6
| |
| * Bug #243938 - Clicking on week numbers changes work week to week viewMilan Crha2011-05-131-2/+8
| |
| * GN-bug #649935 - Check folder validity before asking for its URIMilan Crha2011-05-131-2/+5
| |
| * EMailShellView: Remove some unused utility functions.Matthew Barnes2011-05-132-159/+0
| | | | | | | | | | I guess I meant to move these to EMailReader but forgot to delete the original versions.
| * Keep forgetting to add prefixes to EAlert tags.Matthew Barnes2011-05-131-1/+1
| |
| * Miscellaneous cleanups.Matthew Barnes2011-05-132-20/+28
| |
| * em_utils_reply_to_message(): Require a CamelMimeMessage.Matthew Barnes2011-05-131-10/+4
| | | | | | | | | | No more fetching a message itself. Oh, and stop unreffing the message. Those kinds of insane semantics are what lead to crashes.
| * Add e_mail_reader_new_activity().Matthew Barnes2011-05-132-14/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configuring and submitting an EActivity for every mail operation is getting tedious. This function helps reduce boilerplate code by: * Creating a new EActivity instance. * Installing an EAlertSink using e_mail_reader_get_alert_sink(). * Installing a GCancellable (which is really a CamelOperation). * Submitting the activity via e_shell_backend_add_activity(). I'm considering adding a similar function (or class method) for EShellView. Not sure yet...
| * Reimplement em_folder_properties_show().Matthew Barnes2011-05-121-1/+1
| | | | | | | | | | Now uses camel_store_get_folder() and camel_folder_get_quota_info(), although I need to rewrite the quota function to be asynchronous.
| * Add e_activity_handle_cancellation().Matthew Barnes2011-05-122-4/+2
| | | | | | | | | | | | | | | | Convenience function for use in GAsyncReadyCallback functions. This acknowledges the cancellation, so that the activity's description changes from "(cancelling)" to "(cancelled)" and the description appears crossed out in the UI for a moment before disappearing.
| * Reimplement em_utils_forward_messages().Matthew Barnes2011-05-121-1/+1
| | | | | | | | | | Now uses e_mail_folder_build_attachment() and e_mail_folder_get_multiple_messages().
| * Coding style cleanups.Matthew Barnes2011-05-0911-61/+61
| |
| * Whitespace and coding style cleanups.Matthew Barnes2011-05-083-4/+7
| |
| * Adapt to CamelFolder:name -> display-name.Matthew Barnes2011-05-072-2/+2
| |
| * em_folder_utils_create_folder(): Change function parameters.Matthew Barnes2011-05-072-7/+7
| | | | | | | | | | Take a folder URI string instead of a CamelFolderInfo, and swap places with the GtkWindow parameter.
| * em_folder_utils_copy_folder(): Change function parameter.Matthew Barnes2011-05-071-10/+12
| | | | | | | | Take a folder URI string instead of a CamelFolderInfo.
| * Drop support for command-line 'email://' URIs.Matthew Barnes2011-05-061-106/+3
| | | | | | | | | | I have no idea what this was used for, but it looks way too convoluted to be useful anymore.
| * Remove e_mail_reader_get_folder_uri().Matthew Barnes2011-05-044-26/+34
| | | | | | | | | | Instead call e_mail_reader_get_folder() and, if you really need to, generate the folder URI with e_mail_folder_uri_from_folder().
| * Remove 'from_uri' params from e-msg-composer-utils.c.Matthew Barnes2011-05-041-6/+33
| | | | | | | | | | Pass CamelFolder objects instead, which are already available at almost every call site.
| * Fix compiler warnings.Matthew Barnes2011-05-035-15/+0
| | | | | | | | Mostly dead assignments.
| * Drop 'folder_uri' param from em_utils_folder_is_outbox().Matthew Barnes2011-05-031-2/+2
| |
| * Drop 'folder_uri' param from em_utils_folder_is_sent().Matthew Barnes2011-05-032-4/+4
| |
| * Drop 'folder_uri' param from em_utils_folder_is_drafts().Matthew Barnes2011-05-031-1/+1
| |
| * EMailShellView: Open the selected folder ourselves.Matthew Barnes2011-05-035-32/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This one's a little involved: - EMailShellView now obtains a CamelFolder itself in response to EMFolderTree::folder-selected signals. Uses EActivity to do so. - Revise EMFolderTree::folder-selected signal arguments to be more useful: emit a CamelStore object instead of a folder URI. - Also revise EMFolderTree::folder-activiated signal arguments the same way while we're at it. - Remove the "folder_uri" argument from e_mail_reader_set_folder(). If you have a CamelFolder object you can obtain the URI string by calling camel_folder_get_uri().
| * Add em_folder_tree_get_selected_account().Matthew Barnes2011-05-032-18/+7
| | | | | | | | Comes in handy for a few EMailShellView actions.
| * Bug #588891 - Spam settings dialog terribly un-higgyDan Vrátil2011-04-291-39/+44
| |
| * Bug #303653 - Make headers collapsable in preview paneDan Vrátil2011-04-271-0/+4
| |
| * Remove redundant EAccountList utilities.Matthew Barnes2011-04-263-5/+7
| | | | | | | | | | Kill itip_addresses_get() and itip_addresses_get_default(), and use e_get_account_list() and e_get_default_account() instead.
| * Some modules missing CFLAGS/LIBS for EShell.Matthew Barnes2011-04-264-7/+15
| |
| * Adapt to CamelService changes.Matthew Barnes2011-04-214-26/+20
| |
| * Kill em_composer_prefs_new_signature().Matthew Barnes2011-04-152-14/+0
| | | | | | | | No longer used.
| * Miscellaneous GtkAction-related cleanups.Matthew Barnes2011-03-286-14/+15
| | | | | | | | Prefer the newer GtkAction "set" functions over g_object_set().
| * Restore lockdown integration.Matthew Barnes2011-03-288-64/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | With lockdown settings available through GSettings, widgets can handle lockdown integration themselves without having to use EShellSettings. Also fixed a few places where printing or save-to-disk actions were either not properly wired up or not responding to lockdown settings, but much more work needs done. Attachments, for example, are not honoring the disable-save-to-disk setting at all. This too requires the recently-added gsettings-desktop-schemas dependency.
| * Bug #644301 - Invalid GVariant format in NetworkManager moduleMilan Crha2011-03-112-2/+6
| |
| * Bug 643507 - Font preferences don't workMatthew Barnes2011-03-091-17/+182
| |
| * Bug 644232 - Support NetworkManager 0.9Dan Williams2011-03-091-0/+13
| |
| * Bug 644164 - Using outdated Connman D-Bus namesHao H Li2011-03-081-2/+2
| |
| * Bug #644107 - Local addressbooks created without relative_uri setMilan Crha2011-03-071-1/+3
| |
| * Coding style and whitespace cleanup.Matthew Barnes2011-03-0627-29/+82
| |
| * Bug 637091 - Crash in g_str_hash, task_shell_sidebar_client_removedMatthew Barnes2011-03-033-0/+3
| | | | | | | | | | | | I don't know how in the world an ESource can wind up not having a UID string, but we saw a case of this in 2.32. Emit a runtime warning and avoid crashing.
| * Bug #643402 - Fails to build with --disable-smimeMilan Crha2011-03-031-0/+2
| |
| * Bug #642093 - Frees message attachment content on ReplyMilan Crha2011-03-011-0/+6
| |
| * Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-2533-227/+103
| |
| * Bug #608804 - Some attachments make evolution crash in libicalMilan Crha2011-02-221-1/+13
| |
| * Coding style and whitespace cleanup.Matthew Barnes2011-02-193-4/+13
| |
| * Bug #639483 - Category list includes weather informationMilan Crha2011-02-188-8/+8
| |
| * Bug #638333 - Critical warning when invoking File->New->Mail FolderMilan Crha2011-02-162-3/+14
| |
| * Bug #255973 - Contact preview waste space and cosmetic correctionDan Vrátil2011-02-161-0/+11
| |
| * Bug 642171 - Implicit libgnome dependency for lockdown GConf keysMatthew Barnes2011-02-131-0/+8
| | | | | | | | | | Lockdown keys have moved to gsettings-desktop-schemas, so disable lockdown integration until we're ready for GSettings.
| * Remove NULL checks for GObject methods.Matthew Barnes2011-02-1321-42/+42
| | | | | | | | | | As of GLib 2.28 all GObject virtual methods, including constructed(), are safe to chain up to unconditionally. Remove unnecessary checks.
| * Bug #637727 - Sent/Draft folder not set in startup-wizard accountMilan Crha2011-02-111-0/+5
| |
| * Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-02-096-25/+1
| | | | | | | | GCC learned how to find dead assignments.
| * More whitespace cleanup.Matthew Barnes2011-01-315-8/+8
| |
| * Coding style and whitespace cleanup.Matthew Barnes2011-01-309-127/+282
| |
| * Adapt size_request vfuncs to latest gtk+-3.0 API.Rodrigo Moya2011-01-251-5/+15
| |
| * Adapt to GtkComboBox class reorg.Matthew Barnes2011-01-253-4/+10
| |
| * Dialogs no longer have separators.Matthew Barnes2011-01-252-2/+0
| |
| * Drop backward-compatibility cruft.Matthew Barnes2011-01-256-18/+0
| |
| * Bug 640083 - Cannot configure LDAPS on port 636Matthew Barnes2011-01-231-1/+1
| |
| * Use e_load_book_source_async() for all EBook loading.Matthew Barnes2011-01-221-1/+0
| |
| * Bug #634403 - Mails Label popup menu is not updated properlyMilan Crha2011-01-192-0/+2
| |
| * Bug #633982 - Crash when trying to Create a search folder from a searchMilan Crha2011-01-191-1/+3
| |
| * Use e_source_selector_get_source_by_path().Matthew Barnes2011-01-193-24/+3
| | | | | | | | | | Allows Evolution to not have to know the ESource column number in ESourceSelector tree models. Backported from "account-mgmt" branch.
| * Bug #633788 - Mail plugin's update-actions handler is never calledMilan Crha2011-01-191-0/+19
| |
| * Avoid idle callbacks in EMailBackend initialization.Matthew Barnes2011-01-081-0/+6
| | | | | | | | | | | | | | | | If the migration phase has to show a dialog the idle callback for intializing mail stores will run too soon. Instead, hook it onto the EShellBackend start() method. Migration code can initialize mail stores early if it needs to.
| * Bug #637906 - Don't ask again when sending to non-mail recipientsMilan Crha2011-01-062-0/+11
| |
| * Add e_shell_submit_alert().Matthew Barnes2010-12-271-14/+2
| | | | | | | | | | | | An easy way to broadcast application-wide alerts to shell windows. These alerts will persist in all current and future shell windows until responded to (either programmatically or by the user).
| * Fix menu item capitalizaion.Matthew Barnes2010-12-271-2/+2
| |
| * Bug #567879 - Add View >> Gallery Option In Email ComposerMilan Crha2010-12-221-0/+4
| |
| * Show common addressbook and calendar errors in an alert sinkMilan Crha2010-12-154-32/+18
| |
| * Bug #637162 - May not add toolbar Send/Receive button multiple timesMilan Crha2010-12-141-22/+29
| |
| * Bug #631568 - Scheduling Meetings with CalDAV calendarsMilan Crha2010-12-081-0/+4
| |
| * Bug #627536 - Open meeting as meeting, not as appointment, in week viewMilan Crha2010-12-071-2/+1
| |
| * Free/busy meeting view doesn't work due to non-working extensionMilan Crha2010-12-0621-0/+103
| |
| * Bug 636265 - Trash is untranslated in the window titleMatthew Barnes2010-12-041-10/+16
| |
| * Show calendar backend errors in an alert sinkMilan Crha2010-12-043-80/+45
| |
| * Add option "Check for new messages in all active accounts"Milan Crha2010-11-302-0/+16
| | | | | | | | As a follow-up for bug #633949
| * Set mnemonic widget for lblDefaultCharset in Mail PreferencesMilan Crha2010-11-301-0/+1
| |
| * Bug #633949 - Add an option to disable new e-mail check at startupMilan Crha2010-11-302-0/+11
| |
| * Bug #207580 - Allow new mail check on individual accountsMilan Crha2010-11-265-20/+448
| |
| * Bug #632962 - Duplicate "On this computer" sources after updateMilan Crha2010-11-244-50/+50
| |
| * Bug #633783 - Folder->Expunge enabled when no folder selectedMilan Crha2010-11-221-0/+4
| |
| * Bug #633779 - GtkComboBoxText issuesMilan Crha2010-11-181-12/+18
| |
| * Bug #632683 - Remove-duplicates should work on selectionMilan Crha2010-11-102-136/+0
| |
| * Fix distcheck errors.EVOLUTION_2_91_2Matthew Barnes2010-11-081-0/+4
| |
| * Coding style and whitespace cleanup.Matthew Barnes2010-11-082-4/+4
| |
| * Bug #634088 - Uses uninitialized variable in action_contact_new_cbMilan Crha2010-11-051-1/+1
| |
| * Move calendar preferences to the calendar module.Matthew Barnes2010-11-0533-169/+3962
| | | | | | | | | | Continue replacing the use of calendar-config functions with GObject property bindings to EShellSettings properties.
| * Bug #612181 - Show recurring events in italic in date navigatorMilan Crha2010-11-031-0/+4
| |
| * Bug #632562 - Disabled account in preferences not remove in folder treeMilan Crha2010-11-031-1/+3
| |
| * Utilize the new ESourceSelector:primary-selection property.Matthew Barnes2010-11-0212-116/+94
| |
| * EMailReader: Add a get_alert_sink() method.Matthew Barnes2010-11-011-0/+15
| |
| * Kill em_folder_utils_unsubscribe_folder().Matthew Barnes2010-11-012-2/+50
| | | | | | | | Use e_mail_session_unsubscribe_folder() instead.
| * Pass an EAlertSink to e_alert_sink_submit_alert().Matthew Barnes2010-11-011-2/+3
| | | | | | | | | | | | | | Passing a random GtkWidget and then searching its ancestors for an EAlertSink turned out to be not as useful as I thought. Most of the time we know about and have access to the widget that implements EAlertSink, so just pass it directly as an EAlertSink.
| * Bug 628139 - Thread-safety issues in libical time zone loadingMatthew Barnes2010-10-311-0/+26
| |
| * Bug 633172 - Folder->Subscriptions is always enabledMatthew Barnes2010-10-301-5/+14
| |
* | Port some calendar plugins to use GSettingsRodrigo Moya2011-09-261-1/+0
| |
* | Bug #659568 - One day delay in calendar viewMilan Crha2011-09-261-6/+10
| |
* | Bug #351025 - Make the order of the mail accounts configurableMilan Crha2011-09-263-2/+103
| |
* | Bug #659558 - Missing set mnemonic widgetsMilan Crha2011-09-261-0/+3
| |
* | Bug #659932 - 'Use system time zone' in not honored immediatelyMilan Crha2011-09-261-3/+28
| |
* | Port ETask/MemoShellContent to GSettingsRodrigo Moya2011-09-222-17/+12
| |
* | Add missing argument to g_settings_bindRodrigo Moya2011-09-223-5/+5
| |
* | Port ETaskShellBackend to GSettingsRodrigo Moya2011-09-212-19/+29
| |
* | Port e-task-shell-view-actions to GSettingsRodrigo Moya2011-09-211-7/+7
| |
* | Port EMemoShellBackend to GSettingsRodrigo Moya2011-09-212-17/+28
| |
* | Port ECalShellBackend to GSettingsRodrigo Moya2011-09-211-15/+25
| |
* | Port calendar preferences to GSettingsRodrigo Moya2011-09-211-8/+8
| |
* | Port calendar sidebar to use GSettingsRodrigo Moya2011-09-211-6/+6
| |
* | Port e-memo-shell-view-actions.c to use GSettingsRodrigo Moya2011-09-211-7/+7
| |
* | Bug #659125 - Reference counting issues in calendarMilan Crha2011-09-217-6/+8
| |
* | Make sure GConf schemas have defined default valuesMilan Crha2011-09-142-0/+6
| |
* | Coding style and whitespace cleanup.Matthew Barnes2011-09-1427-257/+381
| |
* | Miscellaneous cleanups.Matthew Barnes2011-09-145-33/+34
| | | | | | | | | | | | | | Reducing diff noise with the account-mgmt branch. Trying to erode our dependency on EAccount as much as possible, or at least isolate its usage, to make things easier for me on the branch.
* | Bug #657396 - Rename Alarms tab to Reminders in preferencesMilan Crha2011-09-141-1/+1
| |
* | Bug #655419 - "Save as iCalendar" misses mnemonicMilan Crha2011-09-142-2/+2
| |
* | Bug #655666 - Split task preferences into its own tabMilan Crha2011-09-142-77/+115
| |
* | plugin-mono: Remove Camel.cs and Evolution.csMatthew Barnes2011-09-142-1368/+0
| | | | | | | | | | | | These files are hopelessly out of date, and don't appear to be used for anything anyway. The only sustainable way to provide language bindings for Evolution is to generate them through gobject-introspection.
* | e_mail_store_foreach(): Take an EMailSession parameter.Matthew Barnes2011-09-142-2/+11
| | | | | | | | | | | | Use camel_session_list_services() instead of the internal store table. The store table serves little purpose nowadays and could probably be removed. I'll look into that later.
* | Use new CamelService:display-name property.Matthew Barnes2011-09-142-4/+2
| | | | | | | | Simplify, simplify...
* | Adapt to new CamelSubscribable interface.Matthew Barnes2011-09-141-9/+9
| |
* | Bug #655254 - Cropped Junk settings textMilan Crha2011-09-141-2/+1
| |
* | online-accounts: Adapt to URL parameter renames.Matthew Barnes2011-09-141-4/+6
| | | | | | | | It's "security-method" now instead of "use_ssl".
* | Drop some ancient GroupWise account migration.Matthew Barnes2011-09-141-91/+0
| | | | | | | | | | | | | | | | Not worth the pain of maintaining old cruft to make progress. Breaks GW account migration from versions prior to 2.8 (circa 2006), but you'd be better off starting from a clean slate anyway if you're jumping that many releases.
* | Coding style and whitespace cleanup.Matthew Barnes2011-09-1417-286/+643
| |
* | Bug #655957 - Current account / all accounts search changes columnMilan Crha2011-09-141-1/+5
| |
* | Bug #656133 - Mail-local not initialized when adding/editing accountMilan Crha2011-09-141-0/+4
| |
* | Bug #655843 - Copy to calendar doesn't add timezone informationJames Bottomley2011-09-141-0/+30
| |
* | EConfig: Broadcast abort/commit events by way of signals.Matthew Barnes2011-09-147-12/+19
| | | | | | | | | | Remove the clumsy abortfunc and commitfunc callback arguments from e_config_add_items().
* | Bug #655492 - Move 'Automatic contacts' tab to 'Contacts' partMilan Crha2011-09-142-4/+86
| |
* | [bogofilter] Avoid G_PARAM_STATIC_STRINGS.Matthew Barnes2011-09-141-2/+1
| |
* | Bug 655507 - Crash on startup when initializing spamassassinMatthew Barnes2011-09-141-10/+5
| | | | | | | | I keep forgetting to not use G_PARAM_STATIC_STRINGS in modules...