Summary: | improve feedback for download region dialog | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | jack <samtuke> |
Component: | general | Assignee: | marble-bugs |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nienhueser, shentey, tgridel |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 1.0 (KDE 4.6) | ||
Platform: | Maemo 5 | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
jack
2010-10-20 23:29:27 UTC
I'm pretty sure it does work unless you have the "Work Offline" option in the menu activated. The progress indication however is a bit hidden since it's completely outside the dialog: There's a round white/gray info box that shows a pie chart which indicates the download progress in percent. If you had a quite early version of Marble on Maemo installed (prior to any one-click installs), this info box may be disabled in the configuration file. The easiest option in this case would be to delete "/home/user/.config/kde.org/Marble Desktop Globe.conf" to restore the default settings. yes you're right that there is a pie chart indicator that correctly displays progress. This is only visible when action is taking place however, and not when the connection is idle, so I hadn't noticed it before. the problem is that this indicator is invisible when you are in the region download dialogue because it obscures the bottom of the screen where the indicator is based. a solution might be to replace 'apply', which is confusong when its pressed and nothing vosobly happens, with 'ok' which would ommediately close the dialogue and reveal the piechart. this would save you having to implement the progress bar into the region download dialogue. SVN commit 1191896 by nienhueser: Don't show the Apply button on Maemo since it is only useful in modal dialogs. CCBUG: 254804 M +4 -0 DownloadRegionDialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1191896 |