Commit graph

12128 commits

Author SHA1 Message Date
Steve Bavin
338d94f466 FS#4770 - Add USB charging for the H300 series
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12169 a1c6a512-1295-4272-9138-f99709370657
2007-02-01 10:47:22 +00:00
Dominik Riebeling
73ee2379c5 Make the manual use utf8 as base input encoding. This *requires* the UCS package which is not part of standard LaTeX distributions. Fixes manual building which got broken by some extended character in the credits file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12168 a1c6a512-1295-4272-9138-f99709370657
2007-02-01 00:00:49 +00:00
Adam Gashlin
47ddbd48d6 NES codec improvements - N106 fixed point implementation from FS #6603, removed redundant or unused tables and flags
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12167 a1c6a512-1295-4272-9138-f99709370657
2007-01-31 21:23:14 +00:00
Barry Wardell
003e084a7a Power off on the Sansa more in line with how the OF does it (just change the relevant bit rather than the whole byte).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12166 a1c6a512-1295-4272-9138-f99709370657
2007-01-31 19:30:32 +00:00
Barry Wardell
83c831deae Add power off for the Sansa. Thanks to Antonius Hellmann for figuring out how using the Sansa emulator in FS #6524.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12165 a1c6a512-1295-4272-9138-f99709370657
2007-01-31 17:10:01 +00:00
Jonathan Gordon
e79ba15115 fix hardware eq settings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12164 a1c6a512-1295-4272-9138-f99709370657
2007-01-31 07:12:53 +00:00
Michael Sevakis
0d094bd86d Finish putting all the code and data that depends upon HAVE_PRIORITY_SCHEDULING into the #ifdef blocks
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12163 a1c6a512-1295-4272-9138-f99709370657
2007-01-31 06:43:31 +00:00
Zakk Roberts
e50cc6c369 FS #6243 - Invadrox, awesome Invaders clone by Albert Veli, supporting almost all bitmap LCD targets (but not Archos). Also resorted plugins/bitmaps/native/SOURCES (alphabetically).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12162 a1c6a512-1295-4272-9138-f99709370657
2007-01-31 00:46:32 +00:00
Magnus Holmgren
fc1efc7b13 Fix a couple of MP4 demuxing problems, preventing playback in a few cases. All my test files now play properly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12161 a1c6a512-1295-4272-9138-f99709370657
2007-01-30 21:42:36 +00:00
Dave Chapman
ca3b5bb8e4 Fix typo - thanks to Bryan Childs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12160 a1c6a512-1295-4272-9138-f99709370657
2007-01-30 18:51:27 +00:00
Marcoen Hirschberg
5fc4ede73c add Jakub Matoušek to the credits
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12159 a1c6a512-1295-4272-9138-f99709370657
2007-01-30 13:07:56 +00:00
Marcoen Hirschberg
ddc8daa7de updated and fixed Czech translation by Jakub Matoušek
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12158 a1c6a512-1295-4272-9138-f99709370657
2007-01-30 13:06:59 +00:00
Barry Wardell
bad92dc939 FS#6594 - Fix ActionStd and ActionWPS buttons in the H10 manual. Also, the H10 has buttons for moving up/down a page in the file browser.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12157 a1c6a512-1295-4272-9138-f99709370657
2007-01-30 13:05:41 +00:00
Marcoen Hirschberg
1d7c1c646d italian language update by Alessio Lenzi with (re)unicodification by me
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12156 a1c6a512-1295-4272-9138-f99709370657
2007-01-30 11:33:07 +00:00
Marcoen Hirschberg
c1deda573a use the nimbus-12 font for the WPSs which used chicago12 now that it has been removed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12155 a1c6a512-1295-4272-9138-f99709370657
2007-01-30 11:11:38 +00:00
Dan Everton
40310d8aef Fix the default cutoff for the low shelf EQ filter. Should fix the oddness people have been hearing with the equalizer.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12154 a1c6a512-1295-4272-9138-f99709370657
2007-01-30 09:46:22 +00:00
Marcoen Hirschberg
774fe9cc11 remove chicago and xtal fonts. they have been replaced by the nedore and nimbus fonts a long time ago
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12153 a1c6a512-1295-4272-9138-f99709370657
2007-01-30 09:09:07 +00:00
Linus Nielsen Feltzing
ca91b679a5 Reverting the FAT32 driver change - it seems to have introduced a bug
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12152 a1c6a512-1295-4272-9138-f99709370657
2007-01-29 23:35:21 +00:00
Linus Nielsen Feltzing
0f03e3af31 Changed fat_getnext():
1) Fixed a bug where really long filenames could be messed up if they spanned 3 sectors
2) Now uses 2 buffers instead of 3, without copying the buffers with memcpy()
3) Can now use aligned sector reads, first step towards iPod 5.5G 80GB



git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12151 a1c6a512-1295-4272-9138-f99709370657
2007-01-29 22:26:16 +00:00
Dave Chapman
1bb3d2601f Minor bugfix - use O_TRUNC when reading the firmware partition.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12150 a1c6a512-1295-4272-9138-f99709370657
2007-01-29 20:17:59 +00:00
Nils Wallménius
6be7727ac3 Updated Polish translation by Tomasz Mon FS# 6592
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12149 a1c6a512-1295-4272-9138-f99709370657
2007-01-29 19:08:14 +00:00
Martin Arver
068482719d Update the description of the different builds that rockbox offers, to reflect the recent changes in the side menu.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12148 a1c6a512-1295-4272-9138-f99709370657
2007-01-29 18:47:53 +00:00
Nils Wallménius
5fab9fc85f Fix a small typo, add FIXME's for sansa and h10 and clean some whitespace
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12147 a1c6a512-1295-4272-9138-f99709370657
2007-01-29 17:03:56 +00:00
Marcoen Hirschberg
f90542b592 remove the ASCII version of the Polish translation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12146 a1c6a512-1295-4272-9138-f99709370657
2007-01-29 15:32:50 +00:00
Jonathan Gordon
7bb8b30f8e grr! didnt see the h100 warning.. build table is too wide
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12145 a1c6a512-1295-4272-9138-f99709370657
2007-01-29 13:58:35 +00:00
Jonathan Gordon
2062f63d66 fix recorder warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12144 a1c6a512-1295-4272-9138-f99709370657
2007-01-29 13:44:22 +00:00
Jonathan Gordon
1382f78b7e fix build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12143 a1c6a512-1295-4272-9138-f99709370657
2007-01-29 13:32:41 +00:00
Jonathan Gordon
41bd24e7dc Rearrange these files so they are more managable. No real code changes. Some functions/variables in these are possibly out of place and
should be considered for moving.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12142 a1c6a512-1295-4272-9138-f99709370657
2007-01-29 13:18:57 +00:00
Jonathan Gordon
bc60af1daf fix bool settings which don't use "off,on" for their config values. Neatens up the read/write code a bit also
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12141 a1c6a512-1295-4272-9138-f99709370657
2007-01-29 12:32:56 +00:00
Daniel Stenberg
12f3769adb FS#5967 Nimbus 19 font by Alexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12140 a1c6a512-1295-4272-9138-f99709370657
2007-01-29 08:45:36 +00:00
Jonathan Gordon
e744deb803 Accept FS#6285 by Wenbin Leo, Thanks.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12139 a1c6a512-1295-4272-9138-f99709370657
2007-01-29 03:29:23 +00:00
Barry Wardell
7908740b94 Oops. sleep() doesn't work on PortalPlayer builds. Use udelay() instead.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12138 a1c6a512-1295-4272-9138-f99709370657
2007-01-28 20:40:58 +00:00
Nils Wallménius
942e4d8d58 Do not change backlight timeout and disk spindown timeout when battery is low
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12137 a1c6a512-1295-4272-9138-f99709370657
2007-01-28 20:38:11 +00:00
Barry Wardell
84b509dc43 FS#6554. Move bootloader code into a common file. Only PortalPlayer devices (iPods, H10, Sansa) are affected for the moment. Someone with access to (and no fear of bricking) an X5, H100, H300 and Gigabeat should try to adapt those bootloaders to also use the code in common.c. The (non-working) patch in the tracker would be a good place to start with this.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12136 a1c6a512-1295-4272-9138-f99709370657
2007-01-28 18:42:11 +00:00
Dominik Riebeling
6c3a446435 add svn:keywords property
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12135 a1c6a512-1295-4272-9138-f99709370657
2007-01-28 18:33:04 +00:00
Dominik Riebeling
eb1cb5798e Prevent an additional protected space after version string.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12134 a1c6a512-1295-4272-9138-f99709370657
2007-01-28 17:09:34 +00:00
Dominik Riebeling
dcbf5d492b don't use TOOLSDIR for svnversion.sh as it causes error messages when building the manual (because of some build system trickery used)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12133 a1c6a512-1295-4272-9138-f99709370657
2007-01-28 17:06:59 +00:00
Jonathan Gordon
e463ddef8a Fixes the keyboard file setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12132 a1c6a512-1295-4272-9138-f99709370657
2007-01-28 08:10:28 +00:00
Daniel Ankers
3a3b261077 Fix red builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12131 a1c6a512-1295-4272-9138-f99709370657
2007-01-27 20:48:48 +00:00
Tom Ross
541c2f0327 Fix Blackjack not looking correct when a backdrop is in use.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12130 a1c6a512-1295-4272-9138-f99709370657
2007-01-27 20:42:04 +00:00
Daniel Ankers
df8446a72b Oops - fix PortalPlayer builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12129 a1c6a512-1295-4272-9138-f99709370657
2007-01-27 20:39:09 +00:00
Daniel Ankers
ec0a362ea2 More PortalPlayer I2C unification work
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12128 a1c6a512-1295-4272-9138-f99709370657
2007-01-27 20:09:57 +00:00
Daniel Ankers
e80470e958 Fix a bug in the Sansa flash driver. Other bugs remain, as it does not pass the stress test yet.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12127 a1c6a512-1295-4272-9138-f99709370657
2007-01-27 18:57:57 +00:00
Daniel Ankers
e9a2caee2b Unify I2C driver for all PortalPlayer targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12126 a1c6a512-1295-4272-9138-f99709370657
2007-01-27 17:17:52 +00:00
Brandon Low
369b6bd367 Fix a potential voice related bug with first time buffer setup
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12125 a1c6a512-1295-4272-9138-f99709370657
2007-01-27 16:33:44 +00:00
Barry Wardell
adc349891e Clean up PP5002 I2C code (no functional changes):
Move into target tree.
Use #defines instead of inb/outb.

Also restore comments in PP5020 I2C code.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12124 a1c6a512-1295-4272-9138-f99709370657
2007-01-27 15:20:30 +00:00
Barry Wardell
5e765b2ea2 Clean up PP5020 I2C code (no functional changes):
Move into target tree.
Use #defines instead of inb/outb.
Whitespace cleanup.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12123 a1c6a512-1295-4272-9138-f99709370657
2007-01-27 14:22:24 +00:00
Dave Chapman
6820ed1f7f Add the O_TRUNC flag when writing the modified file back to disk - fixes FS #6559
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12122 a1c6a512-1295-4272-9138-f99709370657
2007-01-27 10:45:34 +00:00
Zakk Roberts
1d4c425431 Shiny new Minesweeper color bitmaps.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12121 a1c6a512-1295-4272-9138-f99709370657
2007-01-27 08:40:47 +00:00
Brandon Low
be95ff4570 No functional changes. Code police and comment clarity improvements.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12120 a1c6a512-1295-4272-9138-f99709370657
2007-01-26 18:35:49 +00:00