aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-contact-map-window.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove EContactMarker.Matthew Barnes2013-11-011-11/+18
| | | | | | ChamplainLabel does everything we need now. Need to stash a contact UID for opening the Contact Editor on double-click, but not worth a subclass for just that.
* Contact map cleanups.Matthew Barnes2013-11-011-130/+129
|
* Miscellaneous cleanups.Matthew Barnes2013-09-081-2/+1
|
* Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2.Matthew Barnes2013-01-201-2/+2
| | | | | Clean up resulting deprecation warnings, which were all related to GtkOrientable consolidation (e.g. gtk_hbox_new() -> gtk_box_new()).
* 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.