Commit graph

4658 commits

Author SHA1 Message Date
Jörg Hohensohn
c898a02bb4 fixed the missing first part of voice problem when switching clips, although not very nice (messing with the DMA in application code)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4527 a1c6a512-1295-4272-9138-f99709370657
2004-04-20 21:47:07 +00:00
Hardeep Sidhu
ffe0da5b25 Fixed win32 sim errors/warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4526 a1c6a512-1295-4272-9138-f99709370657
2004-04-20 21:32:43 +00:00
Linus Nielsen Feltzing
6eb60ebb08 Fixed win32 sim error
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4525 a1c6a512-1295-4272-9138-f99709370657
2004-04-20 11:29:46 +00:00
Linus Nielsen Feltzing
6cc6e8b9c4 Removed some X11 simulator warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4524 a1c6a512-1295-4272-9138-f99709370657
2004-04-20 11:08:07 +00:00
Linus Nielsen Feltzing
2632625681 Corrected spelling errors, and removed all CR characters
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4523 a1c6a512-1295-4272-9138-f99709370657
2004-04-20 11:04:09 +00:00
Linus Nielsen Feltzing
7ddf0d673d Reworked the time get/set functions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4522 a1c6a512-1295-4272-9138-f99709370657
2004-04-20 10:23:57 +00:00
Linus Nielsen Feltzing
18d5d30c1c Better POSIX compatibility for mkdir(), rmdir() and opendir()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4521 a1c6a512-1295-4272-9138-f99709370657
2004-04-20 10:15:39 +00:00
Linus Nielsen Feltzing
6afe393706 Ooops, the ON key is on PB5 on the Player
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4520 a1c6a512-1295-4272-9138-f99709370657
2004-04-20 06:16:51 +00:00
Linus Nielsen Feltzing
4f7bb44a76 Added the ON key on PB8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4519 a1c6a512-1295-4272-9138-f99709370657
2004-04-19 21:28:49 +00:00
Henrik Backe
e7353567d9 Patch #937592 by Benjamin Metzler
Recent bookmark/bookmark on stop concistency fix


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4518 a1c6a512-1295-4272-9138-f99709370657
2004-04-19 17:51:47 +00:00
Jörg Hohensohn
ea3c3e0705 battery level announcement fixed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4517 a1c6a512-1295-4272-9138-f99709370657
2004-04-19 17:46:34 +00:00
Daniel Stenberg
a5838f5327 Added 'Q78: How do I control the recording frequency and quality?'
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4516 a1c6a512-1295-4272-9138-f99709370657
2004-04-19 13:46:06 +00:00
Daniel Stenberg
b7c4dafd00 Q77: Why are you developing X when you should be doing Y?
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4515 a1c6a512-1295-4272-9138-f99709370657
2004-04-19 13:38:22 +00:00
Linus Nielsen Feltzing
942380a7b3 Sim warning, as usual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4514 a1c6a512-1295-4272-9138-f99709370657
2004-04-16 10:03:49 +00:00
Linus Nielsen Feltzing
4f4844218a Made the stopwatch compile for the Player
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4513 a1c6a512-1295-4272-9138-f99709370657
2004-04-16 09:57:07 +00:00
Daniel Stenberg
ffdbd449eb Mike Holden's stopwatch plugin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4512 a1c6a512-1295-4272-9138-f99709370657
2004-04-16 09:28:09 +00:00
Linus Nielsen Feltzing
8fa821dd8c Added rmdir() for the x11 simulator
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4511 a1c6a512-1295-4272-9138-f99709370657
2004-04-16 09:24:38 +00:00
Linus Nielsen Feltzing
a67df23a7d Enabled the rmdir()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4510 a1c6a512-1295-4272-9138-f99709370657
2004-04-16 09:00:07 +00:00
Linus Nielsen Feltzing
bc9397d1fa New function: rmdir(). Also some changes in the fat code, to track the parent directory in opendir(), to be able to delete directories
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4509 a1c6a512-1295-4272-9138-f99709370657
2004-04-16 08:58:29 +00:00
Linus Nielsen Feltzing
b8beff39e9 No need to call fat_truncate() to delete the file, fat_remove() frees all clusters anyway
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4508 a1c6a512-1295-4272-9138-f99709370657
2004-04-16 08:54:13 +00:00
Linus Nielsen Feltzing
0876cec68a Added rmdir, and changed atoi() to strtol(), to be able to enter hex values as arguments
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4507 a1c6a512-1295-4272-9138-f99709370657
2004-04-16 08:13:27 +00:00
Linus Nielsen Feltzing
d070fc9627 Minor corrections for the mkdir function, and some cleanup
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4506 a1c6a512-1295-4272-9138-f99709370657
2004-04-15 08:38:13 +00:00
Hardeep Sidhu
1b44632aa0 Handle button events immediately. Fixes problem with USB screen not coming up in viewer.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4505 a1c6a512-1295-4272-9138-f99709370657
2004-04-15 06:12:02 +00:00
Jörg Hohensohn
4d3aa154c6 a Mandelbrot set plugin from Matthias
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4504 a1c6a512-1295-4272-9138-f99709370657
2004-04-14 23:48:26 +00:00
Mats Lidell
354e31828b Synced.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4503 a1c6a512-1295-4272-9138-f99709370657
2004-04-14 22:50:01 +00:00
Linus Nielsen Feltzing
c5d8bba885 Removed CR characters
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4502 a1c6a512-1295-4272-9138-f99709370657
2004-04-14 13:19:34 +00:00
Daniel Stenberg
71579c254d less is more
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4501 a1c6a512-1295-4272-9138-f99709370657
2004-04-14 11:10:36 +00:00
Linus Nielsen Feltzing
49ea16e2eb Fixed the bug that caused the menu cursor to start at the first line every time
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4500 a1c6a512-1295-4272-9138-f99709370657
2004-04-14 06:04:38 +00:00
Daniel Stenberg
188c23aa21 link to the plain-text version of the manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4499 a1c6a512-1295-4272-9138-f99709370657
2004-04-13 13:17:07 +00:00
Daniel Stenberg
d01bddd041 added link to Björn's linux driver page
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4498 a1c6a512-1295-4272-9138-f99709370657
2004-04-13 13:12:41 +00:00
Daniel Stenberg
fae632542b the credits list is now provided without <pre>
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4497 a1c6a512-1295-4272-9138-f99709370657
2004-04-13 12:59:16 +00:00
Daniel Stenberg
66813183b3 add a link to the screenshots page as well
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4496 a1c6a512-1295-4272-9138-f99709370657
2004-04-13 11:56:03 +00:00
Daniel Stenberg
acf4786a8b remove the gnush link since using that is deprecated, go the cygwin way!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4495 a1c6a512-1295-4272-9138-f99709370657
2004-04-13 11:54:45 +00:00
Daniel Stenberg
90cbff213c also link to the page of fotos of archos internals
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4494 a1c6a512-1295-4272-9138-f99709370657
2004-04-13 11:53:15 +00:00
Daniel Stenberg
df44be1e71 Added the hw mods to this index page too, to get one huge nice unified docs
index page!


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4493 a1c6a512-1295-4272-9138-f99709370657
2004-04-13 11:49:40 +00:00
Linus Nielsen Feltzing
7480ff900a Reverted my brainless const'ing of the font data
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4492 a1c6a512-1295-4272-9138-f99709370657
2004-04-13 11:17:42 +00:00
Daniel Stenberg
65ef9640d8 better html tags and link from the index page
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4491 a1c6a512-1295-4272-9138-f99709370657
2004-04-13 10:25:44 +00:00
Daniel Stenberg
e75e4fcb0a htmlified the docs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4490 a1c6a512-1295-4272-9138-f99709370657
2004-04-13 08:51:39 +00:00
Daniel Stenberg
4c3b61c5c8 Peter van Hardenberg's excellent "repair your LCD" guide, pretty rough
<pre> version of his mail, but still...


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4489 a1c6a512-1295-4272-9138-f99709370657
2004-04-13 08:18:50 +00:00
Jörg Hohensohn
4bf9733f96 removed a warning, BTW: you need to update your voice file for the new stuff
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4488 a1c6a512-1295-4272-9138-f99709370657
2004-04-12 13:03:52 +00:00
Jörg Hohensohn
f2d8b0e975 voice UI updates: nicer month setting, bookmark browser, Rockbox info screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4487 a1c6a512-1295-4272-9138-f99709370657
2004-04-12 12:29:44 +00:00
Hardeep Sidhu
716fd7419d Structures should not be const for simulator builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4486 a1c6a512-1295-4272-9138-f99709370657
2004-04-11 22:50:30 +00:00
Jörg Hohensohn
99483dee1c talkbox clip renamed to ".dirname.tbx", most people voted for a non-mp3 extension
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4485 a1c6a512-1295-4272-9138-f99709370657
2004-04-10 09:04:26 +00:00
Linus Nielsen Feltzing
47e0079fab A not so very elegant fix for bug #918063
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4484 a1c6a512-1295-4272-9138-f99709370657
2004-04-09 22:55:40 +00:00
Linus Nielsen Feltzing
4760a546cc Killed a few warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4483 a1c6a512-1295-4272-9138-f99709370657
2004-04-09 21:23:02 +00:00
Linus Nielsen Feltzing
66cda8cab1 Fixed bug #932467, where there could be a deadlock if you pause the playback before the initial bitswapping is done
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4482 a1c6a512-1295-4272-9138-f99709370657
2004-04-09 21:03:09 +00:00
Linus Nielsen Feltzing
361dd29cad Cleaned up the menu drawing code, and fixed a bug where the menu entry wasn't spoken if the menu scrolled
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4481 a1c6a512-1295-4272-9138-f99709370657
2004-04-09 17:47:18 +00:00
Linus Nielsen Feltzing
fbca8aaa19 Some code cleanup
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4480 a1c6a512-1295-4272-9138-f99709370657
2004-04-09 17:44:35 +00:00
Jörg Hohensohn
7d5992b08f self-ishly added some news
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4479 a1c6a512-1295-4272-9138-f99709370657
2004-04-09 15:28:26 +00:00
Jörg Hohensohn
a9ca6ebbd4 voice for the time+date setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4478 a1c6a512-1295-4272-9138-f99709370657
2004-04-09 15:12:42 +00:00