summaryrefslogtreecommitdiffstats
path: root/apps/settings.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-08beginning of the new menu system. This commit shouldnt break anything, Jonathan Gordon1-0/+73
2007-02-07Kill the errors for now. Would like to know why resetting in_recording_screen...Michael Sevakis1-0/+2
2007-02-07if you reset your settings, you wont be in the rec screen anymore! Jonathan Gordon1-0/+1
2007-02-07Do Mike's previous patch a bit nicer.Jonathan Gordon1-1/+2
2007-02-07Fix warnings. Initialized struct needs at least one member actually initializ...Michael Sevakis1-0/+1
2007-02-07Change the radio screen and recording screen to use the global_status structu...Michael Sevakis1-1/+14
2007-02-01when saving config.cfg, only save settings which are not the same as Jonathan Gordon1-4/+45
2007-02-01FS#4770 - OopsSteve Bavin1-0/+6
2007-01-29grr! didnt see the h100 warning.. build table is too wideJonathan Gordon1-0/+1
2007-01-29fix recorder warningJonathan Gordon1-0/+1
2007-01-29fix buildJonathan Gordon1-31/+31
2007-01-29Rearrange these files so they are more managable. No real code changes. Some ...Jonathan Gordon1-201/+197
2007-01-29fix bool settings which don't use "off,on" for their config values. Neatens u...Jonathan Gordon1-45/+63
2007-01-25remove the persistant settings stuff. Load /.rockbox/fixed.cfg after config.c...Jonathan Gordon1-68/+4
2007-01-25Correct the spelling of persistent so its correct (Yes, I failed english at s...Jonathan Gordon1-16/+49
2007-01-24prepending ~ to a setting name in config.cfg will use its value from the load...Jonathan Gordon1-3/+36
2007-01-24allow int settings to call a function to get the default value (Fixes the con...Jonathan Gordon1-1/+3
2007-01-24Split the system status variables out of global_settings and put them into a ...Jonathan Gordon1-4/+28
2007-01-23Reduce stack usage in settings_write_config (by about 460 bytes). Should allo...Magnus Holmgren1-10/+21
2007-01-23Permanently enable powering down the disk when it's sleeping for supported ta...Nils Wallménius1-3/+0
2007-01-23Settings are now stored in /.rockbox/config.cfg instead of the hidden sector....Jonathan Gordon1-1405/+309
2007-01-17Put backdrop back; should never have gone away.Greg White1-3/+0
2007-01-17Do not show main backdrop in settings for gigabeatGreg White1-21/+26
2007-01-12Fixes Bass and Treble not being saved. Thanks to jbaSteve Gotthardt1-1/+2
2006-12-31Increase the bits for backlight brightness for the gigabeat. Settings will be...Marcoen Hirschberg1-2/+2
2006-12-25Next round of static'ing and related fixes.Jens Arnold1-9/+9
2006-12-19Accept FS#5344 by Mike Schmitt. Add a "shuffle and track skip" option toJonathan Gordon1-2/+2
2006-12-18FS#6096. Recording on PortalPlayer targets (H10, iPod Video, iPod 4g, iPod Co...Barry Wardell1-4/+17
2006-12-06Fix settings not saving to disk correctly, (fixes FS#6408)Jonathan Gordon1-0/+8
2006-11-24Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on sampl...Michael Sevakis1-0/+2
2006-11-13Backdrop support for greyscale targets. WPS backdrop is untested.Jens Arnold1-10/+13
2006-11-09Recording trigger for software codec targetsMartin Scarratt1-0/+3
2006-11-08* changes to ata.c - idle callbacks are called after 2 sec of real idle,Jonathan Gordon1-1/+7
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis1-14/+30
2006-11-06dont allow the volume setting to wrapJonathan Gordon1-3/+8
2006-10-27Re-enable the currently unused and broken dithering and noise shaping code al...Thom Johansen1-1/+6
2006-10-25ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austi...Jonathan Gordon1-1/+8
2006-10-23fix the int settings on the Archos Player (left is now decrease like it shoul...Jonathan Gordon1-0/+8
2006-10-19Patch #5166 by Robert Keevil - Last.fm loggingLinus Nielsen Feltzing1-0/+2
2006-10-11Oops. Stupid editor shouldn't insert tabs :(Dominik Riebeling1-6/+6
2006-10-11Don't load wps data twice when loading from cfg file. Gives a noticable speed...Dominik Riebeling1-2/+8
2006-10-09Fix the fm frequency not stored correctly when using europe region setting. B...Dominik Riebeling1-2/+2
2006-10-09Adds random folder advance option. RESETS SETTINGS. Refer to random_folder_ad...Jonathan Gordon1-2/+2