Dave Chapman
1186c18c3a
Adapt Pacbox for the Sansa's LCD - it was using the ipod Nano display routine before.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13494 a1c6a512-1295-4272-9138-f99709370657
2007-05-26 08:48:44 +00:00
Michael Sevakis
31df21c4f9
Bring buttons back to the e200 bootloader?
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13493 a1c6a512-1295-4272-9138-f99709370657
2007-05-25 22:41:44 +00:00
Nils Wallménius
e1374b0536
Oops, remove accidentally left in, commented out code
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13492 a1c6a512-1295-4272-9138-f99709370657
2007-05-24 22:43:54 +00:00
Nils Wallménius
11dd5c795c
Remove unused struct members
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13491 a1c6a512-1295-4272-9138-f99709370657
2007-05-24 22:41:04 +00:00
Daniel Stenberg
5c7e0d252e
verify that a few required tools are present to prevent "odd" messages later
...
on due to the lack of them
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13490 a1c6a512-1295-4272-9138-f99709370657
2007-05-24 19:58:17 +00:00
Daniel Stenberg
18c348f1b1
remove leftover debug output
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13489 a1c6a512-1295-4272-9138-f99709370657
2007-05-24 19:30:46 +00:00
Nils Wallménius
c2a77563c2
Remove dead code.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13488 a1c6a512-1295-4272-9138-f99709370657
2007-05-24 19:03:26 +00:00
Nicolas Pennequin
77bdacc646
Probably one of the most useless commits ever: change "CVS" to "SVN".
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13487 a1c6a512-1295-4272-9138-f99709370657
2007-05-24 18:56:09 +00:00
Jens Arnold
46b634fd57
Fix typo.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13486 a1c6a512-1295-4272-9138-f99709370657
2007-05-23 21:40:54 +00:00
Dave Chapman
621725a2b8
Fix compilation on the H10 - it doesn't have BUTTON_SELECT.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13484 a1c6a512-1295-4272-9138-f99709370657
2007-05-23 20:51:47 +00:00
Dave Chapman
e6a9ba55a1
Rockbox now supports all ipod video variations, including the 80GB
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13483 a1c6a512-1295-4272-9138-f99709370657
2007-05-23 20:48:19 +00:00
Dave Chapman
92b9c23956
Bump version number for 1.0 release (v1.1 bootloaders)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13482 a1c6a512-1295-4272-9138-f99709370657
2007-05-23 18:24:00 +00:00
Magnus Holmgren
7b3abf292f
Allow ColdFire targets to be buildt with GCC >= 4.1.0.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13481 a1c6a512-1295-4272-9138-f99709370657
2007-05-23 18:11:55 +00:00
Jens Arnold
c5d71aab16
ATA driver: * Support for drives with large physical sectors and no support for partial access in the firmware (i.e. Toshiba MK8010GAH - iPod G5.5/80GB). Sequential writes with a single 512-byte buffer to that disk are really slow, so this is an intermediate solution that allows to adjust the FAT driver and the file system gradually. * Assume multisectors = 16 if the value reported by the drive is invalid (also MK8010GAH).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13480 a1c6a512-1295-4272-9138-f99709370657
2007-05-23 17:51:18 +00:00
Dave Chapman
c5302d5101
Clarify the need to hold MENU+SELECT to reboot an ipod
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13476 a1c6a512-1295-4272-9138-f99709370657
2007-05-23 07:18:40 +00:00
Jens Arnold
73ef83f579
Extended test_disk plugin: * Measure directory manipulation speed (file create/open/delete, directory scan) and file create/write/read access speed for several buffer sizes. * Added log file writing (one file per menu action).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13475 a1c6a512-1295-4272-9138-f99709370657
2007-05-22 20:49:22 +00:00
Marcoen Hirschberg
85f06b885d
the DAC drivers need to include audiohw.h now
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13474 a1c6a512-1295-4272-9138-f99709370657
2007-05-22 20:39:50 +00:00
Marcoen Hirschberg
10e21d19bf
make audiohw.h include the DAC header files
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13473 a1c6a512-1295-4272-9138-f99709370657
2007-05-22 20:17:35 +00:00
Dave Chapman
4df0c77954
Remove the check for ipod-specific magic in the MBR (which caused problems when users repartitioned their ipods and removed that magic) and instead check that the partition layout looks like an ipod.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13469 a1c6a512-1295-4272-9138-f99709370657
2007-05-22 19:07:45 +00:00
Dave Chapman
7d79db2ab2
Ooops (about 3 months too late) - when an error is found by the bootloader, call lcd_update() so users can see it.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13468 a1c6a512-1295-4272-9138-f99709370657
2007-05-22 19:05:14 +00:00
Michael Sevakis
d9bbf5af8e
e200: Remute the line in with #if 0 as it causes static noise for those without a radio chip. The FM radio patch should be updated to have those lines to compile.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13467 a1c6a512-1295-4272-9138-f99709370657
2007-05-22 16:56:26 +00:00
Christian Gmeiner
644d315ec0
red free
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13466 a1c6a512-1295-4272-9138-f99709370657
2007-05-22 16:20:14 +00:00
Christian Gmeiner
98e4f6fd3e
fix red ipod mini's
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13465 a1c6a512-1295-4272-9138-f99709370657
2007-05-22 16:12:30 +00:00
Christian Gmeiner
cdbf33adf7
* move audio settings into audio codec drivers
...
* add mas35xx driver for all mas35xx targets. Later
mas35xx code from sound.c will move to this new driver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13464 a1c6a512-1295-4272-9138-f99709370657
2007-05-22 15:56:05 +00:00
Michael Sevakis
e7075db2a7
e200: Use 16-16 L-R pairs when writing to the TX FIFO. Kill the channel swapping and clicks. Reduce number of FIQs. Should be adaptable to iPods and other PP targets in a few minutes work, eh?
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13463 a1c6a512-1295-4272-9138-f99709370657
2007-05-22 15:34:24 +00:00
Dan Everton
213e7d8472
Fix prototypes and warning in ARM version of libspeex filter.h
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13462 a1c6a512-1295-4272-9138-f99709370657
2007-05-22 10:05:32 +00:00
Dan Everton
df6f2f9a3c
Upgrade to libspeex 1.2beta2. Very minor performance increase (0.6% on coldfire).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13461 a1c6a512-1295-4272-9138-f99709370657
2007-05-22 09:50:31 +00:00
Michael Sevakis
8970055ec1
Hopefully take care of the scrollwheel difficulties in plugins on e200.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13460 a1c6a512-1295-4272-9138-f99709370657
2007-05-22 06:31:44 +00:00
Daniel Stenberg
1e8f0e7c64
Temporarily disable the creation of a map file when the sim is built since
...
ld from the binutils in current debian unstable segfaults on this!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13459 a1c6a512-1295-4272-9138-f99709370657
2007-05-21 20:11:18 +00:00
Nicolas Pennequin
967d172419
Accept FS#5098 by Dominik Riebeling: RWPS for the zezayer theme.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13458 a1c6a512-1295-4272-9138-f99709370657
2007-05-21 18:46:11 +00:00
Jonathan Gordon
08634dcd7f
Accept FS#7199 - korean lang update
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13457 a1c6a512-1295-4272-9138-f99709370657
2007-05-21 14:24:34 +00:00
Nicolas Pennequin
392d07902f
Oops, next file info should be dynamic.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13456 a1c6a512-1295-4272-9138-f99709370657
2007-05-21 14:04:38 +00:00
Nicolas Pennequin
5cc98efddc
Add %fk and %Fk WPS tags : (next) file audio frequency in KHz (rewrite of FS#6393 to adapt it to the tokenizer).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13455 a1c6a512-1295-4272-9138-f99709370657
2007-05-21 13:41:43 +00:00
Nicolas Pennequin
9d5e376fc3
Allow the day of month (%cm) and day of week (%cu and %cw) RTC tags to be used in enums.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13454 a1c6a512-1295-4272-9138-f99709370657
2007-05-21 12:54:07 +00:00
Christian Gmeiner
bcdf43dbc1
exclude unused headers
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13453 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 23:10:15 +00:00
Michael Sevakis
080d65f17b
Fix some warnings regarding AUDIO_NUM_SOURCES being 0 which is the intent with no inputs.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13452 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 22:03:11 +00:00
Michael Sevakis
14b639d179
wavrecord needs its own source count. Source defines also collided with some new constants and that was part of the problem too.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13451 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 21:17:04 +00:00
Michael Sevakis
6dbf4081df
Fix the wavrecord errors
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13450 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 20:59:33 +00:00
Michael Sevakis
4a2ed72b5c
Oops. That shouldn't have snuck in there.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13449 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 20:29:53 +00:00
Michael Sevakis
8f659ae8d3
Use bitmasks to define which inputs are available. Makes it easier to remove old assumptions of which are available. Inspired by e200 being unique in having FM Radio and Mic but no Line. Doesn't remove the assumption that Mic is available or that one of Mic and/or Line is available just to avoid excessive #ifdef'ing until needed.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13448 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 20:26:36 +00:00
Antonius Hellmann
731d7a16c3
Increase sansa volume range at the lower end. This seems to be necessary
...
now after the audio improvement: -40.5dB ... +6dB => -73.5 ... +6dB
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13447 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 19:09:15 +00:00
Mustapha Senhaji
c4da23ab0e
Update the francais language, plus some minor changes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13446 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 16:28:38 +00:00
Jonathan Gordon
fd9d140119
Fix FS#7176 - wps context menu doesnt set the correct selection.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13445 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 14:24:02 +00:00
Jonathan Gordon
cfa94a206c
fix the gigabeat remote button not working when backlight is off and filter first keypress is enabled
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13444 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 14:03:42 +00:00
Daniel Stenberg
f22e6a5964
FS#6652 fix attempt. Make the phrase id counting take the dest pattern into
...
account so that the binary and source code output gets the same numbering.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13443 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 13:20:45 +00:00
Marcoen Hirschberg
0037a1b648
add separate button defines for the Gigabeat remote control
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13442 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 11:42:04 +00:00
Dan Everton
4c486ce948
Add splash messages while copying, moving, and deleting files. Also boost the CPU during move/copy since it seems to make things faster.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13441 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 10:04:39 +00:00
Marianne Arnold
0434d56a0d
Fix the 'describe player for blind users' fixme - add description of the Archos Recorder, FmRecorder and Player. Very large parts taken from the BlindFAQ in the wiki.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13440 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 09:49:44 +00:00
Jonathan Gordon
b85817a5ba
Update some comments in menu.h to be hopefully more helpful.
...
Fix all the wrong usage of rb->do_menu() (my fault, sorry)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13439 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 08:26:27 +00:00
Jonathan Gordon
1062a17992
Add the database rebuild byte for the PP5022AF-05.51-S301-00.12-S301.00.12A-D OF version.
...
Dont output the sector count so often when doing the partition dump.
CAUTION: don't upgrade to this bootloader as the buttons still are not working in the bootloader (USB will be the only access to the OF if you do)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13438 a1c6a512-1295-4272-9138-f99709370657
2007-05-20 03:08:00 +00:00