- 19 May, 2008 2 commits
-
-
Jussi Kukkonen authored
from Ross burton
-
Jussi Kukkonen authored
Ross Burton did the debugging, thanks
-
- 25 Apr, 2008 7 commits
-
-
Jussi Kukkonen authored
-
Jussi Kukkonen authored
-
Jussi Kukkonen authored
-
Jussi Kukkonen authored
-
Jussi Kukkonen authored
-
Jussi Kukkonen authored
-
Jussi Kukkonen authored
-
- 24 Apr, 2008 7 commits
-
-
Jussi Kukkonen authored
-
Jussi Kukkonen authored
-
Jussi Kukkonen authored
-
Jussi Kukkonen authored
-
Jussi Kukkonen authored
-
Jussi Kukkonen authored
Master should not be shutdown-able. the masterclients should, and master could shutdown on itself but that's another thing
-
Jussi Kukkonen authored
also fix a bug where PositionProviderChanged was emitted when AddressProviderChanged should have been emitted
-
- 23 Apr, 2008 5 commits
-
-
Jussi Kukkonen authored
-
Jussi Kukkonen authored
-
Jussi Kukkonen authored
provider-change related methods and signals are now interface specific: instead of "ProviderChanged" there is "AddressProviderChanged" and "PositionProviderChanged". The signatures also changed a bit.
-
Jussi Kukkonen authored
Renamed geoclue_master_client_*_create() -> geoclue_master_client_create_*() to be consistent with geoclue_master_create_client()
-
-
- 20 Apr, 2008 1 commit
-
-
Jussi Kukkonen authored
removed the "howto write a provider" for now, makes the docs that bit clearer.
-
- 18 Apr, 2008 2 commits
-
-
Jussi Kukkonen authored
-
Jussi Kukkonen authored
-
- 17 Apr, 2008 4 commits
-
-
Jussi Kukkonen authored
-
Jussi Kukkonen authored
-
Jussi Kukkonen authored
ReverseGeocode used to have no accuracies in PositionToAddress, with the assumption that client will know the accuracy of the Position and can deal with that. Problem was that often the returned address is not as accurate as the position accuracy...
-
Jussi Kukkonen authored
Ref() -> AddReference() Unref() -> RemvoeReference()
-
- 16 Apr, 2008 3 commits
-
-
Jussi Kukkonen authored
Had to make GcMasterClient (barely) implement org.freedesktop.Geoclue This was needed because of the changes in GeoclueProvider, but should have been done anyway.
-
Jussi Kukkonen authored
* GcProvider now uses NameOwnderChanged to notice impolite providers (which do not Unref()) disconnecting WARNING: master does not compile ATM, not updated yet to use new GeoclueProvider
-
Jussi Kukkonen authored
* GeoclueProvider now implements org.freedesktop.Geoclue * simple examples have been fixed WARNING: master does not compile ATM, not updated yet to use new GeoclueProvider
-
- 15 Apr, 2008 3 commits
-
-
Jussi Kukkonen authored
Obsoletes GeoclueCommon because all iface-objects need Ref/Unref from Geoclue interface anyway, no need to have a separate iface.
-
Jussi Kukkonen authored
-
Jussi Kukkonen authored
-
- 11 Apr, 2008 2 commits
-
-
Jussi Kukkonen authored
Using strings lets us add levels later if needed, also makes .provider files easier to write/read
-
Jussi Kukkonen authored
-
- 10 Apr, 2008 3 commits
-
-
Jussi Kukkonen authored
-
Jussi Kukkonen authored
Master initilization no longer updates all web provider caches, this is done in later with g_idle_add. MasterProvider also sets GEOCLUE_STATUS_ACQUIRING now.
-
Jussi Kukkonen authored
-
- 09 Apr, 2008 1 commit
-
-
Jussi Kukkonen authored
add warning about no gpsd, simplify status handling code, add status signal emissions to startup, make options handling more robust
-