Summary: | Marble Touch: Tile Creation dialog is QWidget based | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | Torsten Rahn <rahn> |
Component: | general | Assignee: | marble-bugs |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | nienhueser |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | some future version | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Torsten Rahn
2012-02-02 14:30:58 UTC
The crash might be related to writing to a read-only location. Git commit f1498109df3ba953991d39a2eaffafb06eb3a045 by Dennis Nienhüser. Committed on 02/02/2012 at 21:39. Pushed by nienhueser into branch 'master'. Don't crash when tile creation fails to create (write) images. RevBy: Bernhard Beschow M +6 -2 src/lib/MarbleMap.cpp M +9 -4 src/lib/TileCreator.cpp http://commits.kde.org/marble/f1498109df3ba953991d39a2eaffafb06eb3a045 Git commit 04db367c5e6bebc73c08d675dc0b8cac94def5df by Dennis Nienhüser. Committed on 02/02/2012 at 21:39. Pushed by nienhueser into branch 'Touch/1.3'. Don't crash when tile creation fails to create (write) images. RevBy: Bernhard Beschow (cherry picked from commit f1498109df3ba953991d39a2eaffafb06eb3a045) M +6 -2 src/lib/MarbleMap.cpp M +9 -4 src/lib/TileCreator.cpp http://commits.kde.org/marble/04db367c5e6bebc73c08d675dc0b8cac94def5df Removed the crash part (fixed now) from the title, so only the the qwidget based "ugly" dialog remains as an issue. |