summaryrefslogtreecommitdiffstats
path: root/apps/settings.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-121 - assume and use WPS files in .rockbox/wpsDaniel Stenberg1-2/+2
2005-11-12Removed monitor option from audio_set_recording_options and the global settin...Andy1-1/+0
2005-11-12iRiver: Initial support for wav-recording in recording menu. Supports mic/lin...Andy1-1/+22
2005-11-07Please discuss default changes in the future\!Jens Arnold1-1/+1
2005-11-06Sound settings rework: * Put all fixed parameters (unit, decimals, step, min,...Jens Arnold1-3/+5
2005-11-06iRiver: New crossfader with more configuration capability. Might stillMiika Pekkarinen1-6/+7
2005-11-06Corrected the bug with boolean settings (the inverted screen that couldn't be...Kevin Ferrare1-9/+16
2005-11-05Corrected a bug introduced with the multi screen settings handling code : The...Kevin Ferrare1-12/+20
2005-11-04Added documentation to the new select API, made settings.c to use gui_syncspl...Kevin Ferrare1-8/+5
2005-11-04Added iriver remote keys support to the option selection in the menus, correc...Kevin Ferrare1-1/+1
2005-11-04Rolled back "Follow playlist" changeBjörn Stenberg1-1/+1
2005-11-04Fixed a bug in the multi-screen menus, the statusbar wasn't refreshed when co...Kevin Ferrare1-252/+137
2005-11-03default for "Follow playlist" option is set to "yes"Anton Oleynikov1-1/+1
2005-11-02patch 1328447: folder skip routines in playlist API plus next/prev folder nav...Anton Oleynikov1-1/+1
2005-10-16Fixed beep setting strings in .cfg files.Jens Arnold1-2/+2
2005-10-07Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen1-0/+6
2005-09-24Iriver: Added new ReplayGain type: track gain if shuffle mode is active, albu...Magnus Holmgren1-2/+5
2005-09-11ID3 tag priority setting wasn't applied on startup.Jens Arnold1-0/+2
2005-09-06Ondio FM: Removed S/PDIF option for recording source, as the Ondio doesn't ha...Jens Arnold1-3/+6
2005-09-02Changed the cfg file option names for the trigger mode, and made OFF the defaultLinus Nielsen Feltzing1-1/+1
2005-09-02Added universal functions for creation of numbered filenames and date+time fi...Jens Arnold1-38/+20
2005-09-01On popular demand, the arrow cursor is reintroducedLinus Nielsen Feltzing1-1/+2
2005-08-30Bumped the config block version because of the removed line selector optionLinus Nielsen Feltzing1-1/+1
2005-08-30Removed the line selector option, it is now always an inverse bar (except for...Linus Nielsen Feltzing1-1/+0
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold1-13/+13
2005-08-29Major peakmeter rework: * Changed set/get functions for dbfs mode to bool typ...Jens Arnold1-3/+2
2005-08-21Patch #1105616 by Ray Lambert - A-B Repeat for Archos studio/recorder, still ...Linus Nielsen Feltzing1-2/+2
2005-08-20Now beep can be disabled.Miika Pekkarinen1-0/+1
2005-08-18The const police struck againLinus Nielsen Feltzing1-1/+1
2005-08-14Pre-amp is signed...Magnus Holmgren1-1/+1
2005-08-11Added pre-amp setting for files with ReplayGain information.Magnus Holmgren1-2/+13
2005-08-08Patch #783877 by Gadi Cohen updated by Naftali Goldstein - Bidirectional text...Linus Nielsen Feltzing1-1/+7
2005-07-28Fixed scroll step settings >127 pixels not working (reported on irc). Changed...Jens Arnold1-15/+23
2005-07-24ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren1-0/+3
2005-07-22It's now possible to select the crossfading mode: "Off, Crossfade,Miika Pekkarinen1-2/+6
2005-07-21Fixed the crossfade setting: Resuming stopped playback automaticallyMiika Pekkarinen1-1/+1
2005-07-21Crossfade (and pcm buffer size) length is now configurable.Miika Pekkarinen1-4/+9
2005-07-15Enable crossfade for simulator.Miika Pekkarinen1-1/+1
2005-07-13Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen1-1/+2
2005-07-02New option to enable/disable the runtime database. Moved the runtimedb init t...Jens Arnold1-0/+1
2005-07-01Added new feature to move to next folder once the current one completes when ...Hardeep Sidhu1-1/+3
2005-07-01New config option for optical out on iriverLinus Nielsen Feltzing1-1/+9
2005-06-29Resume rework. With the new resume function, 'Ask' and 'Ask Once' are redund...Christi Scarborough1-1/+1
2005-06-25Added new shuffle repeat mode that reshuffles playlist before repeating. Als...Hardeep Sidhu1-1/+1
2005-06-21Made Supported the default File View optionLinus Nielsen Feltzing1-1/+1
2005-06-20Iriver: Backlight fading is now configurable. Added a function to stop the ba...Jens Arnold1-1/+12
2005-06-17iriver: LCD flip for H1x0 remote, some code cleanup.Jens Arnold1-4/+6
2005-06-16Adjusted settings bitfield to properly keep the bass setting on H1x0, and sav...Jens Arnold1-1/+6
2005-06-09Added Crossfade setting for iRiverLinus Nielsen Feltzing1-1/+11
2005-06-04New recording feature: Don't split every 24 hours if timesplit is off, but on...Jens Arnold1-1/+1