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.
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.
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
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
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