index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
settings.c
Age
Commit message (
Expand
)
Author
2002-09-04
Nate Nystrom's FF/RW min speed patch
Eric Linenberg
2002-09-01
Merged Magnus Holmgren's wps.config code.
Björn Stenberg
2002-08-31
USB Related:
Justin Heiner
2002-08-30
Added scrollbar to tree view and menus.
Markus Braun
2002-08-30
Added char rockboxdir[] containing the directory /.rockbox/ where we should
Heikki Hannikainen
2002-08-29
update to the ff/rw options accelerate options
Eric Linenberg
2002-08-28
Nate Nystrom's ff/rw acceleration patch
Eric Linenberg
2002-08-28
Added REPEAT to UP/DOWN keys in the time/date setting
Linus Nielsen Feltzing
2002-08-28
Corrected a comment
Linus Nielsen Feltzing
2002-08-26
Added configurable disk spindown. The disk will also now not spin down while ...
Björn Stenberg
2002-08-22
Bill Napier's patch slightly remodelled. This adds a setting called
Daniel Stenberg
2002-08-21
Make use of the fixed lcd_getstringsize() for prop fonts.
Markus Braun
2002-08-20
enabled status bar in menus on recorders
Markus Braun
2002-08-19
Expanded resume options: off/ask/on
Björn Stenberg
2002-08-16
Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song,...
Björn Stenberg
2002-08-15
Added delayed write for settings. Doesn't write until someone else accesses t...
Björn Stenberg
2002-08-15
time/date setting works now with loadable and proportional fonts
Markus Braun
2002-08-14
Added Balance setting
Linus Nielsen Feltzing
2002-08-14
Added fast forward and rewind (without sound). Patch by Hardeep Sidhu.
Björn Stenberg
2002-08-14
Update last_checksum
Björn Stenberg
2002-08-13
Repaired RTC saving
Björn Stenberg
2002-08-13
Fixed typo
Björn Stenberg
2002-08-13
Enabled saving settings to disk on player
Björn Stenberg
2002-08-13
Don't save settings on disk if it has no partition table
Björn Stenberg
2002-08-13
Incremented the config block version, to force default values for the LCD con...
Linus Nielsen Feltzing
2002-08-13
Added LCD contrast setting
Linus Nielsen Feltzing
2002-08-09
changed display format for time/date setting menu
Markus Braun
2002-08-09
Added a time/date setting
Markus Braun
2002-08-07
Set loop setting true, since we always loop
Björn Stenberg
2002-08-07
Moved rtc config bit for status bar from 0x12 to 0xe
Markus Braun
2002-08-07
Added status bar to file browser and wps
Markus Braun
2002-08-06
Added battery charger for the recorder and a power management debugger.
Heikki Hannikainen
2002-07-30
Now updates the backlight timer and scroll speed after loading the settings
Linus Nielsen Feltzing
2002-07-30
Now handles key repeat
Linus Nielsen Feltzing
2002-07-28
Experimental disk save by Yves. #define SAVE_TO_DISK to try it
Linus Nielsen Feltzing
2002-07-25
Automatic Volume Control for Recorder by Heikki Hannikainen
Linus Nielsen Feltzing
2002-07-24
Removed the no longer needed hold setting
Linus Nielsen Feltzing
2002-07-24
set_bool() now handles key-up events better
Linus Nielsen Feltzing
2002-07-23
primitive hold mode enabled for wps
Jerome Kuptz
2002-07-22
Loudness, Superbass and sorting patch by Heikki Hannikainen
Linus Nielsen Feltzing
2002-07-15
Added newlines to a few DEBUGF()'s
Linus Nielsen Feltzing
2002-07-15
Settings are now saved in RTC RAM on Recorder (Heikki Hannikainen).
Björn Stenberg
2002-06-28
API change for default sound settings
Linus Nielsen Feltzing
2002-06-27
Added mp3/m3u filter
Björn Stenberg
2002-06-27
Abstracted settings user interface into set_bool, set_int and set_option.
Björn Stenberg
2002-06-27
Moved settings.c/h to apps/
Björn Stenberg