summaryrefslogtreecommitdiff
path: root/apps/settings_list.c (follow)
Commit message (Collapse)AuthorAge
...
* Player: Reduced the selectable codepages to those which can actually work, ↵Jens Arnold2007-04-01
| | | | | | and made them work. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12990 a1c6a512-1295-4272-9138-f99709370657
* revert the last commit... setting wasnt worth the spaceJonathan Gordon2007-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12874 a1c6a512-1295-4272-9138-f99709370657
* Add a setting to force the backlight to stay on (or act normally) when Jonathan Gordon2007-03-21
| | | | | | | in plugins. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12873 a1c6a512-1295-4272-9138-f99709370657
* Convert the recording menu to the new APIJonathan Gordon2007-03-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12748 a1c6a512-1295-4272-9138-f99709370657
* Fix bug in action_getstatus() where it didnt store the last action so it Jonathan Gordon2007-03-11
| | | | | | | | never returned ACTION_REPEAT Fix backlight fade out options to include 3s,5s,10s git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12722 a1c6a512-1295-4272-9138-f99709370657
* Use the new DSP callback functionality in firmware/sound.c to deal with ↵Thom Johansen2007-03-07
| | | | | | SWCODEC stereo width and channel configuration instead of the old more spread out #ifdef based approach. Rename the DSP functions involved for more consistent naming. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12677 a1c6a512-1295-4272-9138-f99709370657
* Factor first order shelving filter code out for easier reuse and replace the ↵Thom Johansen2007-03-07
| | | | | | crossfeed filter with it. Crossfeed _should_ still sound the same, so please do tell if it doesn't. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12674 a1c6a512-1295-4272-9138-f99709370657
* Only show the alarm wake up screen setting if there is at least 2 Jonathan Gordon2007-03-07
| | | | | | | options git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12660 a1c6a512-1295-4272-9138-f99709370657
* Fix alarm wake up. If the target has fm or recording (or both) an option is ↵Jonathan Gordon2007-03-07
| | | | | | | | | in the System menu to choose what to start when the alarm wakes up, otherwise the WPS will start git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12654 a1c6a512-1295-4272-9138-f99709370657
* Remove the 2nd spindown line.Jonathan Gordon2007-03-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12653 a1c6a512-1295-4272-9138-f99709370657
* Fix typo in the auto volume settingJonathan Gordon2007-03-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12639 a1c6a512-1295-4272-9138-f99709370657
* Remove some left-overs from removed settingsNils Wallménius2007-03-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12585 a1c6a512-1295-4272-9138-f99709370657
* Fix the start screen option - recording now works, and allow the Jonathan Gordon2007-03-04
| | | | | | | bookmarks to be chosen as a start screen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12577 a1c6a512-1295-4272-9138-f99709370657
* fix beep and peak meter settingsJonathan Gordon2007-03-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12576 a1c6a512-1295-4272-9138-f99709370657
* Introducing the root menu!Jonathan Gordon2007-03-01
| | | | | | | | | Blind users: get a new voice file as there are lots of lang changes and new strings. FS#6630 or RootMenu on the wiki for more info. complaints to /dev/null :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12528 a1c6a512-1295-4272-9138-f99709370657
* Code Police: Remove tabs throught apps/ . Hopefully no actual code Jonathan Gordon2007-02-27
| | | | | | | change git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12504 a1c6a512-1295-4272-9138-f99709370657
* Convert the radio menus to the new system.Jonathan Gordon2007-02-27
| | | | | | | Change the way the presets are done (in code). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12500 a1c6a512-1295-4272-9138-f99709370657
* fix the remote backlight while plugged textJonathan Gordon2007-02-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12496 a1c6a512-1295-4272-9138-f99709370657
* fix the enable replaygain setting textJonathan Gordon2007-02-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12495 a1c6a512-1295-4272-9138-f99709370657
* Fix remote-lcd contrast and crossfeed HF cutoff settingsJonathan Gordon2007-02-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12448 a1c6a512-1295-4272-9138-f99709370657
* Change the replaygain preamp increment to a slightly less insane 0.5 dB.Thom Johansen2007-02-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12447 a1c6a512-1295-4272-9138-f99709370657
* Now the LCD Contrast setting works againLinus Nielsen Feltzing2007-02-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12438 a1c6a512-1295-4272-9138-f99709370657
* Dont set the lcd invert mode when changing line selectorJonathan Gordon2007-02-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12436 a1c6a512-1295-4272-9138-f99709370657
* set the default value for the scroll delay settings back to what they Jonathan Gordon2007-02-21
| | | | | | | were git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12435 a1c6a512-1295-4272-9138-f99709370657
* fix the scroll delay settingJonathan Gordon2007-02-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12433 a1c6a512-1295-4272-9138-f99709370657
* Flip the order of some of the setting screens. (If any more are Jonathan Gordon2007-02-19
| | | | | | | backwards let me know in the thread or IRC) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12400 a1c6a512-1295-4272-9138-f99709370657
* Convert the EQ menusJonathan Gordon2007-02-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12398 a1c6a512-1295-4272-9138-f99709370657
* Fix CONFIG_BACKLIGHT warnings.Jens Arnold2007-02-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12393 a1c6a512-1295-4272-9138-f99709370657
* Fix id3 tag priority orderJonathan Gordon2007-02-18
| | | | | | | remove \t git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12392 a1c6a512-1295-4272-9138-f99709370657
* Fix remaining CONFIG_TUNER checks.Jens Arnold2007-02-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12385 a1c6a512-1295-4272-9138-f99709370657
* CONFIG_CHARGINGJonathan Gordon2007-02-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12384 a1c6a512-1295-4272-9138-f99709370657
* #if => #ifdefDaniel Stenberg2007-02-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12368 a1c6a512-1295-4272-9138-f99709370657
* Fix text displayed for backlight_timeout_plugged setting.Barry Wardell2007-02-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12354 a1c6a512-1295-4272-9138-f99709370657
* Convert the Display menu to the new system. Jonathan Gordon2007-02-17
| | | | | | | http://forums.rockbox.org/index.php?topic=8703.0 for bugs... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12351 a1c6a512-1295-4272-9138-f99709370657
* Fix the repeat mode menu itemJonathan Gordon2007-02-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12313 a1c6a512-1295-4272-9138-f99709370657
* Cuesheet support by Jonathan Gordon and me (FS #6460).Nicolas Pennequin2007-02-14
| | | | | | | | Everytime an audio file is loaded, a cue file with the same name is searched for. A setting allows to disable this (default is off). Cuesheet files can also be viewed in the file browser. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12304 a1c6a512-1295-4272-9138-f99709370657
* Move the General Settings menu (excluding the display submenu) to the Jonathan Gordon2007-02-13
| | | | | | | | new system. Drops another 1200bytes off the recorder build git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12295 a1c6a512-1295-4272-9138-f99709370657
* Fix the keywords on some recently added files.Jonathan Gordon2007-02-13
| | | | | | | | Remove apps/recording_settings_menu.c which should never have been commited git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12293 a1c6a512-1295-4272-9138-f99709370657
* fix red buildsJonathan Gordon2007-02-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12286 a1c6a512-1295-4272-9138-f99709370657
* * Move playback menu to the new sysetm Jonathan Gordon2007-02-12
| | | | | | | | | | | | | (http://forums.rockbox.org/index.php?topic=8703.0 if I broke any of those settings accidently). * Add set_int_ex() which is the same as set_int() but adds a param which is a callback that returns the voice ID to talk for the selected value * Change the "pause on headphone unplug" to use meaningful strings in the config instead of numbers, this setting will be reset. * saves ~500bytes on the rec build :D git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12285 a1c6a512-1295-4272-9138-f99709370657
* More macro commentingJonathan Gordon2007-02-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12278 a1c6a512-1295-4272-9138-f99709370657
* Make amiconn happyJonathan Gordon2007-02-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12270 a1c6a512-1295-4272-9138-f99709370657
* Move the playlist menu to the new systemJonathan Gordon2007-02-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12268 a1c6a512-1295-4272-9138-f99709370657
* Convert the sound menu to the new systemJonathan Gordon2007-02-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12230 a1c6a512-1295-4272-9138-f99709370657
* beginning of the new menu system. This commit shouldnt break anything, Jonathan Gordon2007-02-08
| | | | | | | | | but comming ones might.. report bugs in http://forums.rockbox.org/index.php?topic=8703.0 and more info at http://www.rockbox.org/twiki/bin/view/Main/SettingsRecode git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12227 a1c6a512-1295-4272-9138-f99709370657
* Don't save the in-out state of the recording screen as a setting. Fixes the ↵Michael Sevakis2007-02-07
| | | | | | statusbar icons if settings were saved while recording screen was on. Humbly may I suggest a global_state structure to do all this state checking more efficiently\? Ignore me if that's being worked on by someone. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12221 a1c6a512-1295-4272-9138-f99709370657
* fmr is not a theme settingJonathan Gordon2007-02-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12180 a1c6a512-1295-4272-9138-f99709370657
* when saving config.cfg, only save settings which are not the same as Jonathan Gordon2007-02-01
| | | | | | | | | | | | default, hopefully will give a small boost to saving and loading times. Doing a manual save from "manage settings" > "write config" will save every setting. Adds an option to save a cfg file from only the settings needed in a theme .cfg (I may have missed some so let me know). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12172 a1c6a512-1295-4272-9138-f99709370657
* FS#4770 - Add USB charging for the H300 seriesSteve Bavin2007-02-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12169 a1c6a512-1295-4272-9138-f99709370657
* fix hardware eq settingsJonathan Gordon2007-01-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12164 a1c6a512-1295-4272-9138-f99709370657