Commit Graph

34138 Commits

Author SHA1 Message Date
cdbf674fbe Do not hide maildir accounts from UI 2011-06-29 18:41:18 +02:00
74bc8ba6d1 Bug #600013 - Crash in mail_reader_message_loaded_cb 2011-06-29 18:41:18 +02:00
cf59629284 [l10n] Updated Estonian translation 2011-06-29 18:41:17 +02:00
ff7a3fddbb Bug #634305 - Crash on move of contacts between books 2011-06-29 18:41:17 +02:00
03fa99afdb Bug #638087 - Crash at merging duplicate contact
Using 'comments' instead of 'comment'.
2011-06-29 18:41:17 +02:00
642b32cbdb Bug #638808 - camel_shutdown() called too early 2011-06-29 18:41:17 +02:00
d4e5b79b43 [l10n] Updated Estonian translation 2011-06-29 18:41:17 +02:00
d089ecf128 Bug #593020 - Do not check Bcc in "Sender or Recipients" condition 2011-06-29 18:41:16 +02:00
5dcad27293 Updated Galician translations 2011-06-29 18:41:16 +02:00
55a1a60ca8 Updated Swedish translation 2011-06-29 18:41:16 +02:00
3723fc6655 Updated Slovenian translation 2011-06-29 18:41:16 +02:00
5a60758435 [l10n] Updated Estonian translation 2011-06-29 18:41:16 +02:00
adef8c84f3 Updated Galician translations 2011-06-29 18:41:16 +02:00
0d2d76c021 GtkSelectionData is sealed in GTK3.
Have to use accessor functions, no pointer deferencing.
2011-06-29 18:41:16 +02:00
70bbf2c088 ETree: Fix runtime warnings with GTK3.
ETable has a "vertical-spacing" style property, ETree does not.
ECellText expects it to be in both.
2011-06-29 18:41:16 +02:00
6dbac50140 Post-release version bump. 2011-06-29 18:41:16 +02:00
b3c9c075cb NEWS update for 2.91.5 release. 2011-06-29 18:41:16 +02:00
34b9be960c EAttachmentIconView: Fix runtime warnings with GTK3.
GtkIconView changed some implementation details, apparently.
2011-06-29 18:41:16 +02:00
a89aa52dc6 EActionComboBox: Fix runtime warnings with GTK3.
GtkComboBox changed some implementation details, apparently.
2011-06-29 18:41:16 +02:00
3f5b5bb1f3 EMFolderTree: Fully implement ESelectableInterface.
Was missing "copy-target-list" and "paste-target-list" properties.
2011-06-29 18:41:16 +02:00
0c74d3be3b Improve Maildir migration.
The Maildir migration code was pretty busted.  Trying to fix it for
simple test cases and also clean up the code a bit.
2011-06-29 18:41:16 +02:00
c5265294a3 Avoid idle callbacks in EMailBackend initialization.
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.
2011-06-29 18:41:16 +02:00
10a835d5e6 Improve wording of Maildir migration dialog.
Use stronger wording and remove the "No" option.  Your choices are
"Migrate Now" or "Quit Evolution".  None of this in-between nonsense.
2011-06-29 18:41:16 +02:00
5947c6e1f9 Updated galician translations 2011-06-29 18:41:15 +02:00
8f25c74bf2 Fix all back up that should be backup 2011-06-29 18:41:15 +02:00
d015b55c04 Fix wrong button name in Restore instructions 2011-06-29 18:41:15 +02:00
824a754c58 Bug #633854 - [templates] Crash in build_template_menus_recurse 2011-06-29 18:41:15 +02:00
96f5153184 Bug #638245 - Crash when printing Work Week view 2011-06-29 18:41:15 +02:00
10a155fd9f Change Account Management string to Account Information in first-run wizard. Really, management is something else than just entering a random string in a text field. 2011-06-29 18:41:15 +02:00
6e9c9986ac Bug #637906 - Don't ask again when sending to non-mail recipients 2011-06-29 18:41:15 +02:00
6d1ea26566 Updated Norwegian bokmål translation from Torstein Adolf Winterseth 2011-06-29 18:41:15 +02:00
8d06c7d1be Updated Danish translation 2011-06-29 18:41:15 +02:00
b4b8b50dc0 Update Simplified Chinese translation. 2011-06-29 18:41:15 +02:00
f381e06f78 Update Simplified Chinese translation. 2011-06-29 18:41:15 +02:00
7ab50fd473 Updated Spanish translation 2011-06-29 18:41:15 +02:00
709601c44a updating Punjabi Translation 2011-06-29 18:41:14 +02:00
8a0a01a67c [l10n] Updated Estonian translation 2011-06-29 18:41:14 +02:00
1925f6fb21 Updated Swedish translation 2011-06-29 18:41:14 +02:00
377dec1b34 Clarify a string. Fixes bug #458503. 2011-06-29 18:41:14 +02:00
3f805dba5a Updated Spanish translation 2011-06-29 18:41:14 +02:00
63657bf3eb Bug 637482 - Flushing outbox gives up on first error 2011-06-29 18:41:14 +02:00
fdf1c024b5 Add e_shell_submit_alert().
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).
2011-06-29 18:41:14 +02:00
6217c41106 Fix menu item capitalizaion. 2011-06-29 18:41:14 +02:00
2c02ad59de Added UG translation 2011-06-29 18:41:14 +02:00
e462aa2073 Update API docs. 2011-06-29 18:41:14 +02:00
59324d9f4c Call setlocale() instead of gtk_set_locale().
gtk_set_locale() has been deprecated in GTK+ 2.23.3.
2011-06-29 18:41:14 +02:00
fa73947a70 Temporarily remove GDK_DISABLE_DEPRECATED (again).
GTK+ 2.23.3 deprecated gdk_set_sm_client_id(), which is used by
eggsmclient-xsmp.c.  We'll deal with that after GNOME 3.0.
2011-06-29 18:41:14 +02:00
0e1123cb9c Updated Spanish translation 2011-06-29 18:41:14 +02:00
97fac153c5 Bug #567879 - Add View >> Gallery Option In Email Composer 2011-06-29 18:41:13 +02:00
c3d6ab4b55 Minor compiler warnings fix 2011-06-29 18:41:13 +02:00