aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add EPhotoCache.Matthew Barnes2013-02-277-0/+1053
| | | | | | Caches contact photos by email address. Replaces the disastrous implementation in e-mail-utils.c.
* EMailRequest cleanups.Matthew Barnes2013-02-271-30/+44
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2013-02-272-1889/+1794
|
* Remove obsolete "mime-types" mail setting.Matthew Barnes2013-02-271-5/+0
| | | | | | | | | | | Description: "If there isn't a builtin viewer for a particular MIME type inside Evolution, any MIME types appearing in this list which map to a Bonobo component viewer in GNOME's MIME type database may be used for displaying content." Wow, that's ancient. How did that get missed?
* Bug #693250 - Signature HTML problem using <...>Milan Crha2013-02-271-0/+12
|
* Bug #693625 - [itip-formatter] Save button insensitive for multiple eventsMilan Crha2013-02-261-0/+2
|
* Updated Galician translationsFran Diéguez2013-02-261-280/+265
|
* evolution-addressbook-export: Flush event sources before exiting.Matthew Barnes2013-02-261-0/+6
| | | | | | Flush any undispated event sources from the default main loop context. Since this program does not use a main loop, these event sources would otherwise leak.
* evolution-addressbook-export: Return nothing from action functions.Matthew Barnes2013-02-263-12/+8
| | | | The previous return value was not being checked anyway.
* evolution-addressbook-export: Add ESourceRegistry to ActionContext.Matthew Barnes2013-02-264-15/+15
|
* evolution-addressbook-export: Make ActionContext a struct.Matthew Barnes2013-02-264-37/+25
| | | | Defining this as a union makes the code needlessly verbose.
* evolution-addressbook-export: Remove --async option.Matthew Barnes2013-02-263-127/+15
| | | | Pointless option, does the same as "evolution-addressbook-export &".
* Updated Norwegian bokmål translationKjartan Maraas2013-02-261-843/+791
|
* ETaskShellSidebar: Remove "loading" status message.Matthew Barnes2013-02-251-4/+0
| | | | | | Emitting a "client-added" signal should not trigger any blocking calls, so the "loading" status message will flash by too quickly to be noticed, if it gets drawn at all. Just remove it.
* EMemoShellSidebar: Remove "loading" status message.Matthew Barnes2013-02-251-4/+0
| | | | | | Emitting a "client-added" signal should not trigger any blocking calls, so the "loading" status message will flash by too quickly to be noticed, if it gets drawn at all. Just remove it.
* ECalShellSidebar: Remove "loading" status message.Matthew Barnes2013-02-251-4/+0
| | | | | | Emitting a "client-added" signal should not trigger any blocking calls, so the "loading" status message will flash by too quickly to be noticed, if it gets drawn at all. Just remove it.
* ETaskShellSidebar: Show a unique display name while connecting.Matthew Barnes2013-02-251-2/+8
| | | | Use e_source_registry_dup_unique_display_name() in the status message.
* EMemoShellSidebar: Show a unique display name while connecting.Matthew Barnes2013-02-251-2/+8
| | | | Use e_source_registry_dup_unique_display_name() in the status message.
* ECalShellSidebar: Show a unique display name while connecting.Matthew Barnes2013-02-251-2/+8
| | | | Use e_source_registry_dup_unique_display_name() in the status message.
* Remove change-keyboard-shortcuts.page due to last commitAndre Klapper2013-02-251-1/+0
|
* User Docs: Remove change-keyboard-shortcuts: Moved to ↵Andre Klapper2013-02-251-32/+0
| | | | gnome-user-docs/gnome-help/keyboard-shortcuts-set.page in 3e8936b702fc79be970936dccf1574e8265695a2
* EAddressbookModel: Listen to the cache for client readonly changes.Matthew Barnes2013-02-251-33/+43
| | | | | | | | | | | | Change notifications for EClient's "readonly" property can come on any thread. Our "notify::readonly" signal handler immediately updates the model's editable status, which triggers GTK+ calls, which can crash the application if we're not in the correct thread. Connect instead to EClientCache's "client-notify" signal, which is always emitted from EClientCache's dedicated main loop context, and happens to be the same main loop context that GTK+ uses. It's also less bookkeeping when the model's EBookClient gets replaced.
* EAddressbookModel: Replace "registry" property with "client-cache".Matthew Barnes2013-02-255-56/+89
| | | | | | | | | Registry can still be accessed through e_client_cache_ref_registry(), but we'll want to utilize the client cache as well. e_addressbook_model_new() now takes an EClientCache instead of an ESourceRegistry, and e_addressbook_model_get_registry() is replaced by e_addressbook_model_get_client_cache().
* Updated Spanish translationDaniel Mustieles2013-02-251-117/+105
|
* Updated gujarati fileSweta Kothari2013-02-251-5607/+5644
|
* Bug 694159 - Malformed content-type header causes infinite recursionMatthew Barnes2013-02-251-0/+6
|
* Bug 694460 - 'Email' section toggle button in contact editor has incorrect nameVadim Rutkovsky2013-02-251-1/+1
|
* Updated Greek translationDimitris Spingos2013-02-251-1382/+1346
|
* Updated Uyghur translationGheyret Kenji2013-02-241-106/+103
| | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
* Coding style and whitespace cleanup.Matthew Barnes2013-02-2416-34/+38
|
* Updated Polish translationPiotr Drąg2013-02-241-210/+201
|
* Remove an unused calendar error message.Matthew Barnes2013-02-231-7/+0
|
* ETaskShellSidebar: Use e_source_registry_dup_unique_display_name().Matthew Barnes2013-02-232-31/+17
| | | | Use a standard format for naming an ESource in user-visible messages.
* EMemoShellSidebar: Use e_source_registry_dup_unique_display_name().Matthew Barnes2013-02-232-31/+17
| | | | Use a standard format for naming an ESource in user-visible messages.
* ECalShellSidebar: Use e_source_registry_dup_unique_display_name().Matthew Barnes2013-02-232-29/+15
| | | | Use a standard format for naming an ESource in user-visible messages.
* EClientCache: Use e_source_registry_dup_unique_display_name().Matthew Barnes2013-02-231-54/+50
| | | | Use a standard format for naming an ESource in user-visible messages.
* Updated Lithuanian translationAurimas Černius2013-02-231-2085/+2947
|
* EClientSelector: Pre-fetch relevant EClient instance.Matthew Barnes2013-02-221-0/+36
| | | | | | Asyncrhonously fetch all relevant EClient instances during instance initialization to try and get them cached ahead of time, and so that all status icons are present when the tree view is shown.
* EMailSession: Use camel_session_ref_main_context().Matthew Barnes2013-02-221-1/+3
|
* Bug #694363 - CALDAV navigation through Calendars or Tasklist is wrongMilan Crha2013-02-221-3/+3
|
* Bug #694170 - Accepted invitation not removed from Inbox when it shouldMilan Crha2013-02-221-3/+1
|
* Correct label for "Country:" textbox in Work section onVadim Rutkovsky2013-02-221-1/+1
| | | | | | "Mailing Address" tab of contact editor https://bugzilla.gnome.org/show_bug.cgi?id=692020
* Add mnemonic widgets for Status and Priority comboboxesVadim Rutkovsky2013-02-221-0/+2
| | | https://bugzilla.gnome.org/show_bug.cgi?id=693660
* Updated Spanish translationDaniel Mustieles2013-02-221-643/+679
|
* Autocompletion - do not use quick timeout when user types textMilan Crha2013-02-221-1/+1
| | | | | The quick timeout is used only when new items are found, do not use it when user types text, because it flickers.
* Bug #693420 - Crash when adding contact list as attendeeMilan Crha2013-02-221-2/+3
|
* Speed-up auto-completion results showingMilan Crha2013-02-221-11/+22
| | | | | | The results were postponed to show as long as there were new notifications about added contacts, which could take quite long for many matched items. This shows the results with smaller timeout and without postponing.
* Fix a memory leak in EMailDisplay::do_reload_displayMilan Crha2013-02-211-2/+2
|
* EClientSelector: Add a backend status icon.Matthew Barnes2013-02-212-0/+170
| | | | | | | Append a tree view column to display a symbolic icon hinting at backend status. Currently this only displays icons for online/offline and when the backend dies. I'd also like to add a spinner icon to indicate when we're processing a query and for other long-running activities.
* Add e_client_selector_ref_cached_client_by_iter().Matthew Barnes2013-02-213-0/+41
|
* Add e_source_selector_ref_source_by_iter().Matthew Barnes2013-02-213-0/+35
|
* ESourceSelector: Make source_selector_update_row() public.Matthew Barnes2013-02-213-83/+101
| | | | Gonna need to call this from the EClientSelector subclass.
* Add e_client_selector_is_backend_dead().Matthew Barnes2013-02-213-0/+40
| | | | | | | Returns TRUE if an EClient instance for the given source and the value of ESourceSelector's "extension-name" property was recently discarded after having emitted a "backend-died" signal, and a replacement EClient instance has not yet been created.
* Add e_client_cache_is_backend_dead().Matthew Barnes2013-02-213-0/+52
| | | | | | Returns TRUE if an EClient instance for the given source and extension name was recently discarded after having emitted a "backend-died" signal, and a replacement EClient instance has not yet been created.
* EClientCache: Don't emit signals while holding a lock.Matthew Barnes2013-02-211-2/+28
| | | | | Jeez, I should know this by now. Schedule an idle callback on the internal GMainContext to emit the signal like we do for other signals.
* EClientCache: Add a "client-notify" signal.Matthew Barnes2013-02-212-1/+104
| | | | Rebroadcasts a GObject::notify signal emitted by a cached EClient.
* EClientCache: Fix some signal handler ID variable names.Matthew Barnes2013-02-211-10/+10
|
* Updated Belarusian translation.Ihar Hrachyshka2013-02-211-1125/+1115
|
* Show local images in Signature previewMilan Crha2013-02-211-2/+62
| | | | | | | WebKit deny in loading local URIs (file://...) when an HTML body is constructed from a string, not from a local file, thus fix the URIs into "evo-file://", which are passed into our request handlers, which can load the local files.
* Updated Uyghur translationGheyret Kenji2013-02-201-207/+198
| | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
* EAttachment: Use Subject as fallback filename for message attachmentsMilan Crha2013-02-201-0/+21
|
* EAttachment: Decode part's file name before using itMilan Crha2013-02-201-2/+12
|
* Bug #674236 - Extra ref in e_action_combo_box_set_action()Milan Crha2013-02-191-2/+3
|
* Remove task_shell_sidebar_ref_client_cache().Matthew Barnes2013-02-191-28/+7
| | | | Use e_client_selector_ref_cached_client() for remaining cases.
* Remove memo_shell_sidebar_ref_client_cache().Matthew Barnes2013-02-191-28/+7
| | | | Use e_client_selector_ref_cached_client() for remaining cases.
* Remove cal_shell_sidebar_ref_client_cache().Matthew Barnes2013-02-191-28/+7
| | | | Use e_client_selector_ref_cached_client() for remaining cases.
* ETaskShellSidebar: Use EClientSelector to obtain EClient instances.Matthew Barnes2013-02-191-22/+11
|
* EMemoShellSidebar: Use EClientSelector to obtain EClient instances.Matthew Barnes2013-02-191-22/+11
|
* ECalShellSidebar: Use EClientSelector to obtain EClient instances.Matthew Barnes2013-02-191-22/+11
|
* ETaskListSelector: Inherit from EClientSelector.Matthew Barnes2013-02-193-16/+28
| | | | Use e_client_selector_get_client() to obtain an EClient.
* EMemoListSelector: Inherit from EClientSelector.Matthew Barnes2013-02-193-16/+28
| | | | Use e_client_selector_get_client() to obtain an EClient.
* ECalendarSelector: Inherit from EClientSelector.Matthew Barnes2013-02-193-13/+24
| | | | Use e_client_selector_get_client() to obtain an EClient.
* EAddressbookSelector: Inherit from EClientSelector.Matthew Barnes2013-02-193-14/+26
| | | | Use e_client_selector_get_client() to obtain an EClient.
* Add EClientSelector.Matthew Barnes2013-02-197-1/+535
| | | | | | | | EClientSelector extends the functionality of ESourceSelector by utilizing an EClientCache to display status information about the backends associated with the displayed data sources. (No backend status is displayed just yet, but that's the plan.)
* Updated Serbian translationМирослав Николић2013-02-182-1644/+1470
|
* Post-release version bump.Matthew Barnes2013-02-181-1/+1
|
* NEWS update for 3.7.90 release.EVOLUTION_3_7_90Matthew Barnes2013-02-181-0/+24
|
* EClientCache: Keep a strong reference on the ESourceRegistry.Matthew Barnes2013-02-181-20/+19
| | | | | | | | Changed my mind. There's some scenarios where a function depends on an ESourceRegistry but could also utilize an EClientCache, and it would be nice to just pass the EClientCache and extract the ESourceRegistry from it, so we need to make sure the ESourceRegistry will be there when it's needed and not quietly disappear.
* ETaskShellBackend: Use EClientCache to obtain an EClient.Matthew Barnes2013-02-181-38/+60
|
* EMemoShellBackend: Use EClientCache to obtain an EClient.Matthew Barnes2013-02-181-38/+60
|
* ECalShellBackend: Use EClientCache to obtain an EClient.Matthew Barnes2013-02-181-44/+85
|
* EBookShellView: Use EClientCache to obtain an EClient.Matthew Barnes2013-02-182-8/+44
|
* EBookShellBackend: Use EClientCache to obtain an EClient.Matthew Barnes2013-02-181-6/+14
|
* TaskPage: Use EClientCache to obtain an EClient.Matthew Barnes2013-02-181-3/+12
|
* MemoPage: Use EClientCache to obtain an EClient.Matthew Barnes2013-02-181-3/+12
|
* EventPage: Use EClientCache to obtain an EClient.Matthew Barnes2013-02-181-3/+12
|
* Updated Polish translationPiotr Drąg2013-02-171-283/+295
|
* Updated Galician translationsFran Diéguez2013-02-171-234/+282
|
* Updated Uyghur translationGheyret Kenji2013-02-171-649/+677
| | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
* ETaskShellSidebar: Remove internal client table.Matthew Barnes2013-02-171-107/+14
| | | | No longer needed, replaced by EClientCache.
* EMemoShellSidebar: Remove internal client table.Matthew Barnes2013-02-171-107/+14
| | | | No longer needed, replaced by EClientCache.
* ECalShellSidebar: Remove internal client table.Matthew Barnes2013-02-171-107/+14
| | | | No longer needed, replaced by EClientCache.
* ETaskShellSidebar: Use EClientCache to determine refresh support.Matthew Barnes2013-02-171-7/+12
| | | | | | In task_shell_sidebar_check_state(), determine whether the selected source supports refresh by way of e_client_cache_ref_cached_client() and e_client_check_refresh_supported().
* EMemoShellSidebar: Use EClientCache to determine refresh support.Matthew Barnes2013-02-171-7/+12
| | | | | | In memo_shell_sidebar_check_state(), determine whether the selected source supports refresh by way of e_client_cache_ref_cached_client() and e_client_check_refresh_supported().
* ECalShellSidebar: Use EClientCache to determine refresh support.Matthew Barnes2013-02-171-7/+12
| | | | | | In cal_shell_sidebar_check_state(), determine whether the selected source supports refresh by way of e_client_cache_ref_cached_client() and e_client_check_refresh_supported().
* Remove e_task_shell_sidebar_get_clients().Matthew Barnes2013-02-172-15/+0
| | | | No longer used.
* Remove e_memo_shell_sidebar_get_clients().Matthew Barnes2013-02-172-15/+0
| | | | No longer used.
* Remove e_cal_shell_sidebar_get_clients().Matthew Barnes2013-02-172-15/+0
| | | | No longer used.
* e_task_shell_view_delete_completed: Obtain client list from ECalModel.Matthew Barnes2013-02-171-3/+8
|
* Remove client list param from e_task_table_process_completed_tasks().Matthew Barnes2013-02-173-24/+12
| | | | | ETaskTable can retrieve the client list from its internal ECalModel using e_cal_model_get_client_list().
* Remove e_task_shell_view_update_timezone().Matthew Barnes2013-02-172-33/+0
| | | | | | | Thanks to the "default-timezone" property binding created by ESettingsClientCache, changes to the "cal-timezone" setting are automatically propagated to all ECalClient instances created by EClientCache.
* Remove e_memo_shell_view_update_timezone().Matthew Barnes2013-02-172-33/+0
| | | | | | | Thanks to the "default-timezone" property binding created by ESettingsClientCache, changes to the "cal-timezone" setting are automatically propagated to all ECalClient instances created by EClientCache.
* Remove e_cal_shell_view_update_timezone().Matthew Barnes2013-02-172-33/+0
| | | | | | | Thanks to the "default-timezone" property binding created by ESettingsClientCache, changes to the "cal-timezone" setting are automatically propagated to all ECalClient instances created by EClientCache.
* ETaskShellSidebar: Use EClientCache to obtain EClient instances.Matthew Barnes2013-02-171-65/+40
| | | | | Also, defer to ESettingsClientCache to automatically set the default timezone on new ECalClient instances.
* EMemoShellSidebar: Use EClientCache to obtain EClient instances.Matthew Barnes2013-02-171-65/+40
| | | | | Also, defer to ESettingsClientCache to automatically set the default timezone on new ECalClient instances.
* ECalShellSidebar: Use EClientCache to obtain EClient instances.Matthew Barnes2013-02-171-65/+40
| | | | | Also, defer to ESettingsClientCache to automatically set the default timezone on new ECalClient instances.
* Defer "backend-error" alerts to shell views.Matthew Barnes2013-02-174-154/+0
|
* ETaskShellView: Handle error signals from task list backends.Matthew Barnes2013-02-172-3/+50
|
* EMemoShellView: Handle error signals from memo list backends.Matthew Barnes2013-02-172-1/+50
|
* ECalShellView: Handle error signals from calendar backends.Matthew Barnes2013-02-172-0/+49
|
* EBookShellView: Handle error signals from address book backends.Matthew Barnes2013-02-172-0/+45
|
* Defer "backend-died" alerts to EShell.Matthew Barnes2013-02-179-136/+10
|
* e_shell_load_modules: Explicitly load EClientCache extensions.Matthew Barnes2013-02-171-0/+6
| | | | | | | | EShell's instance of EClientCache gets instantiated before modules are loaded, so explicitly call e_extensible_load_extensions() on the cache after modules are loaded. This requires commit 525fba8 in evolution-data-server to work.
* EShell: Add a read-only "client-cache" property.Matthew Barnes2013-02-173-6/+82
| | | | | | | | | Give EShell its own EClientCache. This should be used throughout Evolution, wherever an EClient is needed. New functions: e_shell_get_client_cache()
* Add ESettingsClientCache.Matthew Barnes2013-02-174-0/+176
| | | | | | Listens for "client-created" signals from its EClientCache. If the newly-created client is an ECalClient, automatically configure its default timezone from EShellSettings.
* Add EClientCache.Matthew Barnes2013-02-179-0/+1254
| | | | | | | | | | | | | | | New class to help reduce code duplication and centralize some EClient handling policies. Benefits: - EClient instances can be shared across the entire application. - Centralized rebroadcasting of "backend-died" and "backend-error" signals emitted from cached EClient instances. - Automatic cache invalidation when backends crash. The EClient is discarded, and a new instance is created on the next request.
* EBookShellView: Keep an ID for "source-removed" signal handler.Matthew Barnes2013-02-162-8/+13
|
* ETaskShellView: Use g_clear_object() in dispose().Matthew Barnes2013-02-162-9/+3
|
* EMemoShellView: Use g_clear_object() in dispose().Matthew Barnes2013-02-162-9/+3
|
* EMailShellView: Use g_clear_object() in dispose().Matthew Barnes2013-02-162-12/+5
|
* ECalShellView: Use g_clear_object() in dispose().Matthew Barnes2013-02-162-9/+3
|
* EBookShellView: Use g_clear_object() in dispose().Matthew Barnes2013-02-162-9/+3
|
* Remove old GTK+ version checks.Matthew Barnes2013-02-164-12/+0
| | | | We require GTK+ 3.4, so no need to check for versions older than that.
* Add mnemonic widget for Start date field in memo editorVadim Rutkovsky2013-02-141-0/+1
|
* Replace deprecated static mutexesVadim Rutkovsky2013-02-146-26/+26
|
* Use camel_service_ref_session().Matthew Barnes2013-02-1111-65/+136
|
* G_PRIORITY_HIGH_IDLE is sufficient to beat GTK+ redraws.Matthew Barnes2013-02-0911-30/+49
| | | | | | GTK+ uses (G_PRIORITY_HIGH_IDLE + 20) for redrawing operations, which is actually a slightly lower priority than G_PRIORITY_HIGH_IDLE. Therefore for our purpose, G_PRIORITY_HIGH_IDLE is sufficient.
* Add comments around g_idle_add() changesMilan Crha2013-02-0912-1/+16
|
* Bug #683867 - Schedule actions with higher idle priorityMichel Dänzer2013-02-0912-18/+19
|
* email-custom-header.c cleanups.Matthew Barnes2013-02-091-8/+10
|
* Revert "Bug #683867 - Schedule actions with higher idle priority"Matthew Barnes2013-02-0812-19/+18
| | | | | | | | | This reverts commit 2b507716b257e6ef98dae8463180dbe718eb7b64. The commit contains not a single comment as to why these custom priority values are being used. The rationale needs to be documented in the code, either at each call point or preferrably at a centralized priority value definition.
* Bug #683867 - Schedule actions with higher idle priorityMichel Dänzer2013-02-0812-18/+19
|
* Add mnemonic widgets for title and suffix comboboxesVadim Rutkovsky2013-02-081-0/+2
| | | https://bugzilla.gnome.org/show_bug.cgi?id=692720
* Updated Vietnamese translationNguyễn Thái Ngọc Duy2013-02-081-2/+2
|
* [web-inspector] Add a secret debugging shortcut.Matthew Barnes2013-02-071-52/+31
| | | | | Drop the pop-up menu item and instead install a key-press-event handler on all WebKitWebView instances. <Ctrl>+<Alt>+I opens the web inspector.
* Updated Galician translationsFran Diéguez2013-02-071-928/+928
|
* EMailFormatterQuote: Use e_mail_formatter_find_rfc822_end_iter().Matthew Barnes2013-02-071-14/+2
|
* Use CamelMimeFilterToHTMLFlags enum type where appropriate.Matthew Barnes2013-02-0710-26/+39
|
* e-mail-formatter-utils.c cleanups.Matthew Barnes2013-02-072-58/+91
|
* ESourceWeather: Synchronize with ESourceWeather in E-D-S.Matthew Barnes2013-02-051-6/+2
|
* Bug #693132 - Editing a signature does not refresh preview after saveMilan Crha2013-02-041-0/+11
|
* Post-release version bump.Matthew Barnes2013-02-031-1/+1
|
* NEWS update for 3.7.5 release.Matthew Barnes2013-02-031-0/+65
|
* Updated Polish translationPiotr Drąg2013-02-031-3/+3
|
* Updated Polish translationPiotr Drąg2013-02-031-4772/+4691
|
* Updated Uyghur translationGheyret Kenji2013-02-021-1356/+714
| | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
* Update Dutch translationRachid2013-02-011-12400/+14422
|
* Add a priority field for mail formatter and parser extensions.Matthew Barnes2013-02-0146-4/+94
| | | | | | | | | | | Add a priority field to EMailFormatterExtension and EMailParserExtension class structs. Extension classes can then explicitly specify a priority with respect to other extension classes with the same MIME type, so that the order of extension registration doesn't matter. Priority field defaults to G_PRIORITY_DEFAULT. Built-in formatters and extensions will use G_PRIORITY_LOW. We can get more sophisticated with priority values if we need to, but this should suffice for now.
* Teach EMailExtensionRegistry to find extensions.Matthew Barnes2013-02-0160-752/+201
| | | | Restore this commit with a proper bug fix to follow.
* EMailAccountStore: Use an appropriate icon for online accounts.Matthew Barnes2013-02-013-10/+22
| | | | | | Use "goa-panel" for GOA, "credentials-preferences" for UOA. Also move the icon before the account name. Looks better.
* Incorporate ESourceUOA.Matthew Barnes2013-02-014-14/+79
| | | | | Where we make exceptions for GNOME Online Accounts, so too shall we for Ubuntu Online Accounts.
* Bug #689476 - Slow composer open (ENameSelector object leaks)Milan Crha2013-02-011-0/+10
|
* Fix up error handling around e_book/cal_client_connect_finish().Matthew Barnes2013-01-3124-135/+101
|
* Updated Spanish translationDaniel Mustieles2013-01-301-795/+706
|
* Remove e-client-utils.[ch].Matthew Barnes2013-01-306-493/+0
|
* pst-importer: Avoid EClientSourceType enum.Matthew Barnes2013-01-301-55/+32
| | | | Use ESource extension names instead.
* Use e_cal_client_connect().Matthew Barnes2013-01-3027-953/+1185
| | | | Instead of e_client_utils_open_new() or e_cal_client_new().
* Use e_book_client_connect().Matthew Barnes2013-01-3026-366/+274
| | | | Instead of e_client_utils_open_new() and e_book_client_new().
* Update Makefile.am. I always forget that when removing files.Andre Klapper2013-01-301-3/+0
|
* Bug #692818 - Remove documentation on Novell GroupWiseAndre Klapper2013-01-3010-153/+0
|
* Bug #692781 - [pine-importer] Abort on book failure during contact importMilan Crha2013-01-301-1/+1
|
* Bug #692783 - [mail-to-task] Crash on edit prompt cancelMilan Crha2013-01-301-1/+0
|
* Bug #692777 - Crash on folder renameMilan Crha2013-01-291-3/+3
|
* Revert "Teach EMailExtensionRegistry to find extensions."Milan Crha2013-01-2960-201/+752
| | | | | | | | | | This reverts commit bf30024dd7973006bf99d0ae509a7f0022368a41, because it breaks EMailFormatter/Parser extensions, like the prefer-plain. The thing is that the internal formatters/parsers (also extensions) should be always added first, and only after then can be added extended extensions, which are used before those internal. This constraint was not satisfied with the reverted commit, the order of extension registration was unpredictable, depended on GType.
* Bug #692775 - Double-quoting message with HTML and textMilan Crha2013-01-291-0/+14
|
* Updated Slovenian translationMatej Urbančič2013-01-291-274/+258
|
* Updated Spanish translationDaniel Mustieles2013-01-281-630/+659
|
* Updated Serbian translationМирослав Николић2013-01-262-10072/+9622
|
* Remove usage of deprecated e_client_is_opened().Matthew Barnes2013-01-268-115/+10
| | | | e_client_is_opened() always returns TRUE, so skip it.
* E_CLIENT_ERROR_BUSY is no longer used.Matthew Barnes2013-01-256-307/+1
|
* Bug #692009 - text/css always formatted as attachmentMilan Crha2013-01-243-10/+3
| | | | | | | Might be the final change for this bug, the two previous commits were not using the right approach, causing regression in rendering of text/* parts which were not named in the list of excluded content types for a 'raw' formatting.
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2013-01-242-12573/+9248
|
* Bug #680537 - Reply to individual message in digest generates empty bodyMilan Crha2013-01-241-27/+64
|
* Bug #639698 - Crash in mail_shell_view_execute_search()Milan Crha2013-01-231-20/+28
|
* Bug #685757 - Update cache location in user docsAndre Klapper2013-01-231-2/+2
|
* Update file list after last commits. Again.Andre Klapper2013-01-231-2/+0
|
* Update file list after last commitsAndre Klapper2013-01-231-4/+0
|
* Remove pages on 3.0 errors from user helpAndre Klapper2013-01-232-81/+0
|
* Bug #690697 - Document using real (non-virtual) Junk and Trash folders with ↵Andre Klapper2013-01-232-11/+15
| | | | IMAP+
* Bug #688294 - Update how online/offline mode works nowadaysAndre Klapper2013-01-232-11/+16
|
* Bug #690696 - Remove references to the old IMAP backendAndre Klapper2013-01-2312-120/+2
|
* Bug #692213 - Remove evolution-exchange recommendationAndre Klapper2013-01-238-137/+7
|
* Contact's print doesn't decode QP encoded email addressesMilan Crha2013-01-2311-67/+120
|
* Exclude also text/calendar in a fix for bug #692009Milan Crha2013-01-221-1/+2
|
* EMsgComposer: Fix packing of content area.Matthew Barnes2013-01-211-1/+1
| | | | | | | | | | Using gtk_box_new() instead of gtk_vbox_new() changes the way child widgets are packed by default via gtk_container_add(). gtk_vbox_new() expands them by default, gtk_box_new() does not, and the preview pane was being packed with gtk_container_add(). Packing widgets into a GtkBox with gtk_container_add() is usually the wrong way. Use gtk_box_pack_start() instead, with expand=TRUE.
* EMailBrowser: Fix packing of preview pane.Matthew Barnes2013-01-211-1/+4
| | | | | | | | | | Using gtk_box_new() instead of gtk_vbox_new() changes the way child widgets are packed by default via gtk_container_add(). gtk_vbox_new() expands them by default, gtk_box_new() does not, and the preview pane was being packed with gtk_container_add(). Packing widgets into a GtkBox with gtk_container_add() is usually the wrong way. Use gtk_box_pack_start() instead, with expand=TRUE.
* Bug 692143 - Auto-configured MSN account should use POP, not IMAPMatthew Barnes2013-01-211-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | In e_mail_config_service_page_auto_configre(), we do detect that only POP3 is available for MSN accounts and switch to the appropriate service backend. The problem was with the hack I added awhile back to momentarily skip to the Receiving page just before skipping to the Summary page, so clicking "Go Back" from the Summary page would return to the Receiving page. That momentary skip triggered mail_config_assistant_prepare() on the Receiving page, which then triggered e_mail_config_page_setup_defaults() since the Receiving page was not yet in the visited pages hash table. The Receiving page's setup_defaults() method reset the service backend to IMAPX, which is the correct thing to do when not auto-configured. The solution is add the Receiving page to the visited pages hash table after a successful auto-configuration, but just BEFORE we momentarily skip to it. This tricks mail_config_assistant_prepare() into thinking the page was already visited, and it skips setting up defaults for it. Also added the Sending page to visited pages, just for consistency.
* Bug #692009 - text/css always formatted as attachmentMilan Crha2013-01-211-3/+28
|
* Updated Norwegian bokmål translationKjartan Maraas2013-01-211-397/+402
|
* evolution-module-mail.c: Remove unused declaration.Matthew Barnes2013-01-211-1/+0
|
* Add a "settings" module.Matthew Barnes2013-01-2145-1046/+1113
| | | | | | 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.
* Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2.Matthew Barnes2013-01-2082-204/+210
| | | | | Clean up resulting deprecation warnings, which were all related to GtkOrientable consolidation (e.g. gtk_hbox_new() -> gtk_box_new()).
* configure.ac: Remove obsolete deprecation flags.Matthew Barnes2013-01-201-1/+1
| | | | | E_BOOK_DISABLE_DEPRECATED and E_CAL_DISABLE_DEPRECATED are no longer used in evolution-data-server.
* Updated Dutch translation by Patrick Holthuizen (bug 690720)Patrick Holthuizen2013-01-191-3/+3
|
* Updated Uyghur translationGheyret Kenji2013-01-191-12368/+13662
| | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
* Bug #692005 - Changing character encoding doesn't workMilan Crha2013-01-1914-10/+153
|
* Bug #692003 - Print of text/html with no html/body end tag cuts contentMilan Crha2013-01-181-0/+3
|
* Update X-GNOME-Bugzilla-OtherBinaries with evolution-user-prompter tooMilan Crha2013-01-181-1/+1
|
* Bump libsoup dependency to 2.40.3Milan Crha2013-01-182-43/+2
| | | | | | | | | | | | This removes workarounds for below libsoup bugs and makes trust-prompt for WebDAV based backends work better, by checking also server certificates.  * soup_message_get_https_status() now returns the certificate    and flags for unsuccessful https connections as well as    successful ones. [bug #690176]  * Fixed a deadlock when calling soup_session_abort() on a SoupSessionSync in some cases. [bug #691399]
* Bug #691732 - multipart/related hides attachmentsMilan Crha2013-01-183-1/+56
|
* Fix a recently introduced white-space error in a source fileMilan Crha2013-01-171-1/+0
|
* Updated Thai translationTheppitak Karoonboonyanan2013-01-171-39/+43
|
* Assamese translation updatedNilamdyuti Goswami2013-01-161-85/+87
|
* Updated Spanish translationDaniel Mustieles2013-01-161-577/+561
|
* Updated slovak translationMarián Čavojský2013-01-161-8824/+8108
|
* Avoid deprecated libedataserver APIs.Matthew Barnes2013-01-1515-54/+72
| | | | I forgot to include this in 3.7.4, but no matter.
* Updated Lithuanian translationAurimas Černius2013-01-151-396/+350
|
* Bug #691194 - Import .ics preview shows UTC time instead of local timeMilan Crha2013-01-151-0/+3
|
* Bug #691640 - Distinguish the word "Title" for translationMilan Crha2013-01-152-2/+2
|
* Updated Thai translationAkom Chotiphantawanon2013-01-141-4693/+4816
|
* Post-release version bump.Matthew Barnes2013-01-131-1/+1
|
* NEWS update for 3.7.4 release.EVOLUTION_3_7_4_FIXEDMatthew Barnes2013-01-131-0/+39
|
* Updated Slovenian translationMatej Urbančič2013-01-131-5448/+6546
|
* Adapt to CamelSession API changes.Matthew Barnes2013-01-134-33/+27
|
* Remove EMailConfigImapBackend.Matthew Barnes2013-01-121-42/+0
| | | | No longer needed since the "imap" backend is gone.
* Use g_hash_table_add() when using a hash table as a set.Matthew Barnes2013-01-127-46/+58
| | | | | | | g_hash_table_add(table, key) uses less memory than g_hash_table_insert(table, key, GINT_TO_POINTER (1)). Also use g_hash_table_contains() when testing for membership.
* Bug #691470 - ENameSelectorEntry: Copy to clipboard issue with multi-byte ↵Milan Crha2013-01-121-11/+32
| | | | characters
* Assamese translation updatedNilamdyuti Goswami2013-01-111-269/+294
|
* Reduce diff noise with webkit-composer branch.Matthew Barnes2013-01-116-29/+42
|
* Add single-include barriers to a few e-util headers.Matthew Barnes2013-01-114-0/+16
|
* Bug #691134 - Only autocompleted name is added to a contact listMilan Crha2013-01-111-3/+35
|
* Do not hide 'attachment' images with Content-IDMilan Crha2013-01-111-2/+8
|
* e-composer-header-table.c: Remove redundant #define.Matthew Barnes2013-01-111-4/+0
|
* Be more strict in inline PGP mime filter/part parserMilan Crha2013-01-113-4/+44
|
* Coding style and whitespace cleanup.Matthew Barnes2013-01-1133-178/+229
|
* Updated Bulgarian translationKrasimir Chonov2013-01-101-4682/+4667
|
* Bug #690177 - Use trust-prompt for certificate verification in WebDAV backendsMilan Crha2013-01-102-26/+166
|
* Bug #691134 - New contact lists always saved to a default bookMilan Crha2013-01-092-4/+34
|
* Updated Lithuanian translationAurimas Černius2013-01-091-6424/+5554
|
* Update X-GNOME-Bugzilla-OtherBinaries.Matthew Barnes2013-01-091-1/+1
| | | | | I don't know if any distros still honor these X-GNOME-Bugzilla settings but keep them up-to-date anyway.
* Bug 691047 - Support notification filteringMatthew Barnes2013-01-094-4/+20
| | | | | For compliance with: https://live.gnome.org/GnomeGoals/NotificationSource
* Update French translationAlexandre Franke2013-01-071-2/+2
|
* Updated Norwegian bokmål translationKjartan Maraas2013-01-071-146/+105
|
* Use version-based libsoup warnings.Matthew Barnes2013-01-051-3/+8
| | | | | | | | Use SOUP_VERSION_MAX_ALLOWED to warn if we accidentally use symbols that were introduced in libsoup versions subsequent to our minimum requirement. Use SOUP_VERSION_MIN_REQUIRED to suppress libsoup deprecation warnings by version so we can clean them up incrementally.
* Bug 691133 - Evolution creates 'highlight' zombiesMatthew Barnes2013-01-041-8/+13
| | | | | | | | | | | Evolution spawns the 'highlight' program with these flags: G_SPAWN_SEARCH_PATH G_SPAWN_DO_NOT_REAP_CHILD G_SPAWN_SEARCH_PATH is not needed because configure already determines the absolute path to the 'highlight' program. G_SPAWN_DO_NOT_REAP_CHILD results in zombie 'highlight' processes. Remove both flags.
* Assamese translation updatedNilamdyuti Goswami2013-01-021-272/+167
|
* Updated POTFILES.inPiotr Drąg2013-01-011-1/+1
|
* Remove --with-kde-applnk-path configure option.Matthew Barnes2013-01-012-26/+0
| | | | | | | | I had to research what "applnk" even was. It seems to have been KDE's own precursor to the FreeDesktop.org Desktop Menu Specification and was abandoned in KDE 3.2 (circa 2004!). The option is way obsolete. Get rid of it.
* book-config-google: Populate [Authentication] group.Matthew Barnes2012-12-311-4/+2
| | | | | | | | | | | Set the Host to "www.google.com" and Method to "ClientLogin". Don't need to worry about migrating existing Google Contacts sources, which had "plain/password" as the auth method. The Google EBookBackend only explicitly checks whether the auth method is "OAuth2", and assumes "ClientLogin" otherwise. (I suppose the registry service could tweak older key files, but meh...)
* Move CamelSaslXOAuth2 to libemail-engine.Matthew Barnes2012-12-317-273/+140
| | | | | | | | | | | This now uses e_source_get_oauth2_access_token_sync() instead of talking directly to GNOME Online Accounts and therefore no longer has to live in the "online-accounts" module. The "online-accounts" module will be removed in Evolution 3.9.1, when we can require GNOME Online Accounts 3.8. Evolution 3.8 will still support older versions of GNOME Online Accounts, which use OAuth 1.0a tokens for Google authentication.
* Updated Belarusian translation.Ihar Hrachyshka2012-12-311-4726/+4669
|
* Updated Spanish translationDaniel Mustieles2012-12-311-8/+8
|
* Updated Spanish translationDaniel Mustieles2012-12-311-4684/+4926
|
* Updated Spanish translationDaniel Mustieles2012-12-311-14/+10
|
* Updated Spanish translationDaniel Mustieles2012-12-311-70/+8
|
* Updated Spanish translationDaniel Mustieles2012-12-311-15502/+15560
|
* Updated Slovenian translationMartin Srebotnjak2012-12-301-8032/+5979
|
* Bug 588216 - 'Unsubscribe' disabled for newsgroupsMatthew Barnes2012-12-291-1/+1
| | | | Unsubscribable folders are not necessarily deletable.
* TypoKhaled Hosny2012-12-291-4/+4
|
* Assamese translation updatedNilamdyuti Goswami2012-12-281-78/+80
|