Commit graph

11283 commits

Author SHA1 Message Date
Brandon Low
97f2af2553 Fix FS 6205: id3v1 stripping messed up rebuffer_and_seeks. Add an assurance check JinC other things mess it up, more graceful recovery.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11318 a1c6a512-1295-4272-9138-f99709370657
2006-10-23 16:47:48 +00:00
Marcoen Hirschberg
5825b2c84f rearrange compiler options to avoid conflicts with header files on FreeBSD
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11317 a1c6a512-1295-4272-9138-f99709370657
2006-10-23 14:09:28 +00:00
Marcoen Hirschberg
37f7f0b23b reduce the number of gigabeat warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11316 a1c6a512-1295-4272-9138-f99709370657
2006-10-23 13:11:57 +00:00
Brandon Low
500a761cb0 Last fix was wrong, I did the math this time, should fix more buffering edges
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11315 a1c6a512-1295-4272-9138-f99709370657
2006-10-23 12:44:11 +00:00
Jonathan Gordon
4a4c67f660 fix the int settings on the Archos Player (left is now decrease like it should be)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11314 a1c6a512-1295-4272-9138-f99709370657
2006-10-23 12:35:10 +00:00
Dominik Riebeling
877cafa33d add the correct input file to makeindex call
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11313 a1c6a512-1295-4272-9138-f99709370657
2006-10-22 22:34:49 +00:00
Martin Arver
f1a848dae2 Add a warning note to stop 2nd gen nano owners to install rockbox. Call the nano, nano 1st generation on the front page
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11312 a1c6a512-1295-4272-9138-f99709370657
2006-10-22 22:22:31 +00:00
Brandon Low
1fef2dcb45 Fix edge case handling for buffer writing into the playing track; Improve comments and variable naming
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11311 a1c6a512-1295-4272-9138-f99709370657
2006-10-22 21:56:42 +00:00
Jens Arnold
3943c5c267 Star: separate graphics for Gigabeat, by Marianne Arnold.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11310 a1c6a512-1295-4272-9138-f99709370657
2006-10-22 13:20:47 +00:00
Jens Arnold
43528c770e Make the SDL simulator a console app on cygwin, and circumvent SDL_main. Debug output finally appears on the console again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11309 a1c6a512-1295-4272-9138-f99709370657
2006-10-22 12:41:13 +00:00
Linus Nielsen Feltzing
9f29086b2c Patch #6218 by Robert Keevil - fix erroneous scrobbler_shutdown() call when cancelling the Last.fm setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11308 a1c6a512-1295-4272-9138-f99709370657
2006-10-22 07:51:03 +00:00
Jens Arnold
0cc8b7113c Speed up build process in general by using internal functions of make instead of spawning sub-shells where possible.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11307 a1c6a512-1295-4272-9138-f99709370657
2006-10-22 00:21:57 +00:00
Barry Wardell
5db8081822 Fix build errors in H100 and H300 UI simulator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11306 a1c6a512-1295-4272-9138-f99709370657
2006-10-21 23:22:34 +00:00
Jens Arnold
730dee8a99 Don't trigger the plugin bitmap build twice from the plugin Makefile. For some reason, both apps/bitmaps and apps/plugins/bitmaps are still sometimes checked twice though.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11305 a1c6a512-1295-4272-9138-f99709370657
2006-10-21 22:59:05 +00:00
Barry Wardell
d5e628f4ed Simplify the numeric keypad -> device button mapping in the UI simulator for all targets. Split the mapping by target keypad type, rather that by what button a target has. Also, add a mapping for the Sansa e200 series.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11304 a1c6a512-1295-4272-9138-f99709370657
2006-10-21 22:34:09 +00:00
Miika Pekkarinen
19d78653fe Hopefully now fixed the last 64-bit compiler warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11303 a1c6a512-1295-4272-9138-f99709370657
2006-10-21 21:05:23 +00:00
Miika Pekkarinen
425bc4e246 Fixed the simulator warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11302 a1c6a512-1295-4272-9138-f99709370657
2006-10-21 20:51:10 +00:00
Miika Pekkarinen
a1ac743453 Implement fast_readline as a function and use it for tagtree also.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11301 a1c6a512-1295-4272-9138-f99709370657
2006-10-21 20:37:33 +00:00
Marcoen Hirschberg
593b552486 add support for the Wolfson WM8751
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11300 a1c6a512-1295-4272-9138-f99709370657
2006-10-21 16:49:07 +00:00
Peter D'Hoye
9afce4d359 Disk spindown control during jpeg slideshow: for times below 10s, keep the disk spinning, for longer times spin down the disk immediately after loading the picture. Inspired by #FS5653 (Paul Jam / Gwen Roelants) and Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11299 a1c6a512-1295-4272-9138-f99709370657
2006-10-21 14:47:55 +00:00
Martin Arver
e918edc48b Fix for additional space added
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11298 a1c6a512-1295-4272-9138-f99709370657
2006-10-21 13:51:04 +00:00
Martin Arver
b5231530be Change position in the text, and add a link to the wiki.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11297 a1c6a512-1295-4272-9138-f99709370657
2006-10-21 13:45:40 +00:00
Martin Arver
beb1d10887 Initial description of the Last.fm log option
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11296 a1c6a512-1295-4272-9138-f99709370657
2006-10-21 13:20:38 +00:00
Jonathan Gordon
f57de526b5 woops, damn vim isnt set to use space instead of tabs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11295 a1c6a512-1295-4272-9138-f99709370657
2006-10-21 13:07:10 +00:00
Jonathan Gordon
4bf9aaf751 missed a signalscreenchange()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11294 a1c6a512-1295-4272-9138-f99709370657
2006-10-21 13:05:29 +00:00
Jens Arnold
d6e9290319 Fix USB screen on Player.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11293 a1c6a512-1295-4272-9138-f99709370657
2006-10-21 12:02:14 +00:00
Jonathan Gordon
b2d5723b45 dont display the folder count in the edit list window
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11292 a1c6a512-1295-4272-9138-f99709370657
2006-10-21 11:38:16 +00:00
Jens Arnold
aa04016745 Fix yelllow Player sim.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11291 a1c6a512-1295-4272-9138-f99709370657
2006-10-21 10:58:35 +00:00
Barry Wardell
b990d4f26b Hopefully fix the copyright notice.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11290 a1c6a512-1295-4272-9138-f99709370657
2006-10-21 10:33:53 +00:00
Jens Arnold
79225ab7cb Player can't be shut down while connected to the charger.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11289 a1c6a512-1295-4272-9138-f99709370657
2006-10-21 10:17:53 +00:00
Jonathan Gordon
eee87c67b0 sorry Bjorn, blame kate
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11288 a1c6a512-1295-4272-9138-f99709370657
2006-10-21 10:12:21 +00:00
Jonathan Gordon
b8114738ec add signalscreenchange() to vkeyboard
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11287 a1c6a512-1295-4272-9138-f99709370657
2006-10-21 10:00:30 +00:00
Jens Arnold
78817421a2 Recording trigger screen: Fix display for font heights != 8 pixels. Remove unnecessary code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11286 a1c6a512-1295-4272-9138-f99709370657
2006-10-21 07:15:56 +00:00
Jens Arnold
ebd6294224 FlipIt: Set black foreground, otherwise text might be unreadable.....
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11285 a1c6a512-1295-4272-9138-f99709370657
2006-10-21 00:39:42 +00:00
Jens Arnold
b10f2f91d2 Ooops.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11284 a1c6a512-1295-4272-9138-f99709370657
2006-10-21 00:38:45 +00:00
Jens Arnold
4f1ca13c23 Star: * Uses bitmap build system for all resolutions. * Working bitmaps for H10_5GB and iPod mini, and extra bitmaps for iPod Nano, by Marianne Arnold. * 6x7 pixel bitmaps for archos to utilise the full screen width, have almost correct aspect ratio, and real stars. * Working button definitions for X5, some cleanup for Gigabeat and H10. * Faster transition update, working properly for portrait displays. * Proper vertical alignment and nicer horizontal alignment for the info display. * Better tile animation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11283 a1c6a512-1295-4272-9138-f99709370657
2006-10-21 00:24:54 +00:00
Jens Arnold
9d3fddaa63 Bugfix: bidi_l2v() returned a pointer to value on the stack when the argument was an empty string. * Don't protect against NULL pointer, that would be a bug in the caller.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11282 a1c6a512-1295-4272-9138-f99709370657
2006-10-21 00:04:57 +00:00
Michael Sevakis
10363b3a81 Get rid of some OR-ing and conditional expressions in lcd driver when register values can just be saved in shorts. Touch-up to comment in asm part.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11281 a1c6a512-1295-4272-9138-f99709370657
2006-10-20 23:57:48 +00:00
Peter D'Hoye
db0cc98aad Don't try to show the progress bar on top of the picture on grayscale lib targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11280 a1c6a512-1295-4272-9138-f99709370657
2006-10-20 23:12:21 +00:00
Nils Wallménius
cba6d102b1 Add some iriver h100/h300 specific strings to the lang. Mostly OFF changed to STOP in a few places.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11279 a1c6a512-1295-4272-9138-f99709370657
2006-10-20 21:25:45 +00:00
Marcoen Hirschberg
0561fc47af this shouldn't have been committed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11278 a1c6a512-1295-4272-9138-f99709370657
2006-10-20 17:43:44 +00:00
Marcoen Hirschberg
1d7ebdfe26 generalise the wolfson codec code a bit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11277 a1c6a512-1295-4272-9138-f99709370657
2006-10-20 17:12:42 +00:00
Peter D'Hoye
167a9364a0 Make slideshow mode more slideshow: keep showing previous picture until next one is ready, just show a small progressbar to indicate loading
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11276 a1c6a512-1295-4272-9138-f99709370657
2006-10-20 16:49:45 +00:00
Steve Bavin
e994774bde Fix FS#6107 so ID3 view voices correct numbers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11275 a1c6a512-1295-4272-9138-f99709370657
2006-10-20 06:49:31 +00:00
Magnus Holmgren
2cf14db0c8 When seeking, actually use the MP3 VBR TOC again, if available.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11274 a1c6a512-1295-4272-9138-f99709370657
2006-10-19 18:03:11 +00:00
Linus Nielsen Feltzing
4950b55837 Patch #6052 - More responsive skip on Archos
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11273 a1c6a512-1295-4272-9138-f99709370657
2006-10-19 11:43:13 +00:00
Martin Arver
74a102dde2 Add default keys for ipods to close task #5822
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11272 a1c6a512-1295-4272-9138-f99709370657
2006-10-19 11:11:24 +00:00
Martin Arver
537519a4fb Minor fix to close task #5815
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11271 a1c6a512-1295-4272-9138-f99709370657
2006-10-19 10:58:40 +00:00
Linus Nielsen Feltzing
f309f818ce Put the CVS revision in the CLIENT string in the scrobbler log file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11270 a1c6a512-1295-4272-9138-f99709370657
2006-10-19 10:25:10 +00:00
Linus Nielsen Feltzing
da153da0be Patch #5166 by Robert Keevil - Last.fm logging
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11269 a1c6a512-1295-4272-9138-f99709370657
2006-10-19 09:42:58 +00:00