summaryrefslogtreecommitdiff
path: root/apps/settings_menu.c
AgeCommit message (Collapse)Author
2004-03-20Overlooked to "voice" the set_int() function, this is why many numerical ↵Jörg Hohensohn
setting remained silent. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4416 a1c6a512-1295-4272-9138-f99709370657
2004-03-19Third step of the voice-UI: numerical settings are spoken (composed at ↵Jörg Hohensohn
runtime), needs new voicefont at the new location ".rockbox/langs/english.voice" git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4414 a1c6a512-1295-4272-9138-f99709370657
2004-03-16First shot at a nice little button bar at the bottom of the recorder LCD. ↵Linus Nielsen Feltzing
Enable Button Bar in the Display settings. Only the dir browser uses it at the moment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4391 a1c6a512-1295-4272-9138-f99709370657
2004-03-15Second step of the voice-UI: Option values are spoken, if they are ↵Jörg Hohensohn
translatable strings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4383 a1c6a512-1295-4272-9138-f99709370657
2004-03-14First step of the voice-UI: the menus can talk. You need a "voicefont" file ↵Jörg Hohensohn
in .rockbox to use this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4381 a1c6a512-1295-4272-9138-f99709370657
2004-03-12First step towards context sensitive and configurable menus, by Brent CouttsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4370 a1c6a512-1295-4272-9138-f99709370657
2004-01-26Modified playlist handling to allow for multiple playlists to be edited at ↵Hardeep Sidhu
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. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4276 a1c6a512-1295-4272-9138-f99709370657
2004-01-15Re-added wake-up alarm which was lost in the menu reorganisation.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4237 a1c6a512-1295-4272-9138-f99709370657
2004-01-14Menu reorganization (patch #872810 by Peter Schneider)Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4231 a1c6a512-1295-4272-9138-f99709370657
2004-01-14Added Benjamin Metzlers bookmarking feature (patch #669440)Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4227 a1c6a512-1295-4272-9138-f99709370657
2004-01-08Henrik Backe's patch that introduces 'fonts' and 'langs' subdirectoriesDaniel Stenberg
in .rockbox git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4206 a1c6a512-1295-4272-9138-f99709370657
2003-12-20Upside Down option for display (and buttons) now wired into the display ↵Jörg Hohensohn
settings menu, persistence, simulator stubs git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4168 a1c6a512-1295-4272-9138-f99709370657
2003-11-04OooopsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4009 a1c6a512-1295-4272-9138-f99709370657
2003-11-03Patch #798050 by Leslie Donaldson, activates Line In on Player modelsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4008 a1c6a512-1295-4272-9138-f99709370657
2003-10-17Car Ignition Auto Stop (patch #736339 by Craig Sather)Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3976 a1c6a512-1295-4272-9138-f99709370657
2003-09-29Brian King's .rockbox browsing patchBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3964 a1c6a512-1295-4272-9138-f99709370657
2003-07-21Future proof value for Jumpscroll selection allways was illegal. CodeMats Lidell
removed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3856 a1c6a512-1295-4272-9138-f99709370657
2003-07-01Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or ↵Hardeep Sidhu
playlist from file browser to see available options. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3796 a1c6a512-1295-4272-9138-f99709370657
2003-06-25Default contrast is now autodetected on recordersLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3761 a1c6a512-1295-4272-9138-f99709370657
2003-06-05Made bool options apply instantly (patch #729614). Also cleared up a ↵Björn Stenberg
long-standing issue with int/bool settings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3732 a1c6a512-1295-4272-9138-f99709370657
2003-06-05Addded option to hide icons in dir browser. (Patch #728377)Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3731 a1c6a512-1295-4272-9138-f99709370657
2003-05-27Silly, Silly. There is no day/month 0.Markus Braun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3701 a1c6a512-1295-4272-9138-f99709370657
2003-05-27Fix for time/date setting after power loss (battery change).Markus Braun
After a power loss, the time in the setting screen is set to 00:00 01/01/2003. Fixes Bug report #715081, #741391, #742672 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3700 a1c6a512-1295-4272-9138-f99709370657
2003-05-27Added "jump scroll delay" (for player).Kjell Ericson
Added that you can set how many times the jump scroll shall occur (max 5 times) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3697 a1c6a512-1295-4272-9138-f99709370657
2003-05-22New feature for player: Jump scroll!Kjell Ericson
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3693 a1c6a512-1295-4272-9138-f99709370657
2003-05-09Max playlist size is 20000 filesLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3666 a1c6a512-1295-4272-9138-f99709370657
2003-05-09Configurable dir browser file buffer size. No more 400-file limit. No more ↵Linus Nielsen Feltzing
whining. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3661 a1c6a512-1295-4272-9138-f99709370657
2003-04-24Changed some settings stringsBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3601 a1c6a512-1295-4272-9138-f99709370657
2003-04-24Caption backlight needed a function. Picky picky...Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3597 a1c6a512-1295-4272-9138-f99709370657
2003-04-24Caption backlight is available for players tooBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3596 a1c6a512-1295-4272-9138-f99709370657
2003-04-23Added caption backlight: Turns on backlight briefly at the start and end of ↵Björn Stenberg
each track. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3585 a1c6a512-1295-4272-9138-f99709370657
2003-04-22Fixed compiler warnings for player buildsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3578 a1c6a512-1295-4272-9138-f99709370657
2003-04-21scroll/status bar enable now also in display menu (were in F3 menu only). ↵Jörg Hohensohn
Now all F2/F3 settings are accessible in the main menu, consistent and better for F2/F3 hijacking git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3575 a1c6a512-1295-4272-9138-f99709370657
2003-04-16Magnus Öman's long awaited inverted cursor patchLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3565 a1c6a512-1295-4272-9138-f99709370657
2003-03-12Removed CPU Sleep setting. It's now permanently enabled.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3434 a1c6a512-1295-4272-9138-f99709370657
2003-03-10Added .cfg file writing. Patch by Christian Determann.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3415 a1c6a512-1295-4272-9138-f99709370657
2003-02-27Invert is a booleanBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3357 a1c6a512-1295-4272-9138-f99709370657
2003-02-27New option: Invert display. Patch by Mark Hillebrand.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3355 a1c6a512-1295-4272-9138-f99709370657
2003-02-14Volume fade patch by Eric LinenbergBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3263 a1c6a512-1295-4272-9138-f99709370657
2003-02-14The power-saving SLEEP patch by Simon Elén.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3259 a1c6a512-1295-4272-9138-f99709370657
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3157 a1c6a512-1295-4272-9138-f99709370657
2003-01-14Bidirectional scroll for player.Mats Lidell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3081 a1c6a512-1295-4272-9138-f99709370657
2002-12-16one space character too muchUwe Freese
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3009 a1c6a512-1295-4272-9138-f99709370657
2002-12-16battery capacity (1500-2400 in 50mAh steps) saved to diskUwe Freese
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3008 a1c6a512-1295-4272-9138-f99709370657
2002-12-16stupid bug, trickle setting in menu didn't workUwe Freese
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3007 a1c6a512-1295-4272-9138-f99709370657
2002-12-15sim build error fixedUwe Freese
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3004 a1c6a512-1295-4272-9138-f99709370657
2002-12-15battery capacity setting, not saved to RTC/disk yetUwe Freese
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3002 a1c6a512-1295-4272-9138-f99709370657
2002-12-14no inclusion of apps/settings.h anymore (simulator build error), new ↵Uwe Freese
enable_trickle_charge function git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2995 a1c6a512-1295-4272-9138-f99709370657
2002-12-14trickle charge switchable on and offUwe Freese
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2988 a1c6a512-1295-4272-9138-f99709370657
2002-12-12lets list scroll firstRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2979 a1c6a512-1295-4272-9138-f99709370657