aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-location-manager.c
Commit message (Expand)AuthorAgeFilesLines
* 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