diff options
author | Thomas Martitz <kugel@rockbox.org> | 2012-07-18 23:26:21 +0200 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2012-07-30 21:20:51 +0200 |
commit | 8c655cfdc09b0be326e7d9f190ae728d4e2bdc87 (patch) | |
tree | 668b5e8506dd8eea506067535f593a4c2524d021 /apps/SOURCES | |
parent | 9dd2eb49bec19de06c5cfd168a0e4cd4dc44c867 (diff) |
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
Diffstat (limited to 'apps/SOURCES')
-rw-r--r-- | apps/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES index 8749c36c87..6005460a5a 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -86,6 +86,7 @@ gui/pitchscreen.c #ifdef HAVE_QUICKSCREEN gui/quickscreen.c #endif +gui/folder_select.c gui/wps.c gui/scrollbar.c |