Robert Menes
e185066bc3
FS#10558 by Melba Sitjar: missing strings for Tagalog language added.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22466 a1c6a512-1295-4272-9138-f99709370657
2009-08-22 21:59:51 +00:00
Maurus Cuelenaere
07b2708892
Touchscreen list handling: fix issue where scrolling with the scrollbar could bring up the context menu for an item
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22465 a1c6a512-1295-4272-9138-f99709370657
2009-08-22 21:46:02 +00:00
Dominik Wenger
40952de355
rbutil: also remove the target-id from the onda targets.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22464 a1c6a512-1295-4272-9138-f99709370657
2009-08-22 14:43:00 +00:00
Dominik Wenger
da358058cb
rbutil: use target-id from rockbox-info.txt and remove it from rbutil.ini
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22463 a1c6a512-1295-4272-9138-f99709370657
2009-08-22 14:05:20 +00:00
Maurus Cuelenaere
20b0dd2788
A new implementation of logf, logfdisplay and logfdump.
...
Flyspray: FS#10528
Author: Amaury Pouly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22462 a1c6a512-1295-4272-9138-f99709370657
2009-08-21 22:54:23 +00:00
Maurus Cuelenaere
249392c2d3
Add a BTN_MASK for the VX777 (aka fix red)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22461 a1c6a512-1295-4272-9138-f99709370657
2009-08-21 22:50:50 +00:00
Maurus Cuelenaere
e4c754b30a
Rockbox Utility: fix some typos in Dutch translation
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22460 a1c6a512-1295-4272-9138-f99709370657
2009-08-21 22:38:03 +00:00
Maurus Cuelenaere
f7b4ed369e
Onda VX747/VX777 bootloader: make boot menu more robust + add reset Rockbox configuration option
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22459 a1c6a512-1295-4272-9138-f99709370657
2009-08-21 22:37:27 +00:00
Maurus Cuelenaere
9f6d3a758f
* Onda VX777: add support for its single physical button
...
* Use real wakeup events in the battery ADC driver
* Adjust battery charge information a bit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22458 a1c6a512-1295-4272-9138-f99709370657
2009-08-21 21:35:12 +00:00
Maurus Cuelenaere
8bff564a7c
Forgot a file
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22457 a1c6a512-1295-4272-9138-f99709370657
2009-08-21 20:28:26 +00:00
Maurus Cuelenaere
8ccd04c33d
Add CheckWPS entry to tools/configure
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22456 a1c6a512-1295-4272-9138-f99709370657
2009-08-21 20:26:53 +00:00
Maurus Cuelenaere
0119ebb044
Don't add #ifdef's without looking them up...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22455 a1c6a512-1295-4272-9138-f99709370657
2009-08-21 19:33:27 +00:00
Maurus Cuelenaere
a40c87be47
Checkwps: give wps_screen an initial value
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22454 a1c6a512-1295-4272-9138-f99709370657
2009-08-21 19:31:37 +00:00
Maurus Cuelenaere
8741cd4ebd
Fix building checkwps on targets without a remote
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22453 a1c6a512-1295-4272-9138-f99709370657
2009-08-21 19:16:07 +00:00
Maurus Cuelenaere
d0d1c8321a
Fix checkwps for remote screens
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22452 a1c6a512-1295-4272-9138-f99709370657
2009-08-21 19:12:03 +00:00
Maurus Cuelenaere
876db6c2fc
Fix/hack checkwps + add Onda VX747/VX777 targets
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22451 a1c6a512-1295-4272-9138-f99709370657
2009-08-21 18:15:20 +00:00
Maurus Cuelenaere
11826e9040
Rockbox Utility: make chinachippatch translateable + update Dutch translation
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22450 a1c6a512-1295-4272-9138-f99709370657
2009-08-21 15:46:15 +00:00
Teruaki Kawashima
f6999b8f2a
text editor: optimize a bit and try to reduce size.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22449 a1c6a512-1295-4272-9138-f99709370657
2009-08-21 14:56:23 +00:00
Teruaki Kawashima
32ad9a5966
rockpaint: some fixes and optimization.
...
Clip image when pasting copied/cut rectangle.
Don't use memset in load_bitmap when filling blank spaces with background color.
Clear buffer when failed to load bitmap file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22448 a1c6a512-1295-4272-9138-f99709370657
2009-08-21 14:14:08 +00:00
Teruaki Kawashima
2a4c4de857
blackjack: change the way to save/load game state: save game state when quit plugin and load game state when plugin started.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22447 a1c6a512-1295-4272-9138-f99709370657
2009-08-21 13:37:09 +00:00
Thomas Martitz
2e33de45ca
Oops, source in deutsch.lang should match the english source.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22446 a1c6a512-1295-4272-9138-f99709370657
2009-08-21 01:39:53 +00:00
Thomas Martitz
10f12340b1
Add menu button to accept in yesno screen for the Cowon D2.
...
I added the lang strings myself.
Flyspray:FS#10548
Author: Johannes Boy
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22445 a1c6a512-1295-4272-9138-f99709370657
2009-08-21 01:38:34 +00:00
Björn Stenberg
6b14a5a635
Make apps/features depend on config*.h
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22444 a1c6a512-1295-4272-9138-f99709370657
2009-08-20 22:19:04 +00:00
Thomas Martitz
3f7f860bc5
Enable dircache for targets with 8MB RAM too (AMS Sansas, modded Archoses).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22443 a1c6a512-1295-4272-9138-f99709370657
2009-08-20 20:30:35 +00:00
Thomas Martitz
16983afae7
Fix displaying of the database browser's progress splash so that it works as intended (according to r16432: hide until 0.5s have passed, but never if the disk isn't spinning).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22442 a1c6a512-1295-4272-9138-f99709370657
2009-08-20 19:31:09 +00:00
Nils Wallménius
c9d0961138
fix yellow
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22441 a1c6a512-1295-4272-9138-f99709370657
2009-08-20 17:03:50 +00:00
Nils Wallménius
3200d04d75
Make the formatter functions used by the settings return a pointer to avoid usless copying of lang strings, this brought with it a long chain of const correctness and a few random cleanups
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22440 a1c6a512-1295-4272-9138-f99709370657
2009-08-20 16:47:44 +00:00
Teruaki Kawashima
0a17284448
Fix type of variable statusbar in screens.c as global_settings.statusbar is integer.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22439 a1c6a512-1295-4272-9138-f99709370657
2009-08-20 15:04:47 +00:00
Thomas Martitz
e510de1b35
Move handling of "rockbox_default.[r]wps" into wps.c, out of the skin engine (which should be as generic as possible).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22438 a1c6a512-1295-4272-9138-f99709370657
2009-08-20 14:29:03 +00:00
Teruaki Kawashima
b944901354
Change height calculation of viewport for time and date menu so that it doesn't break statusbar.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22437 a1c6a512-1295-4272-9138-f99709370657
2009-08-20 13:36:19 +00:00
Jonathan Gordon
5b349e3cfa
update the display after getting a bit too close to the touchscreen instead of just asking it nicely to change volume!
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22436 a1c6a512-1295-4272-9138-f99709370657
2009-08-20 04:07:27 +00:00
Karl Kurbjun
7b4d709f9d
M:Robe 500: Add support for DMA based LCD updates when in Portrait mode. TestFPS measures 190 FPS with the DMA updates vs. 58 FPS for the non-DMA updates.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22435 a1c6a512-1295-4272-9138-f99709370657
2009-08-20 00:36:39 +00:00
Nils Wallménius
6515d7f81f
fix svn properties
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22434 a1c6a512-1295-4272-9138-f99709370657
2009-08-19 22:41:14 +00:00
Nils Wallménius
304c622899
fix more red
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22433 a1c6a512-1295-4272-9138-f99709370657
2009-08-19 22:36:39 +00:00
Nils Wallménius
47608e06b3
fix red
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22432 a1c6a512-1295-4272-9138-f99709370657
2009-08-19 22:15:45 +00:00
Nils Wallménius
4f87976677
Slight cleanup in lcd.h: kill fixme and remove useless include, add some includes elsewhere and add a stub for sims instead of ifdef
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22431 a1c6a512-1295-4272-9138-f99709370657
2009-08-19 21:48:17 +00:00
Maurus Cuelenaere
1f0fa71f5a
Dutch translation: be consistent w.r.t. scrollbar
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22430 a1c6a512-1295-4272-9138-f99709370657
2009-08-19 18:13:45 +00:00
Teruaki Kawashima
2bbcf505dd
brickmania: fix position of score in function brickmania_sleep.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22429 a1c6a512-1295-4272-9138-f99709370657
2009-08-19 13:57:40 +00:00
Teruaki Kawashima
237d36cd93
shortcuts_view: fix displaying last path segments so that plugin exactly shows what is said in the manual.
...
fix bug it shows "Bad entry selected!" when exit right after delete last item.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22428 a1c6a512-1295-4272-9138-f99709370657
2009-08-19 13:46:59 +00:00
Jeffrey Goode
e6b53c7c90
Resort, upnumber plugin API
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22427 a1c6a512-1295-4272-9138-f99709370657
2009-08-19 13:28:19 +00:00
Alexander Levin
23e534decf
Delete the trivial comment
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22426 a1c6a512-1295-4272-9138-f99709370657
2009-08-19 12:38:16 +00:00
Alexander Levin
07d0bfd101
Combine the settings for scrollbar on/off and its position into one with three possible values
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22425 a1c6a512-1295-4272-9138-f99709370657
2009-08-19 12:36:40 +00:00
Alexander Levin
3943ab0750
Fix typo in the comment
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22424 a1c6a512-1295-4272-9138-f99709370657
2009-08-19 11:08:37 +00:00
Alexander Levin
40f30e641f
More comments in the settings macros
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22423 a1c6a512-1295-4272-9138-f99709370657
2009-08-19 09:53:57 +00:00
Frank Gevaerts
1eeab430a1
Add const to usb_serial_send() buffer.
...
Flyspray: FS#10519
Author: Amaury Pouly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22422 a1c6a512-1295-4272-9138-f99709370657
2009-08-19 05:30:40 +00:00
Jonathan Gordon
afd8c2dfd1
hopefully fix the yellow
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22421 a1c6a512-1295-4272-9138-f99709370657
2009-08-19 05:14:58 +00:00
Jonathan Gordon
c552d08573
get the skin debug output working again, add a line to say how much of the buffer is being used to aid themers... let me know if this gets close to full on any targets
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22420 a1c6a512-1295-4272-9138-f99709370657
2009-08-19 05:07:12 +00:00
Jonathan Gordon
061b7ebcc8
show the skin buffer size as well as the used amount in the rockbox info screen
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22419 a1c6a512-1295-4272-9138-f99709370657
2009-08-19 04:41:30 +00:00
Jonathan Gordon
98756fe492
move the statically allocated tokens array into the skin buffer. this is done with a little bit of magic with the buffer... explanation in the comments but breifly, tokens + images are stored at the front of the buffer, everything else (constant sizes) are stored at the back, the 2 ends meet when the buffer is full.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22418 a1c6a512-1295-4272-9138-f99709370657
2009-08-19 04:19:08 +00:00
Jonathan Gordon
2492e258fa
conditional viewports are allowed to share labels.. so make sure they are all toggled with %xd<label>
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22417 a1c6a512-1295-4272-9138-f99709370657
2009-08-19 01:52:52 +00:00