Commit Graph

2084 Commits

Author SHA1 Message Date
10dd02bce0 Bug #643693 - Crash opening attached text/html mail 2011-06-29 18:41:41 +02:00
498337e852 Do not leak attachments in a mail view 2011-06-29 18:41:40 +02:00
ab870b27cd Fix Gtk-Doc comment notation.
Seeing lots of what I assume to be doxygen syntax in comment blocks.
2011-06-29 18:41:40 +02:00
a244743d9e Bug #642447 - Invalid reads while disabling groupwise account 2011-06-29 18:41:40 +02:00
3aaca9136d Bug #641456 - Crash in pst_process_appointment at pst-importer.c 2011-06-29 18:41:40 +02:00
3b6c8972a5 Coding style and whitespace cleanup. 2011-06-29 18:41:36 +02:00
a4e2599f95 Fix few memory leaks 2011-06-29 18:41:35 +02:00
274697623e Remove NULL checks for GObject methods.
As of GLib 2.28 all GObject virtual methods, including constructed(),
are safe to chain up to unconditionally.  Remove unnecessary checks.
2011-06-29 18:41:34 +02:00
809b8bdc51 Bug #641701 - Issues with pst-import plugin 2011-06-29 18:41:31 +02:00
8efc1bc6f9 Bug 641756 - Fix warnings from GCC 4.6
GCC learned how to find dead assignments.
2011-06-29 18:41:31 +02:00
919c690de0 Bug #641451 - Crash in folder_selection_button_new
Crash when importing any pst file.
2011-06-29 18:41:31 +02:00
28d1b270ab Bug #641011 - Ugly appointment editing windows 2011-06-29 18:41:31 +02:00
d92cfbebd8 Bug 222423 - Support Face headers
The configuration section for the Face plugin now has a preview image.
Also promoting this plugin out of "experimental" status so more distros
will pick it up.
2011-06-29 18:41:30 +02:00
d7ff1792f7 Bug #635144 - Using external editor duplicates signature 2011-06-29 18:41:30 +02:00
24d9dfaed2 bug #641069 - tnef plugin vulnerabilities
Resolves directory traversal and buffer overflow vulnerabilities.
2011-06-29 18:41:30 +02:00
27338a30c5 Add translator comment. See bug #641020. 2011-06-29 18:41:30 +02:00
dbc22f9de5 More whitespace cleanup. 2011-06-29 18:41:29 +02:00
6af0c53b69 Coding style and whitespace cleanup. 2011-06-29 18:41:29 +02:00
7a49a21178 Dialogs no longer have separators. 2011-06-29 18:41:25 +02:00
a3ba231fcc Drop backward-compatibility cruft. 2011-06-29 18:41:25 +02:00
9687179673 Drop support for gtk+-2.0. 2011-06-29 18:41:25 +02:00
40fbcd95b7 Bug 640025 - Silence debug output in spamassassin plugin 2011-06-29 18:41:21 +02:00
c36bd27fa8 Bug #634403 - Mails Label popup menu is not updated properly 2011-06-29 18:41:20 +02:00
d009b5b365 Bug #633788 - Mail plugin's update-actions handler is never called 2011-06-29 18:41:19 +02:00
2485ba3936 Fudge gtk_widget_get_preferred_size() for gtk2.
Easy enough to fake gtk_widget_get_preferred_size() in gtk2 using
gtk_widget_size_request().  Reduces diff noise with gtk3 branch.
2011-06-29 18:41:19 +02:00
8f25c74bf2 Fix all back up that should be backup 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
eb36fb6469 Properly translate NC_ messages 2011-06-29 18:41:10 +02:00
60dc92eb44 Bug #633332 - Preserve port number in WebDAV address book 2011-06-29 18:41:10 +02:00
49dd425fc9 Bug #631568 - Scheduling Meetings with CalDAV calendars 2011-06-29 18:41:09 +02:00
1182cdfec8 Avoid a crash when building templates menu. 2011-06-29 18:41:07 +02:00
8e848e5059 CalDAV plugin - use saved password, if available, for server browsing 2011-06-29 18:41:07 +02:00
cfffc1befe Bug #555324 - Ask for destination before "Save in Addressbook" inline vCard 2011-06-29 18:41:06 +02:00
27f701169e Added few translator comments
As requested in bug #635414
2011-06-29 18:41:05 +02:00
5e7c9f2d39 [vCard-inline] Check also text/directory parts 2011-06-29 18:41:04 +02:00
0f1b35a8c3 Bug #634387 - Crash in bbdb_sync_buddy_list_in_thread 2011-06-29 18:41:04 +02:00
566d861915 Check for cancelled GIO operation error code too 2011-06-27 18:04:57 +02:00
4aff7a476d [itip-formatter] stock_animation is gone, use GtkSpinner instead 2011-06-23 10:52:17 +02:00
cc96d85ef9 Bug #646442 - [mail-to-task] Edit event details before adding to calendar 2011-06-23 09:35:26 +02:00
8ba762c9b1 Bug #653008 - Preference window for imap accounts is too large 2011-06-22 18:40:29 +02:00
db9ba2f2a4 Bug #631954 - itip formatter makes synchronous calls to ecal 2011-06-20 17:11:45 +02:00
9291804878 Bug #650223 - Do not wait on evolution's exit when done with backup/restore 2011-06-17 12:23:00 +02:00
810b301080 Bug #652394 - Port google-account-setup plugin to libgdata 0.9.0 2011-06-14 09:21:27 +02:00
38790d8478 Do not use deprecated EBook/ECal API 2011-06-14 08:54:20 +02:00
f014ab82c8 Coding style and whitespace cleanups. 2011-06-08 13:14:48 -04:00
6dc3c69226 Bug #642557 - Display maps in contact preview 2011-06-02 16:57:23 +02:00
1605107f84 Change EMEventTargetFolder contents.
Give it a CamelStore and folder name instead of an EAccount and folder
URI.  Both the EAccount and folder URI can be easily retrieved from the
CamelStore and folder name.
2011-05-29 14:03:58 -04:00
de752b010f Including <glib-object.h> directly is rarely needed. 2011-05-28 11:12:08 -04:00
394e580dfd Including <glib.h> directly is rarely needed. 2011-05-28 10:39:52 -04:00
756c8abcb8 Bug #646109 - Fix use of include <config.h> to make sure translations work 2011-05-27 15:23:07 +02:00