FS#11777: enhancement for rockbox_browse()
commit2f750ee4782666b2db181dc0bd04a8b37d6b61f0
authorteru <teru@a1c6a512-1295-4272-9138-f99709370657>
Tue, 14 Dec 2010 13:37:58 +0000 (14 13:37 +0000)
committerteru <teru@a1c6a512-1295-4272-9138-f99709370657>
Tue, 14 Dec 2010 13:37:58 +0000 (14 13:37 +0000)
treee441cf84b0268e5b008d044902641f063f218152
parentdc3f7eb1f779360c93bb031bdffba181271123d1
FS#11777: enhancement for rockbox_browse()
* Add struct browse_context to be passed to rockbox_browse.
* Show proper title when selecting e.g. .wps file or .sbs file from the settings menu.
* Add select only mode to rockbox_browse(). when a file is selected, it's path is stored to buffer and the browser exits without 'playing' the file.
this will allow to use the browser in more places to select file including plugins.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28831 a1c6a512-1295-4272-9138-f99709370657
apps/filetree.c
apps/menus/theme_menu.c
apps/plugins/rockpaint.c
apps/plugins/text_viewer/tv_menu.c
apps/radio/presets.c
apps/root_menu.c
apps/tree.c
apps/tree.h