aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-location-manager.c
Commit message (Expand)AuthorAgeFilesLines
* location-manager: use Geoclue 2Guillaume Desmottes2013-09-031-371/+72
* time: move from Empathy to tp-account-widgetsMarco Barisione2013-08-201-2/+2
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-2/+1
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-4/+4
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-11/+0
* include telepathy-glib.hGuillaume Desmottes2012-09-171-2/+1
* use tp_account_manager_dup_valid_accounts()Guillaume Desmottes2012-09-111-4/+4
* Free the GError in Geoclue callbacksGuillaume Desmottes2012-03-151-0/+4
* location-manager: use geoclue_master_client_create_address_async()Guillaume Desmottes2012-03-151-13/+24
* location-manager: use geoclue_master_client_create_position_async()Guillaume Desmottes2012-03-151-11/+23
* location-manager: use geoclue_master_client_set_requirements_async()Guillaume Desmottes2012-03-151-27/+44
* location-manager: use geoclue_master_create_client_async()Guillaume Desmottes2012-03-151-12/+27
* Use tp_proxy_prepare_async instead of tp_account_manager_prepare_asyncGuillaume Desmottes2011-09-191-4/+4
* Include gi18n-lib.h in library sources, not gi18n.h.Gabor Kelemen2011-05-051-1/+1
* location-manager: use tp_asv_*Guillaume Desmottes2011-04-201-19/+10
* location-manager: use the self->priv patternGuillaume Desmottes2011-04-201-102/+92
* location-manager: remove useless propety getter and setterGuillaume Desmottes2011-04-201-34/+0
* location_manager_dispose: use tp_clear_*Guillaume Desmottes2011-04-201-35/+6
* Port all timestamps from time_t to gint64 (#648188)Guillaume Desmottes2011-04-191-10/+7
* Port Empathy code to GSettings, remove EmpathyConfDanielle Madeley2010-06-181-44/+40
* factor out set_requirementsGuillaume Desmottes2010-06-091-14/+22
* Call geoclue_master_client_set_requirements before asking for position/addressLaurent Bigonville2010-06-091-1/+7
* Do not require geoclue provider to support updatesLaurent Bigonville2010-06-071-1/+1
* No need of a contact factory to set locationXavier Claessens2010-05-021-5/+12
* libempathy-gtk/empathy-location-manager.c: use tp_g_signal_connect_object ins...Guillaume Desmottes2010-04-091-2/+2
* location_manager_dispose: chain up to the parent's dispose, not the parent's ...Simon McVittie2010-04-071-1/+4
* location-manager: keep a ref to self during preparation to make sure we stay ...Jonny Lamb2009-10-301-1/+2
* all: log error messages if preparing the account manager failsJonny Lamb2009-10-301-4/+14
* location-manager: port to new tp-glib account APIJonny Lamb2009-10-241-16/+77
* empathy-location-manager.c: fix shadow declarationsGuillaume Desmottes2009-10-211-45/+45
* Do not use math.h for trunc(). It is useless and it does not build because we...Xavier Claessens2009-09-221-6/+2
* Remove redundant == TRUE/FALSEPierre-Luc Beaudoin2009-08-061-9/+9
* Fix reduced accuracy concernsPierre-Luc Beaudoin2009-08-061-18/+18
* Fix 585887: "Publish my location" causes a crashPierre-Luc Beaudoin2009-06-181-4/+11
* empathy-location-manager: remove a trailing spaceGuillaume Desmottes2009-06-121-1/+1
* Geoclue doesn't like NONE as an accuracy levelPierre-Luc Beaudoin2009-06-101-2/+8
* Fix Bug 584830: Invalid read in new_connection_cbPierre-Luc Beaudoin2009-06-041-1/+1
* Fix Bug 584518: Critical error in publish_to_all_connectionsPierre-Luc Beaudoin2009-06-021-6/+6
* Level is used before initPierre-Luc Beaudoin2009-06-021-1/+2
* Only remove the address fields and position fields instead of allPierre-Luc Beaudoin2009-06-011-4/+28
* Remove unused varPierre-Luc Beaudoin2009-06-011-1/+0
* Get rid of McAccount everywherePierre-Luc Beaudoin2009-06-011-25/+24
* Get rid of Mission Control as EmpathyAccountManager does all that tooPierre-Luc Beaudoin2009-06-011-12/+10
* Fix inconsistency in preferences and codePierre-Luc Beaudoin2009-06-011-2/+0
* Don't set priv on a separate linePierre-Luc Beaudoin2009-06-011-26/+11
* Use tp_g_value_slice_new_doublePierre-Luc Beaudoin2009-06-011-14/+7
* Reorder functions to get rid of the function declarationsPierre-Luc Beaudoin2009-06-011-241/+214
* Reimplement the singleton in the constructorPierre-Luc Beaudoin2009-06-011-9/+28
* Fix errors found by make checkPierre-Luc Beaudoin2009-06-011-4/+4
* Use timeout instead of idle (and fix the fact that it wasn't actually working)Pierre-Luc Beaudoin2009-06-011-13/+9
* Use DEBUG instead of printerrPierre-Luc Beaudoin2009-06-011-3/+3
* Don't use foreach to iter over a HashTablePierre-Luc Beaudoin2009-06-011-24/+17
* Fix bracket stylePierre-Luc Beaudoin2009-06-011-4/+10
* Properly unref objects used by EmpathyLocationManagerPierre-Luc Beaudoin2009-06-011-6/+32
* Apply style fixes to EmpathyLocationManagerPierre-Luc Beaudoin2009-06-011-18/+17
* Don't build the file instead of #if the whole filePierre-Luc Beaudoin2009-06-011-3/+0
* Factory is sometimes ref leakedPierre-Luc Beaudoin2009-06-011-2/+1
* Queue location publish requestsPierre-Luc Beaudoin2009-06-011-7/+23
* Rename empathy_location_manager_get_default to dup_defaultPierre-Luc Beaudoin2009-06-011-3/+7
* More explicit debug message on what is publishedPierre-Luc Beaudoin2009-06-011-2/+2
* Any location accuracy will doPierre-Luc Beaudoin2009-06-011-2/+2
* Don't use geoclue's timestampPierre-Luc Beaudoin2009-06-011-5/+10
* Don't call geoclue functions if the init failedPierre-Luc Beaudoin2009-06-011-3/+9
* Fix a warning if McAccount has no TpConnectionPierre-Luc Beaudoin2009-06-011-0/+3
* Fix left over issues from rebasingPierre-Luc Beaudoin2009-06-011-3/+8
* Fix compilation if geoclue is not enabledPierre-Luc Beaudoin2009-06-011-6/+2
* Merge fixes due to API changesPierre-Luc Beaudoin2009-06-011-13/+23
* Various style fixesPierre-Luc Beaudoin2009-06-011-11/+20
* Send a int64 timestamp to match the specPierre-Luc Beaudoin2009-06-011-10/+6
* Clear remote location upon disablingPierre-Luc Beaudoin2009-06-011-17/+31
* Fix key freeingPierre-Luc Beaudoin2009-06-011-6/+6
* Implement reduced accuracyPierre-Luc Beaudoin2009-06-011-1/+49
* Send timestampPierre-Luc Beaudoin2009-06-011-0/+22
* When updating the resources, check for changed locationPierre-Luc Beaudoin2009-06-011-1/+14
* More ressource fixPierre-Luc Beaudoin2009-06-011-20/+22
* Initial position/address and ressource fixPierre-Luc Beaudoin2009-06-011-10/+48
* Should not be elseifPierre-Luc Beaudoin2009-06-011-3/+3
* Publish location when enabling itPierre-Luc Beaudoin2009-06-011-2/+6
* Support all position fieldsPierre-Luc Beaudoin2009-06-011-9/+42
* Support address fieldsPierre-Luc Beaudoin2009-06-011-4/+28
* Publish location after connection and when location changesPierre-Luc Beaudoin2009-06-011-12/+82
* Add EmpathyLocationManagerPierre-Luc Beaudoin2009-06-011-0/+339