summaryrefslogtreecommitdiff
path: root/apps/settings.c (unfollow)
Commit message (Expand)Author
2002-12-04Moved runtime-reset-when-charger-connected to status.cBjörn Stenberg
2002-12-02Added two simple battery runtime meters (current + top). 'Current' resets aut...Björn Stenberg
2002-11-30updateing a build failure (ata_power_off) and first attempt to add 'playlist ...Robert Hak
2002-11-29Added disk_poweroff to settings_apply() (still only for testing)Björn Stenberg
2002-11-28Added option to enable/disable disk poweroff (for diagnostic purposes)Björn Stenberg
2002-11-11Mic gain was improperly savedLinus Nielsen Feltzing
2002-11-10Recording settings are now persistent. Added a Recording Settings menuLinus Nielsen Feltzing
2002-10-29Magnus Holmgren's .cfg file parser patchLinus Nielsen Feltzing
2002-10-29Phil Pertermann's dB peak meter patchLinus Nielsen Feltzing
2002-10-28Moved the volume_type and battery_type settings in RTC, since they interfered...Linus Nielsen Feltzing
2002-10-26battery/volume status can be displayed numericallyRobert Hak
2002-10-14i18n of time/date setting menuMarkus Braun
2002-10-14Added 12 hour clock to status bar on recorders.Markus Braun
2002-10-14cleaning up lines > 80 charsRobert Hak
2002-10-10Backlight-on-when-charging fixBjörn Stenberg
2002-10-09'Reset settings' now also resets wps, font and language (although you have to...Björn Stenberg
2002-10-09Don't try to load files if setting is emptyBjörn Stenberg
2002-10-08Added persistence of last .wps, .fnt and .lng file played in /.rockboxBjörn Stenberg
2002-10-08Renamed .eq files .cfgBjörn Stenberg
2002-10-06The channel eq setting saved the value in global_settings.bassLinus Nielsen Feltzing
2002-10-06Accepted Brian King's backlight-on-when-charging patch, slightly modifiedLinus Nielsen Feltzing
2002-10-06Store the first index of the playlist and use it when calculating the next in...Hardeep Sidhu
2002-10-04Repeat off/all/one toggle. By Hardeep Sidhu.Björn Stenberg
2002-10-04bumped up the CONFIG_BLOCK_VERSION so that volume setting correctsRobert Hak
2002-10-03Resetting settings in the menu now applies the settings as wellLinus Nielsen Feltzing
2002-10-02Balance setting was signed but loaded as unsignedBjörn Stenberg
2002-10-02read_line() always null-terminates stringBjörn Stenberg
2002-10-02Save loaded EQ settings.Björn Stenberg
2002-10-02Changed .eq file format to simple 'setting: value' model.Björn Stenberg
2002-10-01Mark A. Hillebrand's patch that offers a new setting that if enabled, keepsDaniel Stenberg
2002-09-27Philip Pertermanns peak meterLinus Nielsen Feltzing
2002-09-26set_bool uses lang.Mats Lidell
2002-09-24Merged 'mp3 filter' and 'show hidden files' into a single filter option.Björn Stenberg
2002-09-24Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_gets...Björn Stenberg
2002-09-24Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to ...Björn Stenberg
2002-09-24Now sets the poweroff timer when loading the settingsLinus Nielsen Feltzing
2002-09-21Fixed time/date setting for new font system.Markus Braun
2002-09-19Removed F3 handling in the set_() functions. Now the function callback is not...Linus Nielsen Feltzing
2002-09-18New language/string handlingBjörn Stenberg
2002-09-18Added play_selected option, and moved browse_currentLinus Nielsen Feltzing
2002-09-17Philipp's fix .eq loading patchEric Linenberg
2002-09-14added Lee Marlow's get_option() wrap patchRobert Hak
2002-09-12Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg
2002-09-10Added function pointer argument to set_option(). This allows for instantaneou...Linus Nielsen Feltzing
2002-09-09Now saves channel configLinus Nielsen Feltzing
2002-09-09Hardeep's browse current file patch. When hitting stop while playing, you wi...Eric Linenberg
2002-09-06Custom EQ files can now be loaded (*.eq). Docs coming soon :)Justin Heiner
2002-09-05Almost there with the loadable eq. still not ready to use yet though.Justin Heiner
2002-09-05Chris Pimlott's menu patch -- reorgainzes the menusEric Linenberg
2002-09-05The beginnings of loadable EQ's from the tree. Ifdef'd as CUSTOM_EQJustin Heiner