]> git.0d.be Git - empathy.git/history - libempathy-gtk/empathy-location-manager.c
add myself to AUTHORS
[empathy.git] / libempathy-gtk / empathy-location-manager.c
2009-11-03 Xavier ClaessensMerge branch 'irc-command'
2009-11-03 Danielle MadeleyMerge branch 'fix-586098'
2009-11-02 Jonny LambMerge branch 'accountz'
2009-10-30 Jonny Lamblocation-manager: keep a ref to self during preparation...
2009-10-30 Jonny Lamball: log error messages if preparing the account manage...
2009-10-24 Jonny Lamblocation-manager: port to new tp-glib account API
2009-10-21 Guillaume Desmottesempathy-location-manager.c: fix shadow declarations
2009-09-22 Xavier ClaessensDo not use math.h for trunc(). It is useless and it...
2009-08-21 Sjoerd SimonsMerge back from master
2009-08-06 Pierre-Luc BeaudoinRemove redundant == TRUE/FALSE
2009-08-06 Pierre-Luc BeaudoinFix reduced accuracy concerns
2009-06-28 Xavier ClaessensMerge commit 'elliot/bug-584703-c'
2009-06-17 Pierre-Luc BeaudoinFix 585887: "Publish my location" causes a crash
2009-06-15 Guillaume DesmottesMerge commit 'jtellier/call-window-video-preview'
2009-06-12 Guillaume Desmottesempathy-location-manager: remove a trailing space
2009-06-12 Cosimo CecchiMerge branch 'ft_ipv4'
2009-06-09 Pierre-Luc BeaudoinGeoclue doesn't like NONE as an accuracy level
2009-06-04 Jonny LambMerge branch 'debug'
2009-06-04 Pierre-Luc BeaudoinFix Bug 584830: Invalid read in new_connection_cb
2009-06-01 Pierre-Luc BeaudoinFix Bug 584518: Critical error in publish_to_all_connec...
2009-06-01 Pierre-Luc BeaudoinLevel is used before init
2009-06-01 Pierre-Luc BeaudoinOnly remove the address fields and position fields...
2009-06-01 Pierre-Luc BeaudoinRemove unused var
2009-06-01 Pierre-Luc BeaudoinGet rid of McAccount everywhere
2009-06-01 Pierre-Luc BeaudoinGet rid of Mission Control as EmpathyAccountManager...
2009-06-01 Pierre-Luc BeaudoinFix inconsistency in preferences and code
2009-06-01 Pierre-Luc BeaudoinDon't set priv on a separate line
2009-06-01 Pierre-Luc BeaudoinUse tp_g_value_slice_new_double
2009-06-01 Pierre-Luc BeaudoinReorder functions to get rid of the function declarations
2009-06-01 Pierre-Luc BeaudoinReimplement the singleton in the constructor
2009-06-01 Pierre-Luc BeaudoinFix errors found by make check
2009-06-01 Pierre-Luc BeaudoinUse timeout instead of idle (and fix the fact that...
2009-06-01 Pierre-Luc BeaudoinUse DEBUG instead of printerr
2009-06-01 Pierre-Luc BeaudoinDon't use foreach to iter over a HashTable
2009-06-01 Pierre-Luc BeaudoinFix bracket style
2009-06-01 Pierre-Luc BeaudoinProperly unref objects used by EmpathyLocationManager
2009-06-01 Pierre-Luc BeaudoinApply style fixes to EmpathyLocationManager
2009-06-01 Pierre-Luc BeaudoinDon't build the file instead of #if the whole file
2009-06-01 Pierre-Luc BeaudoinFactory is sometimes ref leaked
2009-06-01 Pierre-Luc BeaudoinQueue location publish requests
2009-06-01 Pierre-Luc BeaudoinRename empathy_location_manager_get_default to dup_default
2009-06-01 Pierre-Luc BeaudoinMore explicit debug message on what is published
2009-06-01 Pierre-Luc BeaudoinAny location accuracy will do
2009-06-01 Pierre-Luc BeaudoinDon't use geoclue's timestamp
2009-06-01 Pierre-Luc BeaudoinDon't call geoclue functions if the init failed
2009-06-01 Pierre-Luc BeaudoinFix a warning if McAccount has no TpConnection
2009-06-01 Pierre-Luc BeaudoinFix left over issues from rebasing
2009-06-01 Pierre-Luc BeaudoinFix compilation if geoclue is not enabled
2009-06-01 Pierre-Luc BeaudoinMerge fixes due to API changes
2009-06-01 Pierre-Luc BeaudoinVarious style fixes
2009-06-01 Pierre-Luc BeaudoinSend a int64 timestamp to match the spec
2009-06-01 Pierre-Luc BeaudoinClear remote location upon disabling
2009-06-01 Pierre-Luc BeaudoinFix key freeing
2009-06-01 Pierre-Luc BeaudoinImplement reduced accuracy
2009-06-01 Pierre-Luc BeaudoinSend timestamp
2009-06-01 Pierre-Luc BeaudoinWhen updating the resources, check for changed location
2009-06-01 Pierre-Luc BeaudoinMore ressource fix
2009-06-01 Pierre-Luc BeaudoinInitial position/address and ressource fix
2009-06-01 Pierre-Luc BeaudoinShould not be elseif
2009-06-01 Pierre-Luc BeaudoinPublish location when enabling it
2009-06-01 Pierre-Luc BeaudoinSupport all position fields
2009-06-01 Pierre-Luc BeaudoinSupport address fields
2009-06-01 Pierre-Luc BeaudoinPublish location after connection and when location...
2009-06-01 Pierre-Luc BeaudoinAdd EmpathyLocationManager