aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/eab-contact-formatter.c
Commit message (Collapse)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-10/+9
|
* Bug #680666 - Contacts/Tasks/Memos preview pane does not follow theme colorsDan Vrátil2012-08-021-12/+101
|
* Bug #674427 - Crash when formatting contact in addressbookDan Vrátil2012-06-271-0/+11
|
* Fix displaying photos in contacts previewDan Vrátil2012-06-271-3/+6
| | | | | | EContactPhoto URIs are already escaped, but WebKit escapes it again, so images are not displayed sometimes. Unescaping the URI before writing it to the HTML fixes to problem.
* Coding style and whitespace cleanup.Matthew Barnes2012-06-251-3/+3
|
* Reduce usage of g_type_class_peek_parent().Matthew Barnes2012-06-251-4/+1
| | | | G_DEFINE_TYPE macros define a static "parent_class" variable.
* Fix some GSimpleAsyncResult reference leaks.Matthew Barnes2012-05-131-0/+2
|
* Use g_simple_async_result_set_check_cancellable().Matthew Barnes2012-05-131-6/+7
| | | | Always call it immediately after g_simple_async_result_new().
* Whitespace cleanups.Matthew Barnes2012-05-131-3/+3
|
* Bug #674997 - Collapsing contact lists broken in Contacts previewDan Vrátil2012-05-031-11/+77
|
* Bug #668989 - Add a twitter username to IM in contactsMilan Crha2012-04-261-1/+20
|
* Bug #674272 - Contacts preview differs with mailer running and notDan Vrátil2012-04-231-33/+2
| | | | | | This splits the giant EMailRequest to individual EFileRequest, EStockRequest, EHTTPRequest and EMailRequest, making the first two available globally from e-utils, the othe two are loaded only with mailer, since no other component uses them.
* Whitespace cleanup.Matthew Barnes2012-04-021-108/+108
| | | | | Replace 8-space indentation with tab characters, and various other automated cleanups.
* WebKit port - port addressbook, calendar and update composer to keep working ↵Dan Vrátil2012-03-291-0/+1267
with GtkHtml