Bug 237122 - Marble should notify the user that it is routing
Summary: Marble should notify the user that it is routing
Status: RESOLVED FIXED
Alias: None
Product: marble
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: 0.10 (KDE 4.5)
Assignee: marble-bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-10 17:40 UTC by Thomas Kamps
Modified: 2010-05-10 20:44 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Kamps 2010-05-10 17:40:10 UTC
Version:           0.10.0 SVN (using 4.4.75 (KDE 4.4.75 (KDE 4.5 >= 20100505)) "release 2", KDE:KDE4:UNSTABLE:Desktop / openSUSE_11.2)
Compiler:          gcc
OS:                Linux (i686) release 2.6.31.8-0.1-default

I played around a bit with the new marble routing feature. And i have a suggestion: The user should be informed that Marble is routing/finished with it.

When i press the "Get Directions" button i do not get an information that Marble is routing. So i don't know if there is no route or if it is still routing.

And if Marble does not find a route it should tell the user.
Comment 1 Dennis Nienhüser 2010-05-10 18:52:16 UTC
There's a progress indicator when an existing route is being modified: The route is painted dotted. It doesn't cover everything though, especially not the download triggered by the Get Directions button. Failures should be more explicit as well, right.
Comment 2 Dennis Nienhüser 2010-05-10 20:44:16 UTC
SVN commit 1125135 by nienhueser:

Use a progress indicator in the Get Directions button to indicate when a route is being downloaded in the background.
CCBUG: 237122

 M  +24 -2     RoutingWidget.cpp  
 M  +3 -0      RoutingWidget.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1125135
Comment 3 Dennis Nienhüser 2010-05-10 20:44:17 UTC
SVN commit 1125136 by nienhueser:

When retrieving no data (e.g. server timeout), display a "please try again" message. Also display a warning if ors reports an error that is not attached to any route point (usually happens when ways are not connected).
CCBUG: 237122

 M  +9 -0      RoutingManager.cpp  
 M  +7 -0      RoutingModel.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1125136
Comment 4 Dennis Nienhüser 2010-05-10 20:44:18 UTC
SVN commit 1125137 by nienhueser:

Suppress error message display in the map when the route is marked dirty. They are outdated and may confuse the user.
BUG: 237122

 M  +1 -1      RoutingLayer.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1125137