summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)AuthorFilesLines
2004-04-09voice for the time+date settingJörg Hohensohn1-19/+36
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4478 a1c6a512-1295-4272-9138-f99709370657
2004-04-08On+Play option and handler to delete a directory (recursively). Currently it ↵Jörg Hohensohn2-2/+92
only deletes the files within, we need a function to delete the empty directories. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4477 a1c6a512-1295-4272-9138-f99709370657
2004-04-06Voice entries. Who brought this completely out of order? I had a real hard ↵Jörg Hohensohn1-657/+1611
time to sync it! grr!!! #&$%@ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4473 a1c6a512-1295-4272-9138-f99709370657
2004-04-06Voice UI searches for <mylanguage>.voice, no hard-coded "english.voice" any ↵Jörg Hohensohn3-3/+27
more. We can localize the voice now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4471 a1c6a512-1295-4272-9138-f99709370657
2004-04-06The FM radio screen now uses the D/A peak meter.Linus Nielsen Feltzing1-4/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4470 a1c6a512-1295-4272-9138-f99709370657
2004-04-06Added cluster size to the disk debug screenLinus Nielsen Feltzing1-1/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4469 a1c6a512-1295-4272-9138-f99709370657
2004-04-04warning and simulator build fixJörg Hohensohn1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4466 a1c6a512-1295-4272-9138-f99709370657
2004-04-04Voice UI: option to spell dirs/files, say (known) extension with file ↵Jörg Hohensohn6-31/+304
number, minor fixes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4465 a1c6a512-1295-4272-9138-f99709370657
2004-04-04Restore lcd margins after selecting bookmarkHenrik Backe1-0/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4464 a1c6a512-1295-4272-9138-f99709370657
2004-04-03Changed concept for voice IDs: the voice-only IDs now are in a separate ↵Jörg Hohensohn1-8/+22
range, don't generate an empty language string. This saves memory, but requires a new voice file format with 2 tables. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4463 a1c6a512-1295-4272-9138-f99709370657
2004-04-01minor typoJörg Hohensohn1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4461 a1c6a512-1295-4272-9138-f99709370657
2004-03-31Ooops, I broke the player builds.Linus Nielsen Feltzing1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4459 a1c6a512-1295-4272-9138-f99709370657
2004-03-31bugfix for changing position/directory during the talkbox "hover" timeoutJörg Hohensohn1-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4458 a1c6a512-1295-4272-9138-f99709370657
2004-03-30"desc" spelling mistakeDaniel Stenberg1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4456 a1c6a512-1295-4272-9138-f99709370657
2004-03-30No need to create .mod/.ajz/.ucl files for the debug buildsLinus Nielsen Feltzing1-0/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4454 a1c6a512-1295-4272-9138-f99709370657
2004-03-29syncedJose Maria Garcia-Valdecasas Bernal1-2/+322
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4451 a1c6a512-1295-4272-9138-f99709370657
2004-03-29New sound test code. Now it sets up the MDB as the original firmware does.Linus Nielsen Feltzing1-7/+18
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4450 a1c6a512-1295-4272-9138-f99709370657
2004-03-29insert a dummy frame before changing clips (still no major improvement), ↵Jörg Hohensohn1-11/+19
back to the previous frame search algorithm because the talkbox clips can be quite different git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4449 a1c6a512-1295-4272-9138-f99709370657
2004-03-29removed a warningJörg Hohensohn1-1/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4444 a1c6a512-1295-4272-9138-f99709370657
2004-03-28hovering talkbox clips are played after a 1 sec timeout, to avoid constant ↵Jörg Hohensohn1-10/+24
disk access while scrolling git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4443 a1c6a512-1295-4272-9138-f99709370657
2004-03-28The ID3 browser now shows the correct genre informationLinus Nielsen Feltzing3-12/+10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4442 a1c6a512-1295-4272-9138-f99709370657
2004-03-27Step 4 of voice UI:Jörg Hohensohn10-9/+239
- "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-25We now start monitoring USB earlier, and can enter USB mode from the debug ↵Linus Nielsen Feltzing2-3/+12
partition viewer. This fixes bug #799491. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4438 a1c6a512-1295-4272-9138-f99709370657
2004-03-23Slightly better method of finding the next frameLinus Nielsen Feltzing1-13/+13
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4435 a1c6a512-1295-4272-9138-f99709370657
2004-03-23Added Super Bass switch to the sound test debug screenLinus Nielsen Feltzing1-0/+21
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4434 a1c6a512-1295-4272-9138-f99709370657
2004-03-22syncedJose Maria Garcia-Valdecasas Bernal1-3/+25
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4433 a1c6a512-1295-4272-9138-f99709370657
2004-03-22talk_value() and talk_number() didn't check if the music was playingLinus Nielsen Feltzing1-0/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4431 a1c6a512-1295-4272-9138-f99709370657
2004-03-22Test debug code for the sound quality discussionLinus Nielsen Feltzing1-0/+98
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4430 a1c6a512-1295-4272-9138-f99709370657
2004-03-22Fixed bad handling of remote control STOP on Player modelsLinus Nielsen Feltzing1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4429 a1c6a512-1295-4272-9138-f99709370657
2004-03-22voice for FFwd/Rewind was missing, several other voice entries revisedJörg Hohensohn1-10/+10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4428 a1c6a512-1295-4272-9138-f99709370657
2004-03-21Use same path buffer when recursively creating playlistHardeep Sidhu1-6/+14
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4427 a1c6a512-1295-4272-9138-f99709370657
2004-03-21Adds USB detection on changed bootfile questionHenrik Backe1-2/+20
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4426 a1c6a512-1295-4272-9138-f99709370657
2004-03-21First try to get a better transition from a cancelled clip to a new one, by ↵Jörg Hohensohn1-3/+42
maintaining the frame sync. Doesn't seem to have much effect, though. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4425 a1c6a512-1295-4272-9138-f99709370657
2004-03-21Bah, missed the actual battery level. :-)Björn Stenberg1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4424 a1c6a512-1295-4272-9138-f99709370657
2004-03-21Bug fix: Don't show battery level -1.Björn Stenberg1-1/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4423 a1c6a512-1295-4272-9138-f99709370657
2004-03-21To many bookmarks could be delete when unique only was setHenrik Backe1-20/+9
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4422 a1c6a512-1295-4272-9138-f99709370657
2004-03-21Fixed delete of bookmark. Responsiveness of bookmark select dialougeHenrik Backe1-16/+20
also improved. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4421 a1c6a512-1295-4272-9138-f99709370657
2004-03-21Patch 882053, mangled bookmark seetings in cfg fileHenrik Backe1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4420 a1c6a512-1295-4272-9138-f99709370657
2004-03-21voice for the sleep timer settingJörg Hohensohn1-2/+26
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4419 a1c6a512-1295-4272-9138-f99709370657
2004-03-21non-spoken voice entries are removed, allows to make a voice-file without ↵Jörg Hohensohn1-171/+171
ballast git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4418 a1c6a512-1295-4272-9138-f99709370657
2004-03-20Overlooked to "voice" the set_int() function, this is why many numerical ↵Jörg Hohensohn7-37/+106
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 Hohensohn12-160/+651
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-19patch #908634 appliedJörg Hohensohn1-43/+348
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4413 a1c6a512-1295-4272-9138-f99709370657
2004-03-19minor bugfixJörg Hohensohn1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4412 a1c6a512-1295-4272-9138-f99709370657
2004-03-19Spanish language syncedJose Maria Garcia-Valdecasas Bernal1-2/+255
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4410 a1c6a512-1295-4272-9138-f99709370657
2004-03-19Synced.Mats Lidell1-0/+254
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4408 a1c6a512-1295-4272-9138-f99709370657
2004-03-17Patch #917313, changes in muting and timing handlingLinus Nielsen Feltzing1-30/+33
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4400 a1c6a512-1295-4272-9138-f99709370657
2004-03-17Fixed the font problem reported by Mark Bright, cleaning up some code in the ↵Linus Nielsen Feltzing1-23/+15
process git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4399 a1c6a512-1295-4272-9138-f99709370657
2004-03-17Fixed player build problem caused by the button bar changesLinus Nielsen Feltzing1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4398 a1c6a512-1295-4272-9138-f99709370657
2004-03-17Oooops! Forgot to update the radio code for the button bar changesLinus Nielsen Feltzing1-6/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4397 a1c6a512-1295-4272-9138-f99709370657