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
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
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
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
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
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
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
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
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
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
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
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
Jonas Häggqvist
c6f34ef239
Make english.lang use consistant spacing to avoid problems with the automatic translation site ("*:none" is wrong - "*: none" is right). Change other languages to match.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28332 a1c6a512-1295-4272-9138-f99709370657
2010-10-23 15:13:52 +00:00
Teruaki Kawashima
d46d24332f
fix leak-file-handles.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28330 a1c6a512-1295-4272-9138-f99709370657
2010-10-23 12:40:07 +00:00
Teruaki Kawashima
368e89e3bc
simplify rockbox_browse a bit and reuse buffer.
...
use const for argument of set_current_file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28328 a1c6a512-1295-4272-9138-f99709370657
2010-10-22 12:50:14 +00:00
Bertrik Sikken
8e9aeb2166
Serbian language update - FS#11693 by Ivan Pesic
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28319 a1c6a512-1295-4272-9138-f99709370657
2010-10-21 20:11:10 +00:00
Bertrik Sikken
03692c23e0
Spanish language update - FS#11692 by Francisco Vila
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28317 a1c6a512-1295-4272-9138-f99709370657
2010-10-21 16:54:47 +00:00
Robert Menes
0c8b5594ae
Add plugin keymaps to fft for the GoGear SA9200.
...
Also fix some errors in pluginlib_actions.c which
were causing the SA9200 build to crap out when
building plugins, and also disable plugins for the
SA9200 in the configure script (no idea why they
were enabled in the first place!)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28316 a1c6a512-1295-4272-9138-f99709370657
2010-10-21 02:45:06 +00:00
Bertrik Sikken
a68f1e2145
Spanish language update - FS#11688 by Francisco Vila
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28311 a1c6a512-1295-4272-9138-f99709370657
2010-10-19 19:19:05 +00:00
Szymon Dziok
057806f67a
HDD6330: Try to adapt the keys for the new touchpad code, remove the non existing buttons, enable morse input.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28306 a1c6a512-1295-4272-9138-f99709370657
2010-10-18 19:30:54 +00:00
Jonathan Gordon
59cc0a9a14
Don't try to show a backdrop if the bmp wasnt loaded successfully
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28303 a1c6a512-1295-4272-9138-f99709370657
2010-10-18 07:38:36 +00:00
Mustapha Senhaji
9624cfd3f1
Update the polish translation.
...
Flyspray FS#11685
Author: Wojciech Lesniak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28302 a1c6a512-1295-4272-9138-f99709370657
2010-10-17 18:30:43 +00:00
Thomas Martitz
bd573c47aa
Fix FS#11676 - audio_status() returns AUDIO_STATUS_PLAY|AUDIO_STATUS_PAUSE if paused so only resume if AUDIO_STATUS_PLAY is the only bit.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28301 a1c6a512-1295-4272-9138-f99709370657
2010-10-17 17:52:35 +00:00
Peter D'Hoye
7a153d2594
update Dutch language file
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28299 a1c6a512-1295-4272-9138-f99709370657
2010-10-17 12:37:35 +00:00
Teruaki Kawashima
2edeb5612a
add plugin_crt0.c to OTHER_SRC so that dependencies will be genereted.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28298 a1c6a512-1295-4272-9138-f99709370657
2010-10-17 11:40:39 +00:00
Jonathan Gordon
3ebb88428f
(Partially) Fix FS#11572 - no backdrop in the FM screen..\n the preset question would clear it and not reset it, so reoder the code so it works
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28297 a1c6a512-1295-4272-9138-f99709370657
2010-10-17 11:24:36 +00:00
Nils Wallménius
7f8b70f70c
Oops #ifdef -> #if
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28296 a1c6a512-1295-4272-9138-f99709370657
2010-10-17 08:49:25 +00:00
Nils Wallménius
65ee5eb5e7
Accept FS#11606 by Michael Gentry, making ACTION_TREE_STOP stop radio too.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28295 a1c6a512-1295-4272-9138-f99709370657
2010-10-17 08:47:56 +00:00
Mustapha Senhaji
5432894dba
Restore translated strings removed by accident in the previous revision.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28294 a1c6a512-1295-4272-9138-f99709370657
2010-10-16 23:47:10 +00:00
Mustapha Senhaji
ba37ceccea
Remove a lot of untranslated strings in the turkce translation since it was marked as "good translation" at http://translate.rockbox.org/ , while it wasn't.
...
Translator in turkce langage is welcome like for all other ones by the way.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28293 a1c6a512-1295-4272-9138-f99709370657
2010-10-16 23:12:37 +00:00
Mustapha Senhaji
1d60b0d69e
Fix minor typos in description fields.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28292 a1c6a512-1295-4272-9138-f99709370657
2010-10-16 22:52:55 +00:00
Mustapha Senhaji
b0be8c5871
Update the french translation for the upcoming release.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28291 a1c6a512-1295-4272-9138-f99709370657
2010-10-16 21:54:07 +00:00
Bertrik Sikken
9c58356e88
Make two local functions static in skin_tokens.c
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28290 a1c6a512-1295-4272-9138-f99709370657
2010-10-16 21:26:23 +00:00
Bertrik Sikken
91453fb59b
skin_engine: struct gui_skin can be static
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28289 a1c6a512-1295-4272-9138-f99709370657
2010-10-16 15:23:41 +00:00
Teruaki Kawashima
8bcb4927f3
fix loding of default remote viewers icons.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28288 a1c6a512-1295-4272-9138-f99709370657
2010-10-16 12:50:44 +00:00
Nils Wallménius
8123dffaea
Remove some inconsistent guarding around cpucache_* functions to fix a test_codec crash on coldfire, breaks plugin api compatibility so sorted and bumped version numbers.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28287 a1c6a512-1295-4272-9138-f99709370657
2010-10-16 12:30:06 +00:00
Teruaki Kawashima
44780475bc
Fix FS#10981: Viewers icons applied incorrectly.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28286 a1c6a512-1295-4272-9138-f99709370657
2010-10-16 11:05:09 +00:00
Nils Wallménius
c1bfe4eb62
libtremor: tiny optimization 0.5%-1.5% on coldfire and PP
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28285 a1c6a512-1295-4272-9138-f99709370657
2010-10-16 09:58:21 +00:00
Nils Wallménius
53308bf44e
Pitch detector: do not break profiling builds.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28283 a1c6a512-1295-4272-9138-f99709370657
2010-10-15 15:01:59 +00:00