Summary: | using the method MarbleWidget::centreOn() is making a very large amount of memory and using a lot of cpu. | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | Andrew Manson <acb> |
Component: | general | Assignee: | marble-bugs |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | 0.8 (KDE 4.3) | ||
Platform: | Compiled Sources | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrew Manson
2009-07-27 18:22:19 UTC
SVN commit 1003737 by mansona: BUG:201681 fixed The problem with crashing has been ammended by Torsten. The APIDOX have been ammended to discourage incorrect usage of the centerOn(GeoDataCoordinates) method and the centerOn(GeoDataLatLonBox) method has been finished. Also committing the start of the XML writer classes. M +10 -6 lib/MarbleWidget.cpp M +10 -5 lib/MarbleWidget.h M +1 -0 lib/geodata/CMakeLists.txt A lib/geodata/writer (directory) A lib/geodata/writer/GeoWriter.cpp [License: LGPL] A lib/geodata/writer/GeoWriter.h [License: LGPL] M +11 -6 plugins/render/osmannotate/OsmAnnotatePlugin.cpp M +3 -0 plugins/render/osmannotate/OsmAnnotatePlugin.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1003737 |