summaryrefslogtreecommitdiff
path: root/libempathy-gtk/empathy-location-manager.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-27Drop unused/redundant header inclusionsEmanuele Aina1-11/+0
2012-09-17include telepathy-glib.hGuillaume Desmottes1-2/+1
2012-09-11use tp_account_manager_dup_valid_accounts()Guillaume Desmottes1-4/+4
2012-03-15Free the GError in Geoclue callbacksGuillaume Desmottes1-0/+4
2012-03-15location-manager: use geoclue_master_client_create_address_async()Guillaume Desmottes1-13/+24
2012-03-15location-manager: use geoclue_master_client_create_position_async()Guillaume Desmottes1-11/+23
2012-03-15location-manager: use geoclue_master_client_set_requirements_async()Guillaume Desmottes1-27/+44
2012-03-15location-manager: use geoclue_master_create_client_async()Guillaume Desmottes1-12/+27
2011-09-19Use tp_proxy_prepare_async instead of tp_account_manager_prepare_asyncGuillaume Desmottes1-4/+4
2011-05-05Include gi18n-lib.h in library sources, not gi18n.h.Gabor Kelemen1-1/+1
2011-04-20location-manager: use tp_asv_*Guillaume Desmottes1-19/+10
2011-04-20location-manager: use the self->priv patternGuillaume Desmottes1-102/+92
2011-04-20location-manager: remove useless propety getter and setterGuillaume Desmottes1-34/+0
2011-04-20location_manager_dispose: use tp_clear_*Guillaume Desmottes1-35/+6
2011-04-19Port all timestamps from time_t to gint64 (#648188)Guillaume Desmottes1-10/+7
2010-06-18Port Empathy code to GSettings, remove EmpathyConfDanielle Madeley1-44/+40
2010-06-09factor out set_requirementsGuillaume Desmottes1-14/+22
2010-06-08Call geoclue_master_client_set_requirements before asking for position/addressLaurent Bigonville1-1/+7
2010-06-07Do not require geoclue provider to support updatesLaurent Bigonville1-1/+1
2010-05-01No need of a contact factory to set locationXavier Claessens1-5/+12
2010-04-09libempathy-gtk/empathy-location-manager.c: use tp_g_signal_connect_object ins...Guillaume Desmottes1-2/+2
2010-04-07location_manager_dispose: chain up to the parent's dispose, not the parent's ...Simon McVittie1-1/+4
2009-10-30location-manager: keep a ref to self during preparation to make sure we stay ...Jonny Lamb1-1/+2
2009-10-30all: log error messages if preparing the account manager failsJonny Lamb1-4/+14
2009-10-24location-manager: port to new tp-glib account APIJonny Lamb1-16/+77
2009-10-21empathy-location-manager.c: fix shadow declarationsGuillaume Desmottes1-45/+45
2009-09-22Do not use math.h for trunc(). It is useless and it does not build because we...Xavier Claessens1-6/+2
2009-08-06Remove redundant == TRUE/FALSEPierre-Luc Beaudoin1-9/+9
2009-08-06Fix reduced accuracy concernsPierre-Luc Beaudoin1-18/+18
2009-06-17Fix 585887: "Publish my location" causes a crashPierre-Luc Beaudoin1-4/+11
2009-06-12empathy-location-manager: remove a trailing spaceGuillaume Desmottes1-1/+1
2009-06-09Geoclue doesn't like NONE as an accuracy levelPierre-Luc Beaudoin1-2/+8
2009-06-04Fix Bug 584830: Invalid read in new_connection_cbPierre-Luc Beaudoin1-1/+1
2009-06-01Fix Bug 584518: Critical error in publish_to_all_connectionsPierre-Luc Beaudoin1-6/+6
2009-06-01Level is used before initPierre-Luc Beaudoin1-1/+2
2009-06-01Only remove the address fields and position fields instead of allPierre-Luc Beaudoin1-4/+28
2009-06-01Remove unused varPierre-Luc Beaudoin1-1/+0
2009-06-01Get rid of McAccount everywherePierre-Luc Beaudoin1-25/+24
2009-06-01Get rid of Mission Control as EmpathyAccountManager does all that tooPierre-Luc Beaudoin1-12/+10
2009-06-01Fix inconsistency in preferences and codePierre-Luc Beaudoin1-2/+0
2009-06-01Don't set priv on a separate linePierre-Luc Beaudoin1-26/+11
2009-06-01Use tp_g_value_slice_new_doublePierre-Luc Beaudoin1-14/+7
2009-06-01Reorder functions to get rid of the function declarationsPierre-Luc Beaudoin1-241/+214
2009-06-01Reimplement the singleton in the constructorPierre-Luc Beaudoin1-9/+28
2009-06-01Fix errors found by make checkPierre-Luc Beaudoin1-4/+4
2009-06-01Use timeout instead of idle (and fix the fact that it wasn't actually working)Pierre-Luc Beaudoin1-13/+9
2009-06-01Use DEBUG instead of printerrPierre-Luc Beaudoin1-3/+3
2009-06-01Don't use foreach to iter over a HashTablePierre-Luc Beaudoin1-24/+17
2009-06-01Fix bracket stylePierre-Luc Beaudoin1-4/+10
2009-06-01Properly unref objects used by EmpathyLocationManagerPierre-Luc Beaudoin1-6/+32