Summary: | [Patch] Routing tooltips are limited to two lines | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | Rolf Eike Beer <kde> |
Component: | general | Assignee: | marble-bugs |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nienhueser |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.0.1 (KDE 4.6.1) | |
Sentry Crash Report: |
Description
Rolf Eike Beer
2011-02-09 21:00:01 UTC
Patch is at http://reviewboard.kde.org/r/6525/ SVN commit 1221644 by nienhueser: Extend drawAnnotation() to calculate and use the optimal text height when an invalid height is passed. Use it for painting driving instructions in the map. Fixes long instructions being cut off. Reduce the rounded corner radius for a better text/bubble ratio. BUG: 265926 REVIEW: 6525 M +6 -0 GeoPainter.cpp M +2 -0 GeoPainter.h M +2 -2 routing/RoutingLayer.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1221644 SVN commit 1221645 by nienhueser: Extend drawAnnotation() to calculate and use the optimal text height when an invalid height is passed. Use it for painting driving instructions in the map. Fixes long instructions being cut off. Reduce the rounded corner radius for a better text/bubble ratio. BUG: 265926 REVIEW: 6525 Backport of commit 1221644. M +6 -0 GeoPainter.cpp M +2 -0 GeoPainter.h M +2 -2 routing/RoutingLayer.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1221645 SVN commit 1221647 by nienhueser: Extend drawAnnotation() to calculate and use the optimal text height when an invalid height is passed. Use it for painting driving instructions in the map. Fixes long instructions being cut off. Reduce the rounded corner radius for a better text/bubble ratio. BUG: 265926 REVIEW: 6525 Backport of commit 1221644. M +6 -0 GeoPainter.cpp M +2 -0 GeoPainter.h M +2 -2 routing/RoutingLayer.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1221647 |