aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-contact-map-window.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid deprecated libedataserver APIs.Matthew Barnes2013-01-151-1/+1
| | | | I forgot to include this in 3.7.4, but no matter.
* Move the contact map widgets to addressbook/gui/widgets.Matthew Barnes2012-12-131-0/+500
Move the supporting widgets for the contact maps feature alongside EABContactDisplay. Removing them from libeutil helps isolate our usage of libchamplain so it's not imposed on the entire application, and even 3rd party software. That libchamplain is an optional dependency only further complicates the matter. Ideally I'd like to somehow isolate this feature in an extension module, but we currently lack sufficient hooks for such an extension. So this arrangement will have to suffice for now.