Alessio Lenzi
|
b9864b94c6
|
Updated italian translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16612 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-10 19:23:30 +00:00 |
|
Frank Gevaerts
|
6f05899f42
|
don't do early usb detection on device with software stack. This doesn't work properly when booting while the device is plugged in to a power-only USB cable, and on sansa the microSD slot doesn't work here.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16611 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-10 19:11:37 +00:00 |
|
Robert Kukla
|
bc0f0cfb3b
|
ignore carriage returns in WPS files to avoid problems with cygwin/tortoisesvn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16610 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-10 17:47:58 +00:00 |
|
Robert Kukla
|
80ec5140f1
|
m:robe 100 - add target specific strings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16609 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-10 15:49:22 +00:00 |
|
Jens Arnold
|
0035c91d54
|
Add M3 config file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16601 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-10 00:56:50 +00:00 |
|
Jens Arnold
|
cdec67c9ae
|
Add iAudio M3 to configure. * Resolve 2 cases of duplicate target_id. The less supported targets got new IDs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16600 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-10 00:27:00 +00:00 |
|
Dave Chapman
|
2b7d48ede0
|
Bugfix for new list implementation - correctly assign colours for remote LCDs (fixes wrong colours on X5 remote)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16599 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-09 23:53:46 +00:00 |
|
Jens Arnold
|
67481f5fd6
|
First step towards the iAudio M3 port: Make the 2bit vertically interleaved LCD driver code usable for main or remote. The M3 remote will be treated as the main LCD.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16598 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-09 23:52:59 +00:00 |
|
Michael Giacomelli
|
afd5c6a03f
|
Fix (another) overflow when seeking in long WMA files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16597 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-09 23:38:11 +00:00 |
|
Dominik Riebeling
|
c7052c341c
|
When unsetting the proxy in the settings dialog unset the global proxy too. Update settings in prior to re-downloading the info files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16596 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-09 23:33:53 +00:00 |
|
Michael Giacomelli
|
191b7e8380
|
Don't assume reading the duration field advances the buffer 12 bytes, instead check the return value and seek accordingly. Improves (fixes?) seeking in sample submitted by Lear.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16595 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-09 22:55:38 +00:00 |
|
Miika Pekkarinen
|
6ab1c90513
|
FS#8707 - Enable "Load to RAM" (HAS_TC_RAMCACHE) compilation without Directory Cache (HAS_DIRCACHE).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16594 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-09 20:33:19 +00:00 |
|
Jens Arnold
|
7317139eb4
|
Reuse the 1 bit vertical-packed LCD driver code for the remote LCD driver with the same pixelformat instead of duplicating everything.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16593 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-09 18:27:12 +00:00 |
|
Jens Arnold
|
ed8402ca5e
|
Sansa SD card driver: Simplify hotswap handling, and make it send the insert/remove events while filesystem access is blocked. Also use atomic GPIO bit manipulation where possible, and protect the interrupt level manipulation in the ISR from interrupts arriving at the same time.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16592 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-09 14:49:10 +00:00 |
|
Peter D'Hoye
|
bc092ad6b9
|
Make Rockbox compatible with CF cards (FS #8644): 1) always init after soft_reset (now nano can soft_reset too), 2) ignore error when setting advanced powermanagement, 3) fix minor bug where sleep mode flag was set even if the sleep command failed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16591 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-09 13:24:42 +00:00 |
|
Magnus Holmgren
|
ae00bd69d6
|
AAC decoder: Remove suspicious use of the REAL_CONST macro. I don't know what triggers the execution of this code, but this change stops some floating point math code from being linked. It looks like the right thing to do...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16590 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-09 12:36:30 +00:00 |
|
Jonathan Gordon
|
885283c424
|
more fixes for button bar... this will all disappear when viewports are handled by a manager of some sort
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16589 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-09 09:37:39 +00:00 |
|
Jens Arnold
|
d78521af47
|
Make the newly supported languages known to SAPI voice generation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16587 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-09 08:16:08 +00:00 |
|
Jonathan Gordon
|
e009c0bbe1
|
fix FS#7619 - hopefully... - have to stop/start scrolling to change bitrate
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16586 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-09 03:01:29 +00:00 |
|
Jonathan Gordon
|
44047248ce
|
fix FS#8701 - metronome doesnt change back to ui font after drawing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16585 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-09 02:36:17 +00:00 |
|
Jonathan Gordon
|
3f686d7034
|
fix recorder, buttonbar caused list problems
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16584 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-09 02:00:31 +00:00 |
|
Robert Kukla
|
e96f19c690
|
enable partition probing for superfloppy targets; hanging was caused by out-of-bounds sector access
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16583 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-09 01:56:38 +00:00 |
|
Jens Arnold
|
88e2053538
|
ATA driver: * Add protection against out-of-bounds accesses. Those can happen e.g. with disks formatted in superfloppy mode, and were the cause for the excessive m:robe100 boot time with standard disk.c code. * Fix ata_mutex handling in case of errors on large sector targets (i.e. iPod Video). * Extra check for unsupported disk sizes when LBA48 support is enabled (>=2TiB).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16582 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-09 00:59:48 +00:00 |
|
Jens Arnold
|
445fada24c
|
No need to have \n here. panicf() won't output it anyway.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16577 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-08 23:56:00 +00:00 |
|
Jens Arnold
|
63e9c05217
|
Revert accidental tree commit. Sorry for that.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16576 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-08 23:53:03 +00:00 |
|
Jens Arnold
|
8c6920e343
|
Revert accidental tree commit. Sorry for that.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16574 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-08 23:50:55 +00:00 |
|
Jens Arnold
|
9b939a615d
|
Revert accidental tree commit. Sorry for that.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16572 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-08 23:41:30 +00:00 |
|
Jens Arnold
|
d1ed7c37b1
|
No need to have \n here. panicf() won't output it anyway.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16570 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-08 23:34:43 +00:00 |
|
Michael Giacomelli
|
75c7ac80e8
|
Commit FS#8670 by Andree Buschmann. Fixes potiential overflow issue in musepack files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16563 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-08 21:26:03 +00:00 |
|
Michael Sevakis
|
ae31160c1a
|
Fix fireworks adding another boost count on exit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16561 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-08 20:46:53 +00:00 |
|
Peter D'Hoye
|
13138ae4f4
|
Correct added language file: add to sources and set keywords
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16560 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-08 20:39:14 +00:00 |
|
Peter D'Hoye
|
9c3f6c4079
|
Simplify that clip indicator reset code a bit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16559 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-08 20:32:37 +00:00 |
|
Mustapha Senhaji
|
3290999e09
|
Yet an other translation: FS#8703 Serbian translation by Ivan Pesic.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16558 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-08 18:20:35 +00:00 |
|
Peter D'Hoye
|
30ab1a3c0e
|
Reset recording clipping indicators when changing gain. Solves FS #6147
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16557 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-08 17:43:04 +00:00 |
|
Dominik Riebeling
|
8a2a474ba0
|
fix USB id for m:robe100
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16556 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-08 14:24:32 +00:00 |
|
Jens Arnold
|
7fd70582f0
|
Fix FS #7955. Smart move must not be used on the remains stack. * Remove the special case for moving kings as is no longer necessary, and write the smart move in a slightly more elegant way.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16555 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-08 13:51:03 +00:00 |
|
Marianne Arnold
|
29d9ee40f3
|
Cabbiev2 for the m:robe 100. It seems that just adding the WPS already makes it show as default and no other chaanges were needed (worked in the sim). The default font was already set correctly to helvR10 because this is what all 160x128 screens use.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16554 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-08 12:49:04 +00:00 |
|
Miika Pekkarinen
|
8f74e78271
|
Document the database WPS tags.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16553 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-08 08:19:42 +00:00 |
|
Miika Pekkarinen
|
d8204fa11e
|
Simplified the playback engine more and removed unnecessary code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16552 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-08 08:05:29 +00:00 |
|
Miika Pekkarinen
|
3c41df9d14
|
Fixed yellow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16551 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-08 07:36:56 +00:00 |
|
Miika Pekkarinen
|
f98f76e415
|
Fixed red. HWCODEC platforms still use the old api.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16550 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-08 00:02:51 +00:00 |
|
Miika Pekkarinen
|
104fa099cc
|
Fixed red. HWCODEC platforms still use the old api.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16549 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-07 23:59:48 +00:00 |
|
Nils Wallménius
|
e90e24d95e
|
Set svn:keywords and svn:eol-style
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16548 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-07 23:49:26 +00:00 |
|
Jens Arnold
|
cb57bf863a
|
Fix the PP5002 crash bug affecting iPod 1st, 2nd and 3rd Gen. Yet another of those PP5002 quirks...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16547 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-07 23:44:46 +00:00 |
|
Miika Pekkarinen
|
2ccdc48ee9
|
Rewritten playback event handling. Should fix runtime statistics gathering.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16546 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-07 22:56:51 +00:00 |
|
Robert Kukla
|
aafa321d31
|
m:robe 100: chessbox - make black pieces black and white pieces red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16545 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-07 19:58:17 +00:00 |
|
Mark Arigo
|
89dc21a582
|
m:robe 100 - Hopefully fix the power-off issue.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16544 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-07 16:05:22 +00:00 |
|
Michael Giacomelli
|
2d8cd814ac
|
Increase backlight priority to the same level as UI so that there is no longer a long delay when activating it during heavy CPU load.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16543 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-07 00:51:36 +00:00 |
|
Frank Gevaerts
|
9f77d98c34
|
disable USB_SERIAL by default again. It got enabled accidentally in the last commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16542 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-06 21:35:07 +00:00 |
|
Frank Gevaerts
|
f0b4a32d6f
|
reorganise the usb stack to provide a clean separation between core and class drivers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16541 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-06 21:25:09 +00:00 |
|