summaryrefslogtreecommitdiff
path: root/apps/settings_menu.c (follow)
Commit message (Collapse)AuthorAge
...
* Made menu easier to understandEric Linenberg2002-09-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2162 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
* wps-display.c Justin Heiner2002-09-04
| | | | | | | | | | | | | | | | | | | | | * Made 'Remaining Time' count correctly when doing FF/REW. * Fixed bug in player_progressbar that caused Illegal Instruction if the FF/Play went past the end of the song. wps.c * Removed 'if(lastbutton!=BUTTON_LEFT)' from track changes. It was causing tracks to not change unless button was pressed numerous times quickly :-) * For player, changed BUTTON_STOP to BUTTON_STOP | BUTTON_REL. Since stop is also the key to turn the device off, we don't want it to go to the dir browser unless the stop button is released. settings_menu.c * Changed the minimum disk spindown time to 3 seconds, due to reported problems if set below that. makefile.vc6 * Fixed the VC makefile to work with both Recorder & Player again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2159 a1c6a512-1295-4272-9138-f99709370657
* Added quick-set screens to F2 (play modes) and F3 (screen settings) in dir ↵Björn Stenberg2002-09-03
| | | | | | browser and wps. Fixed minor propfont issues in lcd.c. Exported icons outside of icons.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2154 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
* Fix for display of WPS settings in the menuJustin Heiner2002-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2086 a1c6a512-1295-4272-9138-f99709370657
* Corrected bit masks for time setting menu.Markus Braun2002-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2080 a1c6a512-1295-4272-9138-f99709370657
* Got rid of the old WPS, and use Custom WPS as the method of WPS updating. ↵Justin Heiner2002-08-30
| | | | | | Also working on a player progress bar (using a custom character). That is now able to be #included with -DPLAYER_PROGRESS in the apps/Makefile git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2074 a1c6a512-1295-4272-9138-f99709370657
* Fixed a couple of problems with Zagor's commit, along with some of my own ↵Justin Heiner2002-08-30
| | | | | | CUSTOM_WPS problems git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2069 a1c6a512-1295-4272-9138-f99709370657
* With proportional fonts on the recorder, the scroll speed indicator in scrollHeikki Hannikainen2002-08-29
| | | | | | | speed setting was not long enough to actually start scrolling 8-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2063 a1c6a512-1295-4272-9138-f99709370657
* Custom WPS update - works for recorder and player now. Also updated how the ↵Justin Heiner2002-08-29
| | | | | | WPS refreshes the screen when using Custom WPS git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2046 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 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
* When toggling shuffle from on to off while a playlist is playing, update the ↵Hardeep Sidhu2002-08-26
| | | | | | current playlist index to the new index of the current song git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1977 a1c6a512-1295-4272-9138-f99709370657
* Reduced max ffw/rew step size to 255s because we are storing the value in 1 byteHardeep Sidhu2002-08-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1971 a1c6a512-1295-4272-9138-f99709370657
* global_settings are not for runtime state variables!Björn Stenberg2002-08-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1967 a1c6a512-1295-4272-9138-f99709370657
* Update to the Custom WPS. Now actually works, can be fed any string, uses ↵Justin Heiner2002-08-24
| | | | | | %xx instead of just %x, and more! It's #define'd out in settings.h - Needs to be enabled to use it. PLAYER ONLY git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1963 a1c6a512-1295-4272-9138-f99709370657
* Remade the menu system slightly. All functions invoked from menus now useDaniel Stenberg2002-08-23
| | | | | | | | | | | | | the Menu typedef as return type, and *ALL* menus that intercept USB connect can then return MENU_REFRESH_DIR so that the parent (any parent really) that do file or dir-accesses knows that and can do the refresh. If no refresh is needed by the parent, MENU_OK is returned. Somewhat biggish commit this close to 1.3, but we need to sort out this refresh-after-usb-connected business. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1948 a1c6a512-1295-4272-9138-f99709370657
* Fixed a problem with my #define CUSTOM_WPS - It didn't lower the menu items ↵Justin Heiner2002-08-23
| | | | | | to 4 from 5 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1936 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
* Changed CUSTOM_WPS to be a define-only feature until it is more complete. To ↵Justin Heiner2002-08-22
| | | | | | include it, simply uncomment the #define CUSTOM_WPS line in wps.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1924 a1c6a512-1295-4272-9138-f99709370657
* Added ability to have a Custom WPS Display on the Player. See the commited ↵Justin Heiner2002-08-22
| | | | | | doc for the tag specification git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1903 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 a 1 Line ID3 display for player that displays the PlaylistPos: Artist ↵Justin Heiner2002-08-19
| | | | | | - Title on the first line and time on the 2nd line. NOTE: WPS Display saved settings will be loaded incorrectly on the player the first time. Rearranged the WPS Settings menu git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1793 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
* removed entry for status barMarkus Braun2002-08-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1767 a1c6a512-1295-4272-9138-f99709370657
* New backlight settings with always-offLinus Nielsen Feltzing2002-08-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1766 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
* Added LCD contrast settingLinus Nielsen Feltzing2002-08-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1710 a1c6a512-1295-4272-9138-f99709370657
* changed display format for time/date setting menuMarkus Braun2002-08-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1646 a1c6a512-1295-4272-9138-f99709370657
* Added a time/date settingMarkus Braun2002-08-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1645 a1c6a512-1295-4272-9138-f99709370657
* Added status bar to file browser and wpsMarkus Braun2002-08-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1582 a1c6a512-1295-4272-9138-f99709370657
* API changes due to the RAM-based playlistsLinus Nielsen Feltzing2002-08-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1560 a1c6a512-1295-4272-9138-f99709370657
* Added battery charger for the recorder and a power management debugger.Heikki Hannikainen2002-08-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1547 a1c6a512-1295-4272-9138-f99709370657
* Magnus Holmgren's fix that now enables us to toggle shuffle on/off from theDaniel Stenberg2002-08-02
| | | | | | | menu and it'll "take effect" immediately when needing to reload the playlist. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1526 a1c6a512-1295-4272-9138-f99709370657
* Loudness, Superbass and sorting patch by Heikki HannikainenLinus Nielsen Feltzing2002-07-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1401 a1c6a512-1295-4272-9138-f99709370657
* Settings are now saved in RTC RAM on Recorder (Heikki Hannikainen).Björn Stenberg2002-07-15
| | | | | | | | | | | Introduced debug menu (Heikki Hannikainen). Cleaned up settings API. Added scroll_speed init. Moved dbg_ports() and dbg_rtc() from firmware/debug.c to apps/debug_menu.c Made panic buffer static. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1347 a1c6a512-1295-4272-9138-f99709370657
* Abstracted settings user interface into set_bool, set_int and set_option.Björn Stenberg2002-06-27
| | | | | | | | Removed the unnecessary menu entry ids. Made playlist_shuffle and scroll_speed proper global settings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1220 a1c6a512-1295-4272-9138-f99709370657
* Corrected declarationBjörn Stenberg2002-06-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1173 a1c6a512-1295-4272-9138-f99709370657
* Fixed compiler error, removed unnecessary sprintfBjörn Stenberg2002-06-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1170 a1c6a512-1295-4272-9138-f99709370657
* added menu support for selecting wps settingsJerome Kuptz2002-06-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1168 a1c6a512-1295-4272-9138-f99709370657
* moved general settings to a submenuRobert Hak2002-06-24
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1161 a1c6a512-1295-4272-9138-f99709370657