aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/eab-contact-formatter.c
Commit message (Collapse)AuthorAgeFilesLines
* 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