summaryrefslogtreecommitdiffstats
path: root/apps/settings.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin1-1/+1
2007-10-07Name all button light functions and variables consistently starting with butt...Jens Arnold1-1/+1
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis1-1/+0
2007-09-30first part of usbstack patches -> show and use selection of usb stack mode on...Christian Gmeiner1-2/+10
2007-09-27FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.Nicolas Pennequin1-0/+3
2007-09-19Remove the ID3 tag version priority setting on the grounds of it being pretty...Thom Johansen1-2/+0
2007-08-27Usb Stack: only setup packet handling, and not enabled by default as there is...Christian Gmeiner1-2/+8
2007-08-19Use size_t type for the buffer_size parameter to formatter functions, static ...Nils Wallménius1-1/+1
2007-08-12Fix a problem with the nvram settings which meant adding new items to the end...Jonathan Gordon1-4/+11
2007-08-06Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius1-3/+4
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius1-5/+5
2007-08-01Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuf...Nils Wallménius1-0/+4
2007-07-11Rearrange and cleanup settings codeJonathan Gordon1-382/+2
2007-07-10User configurable recording path (my patch in FS#7201). path defaults to / an...Jonathan Gordon1-3/+0
2007-06-17Fix yellowBrandon Low1-0/+1
2007-06-17Give color targets the ability to display each LCD line a different color and...Brandon Low1-32/+5
2007-06-11When recording, disable voice menus without actually modifying user settings....Steve Bavin1-5/+6
2007-05-29this adds 2 options to the recording settings menu to let you save all the re...Jonathan Gordon1-3/+20
2007-05-14Set the brightness before setting the timeout values for the backlight and bu...Karl Kurbjun1-5/+5
2007-05-08Add in buttonlight brightness setting for the Gigabeat, and setup the framewo...Karl Kurbjun1-0/+3
2007-04-25Change some ifdefs for the recent backdrop changes (fixes the yellow builds) ...Nicolas Pennequin1-1/+2
2007-04-25Add backdrop support for LCD remotes with depth > 1-bit. Only WPS backdrops, ...Nicolas Pennequin1-0/+6
2007-04-25Make bitmaps use the right format in a RWPS and prevent a backdrop tag in a R...Nicolas Pennequin1-0/+6
2007-04-22e200: Make the wheel light timeout configurable (under settings > system) (FS...Jonathan Gordon1-0/+3
2007-04-16Customizable icons for all bitmap targets. (FS#7013)Jonathan Gordon1-7/+4
2007-04-15Revert recording/repeat timer for now. It is useful as a feature, but didn't ...Jens Arnold1-188/+0
2007-04-15Recording countdown timer and repeat timer - see FS #6297 for more detailsMartin Scarratt1-0/+188
2007-04-12Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold1-3/+3
2007-04-11Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold1-1/+0
2007-04-11Move iPod Video hardware equalizer init to audio_init() after the hardware is...Dan Everton1-9/+1
2007-04-08action_signalscreenchange(); was missingJonathan Gordon1-0/+2
2007-03-31Player: Fix setting integer values to their min/max values.Jens Arnold1-3/+3
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-5/+5
2007-03-07Use the new DSP callback functionality in firmware/sound.c to deal with SWCOD...Thom Johansen1-14/+2
2007-03-07Factor first order shelving filter code out for easier reuse and replace the ...Thom Johansen1-2/+1
2007-03-01Don't display 'Cancelled' splash screen if setting not changedSteve Bavin1-3/+15
2007-02-26Add software based bass/treble controls for targets which have no such functi...Thom Johansen1-2/+5
2007-02-24SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of som...Michael Sevakis1-1/+1
2007-02-21fix the scroll delay settingJonathan Gordon1-3/+3
2007-02-19Convert the EQ menusJonathan Gordon1-1/+1
2007-02-18Fix CONFIG_BACKLIGHT warnings.Jens Arnold1-2/+2
2007-02-18CONFIG_CHARGINGJonathan Gordon1-3/+3
2007-02-18fix red buildsJonathan Gordon1-1/+1
2007-02-17Convert the Display menu to the new system. Jonathan Gordon1-2/+6
2007-02-16Minor code policing and cleanupLinus Nielsen Feltzing1-47/+46
2007-02-14Icons in the menus. Thanks midkay for them.Jonathan Gordon1-1/+7
2007-02-12* Move playback menu to the new sysetm Jonathan Gordon1-11/+29
2007-02-12Do a case-insensitive compare of the prefix part of filename settings. Jonathan Gordon1-1/+3
2007-02-08Revert the changes using global status for the screen states. It should wait ...Michael Sevakis1-18/+1
2007-02-08Convert the sound menu to the new systemJonathan Gordon1-8/+49