This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12494 - allow setting the hidden flag on files / folders
Attached to Project:
Rockbox
Opened by Akio Idehara (idak) - Thursday, 29 December 2011, 15:10 GMT+2
Last edited by Nils Wallménius (nls) - Saturday, 03 March 2012, 12:42 GMT+2
Opened by Akio Idehara (idak) - Thursday, 29 December 2011, 15:10 GMT+2
Last edited by Nils Wallménius (nls) - Saturday, 03 March 2012, 12:42 GMT+2
|
DetailsThis patch allows setting the hidden flag on files / folders.
CAUTION! Please do not apply this patch if your DAP has imporant data. I tested this patch, but this patch might have a bug... All comments are welcome. |
This task depends upon
Closed by Nils Wallménius (nls)
Saturday, 03 March 2012, 12:42 GMT+2
Reason for closing: Out of Date
Additional comments about closing: moved to http://gerrit.rockbox.org/r/#/c/152/
Saturday, 03 March 2012, 12:42 GMT+2
Reason for closing: Out of Date
Additional comments about closing: moved to http://gerrit.rockbox.org/r/#/c/152/
* In apps/plugins/properties.c, I think it's better to add the extra line of output in both dir_properties() and file_properties() instead of in plugin_main(). At least num_properties should be adjusted near that snprintf, instead of "adusting" later on in the call to gui_synclist_set_nb_items() (that's asking for bugs later on).
* Does hide/unhide really need to be able to recurse? I'd assume that people will just hide or unhide the top level directory.
http://gerrit.rockbox.org/r/#/c/152/