Commit Graph

1745 Commits

Author SHA1 Message Date
Kjartan Maraas 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
Matthew Barnes 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
Matthew Barnes 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
Matthew Barnes 9539cc3ff3 Bug 645545 - Attachment reminder dialog uses wrong expand 2011-06-29 18:41:47 +02:00
Milan Crha 6b71268cb9 Workaround for bug #644792 - [mail-notify] Crash when sending D-Bus message 2011-06-29 18:41:45 +02:00
Milan Crha 25f7db861c Fix build break after recent eds changes 2011-06-29 18:41:45 +02:00
Milan Crha cdd89ef290 Bug #641939 - [publish-calendar] Doesn't read online state on start 2011-06-29 18:41:43 +02:00
Matthew Barnes 7aacf983b3 Coding style and whitespace cleanup. 2011-06-29 18:41:41 +02:00
Milan Crha 10dd02bce0 Bug #643693 - Crash opening attached text/html mail 2011-06-29 18:41:41 +02:00
Milan Crha 498337e852 Do not leak attachments in a mail view 2011-06-29 18:41:40 +02:00
Matthew Barnes 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
Milan Crha a244743d9e Bug #642447 - Invalid reads while disabling groupwise account 2011-06-29 18:41:40 +02:00
Milan Crha 3aaca9136d Bug #641456 - Crash in pst_process_appointment at pst-importer.c 2011-06-29 18:41:40 +02:00
Matthew Barnes 3b6c8972a5 Coding style and whitespace cleanup. 2011-06-29 18:41:36 +02:00
Milan Crha a4e2599f95 Fix few memory leaks 2011-06-29 18:41:35 +02:00
Matthew Barnes 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
Milan Crha 809b8bdc51 Bug #641701 - Issues with pst-import plugin 2011-06-29 18:41:31 +02:00
Kjartan Maraas 8efc1bc6f9 Bug 641756 - Fix warnings from GCC 4.6
GCC learned how to find dead assignments.
2011-06-29 18:41:31 +02:00
Bharath Acharya 919c690de0 Bug #641451 - Crash in folder_selection_button_new
Crash when importing any pst file.
2011-06-29 18:41:31 +02:00
Milan Crha 28d1b270ab Bug #641011 - Ugly appointment editing windows 2011-06-29 18:41:31 +02:00
Dan Vrátil 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
Milan Crha d7ff1792f7 Bug #635144 - Using external editor duplicates signature 2011-06-29 18:41:30 +02:00
Punit Jain 24d9dfaed2 bug #641069 - tnef plugin vulnerabilities
Resolves directory traversal and buffer overflow vulnerabilities.
2011-06-29 18:41:30 +02:00
Andre Klapper 27338a30c5 Add translator comment. See bug #641020. 2011-06-29 18:41:30 +02:00
Matthew Barnes dbc22f9de5 More whitespace cleanup. 2011-06-29 18:41:29 +02:00
Matthew Barnes 6af0c53b69 Coding style and whitespace cleanup. 2011-06-29 18:41:29 +02:00
Matthew Barnes 7a49a21178 Dialogs no longer have separators. 2011-06-29 18:41:25 +02:00
Matthew Barnes a3ba231fcc Drop backward-compatibility cruft. 2011-06-29 18:41:25 +02:00
Matthew Barnes 9687179673 Drop support for gtk+-2.0. 2011-06-29 18:41:25 +02:00
Matthew Barnes 40fbcd95b7 Bug 640025 - Silence debug output in spamassassin plugin 2011-06-29 18:41:21 +02:00
Milan Crha c36bd27fa8 Bug #634403 - Mails Label popup menu is not updated properly 2011-06-29 18:41:20 +02:00
Milan Crha d009b5b365 Bug #633788 - Mail plugin's update-actions handler is never called 2011-06-29 18:41:19 +02:00
Matthew Barnes 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
Andre Klapper 8f25c74bf2 Fix all back up that should be backup 2011-06-29 18:41:15 +02:00
Milan Crha 824a754c58 Bug #633854 - [templates] Crash in build_template_menus_recurse 2011-06-29 18:41:15 +02:00
Milan Crha eb36fb6469 Properly translate NC_ messages 2011-06-29 18:41:10 +02:00
Milan Crha 60dc92eb44 Bug #633332 - Preserve port number in WebDAV address book 2011-06-29 18:41:10 +02:00
Milan Crha 49dd425fc9 Bug #631568 - Scheduling Meetings with CalDAV calendars 2011-06-29 18:41:09 +02:00
Matthew Barnes 1182cdfec8 Avoid a crash when building templates menu. 2011-06-29 18:41:07 +02:00
Milan Crha 8e848e5059 CalDAV plugin - use saved password, if available, for server browsing 2011-06-29 18:41:07 +02:00
Milan Crha cfffc1befe Bug #555324 - Ask for destination before "Save in Addressbook" inline vCard 2011-06-29 18:41:06 +02:00
Milan Crha 27f701169e Added few translator comments
As requested in bug #635414
2011-06-29 18:41:05 +02:00
Milan Crha 5e7c9f2d39 [vCard-inline] Check also text/directory parts 2011-06-29 18:41:04 +02:00
Milan Crha 0f1b35a8c3 Bug #634387 - Crash in bbdb_sync_buddy_list_in_thread 2011-06-29 18:41:04 +02:00
Fridrich Štrba 5d79bdce74 Fix windows build of backup-restore plugin 2010-11-16 10:43:16 +01:00
Milan Crha 5e633737a8 Bug #632176 - Force user name on Google calendar/address book 2010-11-09 23:33:23 +01:00
Matthew Barnes dce5bdc369 Move calendar preferences to the calendar module.
Continue replacing the use of calendar-config functions with GObject
property bindings to EShellSettings properties.
2010-11-09 23:33:22 +01:00
Matthew Barnes c1e412618a Rename CalUnits to EDurationType.
And move the definition to e-util-enums.h so we get a GType for it.
2010-11-09 23:33:22 +01:00
Milan Crha 8d291318b0 Add missing libeshell.la to LIBADD in pst-import plugin 2010-11-09 23:33:21 +01:00
Matthew Barnes 26afa6081c Utilize the new ESourceSelector:primary-selection property. 2010-11-09 23:33:21 +01:00