Summary: | Save and load routes in the Routing Widget | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | Florian Eßer <f.esser> |
Component: | general | Assignee: | marble-bugs |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 1.3 (KDE 4.8) | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/marble/70003fa4d415f545c66d0ee13b16d18f7c4d812f | Version Fixed In: | KDE-4.9.0 |
Sentry Crash Report: | |||
Attachments: | Patch to add save and load buttons to the RoutingWidget |
Git commit 70003fa4d415f545c66d0ee13b16d18f7c4d812f by Dennis Nienhüser. Committed on 13/05/2012 at 22:54. Pushed by nienhueser into branch 'master'. Make common tasks easier/possible in the user interface. Adds buttons to open a route (from .kml), clear the current one, reverse it, add a via point and save it. GUI: REVIEW: 102539 Related: bug 285090, bug 278625 FIXED-IN: KDE-4.9.0 A +- -- src/icons/16x16/configure.png A +- -- src/icons/16x16/document-open.png A +- -- src/icons/16x16/document-save.png M +19 -33 src/lib/routing/RoutingWidget.cpp M +72 -16 src/lib/routing/RoutingWidget.ui M +3 -0 src/marble.qrc http://commits.kde.org/marble/70003fa4d415f545c66d0ee13b16d18f7c4d812f |
Created attachment 63359 [details] Patch to add save and load buttons to the RoutingWidget Version: unspecified (using Devel) OS: Linux I often use Marble's routing ability to plan somewhat longer routes with a lot of manually-tweaked waypoints (e.g. for cycling). I would like to be able not only to export the final gpx/kml file of the route, but also to save and reload it's "source" (the waypoints). Basically, this functionality is already built in. The recently edited route is automatically saved to ~/.local/share/marble/routing/route.kml and restored on startup. But if I just quickly want to plan another route inbetween, all the previous work on the "big" route is gone. Since I don't like to manually backup and restore the route.kml every time, I created this small patch to add save and load buttons to the RoutingWidget. Reproducible: Always Expected Results: Comfortable route saving and loading via the GUI.