summaryrefslogtreecommitdiff
path: root/apps/settings.c (follow)
Commit message (Collapse)AuthorAge
...
* The channel eq setting saved the value in global_settings.bassLinus Nielsen Feltzing2002-10-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2517 a1c6a512-1295-4272-9138-f99709370657
* Accepted Brian King's backlight-on-when-charging patch, slightly modifiedLinus Nielsen Feltzing2002-10-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2515 a1c6a512-1295-4272-9138-f99709370657
* Store the first index of the playlist and use it when calculating the next ↵Hardeep Sidhu2002-10-06
| | | | | | 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
* Repeat off/all/one toggle. By Hardeep Sidhu.Björn Stenberg2002-10-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2498 a1c6a512-1295-4272-9138-f99709370657
* bumped up the CONFIG_BLOCK_VERSION so that volume setting correctsRobert Hak2002-10-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2494 a1c6a512-1295-4272-9138-f99709370657
* Resetting settings in the menu now applies the settings as wellLinus Nielsen Feltzing2002-10-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2486 a1c6a512-1295-4272-9138-f99709370657
* Balance setting was signed but loaded as unsignedBjörn Stenberg2002-10-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2482 a1c6a512-1295-4272-9138-f99709370657
* read_line() always null-terminates stringBjörn Stenberg2002-10-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2481 a1c6a512-1295-4272-9138-f99709370657
* Save loaded EQ settings.Björn Stenberg2002-10-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2479 a1c6a512-1295-4272-9138-f99709370657
* Changed .eq file format to simple 'setting: value' model.Björn Stenberg2002-10-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2478 a1c6a512-1295-4272-9138-f99709370657
* Mark A. Hillebrand's patch that offers a new setting that if enabled, keepsDaniel Stenberg2002-10-01
| | | | | | | 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
* Philip Pertermanns peak meterLinus Nielsen Feltzing2002-09-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2436 a1c6a512-1295-4272-9138-f99709370657
* set_bool uses lang.Mats Lidell2002-09-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2423 a1c6a512-1295-4272-9138-f99709370657
* Merged 'mp3 filter' and 'show hidden files' into a single filter option.Björn Stenberg2002-09-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2405 a1c6a512-1295-4272-9138-f99709370657
* Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and ↵Björn Stenberg2002-09-24
| | | | | | lcd_getstringsize. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2403 a1c6a512-1295-4272-9138-f99709370657
* Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to ↵Björn Stenberg2002-09-24
| | | | | | | | | | | 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
* Now sets the poweroff timer when loading the settingsLinus Nielsen Feltzing2002-09-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2380 a1c6a512-1295-4272-9138-f99709370657
* Fixed time/date setting for new font system.Markus Braun2002-09-21
| | | | | | | Enbled time/date setting in simulator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2363 a1c6a512-1295-4272-9138-f99709370657
* Removed F3 handling in the set_() functions. Now the function callback is ↵Linus Nielsen Feltzing2002-09-19
| | | | | | not called on button timeouts. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2332 a1c6a512-1295-4272-9138-f99709370657
* New language/string handlingBjörn Stenberg2002-09-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2327 a1c6a512-1295-4272-9138-f99709370657
* Added play_selected option, and moved browse_currentLinus Nielsen Feltzing2002-09-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2322 a1c6a512-1295-4272-9138-f99709370657
* Philipp's fix .eq loading patchEric Linenberg2002-09-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2318 a1c6a512-1295-4272-9138-f99709370657
* added Lee Marlow's get_option() wrap patchRobert Hak2002-09-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2293 a1c6a512-1295-4272-9138-f99709370657
* Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg2002-09-12
| | | | | | | propfont and loadable font code. New font file format. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2269 a1c6a512-1295-4272-9138-f99709370657
* Added function pointer argument to set_option(). This allows for ↵Linus Nielsen Feltzing2002-09-10
| | | | | | instantaneous response from the AVC and Channels sound options git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2253 a1c6a512-1295-4272-9138-f99709370657
* Now saves channel configLinus Nielsen Feltzing2002-09-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2245 a1c6a512-1295-4272-9138-f99709370657
* Hardeep's browse current file patch. When hitting stop while playing, you ↵Eric Linenberg2002-09-09
| | | | | | 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
* Custom EQ files can now be loaded (*.eq). Docs coming soon :)Justin Heiner2002-09-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2197 a1c6a512-1295-4272-9138-f99709370657
* Almost there with the loadable eq. still not ready to use yet though.Justin Heiner2002-09-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2187 a1c6a512-1295-4272-9138-f99709370657
* Chris Pimlott's menu patch -- reorgainzes the menusEric Linenberg2002-09-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2178 a1c6a512-1295-4272-9138-f99709370657
* The beginnings of loadable EQ's from the tree. Ifdef'd as CUSTOM_EQJustin Heiner2002-09-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2177 a1c6a512-1295-4272-9138-f99709370657
* Nate Nystrom's FF/RW min speed patchEric Linenberg2002-09-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2161 a1c6a512-1295-4272-9138-f99709370657
* Merged Magnus Holmgren's wps.config code.Björn Stenberg2002-09-01
| | | | | | | | 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
* USB Related: Justin Heiner2002-08-31
| | | | | | | | | | | | | | | | | | | 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
* Added scrollbar to tree view and menus.Markus Braun2002-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2084 a1c6a512-1295-4272-9138-f99709370657
* Added char rockboxdir[] containing the directory /.rockbox/ where we shouldHeikki Hannikainen2002-08-30
| | | | | | | 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
* update to the ff/rw options accelerate optionsEric Linenberg2002-08-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2045 a1c6a512-1295-4272-9138-f99709370657
* Nate Nystrom's ff/rw acceleration patchEric Linenberg2002-08-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2044 a1c6a512-1295-4272-9138-f99709370657
* Added REPEAT to UP/DOWN keys in the time/date settingLinus Nielsen Feltzing2002-08-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2018 a1c6a512-1295-4272-9138-f99709370657
* Corrected a commentLinus Nielsen Feltzing2002-08-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2017 a1c6a512-1295-4272-9138-f99709370657
* Added configurable disk spindown. The disk will also now not spin down while ↵Björn Stenberg2002-08-26
| | | | | | 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
* Bill Napier's patch slightly remodelled. This adds a setting calledDaniel Stenberg2002-08-22
| | | | | | | | | | "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
* Make use of the fixed lcd_getstringsize() for prop fonts.Markus Braun2002-08-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1835 a1c6a512-1295-4272-9138-f99709370657
* enabled status bar in menus on recordersMarkus Braun2002-08-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1822 a1c6a512-1295-4272-9138-f99709370657
* Expanded resume options: off/ask/onBjörn Stenberg2002-08-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1797 a1c6a512-1295-4272-9138-f99709370657
* Added resume. Works in dirs and playlists, shuffled or not. Resumes ↵Björn Stenberg2002-08-16
| | | | | | mid-song, but press pause on players before you shutdown so they get a chance to store the position on disk. Recorders use RTC ram. Todo: Time display is wrong after mid-track resume and ffd/rew is not handled. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1787 a1c6a512-1295-4272-9138-f99709370657
* Added delayed write for settings. Doesn't write until someone else accesses ↵Björn Stenberg2002-08-15
| | | | | | the disk. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1762 a1c6a512-1295-4272-9138-f99709370657
* time/date setting works now with loadable and proportional fontsMarkus Braun2002-08-15
| | | | | | | code makeup git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1749 a1c6a512-1295-4272-9138-f99709370657
* Added Balance settingLinus Nielsen Feltzing2002-08-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1744 a1c6a512-1295-4272-9138-f99709370657
* Added fast forward and rewind (without sound). Patch by Hardeep Sidhu.Björn Stenberg2002-08-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1741 a1c6a512-1295-4272-9138-f99709370657