diff options
author | Alexander Tkachev | 2016-07-04 13:26:33 +0600 |
---|---|---|
committer | Alexander Tkachev | 2016-08-24 16:07:55 +0600 |
commit | 6faf2c26173e0a1305e4cea07a04c2857586bf6f (patch) | |
tree | d49bc54acce721b2a5be0c3f22ccea3f1aff113f /gui/remotebrowser.h | |
parent | 51a7232c73b1f6c04103716cae88b3781fd8ab33 (diff) | |
download | scummvm-rg350-6faf2c26173e0a1305e4cea07a04c2857586bf6f.tar.gz scummvm-rg350-6faf2c26173e0a1305e4cea07a04c2857586bf6f.tar.bz2 scummvm-rg350-6faf2c26173e0a1305e4cea07a04c2857586bf6f.zip |
GUI: Add RemoteBrowser parent directories remembering
No wait when "Go up" is pressed. These contents could be invalid,
though. In order to refresh contents, one has to go up one more time and
then get back inside (in root folder - just press "Go up" to refresh
it).
Diffstat (limited to 'gui/remotebrowser.h')
-rw-r--r-- | gui/remotebrowser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/remotebrowser.h b/gui/remotebrowser.h index e13ee9db3d..0137c32dc0 100644 --- a/gui/remotebrowser.h +++ b/gui/remotebrowser.h @@ -53,6 +53,7 @@ protected: StaticTextWidget *_currentPath; Cloud::StorageFile _node, _backupNode; Common::Array<Cloud::StorageFile> _nodeContent; + Common::HashMap<Common::String, Common::Array<Cloud::StorageFile> > _rememberedNodeContents; Cloud::StorageFile _choice; bool _navigationLocked; bool _updateList; |