- c8592ba Voice UI: option to spell dirs/files, say (known) extension with file number, minor fixes by Jörg Hohensohn · 21 years ago
- 3aa99e1 Step 4 of voice UI: by Jörg Hohensohn · 21 years ago
- beec2e9 Overlooked to "voice" the set_int() function, this is why many numerical setting remained silent. by Jörg Hohensohn · 21 years ago
- fa97f16 Third step of the voice-UI: numerical settings are spoken (composed at runtime), needs new voicefont at the new location ".rockbox/langs/english.voice" by Jörg Hohensohn · 21 years ago
- 77936e6 First shot at a nice little button bar at the bottom of the recorder LCD. Enable Button Bar in the Display settings. Only the dir browser uses it at the moment. by Linus Nielsen Feltzing · 21 years ago
- 42ffbf9 Second step of the voice-UI: Option values are spoken, if they are translatable strings. by Jörg Hohensohn · 21 years ago
- 4f36ea8 First step of the voice-UI: the menus can talk. You need a "voicefont" file in .rockbox to use this. by Jörg Hohensohn · 21 years ago
- 10b92c4 First step towards context sensitive and configurable menus, by Brent Coutts by Linus Nielsen Feltzing · 21 years ago
- 107ebc5 Modified playlist handling to allow for multiple playlists to be edited at the same time. Added support in playlist viewer for viewing/editing playlists on disk (accessed via ON+PLAY->Playlist->View on a playlist). Added menu in playlist viewer for changing a few settings and saving playlist. Added File Options menu in playlist viewer ON+PLAY menu. by Hardeep Sidhu · 21 years ago
- a73cc6a Re-added wake-up alarm which was lost in the menu reorganisation. by Björn Stenberg · 21 years ago
- fe375a0 Menu reorganization (patch #872810 by Peter Schneider) by Björn Stenberg · 21 years ago
- a108ec2 Added Benjamin Metzlers bookmarking feature (patch #669440) by Björn Stenberg · 21 years ago
- 0f68958 Henrik Backe's patch that introduces 'fonts' and 'langs' subdirectories by Daniel Stenberg · 21 years ago
- a5e1d06 Upside Down option for display (and buttons) now wired into the display settings menu, persistence, simulator stubs by Jörg Hohensohn · 21 years ago
- 54a7e20 Oooops by Linus Nielsen Feltzing · 21 years ago
- c22b411 Patch #798050 by Leslie Donaldson, activates Line In on Player models by Linus Nielsen Feltzing · 21 years ago
- b1c429e Car Ignition Auto Stop (patch #736339 by Craig Sather) by Björn Stenberg · 21 years ago
- de5477c Brian King's .rockbox browsing patch by Björn Stenberg · 21 years ago
- bf6481e Future proof value for Jumpscroll selection allways was illegal. Code removed. by Mats Lidell · 22 years ago
- 9e42620 Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlist from file browser to see available options. by Hardeep Sidhu · 22 years ago
- 9fb2d34 Default contrast is now autodetected on recorders by Linus Nielsen Feltzing · 22 years ago
- 26712d5 Made bool options apply instantly (patch #729614). Also cleared up a long-standing issue with int/bool settings. by Björn Stenberg · 22 years ago
- d1a6fa1 Addded option to hide icons in dir browser. (Patch #728377) by Björn Stenberg · 22 years ago
- 66875e0 Silly, Silly. There is no day/month 0. by Markus Braun · 22 years ago
- 44ee2ab Fix for time/date setting after power loss (battery change). by Markus Braun · 22 years ago
- 6143eeb Added "jump scroll delay" (for player). by Kjell Ericson · 22 years ago
- 53f156a New feature for player: Jump scroll! by Kjell Ericson · 22 years ago
- 2ce9ba5 Max playlist size is 20000 files by Linus Nielsen Feltzing · 22 years ago
- 20d031f Configurable dir browser file buffer size. No more 400-file limit. No more whining. by Linus Nielsen Feltzing · 22 years ago
- 233b7f3 Changed some settings strings by Björn Stenberg · 22 years ago
- 8d4471d Caption backlight needed a function. Picky picky... by Björn Stenberg · 22 years ago
- e89069d Caption backlight is available for players too by Björn Stenberg · 22 years ago
- 8658752 Added caption backlight: Turns on backlight briefly at the start and end of each track. by Björn Stenberg · 22 years ago
- 7222168 Fixed compiler warnings for player builds by Linus Nielsen Feltzing · 22 years ago
- 459abc2 scroll/status bar enable now also in display menu (were in F3 menu only). Now all F2/F3 settings are accessible in the main menu, consistent and better for F2/F3 hijacking by Jörg Hohensohn · 22 years ago
- e43b78a Magnus Öman's long awaited inverted cursor patch by Linus Nielsen Feltzing · 22 years ago
- 72f75f3 Removed CPU Sleep setting. It's now permanently enabled. by Björn Stenberg · 22 years ago
- c5aaab4 Added .cfg file writing. Patch by Christian Determann. by Björn Stenberg · 22 years ago
- 98a9198 Invert is a boolean by Björn Stenberg · 22 years ago
- b107920 New option: Invert display. Patch by Mark Hillebrand. by Björn Stenberg · 22 years ago
- e2628d9 Volume fade patch by Eric Linenberg by Björn Stenberg · 22 years ago
- c4d8d97 The power-saving SLEEP patch by Simon Elén. by Björn Stenberg · 22 years ago
- 74cc9e4 Remove use of rockbox-mode.el in local variables list. by Mats Lidell · 22 years ago
- c65dadf Bidirectional scroll for player. by Mats Lidell · 22 years ago
- 0494188 one space character too much by Uwe Freese · 22 years ago
- 0bf70e6 battery capacity (1500-2400 in 50mAh steps) saved to disk by Uwe Freese · 22 years ago
- ae1ba1d stupid bug, trickle setting in menu didn't work by Uwe Freese · 22 years ago
- bf93c08 sim build error fixed by Uwe Freese · 22 years ago
- 4cff030 battery capacity setting, not saved to RTC/disk yet by Uwe Freese · 22 years ago
- 207f4d2 no inclusion of apps/settings.h anymore (simulator build error), new enable_trickle_charge function by Uwe Freese · 22 years ago
- db5bcc6 trickle charge switchable on and off by Uwe Freese · 22 years ago
- 265a75d lets list scroll first by Robert Hak · 22 years ago
- 89d8f76 delay cant be >2500 since we store # of ticks in a single byte by Robert Hak · 22 years ago
- b4b9e3b As per Zagor: Any value over 10 will eat all available by Robert Hak · 22 years ago
- 048fa13 scroll speed up'd to 50 by Robert Hak · 22 years ago
- 65002e8 moved scroll to it's own submenu and we now clear screen on settings reset by Robert Hak · 22 years ago
- a2e98c1 Merged Uwe Freese's bidirectional scrolling patch. Added configurable scroll step size and scroll start delay. by Björn Stenberg · 22 years ago
- b8ff5f8 Added MP3 buffer margin setting by Linus Nielsen Feltzing · 22 years ago
- 657a2f3 correction to make 'playlists' display option work by Robert Hak · 22 years ago
- 0789d42 updateing a build failure (ata_power_off) and first attempt to add 'playlist only' file display by Robert Hak · 22 years ago
- 39c5474 use the proper #ifdef HAVE_ATA_POWER_OFF by Daniel Stenberg · 22 years ago
- 2b77b4f Added option to enable/disable disk poweroff (for diagnostic purposes) by Björn Stenberg · 22 years ago
- fd0cc3b Phil Pertermann's dB peak meter patch by Linus Nielsen Feltzing · 22 years ago
- da40726 fixing a yellow build by Robert Hak · 22 years ago
- 5a9e892 battery/volume status can be displayed numerically by Robert Hak · 22 years ago
- 0af59de Got rid of a screen clear in the settings reset menu that made the question disappear by Justin Heiner · 22 years ago
- c88751f resume ask once option added by Robert Hak · 22 years ago
- f22851f the simulator simulates rtc now, no need for extra #ifdefs by Daniel Stenberg · 22 years ago
- 22a7a2d Added 12 hour clock to status bar on recorders. by Markus Braun · 22 years ago
- 8f4c504 stupid wrong include by Robert Hak · 22 years ago
- ea8a4cf corrected inability to reset settings by Robert Hak · 22 years ago
- a6d0abb Repeat off/all/one toggle. By Hardeep Sidhu. by Björn Stenberg · 22 years ago
- ecfc88b Yes/No/Ask instead of On/Off/Ask by Uwe Freese · 22 years ago
- 40ffbb1 Resetting settings in the menu now applies the settings as well by Linus Nielsen Feltzing · 22 years ago
- c43b36c backlight when charging now is for players and simulators too by Daniel Stenberg · 22 years ago
- b95fe1a Mark A. Hillebrand's patch that offers a new setting that if enabled, keeps by Daniel Stenberg · 22 years ago
- f7c3ffa peakmeter is lcd-bitmap only by Daniel Stenberg · 22 years ago
- bb572c4 Philip Pertermanns peak meter by Linus Nielsen Feltzing · 22 years ago
- a7dcf91 Merged 'mp3 filter' and 'show hidden files' into a single filter option. by Björn Stenberg · 22 years ago
- b1b8bd4 Moved on_screen, f2_screen, f3_screen and handle_usb (renamed usb_screen) to a new file: screens.c. by Björn Stenberg · 22 years ago
- 083a6db Auto-poweroff, by Lee Marlow by Linus Nielsen Feltzing · 22 years ago
- ba93850 Fixed time/date setting for new font system. by Markus Braun · 22 years ago
- 505eca7 New language/string handling by Björn Stenberg · 22 years ago
- 25316c5 Added play_selected option by Linus Nielsen Feltzing · 22 years ago
- 8a1187e Renamed "Browse Current" to "Follow Playlist" by Hardeep Sidhu · 22 years ago
- 75d7715 Added function pointer argument to set_option(). This allows for instantaneous response from the AVC and Channels sound options by Linus Nielsen Feltzing · 22 years ago
- ecca123 Hardeep's browse current file patch. When hitting stop while playing, you will be on the current song, also this is configurable by Eric Linenberg · 22 years ago
- 94afb54 Renamed 'load default config' to 'reset settings'. Made it work on recorder. by Björn Stenberg · 22 years ago
- 2f9b54b Added a 'Load Default Config' menu to the System menu by Justin Heiner · 22 years ago
- 1257733 let's see the speed of the scrolling as we set it (made string longer) by Eric Linenberg · 22 years ago
- 90ca5cf Scrolling now goes up to 30 by Eric Linenberg · 22 years ago
- c5b645b Chris Pimlott's menu patch -- reorgainzes the menus by Eric Linenberg · 22 years ago
- 228ec42 lets make lines 80 chars shall we? by Robert Hak · 22 years ago
- 632bc97 Made menu easier to understand by Eric Linenberg · 22 years ago
- 7eb2711 Nate Nystrom's FF/RW min speed patch by Eric Linenberg · 22 years ago
- ba34922 wps-display.c
by Justin Heiner · 22 years ago
- abe11fd Added quick-set screens to F2 (play modes) and F3 (screen settings) in dir browser and wps. Fixed minor propfont issues in lcd.c. Exported icons outside of icons.c by Björn Stenberg · 22 years ago
- 26964fd Merged Magnus Holmgren's wps.config code. by Björn Stenberg · 22 years ago
- b5025a8 USB Related:
by Justin Heiner · 22 years ago
- 5bade50 Fix for display of WPS settings in the menu by Justin Heiner · 22 years ago