summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-23The sims look funny for me unless I set a default line selector type. Since ↵Michael Giacomelli
no one else has complained this probably doesn't matter on the actual device. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16376 a1c6a512-1295-4272-9138-f99709370657
2008-02-23Remove font_file from the settings struct on the Archos Player - it isn't used.Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16375 a1c6a512-1295-4272-9138-f99709370657
2008-02-22- Attempt to generate the usb serial number from the disk serial numberFrank Gevaerts
- serial number length is again target dependent git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16374 a1c6a512-1295-4272-9138-f99709370657
2008-02-22Make the build script ignore color-only options on grayscale targets. Also, ↵Michael Giacomelli
change how backdrop files are entered in preperation for setting a default theme. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16373 a1c6a512-1295-4272-9138-f99709370657
2008-02-22fix usb string descriptorsFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16372 a1c6a512-1295-4272-9138-f99709370657
2008-02-22Improve usb descriptor handling. This should fix any cache and/or alignment ↵Frank Gevaerts
related problem. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16371 a1c6a512-1295-4272-9138-f99709370657
2008-02-22Remove sector 0 write protection from the ATA and MMC drivers. The one in ↵Jens Arnold
the ATA driver makes it impossible to change sector 0 from within rockbox USB mode, and nobody reported having seen that sector 0 panic for a loong time. Afaik it dates back to when ATA and filesystem write support were developed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16370 a1c6a512-1295-4272-9138-f99709370657
2008-02-22comment typo fixesFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16369 a1c6a512-1295-4272-9138-f99709370657
2008-02-22Only allow high-speed usb if USE_HIGH_SPEED is defined. It still causes data ↵Frank Gevaerts
corruption (full speed should be safe) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16368 a1c6a512-1295-4272-9138-f99709370657
2008-02-22Give 5g owner's some immediate relief from playback trouble introduced in ↵Michael Sevakis
r16105 without reverting all the "spinlock" changes. A highly localized version of the patches in FS#8568. More permanent and correct measures are being worked out. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16367 a1c6a512-1295-4272-9138-f99709370657
2008-02-22Make high speed work. Does not fix any other bugs yet, so still be careful ↵Frank Gevaerts
about pressing buttons while connecting, or making screenshots. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16366 a1c6a512-1295-4272-9138-f99709370657
2008-02-21Fix building on FreeBSD (FS#8622).Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16365 a1c6a512-1295-4272-9138-f99709370657
2008-02-21When failing to auto-load a bookmark, don't show the 'Nothing to resume' ↵Magnus Holmgren
message. The selected file will (hopefully) be played instead. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16364 a1c6a512-1295-4272-9138-f99709370657
2008-02-21When building a static linux binary link libusb static.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16363 a1c6a512-1295-4272-9138-f99709370657
2008-02-21fix wrong LBA range check with sectorsizes larger than 512 bytesFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16362 a1c6a512-1295-4272-9138-f99709370657
2008-02-20Significantly speed up SAPI4 voice file creation. Still rather slow compared ↵Jens Arnold
to SAPI5, but doesn't take hours anymore. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16361 a1c6a512-1295-4272-9138-f99709370657
2008-02-20Major USB stack improvements. It now works at nearly the maximum speed for a ↵Frank Gevaerts
full speed connection, and does seem stable. Still not enabled by default, #define USE_ROCKBOX_USB is still required to enable it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16360 a1c6a512-1295-4272-9138-f99709370657
2008-02-202 small fixes: * List SAPI5 voices with their actual names, noth with their ↵Jens Arnold
descriptio. * Actually use the passed speed for SAPI4. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16359 a1c6a512-1295-4272-9138-f99709370657
2008-02-20Added PP5020 serial port registersLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16358 a1c6a512-1295-4272-9138-f99709370657
2008-02-19bump version to m1.0.4Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16357 a1c6a512-1295-4272-9138-f99709370657
2008-02-19FS#8588: disable USB device again when USB is disconnected on PortalPlayer ↵Barry Wardell
targets. Previously, the USB device was left on after USB disconnection causing extra battery drain. This alleviates this problem somewhat, although it seems like battery drain may still be higher after a USB disconnection, so we're still missing something. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16354 a1c6a512-1295-4272-9138-f99709370657
2008-02-19Fix a small typoWill Robertson
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16353 a1c6a512-1295-4272-9138-f99709370657
2008-02-19Bring the IMX31 serial driver in line with the CONTRIBUTING guidelines.Will Robertson
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16352 a1c6a512-1295-4272-9138-f99709370657
2008-02-19fix make bin. other partial make options may still be broken thoughJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16351 a1c6a512-1295-4272-9138-f99709370657
2008-02-18oops japanese and korean are not for the playerDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16350 a1c6a512-1295-4272-9138-f99709370657
2008-02-18fix the Makefile to provide the correct include path so that SOURCES workDaniel Stenberg
properly and the correct languages are built... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16349 a1c6a512-1295-4272-9138-f99709370657
2008-02-18fixed the mrobe 100 accidental change and corrected the compiler target setupDaniel Stenberg
for creativezvm git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16348 a1c6a512-1295-4272-9138-f99709370657
2008-02-18A first tiny set of changes for the Creative Zen Vision:M. Work done byDaniel Stenberg
Maurus Cuelenaere git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16347 a1c6a512-1295-4272-9138-f99709370657
2008-02-18added lang/MakefileDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16346 a1c6a512-1295-4272-9138-f99709370657
2008-02-18set svn:keywords propertyDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16345 a1c6a512-1295-4272-9138-f99709370657
2008-02-18fix missing quotesDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16344 a1c6a512-1295-4272-9138-f99709370657
2008-02-18FS#8482 take two. Make the language files built first, so that the largestDaniel Stenberg
size can be used as buffer size for languages. Work to this also contributed by Jonas Haggqvist. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16343 a1c6a512-1295-4272-9138-f99709370657
2008-02-18Small fix for the Mini's cabbiev2.wps: don't refer to a non-existent 10th ↵Marianne Arnold
volume bitmap. This version uses the same graphics as the 160x128x2 one whose author confirmed that there should only be 9 bitmaps. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16342 a1c6a512-1295-4272-9138-f99709370657
2008-02-17make the warnings gcc-style to be trapped by the scripts easierDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16341 a1c6a512-1295-4272-9138-f99709370657
2008-02-17Make genlang shut up about the non-error of not putting quotes around "none" ↵Jonas Häggqvist
in the voice. Also make it print slightly nicer errors/warnings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16340 a1c6a512-1295-4272-9138-f99709370657
2008-02-17eeek, revert the FS#8482 commit again as it broke the bootloaders and theDaniel Stenberg
generated size wasn't actually used yet! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16339 a1c6a512-1295-4272-9138-f99709370657
2008-02-17Give the Gigabeat S bootloader the ability to untar a tarball.Nicolas Pennequin
To test a build, use 'make tar' and send the tar to the unit. The bootloader will unarchive it and delete it before loading the main binary. This is a temporary hack to make testing possible until we have a better way of sending a complete build. Also enable writing to the disk by disabling the optimised write stubs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16338 a1c6a512-1295-4272-9138-f99709370657
2008-02-17FS#8482:Daniel Stenberg
Build system tweak that builds all languages first, to make the system able to use a buffer size that fits the larger language only. Parts of this work done by Jonas Haggqvist, but all the mistakes are my own! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16337 a1c6a512-1295-4272-9138-f99709370657
2008-02-17Fix up incomplete reversal.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16336 a1c6a512-1295-4272-9138-f99709370657
2008-02-17Bulgarian should work on the Player - no need to exclude it.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16335 a1c6a512-1295-4272-9138-f99709370657
2008-02-17Exclude languages that don't work on the Player's charcell display when ↵Jonas Häggqvist
building for the Player. Also include commented out functionality to exclude langauges on all targets (such as very incomplete languages in case of release). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16334 a1c6a512-1295-4272-9138-f99709370657
2008-02-17FS#8617 Massive update of bulgarian translation by Hristo Kovachev.Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16333 a1c6a512-1295-4272-9138-f99709370657
2008-02-17Fixed red, forgot to commit header changes.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16332 a1c6a512-1295-4272-9138-f99709370657
2008-02-17A few fixes to problems in deutsch.lang as revealed by rasher's page. There ↵Marianne Arnold
are a very few more things I'm unsure how to deal with them at the moment, so let's start with the easy things. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16331 a1c6a512-1295-4272-9138-f99709370657
2008-02-17FS#8565 - fix for runtime data causing extra spin ups. Included a debug menu ↵Miika Pekkarinen
update also. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16330 a1c6a512-1295-4272-9138-f99709370657
2008-02-17revert doneChristian Gmeiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16329 a1c6a512-1295-4272-9138-f99709370657
2008-02-17revert my work, suggested by amiconnChristian Gmeiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16328 a1c6a512-1295-4272-9138-f99709370657
2008-02-17the last one... sorry for troubleChristian Gmeiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16327 a1c6a512-1295-4272-9138-f99709370657
2008-02-17fix yellowChristian Gmeiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16326 a1c6a512-1295-4272-9138-f99709370657
2008-02-17fix redChristian Gmeiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16325 a1c6a512-1295-4272-9138-f99709370657