summaryrefslogtreecommitdiff
path: root/apps/settings.c
AgeCommit message (Collapse)Author
2002-10-10Backlight-on-when-charging fixBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2559 a1c6a512-1295-4272-9138-f99709370657
2002-10-09'Reset settings' now also resets wps, font and language (although you have ↵Björn Stenberg
to reboot to get back to the old language). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2552 a1c6a512-1295-4272-9138-f99709370657
2002-10-09Don't try to load files if setting is emptyBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2543 a1c6a512-1295-4272-9138-f99709370657
2002-10-08Added persistence of last .wps, .fnt and .lng file played in /.rockboxBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2535 a1c6a512-1295-4272-9138-f99709370657
2002-10-08Renamed .eq files .cfgBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2521 a1c6a512-1295-4272-9138-f99709370657
2002-10-06The channel eq setting saved the value in global_settings.bassLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2517 a1c6a512-1295-4272-9138-f99709370657
2002-10-06Accepted Brian King's backlight-on-when-charging patch, slightly modifiedLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2515 a1c6a512-1295-4272-9138-f99709370657
2002-10-06Store the first index of the playlist and use it when calculating the next ↵Hardeep Sidhu
index in repeat off mode so that shuffled dirplay works correctly when "play selected" is enabled. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2514 a1c6a512-1295-4272-9138-f99709370657
2002-10-04Repeat off/all/one toggle. By Hardeep Sidhu.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2498 a1c6a512-1295-4272-9138-f99709370657
2002-10-04bumped up the CONFIG_BLOCK_VERSION so that volume setting correctsRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2494 a1c6a512-1295-4272-9138-f99709370657
2002-10-03Resetting settings in the menu now applies the settings as wellLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2486 a1c6a512-1295-4272-9138-f99709370657
2002-10-02Balance setting was signed but loaded as unsignedBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2482 a1c6a512-1295-4272-9138-f99709370657
2002-10-02read_line() always null-terminates stringBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2481 a1c6a512-1295-4272-9138-f99709370657
2002-10-02Save loaded EQ settings.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2479 a1c6a512-1295-4272-9138-f99709370657
2002-10-02Changed .eq file format to simple 'setting: value' model.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2478 a1c6a512-1295-4272-9138-f99709370657
2002-10-01Mark A. Hillebrand's patch that offers a new setting that if enabled, keepsDaniel Stenberg
the backlight on all the time while the charger is connected. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2464 a1c6a512-1295-4272-9138-f99709370657
2002-09-27Philip Pertermanns peak meterLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2436 a1c6a512-1295-4272-9138-f99709370657
2002-09-26set_bool uses lang.Mats Lidell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2423 a1c6a512-1295-4272-9138-f99709370657
2002-09-24Merged 'mp3 filter' and 'show hidden files' into a single filter option.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2405 a1c6a512-1295-4272-9138-f99709370657
2002-09-24Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and ↵Björn Stenberg
lcd_getstringsize. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2403 a1c6a512-1295-4272-9138-f99709370657
2002-09-24Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to ↵Björn Stenberg
a new file: screens.c. typedef Menu replaced with a bool. All code now calls usb_screen() for usb handling. Nearly all code now deals with USB connect/disconnect properly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2401 a1c6a512-1295-4272-9138-f99709370657
2002-09-24Now sets the poweroff timer when loading the settingsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2380 a1c6a512-1295-4272-9138-f99709370657
2002-09-21Fixed time/date setting for new font system.Markus Braun
Enbled time/date setting in simulator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2363 a1c6a512-1295-4272-9138-f99709370657
2002-09-19Removed F3 handling in the set_() functions. Now the function callback is ↵Linus Nielsen Feltzing
not called on button timeouts. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2332 a1c6a512-1295-4272-9138-f99709370657
2002-09-18New language/string handlingBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2327 a1c6a512-1295-4272-9138-f99709370657
2002-09-18Added play_selected option, and moved browse_currentLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2322 a1c6a512-1295-4272-9138-f99709370657
2002-09-17Philipp's fix .eq loading patchEric Linenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2318 a1c6a512-1295-4272-9138-f99709370657
2002-09-14added Lee Marlow's get_option() wrap patchRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2293 a1c6a512-1295-4272-9138-f99709370657
2002-09-12Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg
propfont and loadable font code. New font file format. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2269 a1c6a512-1295-4272-9138-f99709370657
2002-09-10Added function pointer argument to set_option(). This allows for ↵Linus Nielsen Feltzing
instantaneous response from the AVC and Channels sound options git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2253 a1c6a512-1295-4272-9138-f99709370657
2002-09-09Now saves channel configLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2245 a1c6a512-1295-4272-9138-f99709370657
2002-09-09Hardeep's browse current file patch. When hitting stop while playing, you ↵Eric Linenberg
will be on the current song, also this is configurable git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2239 a1c6a512-1295-4272-9138-f99709370657
2002-09-06Custom EQ files can now be loaded (*.eq). Docs coming soon :)Justin Heiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2197 a1c6a512-1295-4272-9138-f99709370657
2002-09-05Almost there with the loadable eq. still not ready to use yet though.Justin Heiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2187 a1c6a512-1295-4272-9138-f99709370657
2002-09-05Chris Pimlott's menu patch -- reorgainzes the menusEric Linenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2178 a1c6a512-1295-4272-9138-f99709370657
2002-09-05The beginnings of loadable EQ's from the tree. Ifdef'd as CUSTOM_EQJustin Heiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2177 a1c6a512-1295-4272-9138-f99709370657
2002-09-04Nate Nystrom's FF/RW min speed patchEric Linenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2161 a1c6a512-1295-4272-9138-f99709370657
2002-09-01Merged Magnus Holmgren's wps.config code.Björn Stenberg
Moved wps.config from root to /.rockbox dir. Removed WPS display setting. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2111 a1c6a512-1295-4272-9138-f99709370657
2002-08-31USB Related: Justin Heiner
Consolidated some more of the USB code in the WPS. Have backlight turn offf when USB Connected. menu.c: LINE_X was set wrong for player. settings_menu.c / wps-display.c: Added 1 Line ID3+. Has progress bar & Kbps. Renamed some of the WPS options to be more readable. wps.c / wps-display.c Fixed problem with FF/REW when 'Remaining Time' is on. Added %pb to the WPS mix. Player progress bar thingy. Thanks to whoever fixed my PLAYER_PROGRESS function :-) Changed how volume changes on player (works better now). General cleanup of Custom WPS code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2091 a1c6a512-1295-4272-9138-f99709370657
2002-08-30Added scrollbar to tree view and menus.Markus Braun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2084 a1c6a512-1295-4272-9138-f99709370657
2002-08-30Added char rockboxdir[] containing the directory /.rockbox/ where we shouldHeikki Hannikainen
start storing wps config files, fonts and other data/config files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2083 a1c6a512-1295-4272-9138-f99709370657
2002-08-29update to the ff/rw options accelerate optionsEric Linenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2045 a1c6a512-1295-4272-9138-f99709370657
2002-08-28Nate Nystrom's ff/rw acceleration patchEric Linenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2044 a1c6a512-1295-4272-9138-f99709370657
2002-08-28Added REPEAT to UP/DOWN keys in the time/date settingLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2018 a1c6a512-1295-4272-9138-f99709370657
2002-08-28Corrected a commentLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2017 a1c6a512-1295-4272-9138-f99709370657
2002-08-26Added configurable disk spindown. The disk will also now not spin down while ↵Björn Stenberg
you are running around in the dir browser or pressing buttons in the wps. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1987 a1c6a512-1295-4272-9138-f99709370657
2002-08-22Bill Napier's patch slightly remodelled. This adds a setting calledDaniel Stenberg
"Show hidden files" that if enabled will show files with the hidden attribute and/or starting with a dot in the dir browser. If the setting is set to Off, files/dirs starting with a dot or that have the hidden attribute set will be... yes, hidden. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1926 a1c6a512-1295-4272-9138-f99709370657
2002-08-21Make use of the fixed lcd_getstringsize() for prop fonts.Markus Braun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1835 a1c6a512-1295-4272-9138-f99709370657
2002-08-20enabled status bar in menus on recordersMarkus Braun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1822 a1c6a512-1295-4272-9138-f99709370657
2002-08-19Expanded resume options: off/ask/onBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1797 a1c6a512-1295-4272-9138-f99709370657