Michael Sevakis
|
3a45faa6a8
|
More Simulator tweaking. Back to the counter but with 0 delay. Forget the semaphore; it makes for too much kernel thread yielding.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14649 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-09 08:28:42 +00:00 |
|
Michael Sevakis
|
b0a1ed1852
|
Fix rockbox warnings. sramfile is a static array so will never be NULL.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14648 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-09 02:49:24 +00:00 |
|
Michael Sevakis
|
e847054e63
|
Fix a warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14647 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-09 02:14:32 +00:00 |
|
Michael Sevakis
|
0107dfc827
|
UISIMULATOR: Give the host OS some needed context switching hints (which _is_ supposed to work on Linux - but I can't tell on VMWare - and does on Windows). I guess I'll know for sure soon. Give sleep() even more genuine behavior. Add some button driver sync with the rockbox threads that should have been there for some time - this is basically interrupt-like processing as any thread not in the kernel pool should be considered. Make the screendump work again by posting the request. Perhaps help out shutting down for some users but not in the way I'd prefer - to think about.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14646 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-09 01:59:07 +00:00 |
|
Jens Arnold
|
424750ea95
|
Make sleep(0) in the sim behave more like on target.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14645 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-08 23:50:36 +00:00 |
|
Dave Chapman
|
6e7971553e
|
Add functions to read and write the AUPD (flash update) image. "--read-aupd aupd.bin" will read (and decrypt) the AUPD image, and "--write-aupd aupd.bin" will write (and encrypt) an image. Also fix a bug in the "diskmove" function which corrupted the AUPD image when a bootloader was installed. So in order to manipulate the aupd image, you need to restore a clean firmware partition, and install the bootloader with this version of ipodpatcher. Decryption functions based on the description and sample code at http://ipodlinux.org/Flash_Decryption
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14644 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-08 23:27:49 +00:00 |
|
Daniel Stenberg
|
6c24189d27
|
Figure out the version of ld (binutils) and display it on stdout, so that
the distributed build system easier can catch it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14643 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-08 21:45:21 +00:00 |
|
Dave Chapman
|
4bb2eeee3a
|
Add missing files following the C200 commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14641 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-08 19:49:31 +00:00 |
|
Michael Sevakis
|
174ce90371
|
Fix some warnings in sim kernel.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14640 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-08 12:32:41 +00:00 |
|
Michael Sevakis
|
f64ebb1c1f
|
Sim I/O and threading that runs more like on target. Tweakable if any genuine slowness imitation is required for any one of them. One point of concern is the sim shutdown on an OS other than Linux just because terminating threads in a manner other than having the do it themselves is kind of dirty IMHO.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14639 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-08 12:20:53 +00:00 |
|
Mark Arigo
|
69b4654ea2
|
Allow the volume keys to be used in lists. Fix the sim buttons.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14638 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-08 03:30:32 +00:00 |
|
Mark Arigo
|
e14a76093d
|
Make the uisim build for the Sansa c200.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14637 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-08 03:10:22 +00:00 |
|
Jens Arnold
|
aebeabdade
|
Stop libmad from crashing on 64 bit simulators.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14636 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-07 23:45:42 +00:00 |
|
Jens Arnold
|
b69556f3eb
|
Ooops, rror ;)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14635 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-07 21:52:33 +00:00 |
|
Jens Arnold
|
aa88545b43
|
Better (and consistent between .lng and .voice) translation for 'playlist'.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14634 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-07 21:03:25 +00:00 |
|
Nils Wallménius
|
7b198cc557
|
Disable 'initialized field overwritten' warnings for gcc >= 4.2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14633 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-07 17:55:21 +00:00 |
|
Nils Wallménius
|
2ee454a3fb
|
FS#7713 a slight cleanup of configure by Akio Idehara
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14632 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-07 15:34:54 +00:00 |
|
Björn Stenberg
|
6b5da8cdf2
|
Use /tmp for temporary directories instead of /home/bjst
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14631 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-07 12:24:53 +00:00 |
|
Peter D'Hoye
|
7094512bde
|
Update of Dutch language file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14630 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-06 22:56:28 +00:00 |
|
Peter D'Hoye
|
cc4541f086
|
Credits: better counter when scrolling manually
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14629 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-06 22:32:46 +00:00 |
|
Alessio Lenzi
|
ad479ba40b
|
Updated italian translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14628 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-06 19:38:05 +00:00 |
|
Daniel Stenberg
|
8e75734083
|
mention the brace placement for functions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14627 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-06 11:08:23 +00:00 |
|
Christian Gmeiner
|
db4753e924
|
usb stack: add support for standard request get string
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14626 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-06 07:17:54 +00:00 |
|
Mark Arigo
|
dbc6b4e39a
|
Sansa c200 port. Rockbox works with sound. Several features are disabled including some lcd options, FM radio, recording, and all plugins. Loading the OF from the Rockbox bootloader does not work.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14625 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-06 03:28:58 +00:00 |
|
Mark Arigo
|
4f3bcbbb11
|
Move files that will be common to the Sansa e200 and c200
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14624 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-06 03:01:41 +00:00 |
|
Alessio Lenzi
|
8a7ae9f3aa
|
Added audio formats for Scansoft, Loquendo and VoiceWare.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14623 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-05 20:08:01 +00:00 |
|
Christian Gmeiner
|
2c30bd9245
|
try #2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14622 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-05 16:16:49 +00:00 |
|
Christian Gmeiner
|
1a8f7c51b3
|
fix usb detection for usb stack
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14621 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-05 15:52:49 +00:00 |
|
Michael Sevakis
|
bc35acffd9
|
Commit FS#7692 - LCD garbled top two lines by Jesse Lockwood and Jonathan Backer. Works on mine and others' older models without trouble and provides a genuine fix for the garbled display lines issue troubling newer ones.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14620 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-05 07:58:42 +00:00 |
|
Jens Arnold
|
af533820ee
|
More efficient version of the fix.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14619 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-05 06:48:33 +00:00 |
|
Jens Arnold
|
fcab061250
|
Hopefully stop the crashes on database init on ARM (and SH1) targets when comment tags using UTF-16 are present.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14618 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-05 06:27:59 +00:00 |
|
Jonathan Gordon
|
24006ffeac
|
stop non-live settings from beign accepted even if cancel was chosen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14616 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-05 03:06:49 +00:00 |
|
Jens Arnold
|
19d141a3eb
|
Fix USB detection on the Player.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14615 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-05 00:24:28 +00:00 |
|
Jens Arnold
|
94f6f41c3a
|
Add missing translation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14614 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-05 00:02:05 +00:00 |
|
Christian Gmeiner
|
e267bc722d
|
get experimental usb stack compiling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14613 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-04 23:29:42 +00:00 |
|
Jens Arnold
|
4f7097a1fd
|
Fix some tabs (one caused a voice string to not be used).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14612 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-04 23:22:48 +00:00 |
|
Jonas Häggqvist
|
9305893e05
|
More FILES updating.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14611 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-04 22:19:40 +00:00 |
|
Jens Arnold
|
2829aefe02
|
Only replace those abbreviations if they're capitalised.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14610 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-04 22:13:52 +00:00 |
|
Jens Arnold
|
fcf1f98518
|
Remove debug line.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14609 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-04 22:10:09 +00:00 |
|
Jens Arnold
|
df9a166392
|
Voice file building: * Make correct_string() work as intended by passing the missing 2 parameters. * SAPI: Add query for TTS engine vendor. * Add several string corrections (mostly but not exclusively for German). * Make the pool filenames include TTS options and encoder options in their MD5 hash value, allowing to properly build voice files where those settings differ per target using the same pool.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14608 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-04 22:03:05 +00:00 |
|
Jens Arnold
|
75c39b004f
|
Fix a few voice strings, and adjust a few others.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14607 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-04 21:57:12 +00:00 |
|
Jonas Häggqvist
|
d8e6b4389f
|
Include some more stuff in the tarballs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14606 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-04 21:53:33 +00:00 |
|
Nils Wallménius
|
53c6ea6620
|
Include split up shortcuts plugin in tarball
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14605 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-04 21:30:48 +00:00 |
|
Jonas Häggqvist
|
1238d0d5fa
|
Fix a few errors that I missed. The translation is missing a few strings to be completely in sync.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14604 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-04 12:27:18 +00:00 |
|
Jonas Häggqvist
|
fd32e1cbd1
|
Add Brazillian Portuguese translation by Adilson Vicente Xavier. Update sapi_voices.vbs accordingly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14603 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-04 12:22:19 +00:00 |
|
Robert Kukla
|
3fbd2414af
|
fix sub-string comparison
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14602 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-04 08:23:12 +00:00 |
|
Jonathan Gordon
|
95101c19f2
|
dont bother waiting for a usb connection if we arnt getting usb power (speeds up the e200 bootloader by about 1.25s)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14601 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-04 08:14:47 +00:00 |
|
Dave Chapman
|
1672350378
|
FS #7691 - improved USB detection on PP devices. This patch modifies the target-tree function usb_detect() on all targets from bool to int, returning USB_INSERTED or USB_EXTRACTED instead of true or false. This was done to enable the PP usb_detect() to check for USB_POWER (either a connection to a USB wall charger, or the user holding "charge mode" button) and return that as a third value.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14600 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-04 08:03:07 +00:00 |
|
Peter D'Hoye
|
946a815cd4
|
Accept FS #7667 by Alexander Levin with minor fixes by me. Splits the shortcuts plugin into two, one for adding and one for viewing. Removes hard-coded file extension and allows to link from one shortcut file to another.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14599 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-03 22:24:26 +00:00 |
|
Daniel Stenberg
|
9b3be37f84
|
fix warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14598 a1c6a512-1295-4272-9138-f99709370657
|
2007-09-03 21:26:39 +00:00 |
|