Commit Graph

38635 Commits

Author SHA1 Message Date
Gheyret Kenji c059ade64b Updated Uyghur translation
Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
2013-02-02 13:04:36 +09:00
Rachid 7ab92a683c Update Dutch translation 2013-02-01 16:29:02 +01:00
Matthew Barnes ce3d24ef62 Add a priority field for mail formatter and parser extensions.
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.
2013-02-01 09:36:45 -05:00
Matthew Barnes 9a0b1266b5 Teach EMailExtensionRegistry to find extensions.
Restore this commit with a proper bug fix to follow.
2013-02-01 08:44:50 -05:00
Matthew Barnes e6a149efce EMailAccountStore: Use an appropriate icon for online accounts.
Use "goa-panel" for GOA, "credentials-preferences" for UOA.

Also move the icon before the account name.  Looks better.
2013-01-31 17:39:05 -05:00
Matthew Barnes fd43cd692a Incorporate ESourceUOA.
Where we make exceptions for GNOME Online Accounts, so too shall we for
Ubuntu Online Accounts.
2013-01-31 17:39:05 -05:00
Milan Crha fc3bf6f39e Bug #689476 - Slow composer open (ENameSelector object leaks) 2013-01-31 17:31:36 +01:00
Matthew Barnes 763081aa86 Fix up error handling around e_book/cal_client_connect_finish(). 2013-01-30 12:45:55 -05:00
Daniel Mustieles 0ff254b3a8 Updated Spanish translation 2013-01-30 16:39:33 +01:00
Matthew Barnes 2c9ed5c04a Remove e-client-utils.[ch]. 2013-01-30 09:35:27 -05:00
Matthew Barnes 1ec896118c pst-importer: Avoid EClientSourceType enum.
Use ESource extension names instead.
2013-01-30 09:35:27 -05:00
Matthew Barnes f19241d136 Use e_cal_client_connect().
Instead of e_client_utils_open_new() or e_cal_client_new().
2013-01-30 09:35:27 -05:00
Matthew Barnes e583928e04 Use e_book_client_connect().
Instead of e_client_utils_open_new() and e_book_client_new().
2013-01-30 08:37:15 -05:00
Andre Klapper 5125cdac38 Update Makefile.am. I always forget that when removing files. 2013-01-30 12:25:48 +01:00
Andre Klapper ad833b30c9 Bug #692818 - Remove documentation on Novell GroupWise 2013-01-30 11:52:40 +01:00
Milan Crha 3aedeee20f Bug #692781 - [pine-importer] Abort on book failure during contact import 2013-01-29 17:48:11 +01:00
Milan Crha 4f62d2108d Bug #692783 - [mail-to-task] Crash on edit prompt cancel 2013-01-29 17:04:40 +01:00
Milan Crha 67bacdcdb4 Bug #692777 - Crash on folder rename 2013-01-29 16:51:51 +01:00
Milan Crha 57adde4be6 Revert "Teach EMailExtensionRegistry to find extensions."
This reverts commit bf30024dd7, 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.
2013-01-29 16:31:58 +01:00
Milan Crha 6d7b644e8e Bug #692775 - Double-quoting message with HTML and text 2013-01-29 14:49:27 +01:00
Matej Urbančič 26a6c53d0a Updated Slovenian translation 2013-01-29 08:40:28 +01:00
Daniel Mustieles 8e4cfb071b Updated Spanish translation 2013-01-28 11:45:11 +01:00
Мирослав Николић 8da8f425c2 Updated Serbian translation 2013-01-26 09:15:01 +01:00
Matthew Barnes 3fa4dfc54d Remove usage of deprecated e_client_is_opened().
e_client_is_opened() always returns TRUE, so skip it.
2013-01-25 15:47:51 -05:00
Matthew Barnes 60c5c7170f E_CLIENT_ERROR_BUSY is no longer used. 2013-01-24 12:10:31 -05:00
Milan Crha f3dfdae845 Bug #692009 - text/css always formatted as attachment
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.
2013-01-24 13:07:33 +01:00
Chao-Hsiung Liao 9095910fa3 Updated Traditional Chinese translation(Hong Kong and Taiwan) 2013-01-24 07:27:02 +08:00
Milan Crha bf250a0198 Bug #680537 - Reply to individual message in digest generates empty body 2013-01-23 20:06:07 +01:00
Milan Crha fe8e579347 Bug #639698 - Crash in mail_shell_view_execute_search() 2013-01-23 15:25:02 +01:00
Andre Klapper 4fb610b489 Bug #685757 - Update cache location in user docs 2013-01-23 10:46:52 +01:00
Andre Klapper 97e7fcfbc1 Update file list after last commits. Again. 2013-01-23 00:39:40 +01:00
Andre Klapper b6d0e112b4 Update file list after last commits 2013-01-23 00:37:59 +01:00
Andre Klapper b45768333a Remove pages on 3.0 errors from user help 2013-01-23 00:35:42 +01:00
Andre Klapper 7496cba608 Bug #690697 - Document using real (non-virtual) Junk and Trash folders with IMAP+ 2013-01-23 00:32:54 +01:00
Andre Klapper 4aec1eb04e Bug #688294 - Update how online/offline mode works nowadays 2013-01-23 00:02:41 +01:00
Andre Klapper f31c953016 Bug #690696 - Remove references to the old IMAP backend 2013-01-22 23:39:15 +01:00
Andre Klapper eadf3bfbdb Bug #692213 - Remove evolution-exchange recommendation 2013-01-22 23:26:13 +01:00
Milan Crha 41edc5515b Contact's print doesn't decode QP encoded email addresses 2013-01-22 17:06:53 +01:00
Milan Crha dde7200f40 Exclude also text/calendar in a fix for bug #692009 2013-01-21 19:08:11 +01:00
Matthew Barnes 0582520db4 EMsgComposer: Fix packing of content area.
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.
2013-01-21 08:54:27 -05:00
Matthew Barnes ab8cff63d2 EMailBrowser: Fix packing of preview pane.
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.
2013-01-21 08:42:27 -05:00
Matthew Barnes 0e0060e639 Bug 692143 - Auto-configured MSN account should use POP, not IMAP
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.
2013-01-21 08:02:14 -05:00
Milan Crha 43911af529 Bug #692009 - text/css always formatted as attachment 2013-01-21 13:23:35 +01:00
Kjartan Maraas 4006edc2d2 Updated Norwegian bokmål translation 2013-01-21 11:09:49 +01:00
Matthew Barnes b24ca598cb evolution-module-mail.c: Remove unused declaration. 2013-01-20 20:56:16 -05:00
Matthew Barnes 8a71509ee4 Add a "settings" module.
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.
2013-01-20 20:56:16 -05:00
Matthew Barnes 8e2902eefc Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2.
Clean up resulting deprecation warnings, which were all related to
GtkOrientable consolidation (e.g. gtk_hbox_new() -> gtk_box_new()).
2013-01-19 19:08:01 -05:00
Matthew Barnes 88c4856353 configure.ac: Remove obsolete deprecation flags.
E_BOOK_DISABLE_DEPRECATED and E_CAL_DISABLE_DEPRECATED are no longer
used in evolution-data-server.
2013-01-19 16:28:54 -05:00
Patrick Holthuizen f6423ccdc5 Updated Dutch translation by Patrick Holthuizen (bug 690720) 2013-01-19 12:05:52 +01:00
Gheyret Kenji 1c761eff60 Updated Uyghur translation
Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
2013-01-19 11:59:01 +09:00