summaryrefslogtreecommitdiff
path: root/apps/settings.c
AgeCommit message (Expand)Author
2004-06-21Bumped the config block versionLinus Nielsen Feltzing
2004-06-21Simplified the settings code by removing the phys2val conversions. This has t...Linus Nielsen Feltzing
2004-06-19settings_load() is now split in RTC and HD part, so RTC settings get loaded e...Jörg Hohensohn
2004-06-19oops, forgot to take out my test hack, some comments improvedJörg Hohensohn
2004-06-18New method of persisting the settings, using a central table. This saves lots...Jörg Hohensohn
2004-04-21Moved set_time_screen() to screens.cLinus Nielsen Feltzing
2004-04-20Reworked the time get/set functionsLinus Nielsen Feltzing
2004-04-12voice UI updates: nicer month setting, bookmark browser, Rockbox info screenJörg Hohensohn
2004-04-09voice for the time+date settingJörg Hohensohn
2004-04-06Voice UI searches for <mylanguage>.voice, no hard-coded "english.voice" any m...Jörg Hohensohn
2004-04-04Voice UI: option to spell dirs/files, say (known) extension with file number,...Jörg Hohensohn
2004-03-27Step 4 of voice UI:Jörg Hohensohn
2004-03-21Patch 882053, mangled bookmark seetings in cfg fileHenrik Backe
2004-03-20Overlooked to "voice" the set_int() function, this is why many numerical sett...Jörg Hohensohn
2004-03-16First shot at a nice little button bar at the bottom of the recorder LCD. Ena...Linus Nielsen Feltzing
2004-03-15Second step of the voice-UI: Option values are spoken, if they are translatab...Jörg Hohensohn
2004-03-13Bumped the settings block revision number, to force a reset of the settings f...Linus Nielsen Feltzing
2004-03-13Finally killed the nasty bug that caused all the dir-buffer-full errors for t...Linus Nielsen Feltzing
2004-01-26Modified playlist handling to allow for multiple playlists to be edited at th...Hardeep Sidhu
2004-01-21New feature: NOw you can store the recorded files in either /recordings (the ...Linus Nielsen Feltzing
2004-01-20The bookmark options were incorrectly read from the settings block, even if t...Linus Nielsen Feltzing
2004-01-17a typo prevented proper loading of the LCD flip from .cfg filesJörg Hohensohn
2004-01-16Fixed the settings crash. The SH1 CPU is very picky about alignment.Linus Nielsen Feltzing
2004-01-16Temporarily removed resume settings, since they crash! I need to look at it, ...Björn Stenberg
2004-01-16Fixed resume problem (caused by the change from short to int)Björn Stenberg
2004-01-14Added Benjamin Metzlers bookmarking feature (patch #669440)Björn Stenberg
2004-01-08Henrik Backe's patch that introduces 'fonts' and 'langs' subdirectoriesDaniel Stenberg
2004-01-05Moved the low-level playback functionality into a new, separate module "mp3_p...Jörg Hohensohn
2003-12-31New recording feature: Prerecord up to 30 seconds before you press the Play k...Linus Nielsen Feltzing
2003-12-20Upside Down option for display (and buttons) now wired into the display setti...Jörg Hohensohn
2003-12-09Don't write playlist shuffle settings immediately to disk. Instead, save the...Hardeep Sidhu
2003-11-28The FM/V2 Recorder battery capacity default value is now 2200mAhLinus Nielsen Feltzing
2003-11-20Recording in FM screen, USB mode possible in FM and recording screenLinus Nielsen Feltzing
2003-11-04OooopsLinus Nielsen Feltzing
2003-11-03Patch #798050 by Leslie Donaldson, activates Line In on Player modelsLinus Nielsen Feltzing
2003-10-17Car Ignition Auto Stop (patch #736339 by Craig Sather)Björn Stenberg
2003-10-17Runtime display bug fix by Craig Sather (patch #766552)Björn Stenberg
2003-09-04Now settings_apply() also sets the MP3 buffer margin (antiskip)Linus Nielsen Feltzing
2003-08-14The recording source setting is now saved correctlyLinus Nielsen Feltzing
2003-08-09we have ROCKBOX_DIR, lets use itRobert Hak
2003-07-09Moved lcd default contrast knowledge from settings.c to lcd driver. Now lcd_i...Björn Stenberg
2003-07-04Fix For Inaccurate Elapsed Run Time, by Craigh SatherBjörn Stenberg
2003-07-02Added "Ask" option to recursive dir insert which, if enabled, will ask users ...Hardeep Sidhu
2003-07-01Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis...Hardeep Sidhu
2003-06-26Simulator compiler error fixedLinus Nielsen Feltzing
2003-06-25Default contrast is now autodetected on recordersLinus Nielsen Feltzing
2003-06-11From Bjorn: The bool variable can be located at an odd address. Trying to rea...Hardeep Sidhu
2003-06-11Fixed simulator warningHardeep Sidhu
2003-06-10Added more time options to recorder timesplitBjörn Stenberg
2003-06-05Bug fix: Never read an int from a bool pointerBjörn Stenberg