Implement download caching. Set the folder for the cache data in the configuration...
commit0300ce772d3c8821d6e419bdc43281886b41820e
authorbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Mon, 27 Aug 2007 17:40:35 +0000 (27 17:40 +0000)
committerbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Mon, 27 Aug 2007 17:40:35 +0000 (27 17:40 +0000)
treeecb87e6d7da60aa6765404bafc4a3f397a453dab
parent019a08b703146e946c910f5eec27fd061ba2ac2a
Implement download caching. Set the folder for the cache data in the configuration dialog. Caching is disabled per default and defaults to the systems temp folder.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14476 a1c6a512-1295-4272-9138-f99709370657
12 files changed:
rbutil/rbutilqt/configure.cpp
rbutil/rbutilqt/configure.h
rbutil/rbutilqt/configurefrm.ui
rbutil/rbutilqt/httpget.cpp
rbutil/rbutilqt/httpget.h
rbutil/rbutilqt/icons/package-x-generic.png [new file with mode: 0644]
rbutil/rbutilqt/icons/user-trash-full.png [new file with mode: 0644]
rbutil/rbutilqt/install.cpp
rbutil/rbutilqt/installthemes.cpp
rbutil/rbutilqt/installzip.cpp
rbutil/rbutilqt/installzip.h
rbutil/rbutilqt/rbutilqt.cpp