summaryrefslogtreecommitdiff
path: root/apps/settings_list.c (follow)
Commit message (Collapse)AuthorAge
...
* Fix the default cutoff for the low shelf EQ filter. Should fix the oddness ↵Dan Everton2007-01-30
| | | | | | people have been hearing with the equalizer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12154 a1c6a512-1295-4272-9138-f99709370657
* Fixes the keyboard file settingJonathan Gordon2007-01-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12132 a1c6a512-1295-4272-9138-f99709370657
* fix ipod video buildJonathan Gordon2007-01-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12116 a1c6a512-1295-4272-9138-f99709370657
* Add 4 settings which were somehow missed during the conversion to config.cfg.Jonathan Gordon2007-01-26
| | | | | | | Adds the LANG_ id for each setting to get them ready for the upcoming menu changes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12113 a1c6a512-1295-4272-9138-f99709370657
* allow int settings to call a function to get the default value (Fixes the ↵Jonathan Gordon2007-01-24
| | | | | | contrast problem on archos) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12102 a1c6a512-1295-4272-9138-f99709370657
* Split the system status variables out of global_settings and put them into a ↵Jonathan Gordon2007-01-24
| | | | | | | | | | new struct global_status. Use status_save() if these need saving. Added car_adapter_mode to the nvram settings, so nvram settings will be reset. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12101 a1c6a512-1295-4272-9138-f99709370657
* Permanently enable powering down the disk when it's sleeping for supported ↵Nils Wallménius2007-01-23
| | | | | | targets (iriver h1xx, h3xx and h10, iaudio x5, gigabeat and archos recorders) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12094 a1c6a512-1295-4272-9138-f99709370657
* Settings are now stored in /.rockbox/config.cfg instead of the hidden ↵Jonathan Gordon2007-01-23
sector. (FS #6557) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12093 a1c6a512-1295-4272-9138-f99709370657