Robert Menes
1e47628a9f
Commit FS #11682 by Teruaki Kawashima: fix the disktidy plugin
...
not cleaning custo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28414 a1c6a512-1295-4272-9138-f99709370657
2010-10-31 13:02:59 +00:00
Marcin Bukat
e26d0c62e0
Fix and extend imageviewer png support. FS#11641 by me
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28413 a1c6a512-1295-4272-9138-f99709370657
2010-10-31 12:40:49 +00:00
Thomas Martitz
c8901b3506
Remove the use of the instance field in non-anymore-static methods
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28412 a1c6a512-1295-4272-9138-f99709370657
2010-10-31 12:16:06 +00:00
Thomas Martitz
bf63f24168
Pass the framebuffer to the service in the constructor rather than later from native code.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28411 a1c6a512-1295-4272-9138-f99709370657
2010-10-31 12:11:14 +00:00
Thomas Martitz
2d05d2f9da
Clean up r28408 coding style a bit to follow our guidelines with regard to
...
brace placement, tabs and 80 char line width.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28410 a1c6a512-1295-4272-9138-f99709370657
2010-10-31 12:00:03 +00:00
Jonathan Gordon
cc758e42b9
fix a mem leak by calling the corect ReleaseString method
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28409 a1c6a512-1295-4272-9138-f99709370657
2010-10-31 11:53:36 +00:00
Thomas Martitz
b673ae2c46
FS#11686 - Kinetic list scrolling for touchscreen
...
This adds kinetic scrolling to to lists on touchscreen targets and RaaA, like all other OSes on touchscreens have.
It's only enabled in the absolute point mode, so for non-touchscreen and in grid mode nothing changes.
Kinetic scrolling means that the list keeps scrolling (but is decelerating) after you leave the touchscreen with the finger.
Redraw interval and deceleration is hardcoded for now but could be made configurable if desired.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28408 a1c6a512-1295-4272-9138-f99709370657
2010-10-31 11:11:46 +00:00
Jonathan Gordon
eaff333bf5
Use a Native keyboard GUI instead of rockbox's internal one on android
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28407 a1c6a512-1295-4272-9138-f99709370657
2010-10-31 10:35:55 +00:00
Jonathan Gordon
26f7ee13ce
Clean up usage of RockboxService. Add a proper way to check if rockbox is actually running (checking RockboxService.fb != null was very very bad)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28406 a1c6a512-1295-4272-9138-f99709370657
2010-10-31 10:35:42 +00:00
Nils Wallménius
78b2711e58
libtremor: introduce asm optimized version of the channel_couple function for Coldfire and optimize the arm as version, speedup ~1% on Coldfire and PortalPlayer.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28405 a1c6a512-1295-4272-9138-f99709370657
2010-10-31 08:19:19 +00:00
Alex Parker
e23075bc55
*Bump version to 3.7
...
*Promote iPod Nano 2G to stable
*Remove iPod Video 64 MB build
*Rename unified iPod Video build to "iPod Video"
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28401 a1c6a512-1295-4272-9138-f99709370657
2010-10-30 21:50:20 +00:00
Thomas Martitz
918ab30bfa
Android: Nicer launcher and statusbar icons made by Dustin Skoracki (taken from FS#11234).
...
He also made some with white border, but I like this ones more.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28400 a1c6a512-1295-4272-9138-f99709370657
2010-10-30 18:22:37 +00:00
Thomas Martitz
5ee1c40f39
Promote Sansa Fuzev2, Clipv2 and Clip+ to stable.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28394 a1c6a512-1295-4272-9138-f99709370657
2010-10-30 13:55:20 +00:00
Marianne Arnold
6ee3c036db
Manual: add drawings of the H100 remote with button labels to the player images and use it in the 'Quick Start' chapter (below the main player drawing) to explain the button names which were already used in the description.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28393 a1c6a512-1295-4272-9138-f99709370657
2010-10-30 11:17:04 +00:00
Michael Chicoine
c0c7c8e7c0
fix menu screen title bug - patch by Teru
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28391 a1c6a512-1295-4272-9138-f99709370657
2010-10-30 09:38:26 +00:00
Marianne Arnold
b03836717b
Manual: Fix typo in the H100's remote keymap file.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28389 a1c6a512-1295-4272-9138-f99709370657
2010-10-30 09:29:00 +00:00
Thomas Martitz
4cbb16e86a
Android: Delay the progress dialog so it's not shown until after 0.5s are over. This way it shouldn't show in a normal launch, but only if libmisc.so needs unzipping.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28387 a1c6a512-1295-4272-9138-f99709370657
2010-10-29 23:12:13 +00:00
Thomas Martitz
6bb7522852
Initialize (instantiate) RockboxFramebuffer from the C code like with the othe java objects.
...
Remove some @Override annotations to make the Java code build with certain javac versions.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28386 a1c6a512-1295-4272-9138-f99709370657
2010-10-29 23:12:08 +00:00
Alex Parker
669a327a2e
Manual: correct swapped seek buttons for Hx00 remotes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28383 a1c6a512-1295-4272-9138-f99709370657
2010-10-29 20:34:56 +00:00
Marianne Arnold
fa63211149
Manual, theme tag chapter: add a 'Hardware Capabilities' section for tags that test hardware capabilities of a target and move the 'radio/clock/touchscreen detected' tags there. Fixes inconsistencies in handling these.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28380 a1c6a512-1295-4272-9138-f99709370657
2010-10-29 17:52:20 +00:00
Alex Parker
5e28b18df9
Hewbrew is right-to-left, reinstate accidently removed setting.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28378 a1c6a512-1295-4272-9138-f99709370657
2010-10-29 12:41:26 +00:00
Mustapha Senhaji
c5ed874922
Update the portuguese translation.
...
Flyspray: FS#11700
Author: Rui Araújo.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28375 a1c6a512-1295-4272-9138-f99709370657
2010-10-29 10:59:43 +00:00
Marianne Arnold
d3e1e9d02a
Manual: fix stupid typo that caused misalignment in the pegbox button table.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28373 a1c6a512-1295-4272-9138-f99709370657
2010-10-28 11:52:44 +00:00
Jonathan Gordon
1a2851c298
Redo "r28369, Android load progress screen". git+svn lost the actual code changed
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28372 a1c6a512-1295-4272-9138-f99709370657
2010-10-28 11:30:31 +00:00
Jonathan Gordon
d7bb580b50
Fix the manual for %Tp
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28371 a1c6a512-1295-4272-9138-f99709370657
2010-10-28 11:11:01 +00:00
Jonathan Gordon
943de3ce49
skin_parser: Change the way hardware conditionals are done (i.e %?cc)
...
They now only parse the correct branch (so only the true branch, or only the false branch). This shuold allow you to load different images/backdrops with the same id's depending on the targets hardware.
Add a new %Tp - "touchscreen present?" tag to check if the target has a touchscreen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28370 a1c6a512-1295-4272-9138-f99709370657
2010-10-28 11:00:36 +00:00
Jonathan Gordon
db2a8ffd30
Android: Display a "Loading, please wait" dialog while we wait for the rockbox service to start
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28369 a1c6a512-1295-4272-9138-f99709370657
2010-10-28 09:19:15 +00:00
Michael Chicoine
63da8c6875
Enable line out on c200v1 - part of FS#11367 by me - Thanks to Nate for testing
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28368 a1c6a512-1295-4272-9138-f99709370657
2010-10-27 21:30:04 +00:00
Szymon Dziok
2eeb29bc04
HDD6330: fix some values in config (USB PID, battery capacity), insert commented out ATA DMA.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28367 a1c6a512-1295-4272-9138-f99709370657
2010-10-27 19:53:47 +00:00
Nils Wallménius
60c640b549
test_codec: Align the codec buffer to pointer size, since tlsf wants that. Fixes a crash when running tremor in test_codec on 64 bit sim. (The tlsf init bailed out but tremor doesn't check the return and went on to alloc memory anyway)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28365 a1c6a512-1295-4272-9138-f99709370657
2010-10-27 15:07:05 +00:00
Maurus Cuelenaere
77b3529246
Ramdisk: add hotswap support
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28363 a1c6a512-1295-4272-9138-f99709370657
2010-10-26 12:27:33 +00:00
Teruaki Kawashima
a900a29091
fix that disktidy plugin and shopper plugin is not usable when Show Icons setting is turned off.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28362 a1c6a512-1295-4272-9138-f99709370657
2010-10-26 12:19:39 +00:00
Thomas Martitz
c2f4e03b9e
Make pitchscreen absolute point mode compatible.
...
It's very similar to how it's controlled in the grid mode (in fact, it resembles this mode and they're compatible).
We could've forced the grid mode, but the viewport layout needed fixing for the addional icons anyway, and this way it doesn't
break with an ui viewport.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28361 a1c6a512-1295-4272-9138-f99709370657
2010-10-25 21:20:04 +00:00
Teruaki Kawashima
36cd720e8e
do not reset last selected item after leaving the file browser when in root.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28360 a1c6a512-1295-4272-9138-f99709370657
2010-10-25 13:55:34 +00:00
Michael Sparmann
77129ad3ec
Really fix yellow: Rename BMP_LINESIZE and BMP_BPP to get rid of the macro name collision
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28359 a1c6a512-1295-4272-9138-f99709370657
2010-10-25 12:52:02 +00:00
Michael Sparmann
7c6bb3f4ac
Fix iPod Nano 2G bootloader, which was apparently broken by the eabi transition
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28358 a1c6a512-1295-4272-9138-f99709370657
2010-10-25 12:45:41 +00:00
Michael Sparmann
e117b4a400
Fix yellow: BMP_BPP and BMP_LINESIZE being used both in greylib and screendump
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28357 a1c6a512-1295-4272-9138-f99709370657
2010-10-25 12:43:23 +00:00
Michael Sparmann
01cdb6a21f
Fix screendump on iPod Nano 2G by increasing the usb thread stack size and reducing the stack usage of FAT and storage functions
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28356 a1c6a512-1295-4272-9138-f99709370657
2010-10-25 12:36:57 +00:00
Teruaki Kawashima
0952848368
reduce ramusage slightly.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28355 a1c6a512-1295-4272-9138-f99709370657
2010-10-25 12:18:21 +00:00
Bertrik Sikken
462f012d17
Fix return type of iap_getc (should be bool instead of int)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28354 a1c6a512-1295-4272-9138-f99709370657
2010-10-24 21:39:09 +00:00
Marianne Arnold
957a31899d
Update German translation, using '/' for the translation too, I'm all for a rethink of the original phrase though.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28351 a1c6a512-1295-4272-9138-f99709370657
2010-10-24 16:43:27 +00:00
Alex Parker
6b5414213e
Hebrew translation update by Tomer Shalev.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28350 a1c6a512-1295-4272-9138-f99709370657
2010-10-24 13:37:13 +00:00
Jonathan Gordon
783421ddd7
Make sure the view always has focus and can be focused in touch mode so the front buttons work after a touch
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28348 a1c6a512-1295-4272-9138-f99709370657
2010-10-24 13:34:28 +00:00
Alex Parker
55e4989799
Minor addition to Italian translation
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28347 a1c6a512-1295-4272-9138-f99709370657
2010-10-24 12:43:45 +00:00
Jonathan Gordon
48e900ffe2
Fix android hardware button handling so it actually works.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28345 a1c6a512-1295-4272-9138-f99709370657
2010-10-24 12:35:53 +00:00
Teruaki Kawashima
7da04a0819
update Japanese translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28343 a1c6a512-1295-4272-9138-f99709370657
2010-10-24 12:03:46 +00:00
Rafaël Carré
34fc7465ac
AMSv2: fix bootloader build with USB enabled
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28342 a1c6a512-1295-4272-9138-f99709370657
2010-10-24 11:58:00 +00:00
Bertrik Sikken
097d7fb689
Fix FS#11559 - no sound from ipod fm remote on ipod nano 1g.
...
This fix implements audiohw_set_monitor for the wm8975 codec (used in ipod nano 1g, nano 2g, color, 4g)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28341 a1c6a512-1295-4272-9138-f99709370657
2010-10-24 09:24:35 +00:00
Jonas Häggqvist
f444b0ad32
Updated Danish translation
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28338 a1c6a512-1295-4272-9138-f99709370657
2010-10-23 15:43:06 +00:00
Alex Parker
b4ca4ce2a9
FS#11694 by Francisco Villa - update Spanish.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28336 a1c6a512-1295-4272-9138-f99709370657
2010-10-23 15:39:26 +00:00