summaryrefslogtreecommitdiff
path: root/apps/settings.c
AgeCommit message (Collapse)Author
2004-03-27Step 4 of voice UI:Jörg Hohensohn
- "talkbox" functionality added, but yet without thumbnail recording - menu under "general settings" to configure voice - directories and folders can be voiced as a numbers git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4440 a1c6a512-1295-4272-9138-f99709370657
2004-03-21Patch 882053, mangled bookmark seetings in cfg fileHenrik Backe
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4420 a1c6a512-1295-4272-9138-f99709370657
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-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-13Bumped the settings block revision number, to force a reset of the settings ↵Linus Nielsen Feltzing
for those who still experience the dir buffer full error git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4377 a1c6a512-1295-4272-9138-f99709370657
2004-03-13Finally killed the nasty bug that caused all the dir-buffer-full errors for ↵Linus Nielsen Feltzing
the newbies git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4372 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-21New feature: NOw you can store the recorded files in either /recordings (the ↵Linus Nielsen Feltzing
directory will be created automatically) or in the current directory. New feature: A "Create directory" menu option (untested in the simulator). Bug fix: The ON+Play menu could do nasty things if you pressed ON+Play in an empty dir. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4268 a1c6a512-1295-4272-9138-f99709370657
2004-01-20The bookmark options were incorrectly read from the settings block, even if ↵Linus Nielsen Feltzing
the data was uninitialized. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4262 a1c6a512-1295-4272-9138-f99709370657
2004-01-17a typo prevented proper loading of the LCD flip from .cfg filesJörg Hohensohn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4251 a1c6a512-1295-4272-9138-f99709370657
2004-01-16Fixed the settings crash. The SH1 CPU is very picky about alignment.Linus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4249 a1c6a512-1295-4272-9138-f99709370657
2004-01-16Temporarily removed resume settings, since they crash! I need to look at it, ↵Björn Stenberg
but first I need to sleep. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4246 a1c6a512-1295-4272-9138-f99709370657
2004-01-16Fixed resume problem (caused by the change from short to int)Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4244 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
2004-01-05Moved the low-level playback functionality into a new, separate module ↵Jörg Hohensohn
"mp3_playback". This e.g. allows to export a memory playback API to the plugins, opens the door to games with sound, UI sounds, etc. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4192 a1c6a512-1295-4272-9138-f99709370657
2003-12-31New recording feature: Prerecord up to 30 seconds before you press the Play ↵Linus Nielsen Feltzing
key. Especially useful for FM radio recording. Also fixed a bug which didn't apply the recording settings correctly in the Radio screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4183 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-12-09Don't write playlist shuffle settings immediately to disk. Instead, save ↵Hardeep Sidhu
them in global settings and only flush to disk when the playlist is modified \(e.g. insert,delete\). As part of the changes the resume index was changed from an int to a short to give an extra 2 bytes in RTC ram to be used for another playlist index. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4121 a1c6a512-1295-4272-9138-f99709370657
2003-11-28The FM/V2 Recorder battery capacity default value is now 2200mAhLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4076 a1c6a512-1295-4272-9138-f99709370657
2003-11-20Recording in FM screen, USB mode possible in FM and recording screenLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4046 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-10-17Runtime display bug fix by Craig Sather (patch #766552)Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3974 a1c6a512-1295-4272-9138-f99709370657
2003-09-04Now settings_apply() also sets the MP3 buffer margin (antiskip)Linus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3947 a1c6a512-1295-4272-9138-f99709370657
2003-08-14The recording source setting is now saved correctlyLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3930 a1c6a512-1295-4272-9138-f99709370657
2003-08-09we have ROCKBOX_DIR, lets use itRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3927 a1c6a512-1295-4272-9138-f99709370657
2003-07-09Moved lcd default contrast knowledge from settings.c to lcd driver. Now ↵Björn Stenberg
lcd_init sets default contrast until settings are read. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3824 a1c6a512-1295-4272-9138-f99709370657
2003-07-04Fix For Inaccurate Elapsed Run Time, by Craigh SatherBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3809 a1c6a512-1295-4272-9138-f99709370657
2003-07-02Added "Ask" option to recursive dir insert which, if enabled, will ask users ↵Hardeep Sidhu
whether they want to recursively insert selected dir. Also, renamed "Insert first" and "Queue first" to "Insert next" and "Queue next" respectively. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3799 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-26Simulator compiler error fixedLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3763 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-11From Bjorn: The bool variable can be located at an odd address. Trying to ↵Hardeep Sidhu
read an integer from an odd address will result in a CPUAdrErr exception. It would probably be better to cast oldval to a bool instead. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3745 a1c6a512-1295-4272-9138-f99709370657
2003-06-11Fixed simulator warningHardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3743 a1c6a512-1295-4272-9138-f99709370657
2003-06-10Added more time options to recorder timesplitBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3739 a1c6a512-1295-4272-9138-f99709370657
2003-06-05Bug fix: Never read an int from a bool pointerBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3733 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-06-04Dave Jones' recording time split feature (patch #697373)Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3725 a1c6a512-1295-4272-9138-f99709370657
2003-06-02Fixed bug about saving jump_scroll.Kjell Ericson
Made the jump scroll default to be OFF. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3717 a1c6a512-1295-4272-9138-f99709370657
2003-05-28Moved the settings for jump scroll to a more correct place.Kjell Ericson
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3705 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-27When we read the year from the RTC, it can be so totally messed up so thatDaniel Stenberg
we make more than a 4-digit year. Let's not pretend we'll set a year that is beyond 2030. If we do, we know where to fix! ;-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3699 a1c6a512-1295-4272-9138-f99709370657
2003-05-27Vincent Kujala's bug report and fix #742131Daniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3698 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-17Bumped the config block version, this forces a reset of the settingsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3677 a1c6a512-1295-4272-9138-f99709370657