summaryrefslogtreecommitdiffstats
path: root/apps/settings.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-15Removed annoying OK delay from settings. Made cancel text visible.Björn Stenberg1-18/+10
2003-01-14Added cancel options in settings menues.Kjell Ericson1-0/+43
2003-01-13Changing default scroll delay to 1000ms (1 second).Kjell Ericson1-1/+1
2003-01-11Increased CONFIG_BLOCK_VERSION to indicate modified config block format.Björn Stenberg1-1/+1
2003-01-09The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding do...Björn Stenberg1-30/+35
2002-12-16Store a byte instead of an int for battery capacity.Björn Stenberg1-7/+10
2002-12-16battery capacity (1500-2400 in 50mAh steps) saved to diskUwe Freese1-1/+7
2002-12-15battery capacity setting, not saved to RTC/disk yetUwe Freese1-0/+1
2002-12-15Made trickle charge persistentLinus Nielsen Feltzing1-4/+7
2002-12-12Merged Uwe Freese's bidirectional scrolling patch. Added configurable scroll ...Björn Stenberg1-0/+25
2002-12-05Added MP3 buffer margin settingLinus Nielsen Feltzing1-2/+8
2002-12-04Moved runtime-reset-when-charger-connected to status.cBjörn Stenberg1-8/+3
2002-12-02Added two simple battery runtime meters (current + top). 'Current' resets aut...Björn Stenberg1-2/+35
2002-11-30updateing a build failure (ata_power_off) and first attempt to add 'playlist ...Robert Hak1-12/+18
2002-11-29Added disk_poweroff to settings_apply() (still only for testing)Björn Stenberg1-0/+1
2002-11-28Added option to enable/disable disk poweroff (for diagnostic purposes)Björn Stenberg1-1/+6
2002-11-11Mic gain was improperly savedLinus Nielsen Feltzing1-1/+1
2002-11-10Recording settings are now persistent. Added a Recording Settings menuLinus Nielsen Feltzing1-10/+39
2002-10-29Magnus Holmgren's .cfg file parser patchLinus Nielsen Feltzing1-9/+25
2002-10-29Phil Pertermann's dB peak meter patchLinus Nielsen Feltzing1-13/+73
2002-10-28Moved the volume_type and battery_type settings in RTC, since they interfered...Linus Nielsen Feltzing1-7/+7
2002-10-26battery/volume status can be displayed numericallyRobert Hak1-4/+10
2002-10-14i18n of time/date setting menuMarkus Braun1-13/+37
2002-10-14Added 12 hour clock to status bar on recorders.Markus Braun1-5/+8
2002-10-14cleaning up lines > 80 charsRobert Hak1-14/+27
2002-10-10Backlight-on-when-charging fixBjörn Stenberg1-4/+0
2002-10-09'Reset settings' now also resets wps, font and language (although you have to...Björn Stenberg1-0/+9
2002-10-09Don't try to load files if setting is emptyBjörn Stenberg1-3/+6
2002-10-08Added persistence of last .wps, .fnt and .lng file played in /.rockboxBjörn Stenberg1-1/+31
2002-10-08Renamed .eq files .cfgBjörn Stenberg1-11/+10
2002-10-06The channel eq setting saved the value in global_settings.bassLinus Nielsen Feltzing1-1/+2
2002-10-06Accepted Brian King's backlight-on-when-charging patch, slightly modifiedLinus Nielsen Feltzing1-16/+9
2002-10-06Store the first index of the playlist and use it when calculating the next in...Hardeep Sidhu1-3/+7
2002-10-04Repeat off/all/one toggle. By Hardeep Sidhu.Björn Stenberg1-1/+6
2002-10-04bumped up the CONFIG_BLOCK_VERSION so that volume setting correctsRobert Hak1-1/+1
2002-10-03Resetting settings in the menu now applies the settings as wellLinus Nielsen Feltzing1-11/+28
2002-10-02Balance setting was signed but loaded as unsignedBjörn Stenberg1-2/+2
2002-10-02read_line() always null-terminates stringBjörn Stenberg1-0/+2
2002-10-02Save loaded EQ settings.Björn Stenberg1-0/+1
2002-10-02Changed .eq file format to simple 'setting: value' model.Björn Stenberg1-148/+109
2002-10-01Mark A. Hillebrand's patch that offers a new setting that if enabled, keepsDaniel Stenberg1-7/+29
2002-09-27Philip Pertermanns peak meterLinus Nielsen Feltzing1-1/+26
2002-09-26set_bool uses lang.Mats Lidell1-1/+1
2002-09-24Merged 'mp3 filter' and 'show hidden files' into a single filter option.Björn Stenberg1-7/+6
2002-09-24Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...Björn Stenberg1-13/+13
2002-09-24Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to ...Björn Stenberg1-80/+100
2002-09-24Now sets the poweroff timer when loading the settingsLinus Nielsen Feltzing1-0/+1
2002-09-21Fixed time/date setting for new font system.Markus Braun1-7/+7
2002-09-19Removed F3 handling in the set_() functions. Now the function callback is not...Linus Nielsen Feltzing1-34/+8
2002-09-18New language/string handlingBjörn Stenberg1-6/+8