Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
2acc0ac542d9186feee25bbe444c49cb59ca393e
/
apps
/
settings_list.h
2acc0ac
Updated our source code header to explicitly mention that we are GPL v2 or
by Daniel Stenberg
· 16 years ago
b8bc45d
FS#8353 - add a quick way to make a .cfg from the sound settings.
by Jonathan Gordon
· 17 years ago
5886efa
Save some bytes and reuse the settings saving code for eq preset saving.
by Dan Everton
· 17 years ago
09a7861
Allow (almost) arbitrary backlight fade in and fade out times (on targets with software PWM fading), and comvert the associated settings to table settings. * Settings system: Unify a bunch of formatters and getlang helpers.
by Jens Arnold
· 17 years ago
d63f237
Fix 64 bit warnings.
by Jens Arnold
· 17 years ago
d490f44
New way of handling integer settings with variable steps: table settings (FS #8186, with fixes by me). This allows to get rid of those synchronised tables in firmware/ and apps/, making things more flexible and less error prone. First application: backlight timeouts. * Make some more things 'const'.
by Jens Arnold
· 17 years ago
acbd780
Make id's created with the TALK_ID macro work in 64 bit sims
by Nils Wallménius
· 17 years ago
91ccc01
fix FS#7288 - pad the title of the scrolling settings so they actually scroll
by Jonathan Gordon
· 17 years ago
0f7f346
Integer setting changes to make all those settings consistant on the target.
by Jonathan Gordon
· 17 years ago
12a957b
Disable wrapping of the bass and treble settings and do the same for volume in a cleaner way, closes FS#7783
by Nils Wallménius
· 17 years ago
9b59183
Use size_t type for the buffer_size parameter to formatter functions, static two private functions
by Nils Wallménius
· 17 years ago
07a7d47
Revert my filetypes commits from today. the nvram buffer is 44bytes of which 43 are currently being used. We need to figure out what to do about this.
by Jonathan Gordon
· 17 years ago
7cb80a2
Fix a problem with the nvram settings which meant adding new items to the end needed the version bump (they dont anymore, but I'm bumping it now anyway to save some bug reports)
by Jonathan Gordon
· 17 years ago
9adf056
this adds 2 options to the recording settings menu to let you save all the recording settings to a .cfg and view your saved presets.
by Jonathan Gordon
· 17 years ago
8ca99d3
Code Police: Remove tabs throught apps/ . Hopefully no actual code change
by Jonathan Gordon
· 18 years ago
ac07222
Flip the order of some of the setting screens. (If any more are
by Jonathan Gordon
· 18 years ago
4e73b53
Fix the keywords on some recently added files.
by Jonathan Gordon
· 18 years ago
fb62831
* Move playback menu to the new sysetm
by Jonathan Gordon
· 18 years ago
fe3cfcc
Convert the sound menu to the new system
by Jonathan Gordon
· 18 years ago
4718a1e
beginning of the new menu system. This commit shouldnt break anything,
by Jonathan Gordon
· 18 years ago
f0d2861
when saving config.cfg, only save settings which are not the same as
by Jonathan Gordon
· 18 years ago
4ca8a43
Add 4 settings which were somehow missed during the conversion to config.cfg.
by Jonathan Gordon
· 18 years ago
0c33756
allow int settings to call a function to get the default value (Fixes the contrast problem on archos)
by Jonathan Gordon
· 18 years ago
228d62d
Split the system status variables out of global_settings and put them into a new struct global_status. Use status_save() if these need
by Jonathan Gordon
· 18 years ago
b2e5090
Settings are now stored in /.rockbox/config.cfg instead of the hidden sector. (FS #6557)
by Jonathan Gordon
· 18 years ago