FS#8637 - new UI for disktidy.
commitfa51ab7789b3da2a01a4c1c5e7e4fe5975d746fd
authorjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Sun, 18 May 2008 07:27:10 +0000 (18 07:27 +0000)
committerjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Sun, 18 May 2008 07:27:10 +0000 (18 07:27 +0000)
treeb90f121f807167457b49a08a17b42b7719169aab
parent652db2183e24c5c60c2627ce4f207ddd433db38b
FS#8637 - new UI for disktidy.
Usage changes:
- disktidy.config is loaded with a list of file/directory names (included in the .zip)
- disktidy_custom.config is then loaded which is the same list but marks the files/dirs to be deleted. Also used to add custom files
- the default config is to not remove any files so the first time you run it you need to go into the "files to clean" option and select the files to remove. they will be then saved for next time.

The "Files To Clean" screen:
use the usual select option to toggle an item (if it has the cursor icon it will be removed)
selecting < ALL > will remove all, < NONE > will deselect all.
selecting a < > group will toggle all items in that group

to exit that screen use the standard cancel action (usually left arrow)

Directories are marked with a trailing / and * can be used at the end of the name (e.g .Trash-*/)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17565 a1c6a512-1295-4272-9138-f99709370657
apps/plugin.c
apps/plugin.h
apps/plugins/disktidy.c
apps/plugins/disktidy.config [new file with mode: 0644]
tools/buildzip.pl