aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/eab-contact-formatter.h
Commit message (Collapse)AuthorAgeFilesLines
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-081-10/+9
|
* Simplify EABContactFormatter.Matthew Barnes2013-05-211-17/+3
| | | | | | | | | | | | | | | | | | | | | | Simplify the EABContactFormatter API as follows: * Drop all constructor arguments from eab_contact_formatter_new() since get/set functions exist for all of them. * Remove eab_contact_formatter_format_contact_async() since EABContactFormatter does not block. * Replace eab_contact_formatter_format_contact_sync() with eab_contact_formatter_format_contact() which drops the CamelStream and GCancellable arguments and takes a GString as an output buffer. * Remove the "state" and "style" properties, and always use a white background when rendering the full contact. This is particularly important since render_normal() dereferenced the GtkStyle without checking for NULL, which would crash on mails with a vCard MIME part when "Show Full vCard" was clicked, because the "vcard-inline" module never set a GtkStyle.
* EABContactFormatter cleanups.Matthew Barnes2013-05-211-49/+41
|
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-2/+2
|
* Bug #680666 - Contacts/Tasks/Memos preview pane does not follow theme colorsDan Vrátil2012-08-021-0/+11
|
* Bug #674427 - Crash when formatting contact in addressbookDan Vrátil2012-06-271-0/+4
|
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-3/+3
|
* Bug #674997 - Collapsing contact lists broken in Contacts previewDan Vrátil2012-05-031-0/+2
|
* WebKit port - port addressbook, calendar and update composer to keep working ↵Dan Vrátil2012-03-291-0/+89
with GtkHtml