Summary: | [Patch] Possibility to print route | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | Thomas Kamps <progger1986> |
Component: | general | Assignee: | marble-bugs |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | nienhueser |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 1.0 (KDE 4.6) | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.11.0 | |
Sentry Crash Report: |
Description
Thomas Kamps
2010-05-19 09:25:55 UTC
Map screenshots and printouts already contain the painted route. The route summary and driving instructions will be included in the printout in KDE 4.6. Export to GPS is already possible, see http://nienhueser.de/marble/handbook/routing-route-export.html Patch is at http://reviewboard.kde.org/r/5254/ SVN commit 1174151 by nienhueser: Extends the print dialog (X11 only, I'm afraid) with a new tab to configure Marble related print options: Toggle whether the map, the background (outer space), the legend, route summary and/or driving instructions are printed. RB: 5254 FEATURE: 238137 FEATURE: 241551 FIXED-IN: 0.11.0 (KDE 4.6) GUI: M +204 -2 ControlView.cpp M +6 -0 ControlView.h M +3 -0 lib/CMakeLists.txt M +4 -0 lib/MarbleLegendBrowser.cpp M +27 -2 lib/MarbleModel.cpp M +10 -0 lib/MarbleModel.h M +0 -1 lib/MarbleWidget.cpp A lib/PrintOptions.ui A lib/PrintOptionsWidget.cpp [License: LGPL] A lib/PrintOptionsWidget.h [License: LGPL] M +5 -5 lib/routing/RoutingManager.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1174151 |