aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-map-view.c
Commit message (Expand)AuthorAgeFilesLines
* Port all timestamps from time_t to gint64 (#648188)Guillaume Desmottes2011-04-191-4/+10
* use champlain_view_ensure_layers_visible()Guillaume Desmottes2011-02-211-3/+1
* use champlain_marker_layer_new()Guillaume Desmottes2011-02-211-2/+1
* Port to champlain 0.10 (#642010)Guillaume Desmottes2011-02-211-51/+45
* add EMPATHY_CONTACT_FEATURE_FTGuillaume Desmottes2011-01-251-0/+1
* map-view: be a proper GtkWindow (#625826)Guillaume Desmottes2010-08-021-88/+140
* free the list returned by clutter_container_get_children()Guillaume Desmottes2010-08-021-3/+4
* Merge EmpathyContact:name and *_set_alias() to EmpathyContact:aliasPhilip Withnall2010-07-221-1/+1
* map-view: add a debug message when adding a markerGuillaume Desmottes2010-06-161-0/+2
* Remove unused #include from empathy-map-view.cXavier Claessens2010-05-061-3/+1
* Replace EphySpinner by GtkSpinnerXavier Claessens2010-04-191-7/+10
* map-view: no need to create a modelGuillaume Desmottes2010-04-051-41/+17
* map-view: display position of contacts added after the map has been created (...Guillaume Desmottes2010-03-301-0/+41
* factor out contact_addedGuillaume Desmottes2010-03-301-4/+11
* map_view_update_contact_position: don't call contact_has_location twiceGuillaume Desmottes2010-03-301-5/+7
* Always connect "notify::location" on contactGuillaume Desmottes2010-03-301-3/+0
* map_view_contacts_foreach: no need to create the marker any moreGuillaume Desmottes2010-03-301-1/+0
* map_view_update_contact_position: create marker if neededGuillaume Desmottes2010-03-301-1/+10
* factor out contact_has_locationGuillaume Desmottes2010-03-301-10/+19
* factor out create_markerGuillaume Desmottes2010-03-301-19/+28
* rename map_view_marker_update_position to map_view_update_contact_position an...Guillaume Desmottes2010-03-301-18/+14
* map-view: add a mapping from EmpathyContact to ChamplainMarkerGuillaume Desmottes2010-03-301-0/+8
* empathy_window_present: remove useless 'steal_focus' argGuillaume Desmottes2010-03-151-2/+2
* 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