Commit Graph

1753 Commits

Author SHA1 Message Date
0cce1ab7a2 groupwise-features: Fix a compiler warning. 2011-06-29 18:42:04 +02:00
f2247d9031 Adapt to extra arg in camel_session_get_service_by_url(). 2011-06-29 18:42:04 +02:00
2abbff4651 Bug #641845 - Add default expansion variables to templates plugin
Users can read values from original message in the template
by $ORIG[header] and with a special value $ORIG[body].
2011-06-29 18:41:57 +02:00
eb53bcf059 Add itip_address_is_user().
Convenience function that checks whether the given email address matches
a registered mail identity.
2011-06-29 18:41:57 +02:00
801450b0f3 Remove redundant EAccountList utilities.
Kill itip_addresses_get() and itip_addresses_get_default(), and use
e_get_account_list() and e_get_default_account() instead.
2011-06-29 18:41:57 +02:00
0be9b1f878 Adapt to CamelService changes. 2011-06-29 18:41:55 +02:00
eecdf6fc08 Bug #646197 - Crash with VALARM without ACTION property 2011-06-29 18:41:55 +02:00
f31b492945 Adapt to sealed up CamelService. 2011-06-29 18:41:55 +02:00
1448ecee67 Fix translations being boken by removing calls to bindtextdomain() from plugins.
It shouldn't be needed for plugins that live in the evolution source tree anyway
since they should just use the translation domain they inherit from main().
2011-06-29 18:41:52 +02:00
57ea14220e Remove the profiler plugin.
This plugin was for developers, but no one uses it anymore.  Plus the
only profiling hooks left in Evolution were in the MessageList widget,
which performs fine.  There's better ways to collect profiling data
these days anyway (sysprof, systemtap, etc.).
2011-06-29 18:41:50 +02:00
eccfd921ed Fix alignment of extra widgets in EAlertDialogs.
Add e_alert_dialog_get_content_area(), which returns the GtkVBox
containing the primary and secondary labels.  Use this instead of
gtk_dialog_get_content_area() to maintain the dialog's left margin
beneath the image.
2011-06-29 18:41:47 +02:00
9539cc3ff3 Bug 645545 - Attachment reminder dialog uses wrong expand 2011-06-29 18:41:47 +02:00
6b71268cb9 Workaround for bug #644792 - [mail-notify] Crash when sending D-Bus message 2011-06-29 18:41:45 +02:00
25f7db861c Fix build break after recent eds changes 2011-06-29 18:41:45 +02:00
cdd89ef290 Bug #641939 - [publish-calendar] Doesn't read online state on start 2011-06-29 18:41:43 +02:00
7aacf983b3 Coding style and whitespace cleanup. 2011-06-29 18:41:41 +02:00
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