New GUI browser to select one (or more) folders.
commit8c655cfdc09b0be326e7d9f190ae728d4e2bdc87
authorThomas Martitz <kugel@rockbox.org>
Wed, 18 Jul 2012 21:26:21 +0000 (18 23:26 +0200)
committerThomas Martitz <kugel@rockbox.org>
Mon, 30 Jul 2012 19:20:51 +0000 (30 21:20 +0200)
tree668b5e8506dd8eea506067535f593a4c2524d021
parent9dd2eb49bec19de06c5cfd168a0e4cd4dc44c867
New GUI browser to select one (or more) folders.

The browser lets the user pick one or more directories in a convinient
GUI browser. The initial directory list is read from a string
(separated by colons) and the resulting list is written back to the same
string (again separated by colons).

Note: The work was initially done by Jonathan Gordon, however I changed
it substantially so I claim autorship.

This selector is going to be used for autoresume and database scan folders.

Change-Id: Id1d3186dad783411eb5c6056ce93f5b6123c7aa0
apps/SOURCES
apps/gui/folder_select.c [new file with mode: 0644]
apps/gui/folder_select.h [new file with mode: 0644]
apps/lang/english.lang
apps/misc.c
apps/misc.h