index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
settings_list.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-22
Auto-Ranging Time Formatting For Menus (hh:mm:ss:mss)
William Wilgus
1
-0
/
+1
2017-01-17
Selective Backlight/Advanced Softlock - Selective actions based on context
William Wilgus
1
-2
/
+2
2014-03-10
Implement time-based resume and playback start.
Michael Sevakis
1
-1
/
+1
2013-02-09
EQ settings: Rework the settings to clean up the config file.
Jonathan Gordon
1
-3
/
+3
2013-01-02
Use crc32 of filename to resume tracks
Richard Quirk
1
-1
/
+1
2009-08-20
Make the formatter functions used by the settings return a pointer to avoid u...
Nils Wallménius
1
-2
/
+2
2008-11-03
FS#9515 - customisable quickscreen. Allows you to choose which setting you wa...
Jonathan Gordon
1
-1
/
+3
2008-11-03
Add a setting type which is completly user-defined. This setting type cannot ...
Jonathan Gordon
1
-0
/
+32
2008-10-26
Add a simple plugin (apps/settings_dumper.rock) which dumps the valid values ...
Jonathan Gordon
1
-1
/
+1
2008-09-21
more slight playlist resume cleanuping... dont bother saving the playlist fir...
Jonathan Gordon
1
-1
/
+1
2008-09-20
FS#9408 - dont bother saving the random seed in global status. I'm 99.9% sure...
Jonathan Gordon
1
-1
/
+1
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2007-12-24
FS#8353 - add a quick way to make a .cfg from the sound settings.
Jonathan Gordon
1
-1
/
+2
2007-12-07
Save some bytes and reuse the settings saving code for eq preset saving.
Dan Everton
1
-0
/
+1
2007-11-26
Allow (almost) arbitrary backlight fade in and fade out times (on targets wit...
Jens Arnold
1
-2
/
+2
2007-11-25
Fix 64 bit warnings.
Jens Arnold
1
-1
/
+1
2007-11-25
New way of handling integer settings with variable steps: table settings (FS ...
Jens Arnold
1
-11
/
+23
2007-11-20
Make id's created with the TALK_ID macro work in 64 bit sims
Nils Wallménius
1
-1
/
+1
2007-11-05
fix FS#7288 - pad the title of the scrolling settings so they actually scroll
Jonathan Gordon
1
-1
/
+2
2007-10-15
Integer setting changes to make all those settings consistant on the target.
Jonathan Gordon
1
-2
/
+1
2007-09-15
Disable wrapping of the bass and treble settings and do the same for volume i...
Nils Wallménius
1
-2
/
+3
2007-08-19
Use size_t type for the buffer_size parameter to formatter functions, static ...
Nils Wallménius
1
-1
/
+1
2007-08-12
Revert my filetypes commits from today. the nvram buffer is 44bytes of which ...
Jonathan Gordon
1
-1
/
+1
2007-08-12
Fix a problem with the nvram settings which meant adding new items to the end...
Jonathan Gordon
1
-1
/
+1
2007-05-29
this adds 2 options to the recording settings menu to let you save all the re...
Jonathan Gordon
1
-3
/
+4
2007-02-27
Code Police: Remove tabs throught apps/ . Hopefully no actual code
Jonathan Gordon
1
-1
/
+1
2007-02-19
Flip the order of some of the setting screens. (If any more are
Jonathan Gordon
1
-1
/
+2
2007-02-13
Fix the keywords on some recently added files.
Jonathan Gordon
1
-1
/
+1
2007-02-12
* Move playback menu to the new sysetm
Jonathan Gordon
1
-0
/
+1
2007-02-08
Convert the sound menu to the new system
Jonathan Gordon
1
-12
/
+16
2007-02-08
beginning of the new menu system. This commit shouldnt break anything,
Jonathan Gordon
1
-9
/
+24
2007-02-01
when saving config.cfg, only save settings which are not the same as
Jonathan Gordon
1
-2
/
+2
2007-01-26
Add 4 settings which were somehow missed during the conversion to config.cfg.
Jonathan Gordon
1
-0
/
+1
2007-01-24
allow int settings to call a function to get the default value (Fixes the con...
Jonathan Gordon
1
-7
/
+18
2007-01-24
Split the system status variables out of global_settings and put them into a ...
Jonathan Gordon
1
-1
/
+1
2007-01-23
Settings are now stored in /.rockbox/config.cfg instead of the hidden sector....
Jonathan Gordon
1
-0
/
+100