Commit graph

11449 commits

Author SHA1 Message Date
Marcoen Hirschberg
bce255d98b implement the gigabeat backlight driver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11434 a1c6a512-1295-4272-9138-f99709370657
2006-11-05 07:54:08 +00:00
Marcoen Hirschberg
eda13cedc0 update by Jeong Taek In
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11433 a1c6a512-1295-4272-9138-f99709370657
2006-11-05 07:20:05 +00:00
Dave Chapman
1c973706b9 Ooops, only the dest: field should have been updated with the "Cancelled" change.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11432 a1c6a512-1295-4272-9138-f99709370657
2006-11-04 14:31:39 +00:00
Dave Chapman
7257704b45 Use the British English "Cancelled" instead of the US English "Canceled". Closes FS#6286.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11431 a1c6a512-1295-4272-9138-f99709370657
2006-11-04 14:05:32 +00:00
Jonas Häggqvist
18797f6cb9 This should fix a problem with some shells
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11430 a1c6a512-1295-4272-9138-f99709370657
2006-11-04 02:32:03 +00:00
Jens Arnold
f8b1da2f7b H300, X5: Faster lcd_yuv_blit() using EMAC. Speedup of the function itself at 124MHz: 10.5% on X5, 16.5% on H300. mpegplayer speedup 3..4%
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11429 a1c6a512-1295-4272-9138-f99709370657
2006-11-04 00:42:18 +00:00
Dominik Riebeling
0d8781e2f9 add missing command line to ipod 3g installation instructions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11428 a1c6a512-1295-4272-9138-f99709370657
2006-11-03 23:18:51 +00:00
Jonas Häggqvist
1fdb5221bd Include *.sh in tarballs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11427 a1c6a512-1295-4272-9138-f99709370657
2006-11-03 22:01:02 +00:00
Jonas Häggqvist
da071d0d7c Voice update, most useful for non-Windows systems. Voice file building using Festival, Flite or eSpeak from the configure script. Compressing with Speex and Vorbis possible, but won't create useable voicefiles. Adds voicefont.c and wavtrim.c by Jörg Hohensohn. Also includes a script to generate talk clips.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11426 a1c6a512-1295-4272-9138-f99709370657
2006-11-03 21:47:52 +00:00
Jonas Häggqvist
b403c6007a Add eqs to include that dir in tarballs. Hopefully I did this right, can't figure out how to check.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11425 a1c6a512-1295-4272-9138-f99709370657
2006-11-03 18:22:28 +00:00
Nils Wallménius
157b3cc874 Add Quickscreen button to the WPS buttontable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11424 a1c6a512-1295-4272-9138-f99709370657
2006-11-03 17:23:38 +00:00
Nils Wallménius
ba99274176 Made some small tweaks to the tag cache cahpter
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11423 a1c6a512-1295-4272-9138-f99709370657
2006-11-03 15:59:08 +00:00
Michael Sevakis
0fb67cd475 More tweak to ColdFire default exception handler. iRiver reboots on power press but x5 just shuts down. Haven't yet thought much about why or how to make it reboot on x5 if it's possible.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11422 a1c6a512-1295-4272-9138-f99709370657
2006-11-03 10:19:04 +00:00
Steve Bavin
46925b32a7 Oops, sim was missing a queue function
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11421 a1c6a512-1295-4272-9138-f99709370657
2006-11-03 10:12:15 +00:00
Steve Bavin
021413ad5e Don't overflow the backlight event queue with on messages
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11420 a1c6a512-1295-4272-9138-f99709370657
2006-11-03 09:46:26 +00:00
Linus Nielsen Feltzing
a10397da0d Add target/coldfire/iriver/ to the tar files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11419 a1c6a512-1295-4272-9138-f99709370657
2006-11-03 07:46:15 +00:00
Jens Arnold
83aded979f H300: (1) Use DMA for LCD updates, with auto-aligned line reads. Speeds up LCD updates by ~ 75% at 11MHz and 45MHz. Only ~ 11% speedup at 124MHz due to (2). (2) Less aggressive LCD transfer timing at 124MHz. With the previous timing, slightly corrupted display contents was reported, and with DMA transfers at least 4 waitstates are needed to make updates work at all. * A table in system-iriver.c shows settings for all integer multiples of the base clock frequency (info for developers, not yet complete).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11418 a1c6a512-1295-4272-9138-f99709370657
2006-11-02 20:50:50 +00:00
Nils Wallménius
d86350c9fa Updated helptext to include all powerups
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11417 a1c6a512-1295-4272-9138-f99709370657
2006-11-02 18:50:08 +00:00
Michael Sevakis
59f9deb37e Display correct exception information on ColdFire targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11416 a1c6a512-1295-4272-9138-f99709370657
2006-11-02 15:39:08 +00:00
Steve Bavin
f71da380c2 A better fix for the crossfade setting crash (with no global variables added)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11415 a1c6a512-1295-4272-9138-f99709370657
2006-11-02 07:53:55 +00:00
Steve Bavin
e5f43ebaba Remove unwanted logf
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11414 a1c6a512-1295-4272-9138-f99709370657
2006-11-01 19:35:53 +00:00
Steve Bavin
faace1eae4 Fix up non-voice build and stop crashes if crossfade settings changed during playback
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11413 a1c6a512-1295-4272-9138-f99709370657
2006-11-01 19:19:36 +00:00
Jonathan Gordon
717f63e8e2 fixes fs# 5938 - scrollbar with title enabled shows one less than it should
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11412 a1c6a512-1295-4272-9138-f99709370657
2006-11-01 12:03:27 +00:00
Steve Bavin
3ad89d26d0 Restore CPU default frequency when boosting cancelled in debug menu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11411 a1c6a512-1295-4272-9138-f99709370657
2006-11-01 11:12:21 +00:00
Jens Arnold
cb031f052d X5 can flip the display.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11410 a1c6a512-1295-4272-9138-f99709370657
2006-10-31 19:49:40 +00:00
Jens Arnold
84074cd292 Removed remnants of deprecated lcd_roll().
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11409 a1c6a512-1295-4272-9138-f99709370657
2006-10-31 19:49:35 +00:00
Nils Wallménius
aa11d68f46 Made the description of foreground colour a little more descriptive ;-) fixed a reference and made some opts more generic
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11408 a1c6a512-1295-4272-9138-f99709370657
2006-10-31 18:27:40 +00:00
Jonathan Gordon
ffd99f9482 player doesnt have lcd_update()... grr!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11407 a1c6a512-1295-4272-9138-f99709370657
2006-10-31 11:34:46 +00:00
Jonathan Gordon
0218a155b0 put the parameter name in the function prototype
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11406 a1c6a512-1295-4272-9138-f99709370657
2006-10-31 11:30:37 +00:00
Jonathan Gordon
29e259a291 * give tsr plugins the choice to quit or not
* bumps plugin api version


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11405 a1c6a512-1295-4272-9138-f99709370657
2006-10-31 11:17:00 +00:00
Marianne Arnold
23f127ddd7 Cardback design for Archos (even more natural...)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11404 a1c6a512-1295-4272-9138-f99709370657
2006-10-31 01:18:54 +00:00
Marianne Arnold
e48dcdc2dc Greek language update by Ioannis Koutoulakis - needs an increase of the language buffer once again (21kB) to fit in memory
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11403 a1c6a512-1295-4272-9138-f99709370657
2006-10-30 23:26:09 +00:00
Magnus Holmgren
39fe51e88d Improve accuracy a little when seeking and resuming MP3 files. Mainly noticable for low-bitrate files with large ID3V2 tags, and no effect if no ID3V2 tag. Should be ported to hwcodec targets. :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11402 a1c6a512-1295-4272-9138-f99709370657
2006-10-30 20:19:21 +00:00
Magnus Holmgren
02da4e6130 Update several codec Makefiles so that the codec libs build again on Coldfire targets, after the recent move of system-related things to the target tree. (Note to admins: make errors aren't detected on the CVS build page. :))
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11401 a1c6a512-1295-4272-9138-f99709370657
2006-10-30 18:14:12 +00:00
Steve Bavin
6bad631af4 Little tidy-up - track_changed is now only updated on the audio thread
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11400 a1c6a512-1295-4272-9138-f99709370657
2006-10-30 17:10:52 +00:00
Michael Sevakis
f29cae0d26 Moved coldfire code in system.c and system.h into target tree.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11399 a1c6a512-1295-4272-9138-f99709370657
2006-10-30 14:17:14 +00:00
Linus Nielsen Feltzing
522da3a677 CR/LF removal
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11398 a1c6a512-1295-4272-9138-f99709370657
2006-10-30 14:00:12 +00:00
Michael Sevakis
cd8239f22d Fix the sim errors in battery_read_info.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11397 a1c6a512-1295-4272-9138-f99709370657
2006-10-30 11:46:53 +00:00
Michael Sevakis
9e8fe0e4c6 General: changed local adc to voltage conversions in several places to use battery_voltage. Added battery_read_info function for unfiltered battery information. x5: removed adc_read as a distinct function. Removed adc tick task. adc_init is empty inline. Adjusted battery scale, voltage to level array and read 10 bits from the ADC for battery since 255 levels is not enough for true centivolt resolution.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11396 a1c6a512-1295-4272-9138-f99709370657
2006-10-30 11:33:38 +00:00
Marcoen Hirschberg
ede3d646b9 move coldfire ata defines to a shared ata-target.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11395 a1c6a512-1295-4272-9138-f99709370657
2006-10-30 09:38:34 +00:00
Jonathan Gordon
7787cd25f4 woops, removed a bit too much
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11394 a1c6a512-1295-4272-9138-f99709370657
2006-10-30 09:30:21 +00:00
Jonathan Gordon
d497bad69a remove some uneeded #ifdefs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11393 a1c6a512-1295-4272-9138-f99709370657
2006-10-30 09:29:01 +00:00
Jonathan Gordon
139f9f28e9 move the iriver h1x0/h3x0 targets to the target tree
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11392 a1c6a512-1295-4272-9138-f99709370657
2006-10-30 08:56:06 +00:00
Steve Bavin
145ec81d2f Rearrange and comment variable declarations; no functional change
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11391 a1c6a512-1295-4272-9138-f99709370657
2006-10-30 08:54:48 +00:00
Jens Arnold
f40f0debcb Adapted more Makefiles to the more efficient info printing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11390 a1c6a512-1295-4272-9138-f99709370657
2006-10-30 01:40:20 +00:00
Jens Arnold
5421e86969 Colorised demystify. Based on patch #5856 by Travis Hyyppa, adapted to properly work with the multi-screen API.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11389 a1c6a512-1295-4272-9138-f99709370657
2006-10-30 01:31:32 +00:00
Jens Arnold
c1767ddf4a Remove format_align from the format_lines array, as it's unnecessary. Saves code & memory. Patch by Mark Arigo.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11388 a1c6a512-1295-4272-9138-f99709370657
2006-10-30 00:23:32 +00:00
Magnus Holmgren
83abf50a83 Moved the Ogg zero-length check to a better place. Also fixed so that really short files (< 1s) doesn't trigger the same problem. Applied the fixes on most other susceptible formats.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11387 a1c6a512-1295-4272-9138-f99709370657
2006-10-29 22:18:30 +00:00
Miika Pekkarinen
2891816489 Fixed division by zero in ogg metadata parser and crash when building
tagcache (FS#6099).


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11386 a1c6a512-1295-4272-9138-f99709370657
2006-10-29 20:33:12 +00:00
Jens Arnold
62a11ea9e6 Removed unnecessary #include s.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11385 a1c6a512-1295-4272-9138-f99709370657
2006-10-29 19:29:41 +00:00