index
:
gsoc2013-empathy
archive-integration
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libempathy-gtk
/
empathy-location-manager.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
location_manager_dispose: chain up to the parent's dispose, not the parent's ...
Simon McVittie
2010-04-07
1
-1
/
+4
*
location-manager: keep a ref to self during preparation to make sure we stay ...
Jonny Lamb
2009-10-30
1
-1
/
+2
*
all: log error messages if preparing the account manager fails
Jonny Lamb
2009-10-30
1
-4
/
+14
*
location-manager: port to new tp-glib account API
Jonny Lamb
2009-10-24
1
-16
/
+77
*
empathy-location-manager.c: fix shadow declarations
Guillaume Desmottes
2009-10-21
1
-45
/
+45
*
Do not use math.h for trunc(). It is useless and it does not build because we...
Xavier Claessens
2009-09-22
1
-6
/
+2
*
Remove redundant == TRUE/FALSE
Pierre-Luc Beaudoin
2009-08-06
1
-9
/
+9
*
Fix reduced accuracy concerns
Pierre-Luc Beaudoin
2009-08-06
1
-18
/
+18
*
Fix 585887: "Publish my location" causes a crash
Pierre-Luc Beaudoin
2009-06-18
1
-4
/
+11
*
empathy-location-manager: remove a trailing space
Guillaume Desmottes
2009-06-12
1
-1
/
+1
*
Geoclue doesn't like NONE as an accuracy level
Pierre-Luc Beaudoin
2009-06-10
1
-2
/
+8
*
Fix Bug 584830: Invalid read in new_connection_cb
Pierre-Luc Beaudoin
2009-06-04
1
-1
/
+1
*
Fix Bug 584518: Critical error in publish_to_all_connections
Pierre-Luc Beaudoin
2009-06-02
1
-6
/
+6
*
Level is used before init
Pierre-Luc Beaudoin
2009-06-02
1
-1
/
+2
*
Only remove the address fields and position fields instead of all
Pierre-Luc Beaudoin
2009-06-01
1
-4
/
+28
*
Remove unused var
Pierre-Luc Beaudoin
2009-06-01
1
-1
/
+0
*
Get rid of McAccount everywhere
Pierre-Luc Beaudoin
2009-06-01
1
-25
/
+24
*
Get rid of Mission Control as EmpathyAccountManager does all that too
Pierre-Luc Beaudoin
2009-06-01
1
-12
/
+10
*
Fix inconsistency in preferences and code
Pierre-Luc Beaudoin
2009-06-01
1
-2
/
+0
*
Don't set priv on a separate line
Pierre-Luc Beaudoin
2009-06-01
1
-26
/
+11
*
Use tp_g_value_slice_new_double
Pierre-Luc Beaudoin
2009-06-01
1
-14
/
+7
*
Reorder functions to get rid of the function declarations
Pierre-Luc Beaudoin
2009-06-01
1
-241
/
+214
*
Reimplement the singleton in the constructor
Pierre-Luc Beaudoin
2009-06-01
1
-9
/
+28
*
Fix errors found by make check
Pierre-Luc Beaudoin
2009-06-01
1
-4
/
+4
*
Use timeout instead of idle (and fix the fact that it wasn't actually working)
Pierre-Luc Beaudoin
2009-06-01
1
-13
/
+9
*
Use DEBUG instead of printerr
Pierre-Luc Beaudoin
2009-06-01
1
-3
/
+3
*
Don't use foreach to iter over a HashTable
Pierre-Luc Beaudoin
2009-06-01
1
-24
/
+17
*
Fix bracket style
Pierre-Luc Beaudoin
2009-06-01
1
-4
/
+10
*
Properly unref objects used by EmpathyLocationManager
Pierre-Luc Beaudoin
2009-06-01
1
-6
/
+32
*
Apply style fixes to EmpathyLocationManager
Pierre-Luc Beaudoin
2009-06-01
1
-18
/
+17
*
Don't build the file instead of #if the whole file
Pierre-Luc Beaudoin
2009-06-01
1
-3
/
+0
*
Factory is sometimes ref leaked
Pierre-Luc Beaudoin
2009-06-01
1
-2
/
+1
*
Queue location publish requests
Pierre-Luc Beaudoin
2009-06-01
1
-7
/
+23
*
Rename empathy_location_manager_get_default to dup_default
Pierre-Luc Beaudoin
2009-06-01
1
-3
/
+7
*
More explicit debug message on what is published
Pierre-Luc Beaudoin
2009-06-01
1
-2
/
+2
*
Any location accuracy will do
Pierre-Luc Beaudoin
2009-06-01
1
-2
/
+2
*
Don't use geoclue's timestamp
Pierre-Luc Beaudoin
2009-06-01
1
-5
/
+10
*
Don't call geoclue functions if the init failed
Pierre-Luc Beaudoin
2009-06-01
1
-3
/
+9
*
Fix a warning if McAccount has no TpConnection
Pierre-Luc Beaudoin
2009-06-01
1
-0
/
+3
*
Fix left over issues from rebasing
Pierre-Luc Beaudoin
2009-06-01
1
-3
/
+8
*
Fix compilation if geoclue is not enabled
Pierre-Luc Beaudoin
2009-06-01
1
-6
/
+2
*
Merge fixes due to API changes
Pierre-Luc Beaudoin
2009-06-01
1
-13
/
+23
*
Various style fixes
Pierre-Luc Beaudoin
2009-06-01
1
-11
/
+20
*
Send a int64 timestamp to match the spec
Pierre-Luc Beaudoin
2009-06-01
1
-10
/
+6
*
Clear remote location upon disabling
Pierre-Luc Beaudoin
2009-06-01
1
-17
/
+31
*
Fix key freeing
Pierre-Luc Beaudoin
2009-06-01
1
-6
/
+6
*
Implement reduced accuracy
Pierre-Luc Beaudoin
2009-06-01
1
-1
/
+49
*
Send timestamp
Pierre-Luc Beaudoin
2009-06-01
1
-0
/
+22
*
When updating the resources, check for changed location
Pierre-Luc Beaudoin
2009-06-01
1
-1
/
+14
*
More ressource fix
Pierre-Luc Beaudoin
2009-06-01
1
-20
/
+22
*
Initial position/address and ressource fix
Pierre-Luc Beaudoin
2009-06-01
1
-10
/
+48
*
Should not be elseif
Pierre-Luc Beaudoin
2009-06-01
1
-3
/
+3
*
Publish location when enabling it
Pierre-Luc Beaudoin
2009-06-01
1
-2
/
+6
*
Support all position fields
Pierre-Luc Beaudoin
2009-06-01
1
-9
/
+42
*
Support address fields
Pierre-Luc Beaudoin
2009-06-01
1
-4
/
+28
*
Publish location after connection and when location changes
Pierre-Luc Beaudoin
2009-06-01
1
-12
/
+82
*
Add EmpathyLocationManager
Pierre-Luc Beaudoin
2009-06-01
1
-0
/
+339