summaryrefslogtreecommitdiffstats
path: root/apps/settings.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-09Don't write playlist shuffle settings immediately to disk. Instead, save the...Hardeep Sidhu1-4/+16
2003-11-28The FM/V2 Recorder battery capacity default value is now 2200mAhLinus Nielsen Feltzing1-0/+4
2003-11-20Recording in FM screen, USB mode possible in FM and recording screenLinus Nielsen Feltzing1-0/+26
2003-11-04OooopsLinus Nielsen Feltzing1-1/+1
2003-11-03Patch #798050 by Leslie Donaldson, activates Line In on Player modelsLinus Nielsen Feltzing1-4/+22
2003-10-17Car Ignition Auto Stop (patch #736339 by Craig Sather)Björn Stenberg1-1/+13
2003-10-17Runtime display bug fix by Craig Sather (patch #766552)Björn Stenberg1-1/+1
2003-09-04Now settings_apply() also sets the MP3 buffer margin (antiskip)Linus Nielsen Feltzing1-0/+2
2003-08-14The recording source setting is now saved correctlyLinus Nielsen Feltzing1-1/+1
2003-08-09we have ROCKBOX_DIR, lets use itRobert Hak1-4/+7
2003-07-09Moved lcd default contrast knowledge from settings.c to lcd driver. Now lcd_i...Björn Stenberg1-15/+2
2003-07-04Fix For Inaccurate Elapsed Run Time, by Craigh SatherBjörn Stenberg1-2/+4
2003-07-02Added "Ask" option to recursive dir insert which, if enabled, will ask users ...Hardeep Sidhu1-7/+13
2003-07-01Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis...Hardeep Sidhu1-33/+18
2003-06-26Simulator compiler error fixedLinus Nielsen Feltzing1-0/+4
2003-06-25Default contrast is now autodetected on recordersLinus Nielsen Feltzing1-4/+14
2003-06-11From Bjorn: The bool variable can be located at an odd address. Trying to rea...Hardeep Sidhu1-1/+1
2003-06-11Fixed simulator warningHardeep Sidhu1-1/+1
2003-06-10Added more time options to recorder timesplitBjörn Stenberg1-2/+4
2003-06-05Bug fix: Never read an int from a bool pointerBjörn Stenberg1-7/+11
2003-06-05Made bool options apply instantly (patch #729614). Also cleared up a long-sta...Björn Stenberg1-19/+56
2003-06-05Addded option to hide icons in dir browser. (Patch #728377)Björn Stenberg1-2/+11
2003-06-04Dave Jones' recording time split feature (patch #697373)Björn Stenberg1-1/+7
2003-06-02Fixed bug about saving jump_scroll.Kjell Ericson1-2/+2
2003-05-28Moved the settings for jump scroll to a more correct place.Kjell Ericson1-13/+13
2003-05-27Fix for time/date setting after power loss (battery change).Markus Braun1-6/+2
2003-05-27When we read the year from the RTC, it can be so totally messed up so thatDaniel Stenberg1-2/+6
2003-05-27Vincent Kujala's bug report and fix #742131Daniel Stenberg1-1/+1
2003-05-27Added "jump scroll delay" (for player).Kjell Ericson1-0/+7
2003-05-22New feature for player: Jump scroll!Kjell Ericson1-1/+15
2003-05-17Bumped the config block version, this forces a reset of the settingsLinus Nielsen Feltzing1-1/+1
2003-05-09Bugs caught and killed by Craigh Sather (patch #729910)Linus Nielsen Feltzing1-14/+22
2003-05-09Configurable dir browser file buffer size. No more 400-file limit. No more wh...Linus Nielsen Feltzing1-26/+31
2003-05-04Moved read_line() to misc.cLinus Nielsen Feltzing1-36/+1
2003-04-28The independent frames option wasn't correctly loadedLinus Nielsen Feltzing1-1/+1
2003-04-27Removed pointers to language stringsLinus Nielsen Feltzing1-23/+23
2003-04-25Added version to created .cfg file (Johan Vromans)Björn Stenberg1-1/+2
2003-04-25Changed caption backlight bool bit handlingBjörn Stenberg1-1/+1
2003-04-25Only write caption backlight onceBjörn Stenberg1-7/+0
2003-04-24Replaced snprintf+write with fprintf.Björn Stenberg1-212/+97
2003-04-24Added a single option var for booleans.Björn Stenberg1-28/+23
2003-04-24Added caption backlight to .cfg loader (Henrik Backe)Björn Stenberg1-0/+9
2003-04-23Only redraw the status line when info actually changed.Björn Stenberg1-3/+3
2003-04-23Added caption backlight: Turns on backlight briefly at the start and end of e...Björn Stenberg1-2/+6
2003-04-20Xing headers now support mono better, added the 'editable files' optionLinus Nielsen Feltzing1-5/+21
2003-04-16Magnus Öman's long awaited inverted cursor patchLinus Nielsen Feltzing1-8/+18
2003-04-11Fixed buggy open() return code check in settings_load_config(). (Christian De...Björn Stenberg1-1/+1
2003-03-12Removed CPU Sleep setting. It's now permanently enabled.Björn Stenberg1-7/+2
2003-03-10Patch #701103, invert option added to .cfg, plus changed AVC handling when sa...Linus Nielsen Feltzing1-3/+14
2003-03-10Added .cfg file writing. Patch by Christian Determann.Björn Stenberg1-0/+377