[Marble-bugs] [Bug 233603] marble does not report position information from gpsd
Dennis Nienhüser
earthwings at gentoo.org
Thu Apr 22 18:56:21 CEST 2010
https://bugs.kde.org/show_bug.cgi?id=233603
--- Comment #6 from Dennis Nienhüser <earthwings gentoo org> 2010-04-22 18:56:20 ---
SVN commit 1117638 by nienhueser:
When no current location is available but a position provider was activated by
the user, show the position provider status to the user: "Initializing current
location service...", "Waiting for current location information...", "Error
when determining current location: $error". The patch also fixes
PositionProviderStatus (must not be flags, must match GeoCute::Status which
static_casts the conversion, apparently unused yet). Interruptions of gpsd
(e.g. plugging out the device) are detected now. Some improvements in the N900
GPS handling (state handling and data querying).
CCBUG: 233603
M +32 -1 lib/MarbleControlBox.cpp
M +2 -0 lib/MarbleControlBox.h
M +3 -0 lib/MarbleControlBox.ui
M +18 -1 lib/PositionProviderPluginInterface.cpp
M +12 -6 lib/PositionProviderPluginInterface.h
M +8 -5 lib/gps/PositionTracking.cpp
M +6 -3 lib/gps/PositionTracking.h
M +55 -5 plugins/positionprovider/gpsd/GpsdConnection.cpp
M +14 -6 plugins/positionprovider/gpsd/GpsdConnection.h
M +10 -1 plugins/positionprovider/gpsd/GpsdPositionProviderPlugin.cpp
M +1 -0 plugins/positionprovider/gpsd/GpsdPositionProviderPlugin.h
M +21 -3 plugins/positionprovider/gpsd/GpsdThread.cpp
M +16 -2 plugins/positionprovider/gpsd/GpsdThread.h
M +14 -6 plugins/positionprovider/maemo/MaemoPositionProviderPlugin.cpp
WebSVN link: http://websvn.kde.org/?view=rev&revision=1117638
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Marble-bugs
mailing list