[Commits] [wesnoth/wesnoth] 4e4d75: gui2/tgame_cache_options: Set busy mouse cursor du...
GitHub
noreply at github.com
Sat Dec 27 21:30:30 UTC 2014
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 4e4d757fdef717d3557a89d618eb985d086bafa1
https://github.com/wesnoth/wesnoth/commit/4e4d757fdef717d3557a89d618eb985d086bafa1
Author: Ignacio R. Morelle <shadowm at wesnoth.org>
Date: 2014-12-27 (Sat, 27 Dec 2014)
Changed paths:
M src/gui/dialogs/game_cache_options.cpp
Log Message:
-----------
gui2/tgame_cache_options: Set busy mouse cursor during cleaning/purging
These are potentially expensive operations depending on the target
medium, the number of files that must be deleted, and the filesystem
implementation. For example, deleting 12,100 files (around 235 MiB)
takes around 0.4 seconds here.
Using the busy mouse cursor makes it look less like Wesnoth has frozen
entirely and more like there's actual work being done.
More information about the Commits
mailing list