summaryrefslogtreecommitdiffstats
path: root/apps/settings_menu.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-04OooopsLinus Nielsen Feltzing1-1/+1
2003-11-03Patch #798050 by Leslie Donaldson, activates Line In on Player modelsLinus Nielsen Feltzing1-0/+15
2003-10-17Car Ignition Auto Stop (patch #736339 by Craig Sather)Björn Stenberg1-0/+10
2003-09-29Brian King's .rockbox browsing patchBjörn Stenberg1-0/+29
2003-07-21Future proof value for Jumpscroll selection allways was illegal. CodeMats Lidell1-3/+0
2003-07-01Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis...Hardeep Sidhu1-2/+2
2003-06-25Default contrast is now autodetected on recordersLinus Nielsen Feltzing1-1/+2
2003-06-05Made bool options apply instantly (patch #729614). Also cleared up a long-sta...Björn Stenberg1-22/+25
2003-06-05Addded option to hide icons in dir browser. (Patch #728377)Björn Stenberg1-0/+15
2003-05-27Silly, Silly. There is no day/month 0.Markus Braun1-2/+2
2003-05-27Fix for time/date setting after power loss (battery change).Markus Braun1-1/+25
2003-05-27Added "jump scroll delay" (for player).Kjell Ericson1-4/+18
2003-05-22New feature for player: Jump scroll!Kjell Ericson1-1/+14
2003-05-09Max playlist size is 20000 filesLinus Nielsen Feltzing1-1/+1
2003-05-09Configurable dir browser file buffer size. No more 400-file limit. No more wh...Linus Nielsen Feltzing1-1/+17
2003-04-24Changed some settings stringsBjörn Stenberg1-7/+10
2003-04-24Caption backlight needed a function. Picky picky...Björn Stenberg1-7/+8
2003-04-24Caption backlight is available for players tooBjörn Stenberg1-1/+1
2003-04-23Added caption backlight: Turns on backlight briefly at the start and end of e...Björn Stenberg1-0/+8
2003-04-22Fixed compiler warnings for player buildsLinus Nielsen Feltzing1-0/+2
2003-04-21scroll/status bar enable now also in display menu (were in F3 menu only). Now...Jörg Hohensohn1-0/+12
2003-04-16Magnus Öman's long awaited inverted cursor patchLinus Nielsen Feltzing1-0/+9
2003-03-12Removed CPU Sleep setting. It's now permanently enabled.Björn Stenberg1-8/+0
2003-03-10Added .cfg file writing. Patch by Christian Determann.Björn Stenberg1-2/+3
2003-02-27Invert is a booleanBjörn Stenberg1-4/+3
2003-02-27New option: Invert display. Patch by Mark Hillebrand.Björn Stenberg1-0/+10
2003-02-14Volume fade patch by Eric LinenbergBjörn Stenberg1-0/+7
2003-02-14The power-saving SLEEP patch by Simon Elén.Björn Stenberg1-0/+9
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell1-6/+0
2003-01-14Bidirectional scroll for player.Mats Lidell1-2/+2
2002-12-16one space character too muchUwe Freese1-1/+1
2002-12-16battery capacity (1500-2400 in 50mAh steps) saved to diskUwe Freese1-17/+8
2002-12-16stupid bug, trickle setting in menu didn't workUwe Freese1-1/+1
2002-12-15sim build error fixedUwe Freese1-0/+2
2002-12-15battery capacity setting, not saved to RTC/disk yetUwe Freese1-2/+23
2002-12-14no inclusion of apps/settings.h anymore (simulator build error), new enable_t...Uwe Freese1-0/+1
2002-12-14trickle charge switchable on and offUwe Freese1-0/+7
2002-12-12lets list scroll firstRobert Hak1-1/+1
2002-12-12 delay cant be >2500 since we store # of ticks in a single byteRobert Hak1-1/+1
2002-12-12As per Zagor: Any value over 10 will eat all availableRobert Hak1-1/+1
2002-12-12scroll speed up'd to 50Robert Hak1-10/+9
2002-12-12moved scroll to it's own submenu and we now clear screen on settings resetRobert Hak1-5/+23
2002-12-12Merged Uwe Freese's bidirectional scrolling patch. Added configurable scroll ...Björn Stenberg1-3/+36
2002-12-05Added MP3 buffer margin settingLinus Nielsen Feltzing1-0/+8
2002-12-02correction to make 'playlists' display option workRobert Hak1-1/+1
2002-11-30updateing a build failure (ata_power_off) and first attempt to add 'playlist ...Robert Hak1-1/+2
2002-11-29use the proper #ifdef HAVE_ATA_POWER_OFFDaniel Stenberg1-0/+4
2002-11-28Added option to enable/disable disk poweroff (for diagnostic purposes)Björn Stenberg1-0/+8
2002-10-29Phil Pertermann's dB peak meter patchLinus Nielsen Feltzing1-11/+183
2002-10-26fixing a yellow buildRobert Hak1-18/+25