Commit graph

9354 commits

Author SHA1 Message Date
Linus Nielsen Feltzing
029ff80235 iAudio X5 doesn't have bass and treble
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9338 a1c6a512-1295-4272-9138-f99709370657
2006-03-29 08:47:04 +00:00
Linus Nielsen Feltzing
34cd9cbe14 Save bass/treble settings in iPod
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9337 a1c6a512-1295-4272-9138-f99709370657
2006-03-29 07:57:46 +00:00
Adam Boot
f45b333842 Limit idle framerate, make falling bubbles less uniform, and some formatting cleanup
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9336 a1c6a512-1295-4272-9138-f99709370657
2006-03-29 01:32:33 +00:00
Nils Wallménius
4a2fec924a Make textviewer manual page nicer by: (1) using button macros (2) rplace the ugly table and (3) include it for all targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9335 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 22:46:54 +00:00
Martin Arver
29d5dbad0d Patch #4939 from Mark Bright. Only include recording for recording targets etc. Correct a table to use button macros.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9334 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 22:46:49 +00:00
Daniel Stenberg
02c540da41 Moved main menu button to REC for both file browser and WPS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9333 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 21:35:18 +00:00
Dan Everton
daebff8b5d Update equalizer precut value as it's adjusted.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9332 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 21:19:30 +00:00
Linus Nielsen Feltzing
fc9bc17335 Sound on iAudio X5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9331 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 21:17:19 +00:00
Linus Nielsen Feltzing
a145bf536f Correct maximum and default volume for iAudio X5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9330 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 20:55:12 +00:00
Linus Nielsen Feltzing
893d248935 Removed some debug code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9329 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 20:44:28 +00:00
Linus Nielsen Feltzing
cf0892fd79 Audio support for iAudio X5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9328 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 20:43:47 +00:00
Linus Nielsen Feltzing
a7db6e302f First quick'n'dirty volume control for the iAudio X5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9327 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 20:38:05 +00:00
Linus Nielsen Feltzing
d1a93d8a0c Simplification and correction of the TLV320 driver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9326 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 20:36:59 +00:00
Linus Nielsen Feltzing
66a2952230 Enable I2C bus 1 on the iAudio X5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9325 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 20:36:04 +00:00
Linus Nielsen Feltzing
b7da52bb65 Some corrections of the TLV320 register bit definitions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9324 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 20:35:08 +00:00
Dave Chapman
22593f4ace Change the type of the P_SectorActive() function to boolean - that's how it is being used.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9323 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 19:04:56 +00:00
Dave Chapman
f81c192b3a More 64-bit fixes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9322 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 19:04:48 +00:00
Dave Chapman
5293ea1dac More 64-bit fixes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9321 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 17:42:57 +00:00
Christian Gmeiner
ec8dae1524 x5: lets build doom...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9320 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 17:22:03 +00:00
Christian Gmeiner
d1b587a659 added good (tm) button mappings for x5, and added ifdef for HAS_BUTTON_HOLD
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9319 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 17:20:49 +00:00
Dan Everton
81a14b8837 Fix red builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9318 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 17:11:59 +00:00
Dan Everton
6246242155 Fail gracefully if write fails (i.e. disk space runs out) during copy in splitedit plugin. Users can now also press the 'quit' button to abort splitting.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9317 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 17:01:02 +00:00
Dave Chapman
cd88582478 64-bit sim fixes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9316 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 16:46:10 +00:00
Dave Chapman
909b6d2653 Finish removing the main LCD backdrop function from the plugin API
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9315 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 16:18:21 +00:00
Dave Chapman
59a248c8c6 Fix uninitialised variable warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9314 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 16:08:52 +00:00
Dave Chapman
39876971a8 Do not export load_main_backdrop() via the plugin API. Plugins should allocate their own buffer and use lcd_set_backdrop()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9313 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 16:04:11 +00:00
Dave Chapman
47f4a458d6 Patch #2969 - Doom! Currently only working on the H300.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9312 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 15:44:01 +00:00
Linus Nielsen Feltzing
fff7d6157d MCF5250 has IRAM too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9311 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 12:48:56 +00:00
Linus Nielsen Feltzing
e6876736d5 Correct IRAM attributes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9310 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 12:47:50 +00:00
Linus Nielsen Feltzing
a8c1fb55a4 Correct audio clock
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9309 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 12:47:10 +00:00
Nils Wallménius
ab5b179614 *** empty log message ***
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9308 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 12:18:51 +00:00
Daniel Stenberg
195cbca4bc Now including a fairly good uplang replacement as well, as well as supporting
NONE for phrases. Getting closer.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9307 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 12:06:06 +00:00
Miika Pekkarinen
2d93495df2 Boost open() performance on platforms with dircache. Tagcache initial
scanning now over 50% faster than before.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9306 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 11:51:12 +00:00
Martin Arver
6784e0333f Follow in Linus' footsteps and rename the bx-tags section to Power related
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9305 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 11:04:38 +00:00
Martin Arver
df6e42445b Adds sleeptimer tag description for the wps reference section
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9304 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 10:37:03 +00:00
Linus Nielsen Feltzing
93b5f24083 Patch #2854 by David Dent - %bs WPS tag for sleep timer
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9303 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 10:07:34 +00:00
Martin Arver
25173f45b7 Some corrections for the manual from Mark Bright (Redbreva)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9302 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 09:38:55 +00:00
Dave Chapman
ceafaba27a A version of DancePuffDuo for 220x176 LCDs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9301 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 08:34:56 +00:00
Zakk Roberts
f639df3b8e Clean up the LCD Settings menu for some targets: hide the Contrast and Invert options for color LCDs; the Flip Display option is now only available on supported targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9300 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 02:00:35 +00:00
Dave Chapman
6382e883e3 Add bitmaps for SHN, AIFF, AAC and ALAC
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9299 a1c6a512-1295-4272-9138-f99709370657
2006-03-27 21:37:51 +00:00
Dan Everton
91db368845 Add precut setting for the equalizer and add some more comments to the eq menu code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9298 a1c6a512-1295-4272-9138-f99709370657
2006-03-27 21:20:35 +00:00
Martin Arver
7eb4d6c3b8 Replace the button assignments for the main menu section of the manual to use button macros.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9297 a1c6a512-1295-4272-9138-f99709370657
2006-03-27 20:01:22 +00:00
Michael DiFebbo
24debb1a20 Divide chapter 4 into smaller, more manageable files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9296 a1c6a512-1295-4272-9138-f99709370657
2006-03-27 19:39:48 +00:00
Michael DiFebbo
25f9cec411 Divide chapter 4 of the manual into several smaller, more manageable files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9295 a1c6a512-1295-4272-9138-f99709370657
2006-03-27 19:30:05 +00:00
Christian Gmeiner
7f9e1eb801 x5: use as default BUTTON_POWER to close a plugin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9294 a1c6a512-1295-4272-9138-f99709370657
2006-03-27 17:34:23 +00:00
Brandon Low
2ff150793a Even better LCD clearing for ipod color displays, clear to white, but after backlight off
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9293 a1c6a512-1295-4272-9138-f99709370657
2006-03-27 17:29:09 +00:00
Nils Wallménius
68865a23ac add battery benchamrk plugin to the manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9292 a1c6a512-1295-4272-9138-f99709370657
2006-03-27 17:12:14 +00:00
Brandon Low
6599ff4308 Fix some math for ipod volume settings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9291 a1c6a512-1295-4272-9138-f99709370657
2006-03-27 16:05:51 +00:00
Brandon Low
5c950f4380 Reduce the appearance of volume change clicks by using the wmcodec's zero-cross detect feature
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9290 a1c6a512-1295-4272-9138-f99709370657
2006-03-27 14:46:15 +00:00
Martin Arver
0468064c28 ChessBox: Add 10x8 pixel pieces for the Archoses from Miguel A. Arévalo (P#4921)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9289 a1c6a512-1295-4272-9138-f99709370657
2006-03-27 14:18:17 +00:00