aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-map-view.c
Commit message (Expand)AuthorAgeFilesLines
* Fix leaked GtkMenuXavier Claessens2010-02-111-0/+2
* Also allow Esc to close debug window and map view.Jonny Lamb2009-10-211-2/+2
* Add Ctrl-w keybinding to close map window.Jonny Lamb2009-10-211-0/+17
* Add a Best fit button to the map view (#584034)Olivier Le Thanh Duong2009-09-221-0/+23
* Update marker's label every secondPierre-Luc Beaudoin2009-08-241-30/+66
* Animate show in and out of markersPierre-Luc Beaudoin2009-08-191-2/+2
* Don't create a marker for contacts with empty locationPierre-Luc Beaudoin2009-08-191-1/+1
* Dim at 75% markers for location data older than a weekPierre-Luc Beaudoin2009-08-191-3/+11
* Port to Clutter 1.0 and libchamplain 0.3.6Pierre-Luc Beaudoin2009-08-181-2/+3
* empathy-map-view: fix coding styleGuillaume Desmottes2009-06-241-1/+1
* Reorder functions to not declare them on topXavier Claessens2009-06-151-125/+113
* Add contextual popup menu in map viewPierre-Luc Beaudoin2009-06-151-0/+30
* Simplify map_view_marker_update_positionPierre-Luc Beaudoin2009-06-151-7/+6
* Use libchamplain 0.3.3 new Gtk embed APIPierre-Luc Beaudoin2009-06-151-4/+3
* Add spinning throbber to EmpathyMapViewPierre-Luc Beaudoin2009-06-121-0/+27
* Fix compile warningPierre-Luc Beaudoin2009-06-111-1/+1
* Use the layer to list the markersPierre-Luc Beaudoin2009-05-281-7/+3
* Move the geoclue geocoding in EmpathyTpContactFactoryPierre-Luc Beaudoin2009-05-281-115/+0
* Fix memory leakPierre-Luc Beaudoin2009-05-281-0/+1
* Disconnect from notify::locationPierre-Luc Beaudoin2009-05-281-2/+19
* Move the geocoding to when the location is updatedPierre-Luc Beaudoin2009-05-281-43/+44
* Avatar was leakedPierre-Luc Beaudoin2009-05-281-0/+1
* Don't need to keep the address aroundPierre-Luc Beaudoin2009-05-281-6/+2
* Don't need to set back if it is the same hashtablePierre-Luc Beaudoin2009-05-281-5/+1
* Display relative time to userPierre-Luc Beaudoin2009-05-281-1/+18
* Fix possible compilation errorPierre-Luc Beaudoin2009-05-281-1/+1
* Don't create a marker if the user has no locationPierre-Luc Beaudoin2009-05-281-4/+10
* Fix double border issue in the Map ViewPierre-Luc Beaudoin2009-05-281-1/+1
* Move geocoding in a place where we can have better memory managementPierre-Luc Beaudoin2009-05-281-30/+53
* Simplify and clarify map_view_geocode_cbPierre-Luc Beaudoin2009-05-281-11/+12
* Don't allow the user to display many map viewsPierre-Luc Beaudoin2009-05-281-3/+3
* Fix coding styles and memory leaks found by Guillaume DesmottesPierre-Luc Beaudoin2009-05-281-12/+18
* Fix licensing: should have been LGPL 2.1+Pierre-Luc Beaudoin2009-05-281-10/+9
* Apply new coding stylesPierre-Luc Beaudoin2009-05-281-44/+49
* Remove dead code and update function namePierre-Luc Beaudoin2009-05-281-12/+7
* Update to use libchamplain 0.3's APIPierre-Luc Beaudoin2009-05-281-7/+12
* Make buildable without GeocluePierre-Luc Beaudoin2009-05-281-20/+7
* Fix contacts not showing on the mapPierre-Luc Beaudoin2009-05-281-1/+2
* Get rid of disconnect which is undeededPierre-Luc Beaudoin2009-05-281-28/+4
* Fix a warning if the handle doesn't existPierre-Luc Beaudoin2009-05-281-1/+3
* Use its own ListStore of contacts instead of borrowing the ContactPierre-Luc Beaudoin2009-05-281-1/+7
* Show contacts without an avatarPierre-Luc Beaudoin2009-05-281-11/+10
* Remove signal handler when closing the windowPierre-Luc Beaudoin2009-05-281-1/+31
* Use EmpathyContact's locationPierre-Luc Beaudoin2009-05-281-12/+140
* Add a Contact Map windowPierre-Luc Beaudoin2009-05-281-0/+217