summaryrefslogtreecommitdiffstats
path: root/apps/settings.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-06Work-in-progress rework of charging status reading & display: * Changed sever...Jens Arnold1-5/+5
2006-05-30Use correct file mode when creating files. Fixes task 5452Dan Everton1-1/+1
2006-05-22add seperate scroll options for remote. Patch by Alexander Spyridakis which f...Marcoen Hirschberg1-4/+11
2006-05-21Reworked backdrop handling. Fixes a bug that wasn't in the tracker yet ;)Peter D'Hoye1-3/+14
2006-05-18Use more proper default contrast for the iriver lcd remotes, also resetHristo Kovachev1-0/+3
2006-05-14Iriver: Moved the handling of the UDA1380 split gain (analog preamp + decimat...Jens Arnold1-106/+74
2006-05-11Optical S/PDIF recording and monitoring for Iriver H1x0. Removed unsupported ...Thom Johansen1-1/+5
2006-05-02iPod: Bass/Treble settings need 5 bits, not 4 - fixes bug report #5276. This...Dave Chapman1-3/+3
2006-04-25Added bad filename protection when user enters an fm radio preset filename. F...Peter D'Hoye1-1/+2
2006-04-15Also add a config-specific 'Default' value, this should fix the sim builds.Zakk Roberts1-4/+4
2006-04-11New crossfeed complete with no volume reducing bugs. Feedback on all theThom Johansen1-5/+11
2006-04-02Patch #2711 by Alexander Spyridakis with some changes by me: adds load/save o...Hristo Kovachev1-3/+37
2006-04-01Thorough .lang rework: Removed all deprecated strings, combined string which ...Jens Arnold1-2/+1
2006-03-30iPod mini 2G: Define correct audio codec, and fix WM8731 driver to work with ...Jens Arnold1-1/+2
2006-03-30New 'Track Skip Only' option for Crossfading; crossfading is disabled except ...Zakk Roberts1-13/+13
2006-03-29Add support for loadable vkeyboard layoutsFrank Dischner1-0/+34
2006-03-29Save bass/treble settings in iPodLinus Nielsen Feltzing1-1/+4
2006-03-28Update equalizer precut value as it's adjusted.Dan Everton1-2/+3
2006-03-27Add precut setting for the equalizer and add some more comments to the eq men...Dan Everton1-2/+7
2006-03-26Initial version of tagcache! There are still some bugs in the engineMiika Pekkarinen1-0/+5
2006-03-25Patch #4913 by David Rothenberger with some changes by me: add only backlight...Hristo Kovachev1-2/+12
2006-03-24New option: First keypress enables backlight only. Patch #2920 by Nicolas Pen...Björn Stenberg1-0/+12
2006-03-21Enabled channel configuration and stereo width option on software codecThom Johansen1-0/+5
2006-03-19Reworked backlight fading by GPIO based PWM to work for other targetsThom Johansen1-3/+3
2006-03-03More 64bit simulator fixes: inttypes, settings block handling.Jens Arnold1-18/+19
2006-02-26Foreground/Background colour settings. Based on patch #3050 by Jonathan Gord...Dave Chapman1-2/+59
2006-02-19Use a better string for 'Canceled' splashes.Magnus Holmgren1-1/+1
2006-02-17Patch #1423609 by Martin Scarratt and myself: enables using the backlight as ...Peter D'Hoye1-0/+5
2006-02-17Fix warning on non-SWCODEC targets.Dan Everton1-0/+2
2006-02-17Reduce CPU usage while changing EQ by only updating the coefficients of the b...Dan Everton1-1/+6
2006-02-13Add paged scrolling option. Really helps when scrolling through large lists o...Dan Everton1-19/+20
2006-02-08Patch #1403437 by Peter D'Hoye & Martin Scarratt: Recording gain.Hristo Kovachev1-5/+11
2006-02-07Add Equalizer configuration to Sound Settings menu.Dan Everton1-0/+23
2006-02-05Patch #1260463 - Warn on erasing modified dynamic playlist by Craig (ctb311276)Hardeep Sidhu1-0/+3
2006-02-04Committed a little too muchLinus Nielsen Feltzing1-22/+0
2006-02-04The simulator should use the keypad period key, not the regular oneLinus Nielsen Feltzing1-0/+22
2006-02-02Fix typos - tests for HAVE_LCD_COLOR should use #ifdef, not #ifDave Chapman1-1/+1
2006-02-02Oops - fix the builds broken by the backdrop image patchDave Chapman1-0/+2
2006-02-02Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds...Dave Chapman1-9/+64
2006-01-22Horizontal scrolling patch by Shachar LibermanTomas Salfischberger1-0/+12
2006-01-10change the arabic codepage from ISO-8859-6 to CP1256Marcoen Hirschberg1-1/+1
2005-12-22Oops:) Make the brightness setting purely numericalHristo Kovachev1-1/+1
2005-12-22Patch No 1387627 by Peter D'Hoye: Backlight Brightness setting for H300Hristo Kovachev1-0/+7
2005-12-09don't display the WPS after loading, it made rockbox crash with some WPS'Marcoen Hirschberg1-4/+4
2005-12-08Remember the default codepage settingLinus Nielsen Feltzing1-0/+2
2005-12-07Simplified and uniform volume handling: * Volume setting in dB on all targets...Jens Arnold1-11/+6
2005-12-07Prevent numerical settings from wrapping - patch by Stephan WezelDave Chapman1-0/+1
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg1-4/+4
2005-12-05Big Code Police raid. Pretty pretty please, we do no macrofy simpleDaniel Stenberg1-8/+9
2005-12-05kill gcc4 warningsDaniel Stenberg1-19/+31