Commit graph

9943 commits

Author SHA1 Message Date
Nils Wallménius
7aaffa51d6 Remove duplicated 'usbstack' feature, sort features.txt, deprecate unused left over strings depending on it
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20427 a1c6a512-1295-4272-9138-f99709370657
2009-03-21 14:49:35 +00:00
Alexander Levin
249800c1ae Fix a typo in the comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20422 a1c6a512-1295-4272-9138-f99709370657
2009-03-21 09:24:40 +00:00
Rob Purchase
1a6bcfa2c1 D2: Enable FM radio (based on FS#10035 by Michael Burtin with some changes by myself). Also updates the LV24020 driver to add optional logf debugging.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20420 a1c6a512-1295-4272-9138-f99709370657
2009-03-21 00:13:20 +00:00
Alexander Levin
56086db778 Fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20408 a1c6a512-1295-4272-9138-f99709370657
2009-03-20 19:37:11 +00:00
Alexander Levin
2d77fde363 Accept some improvements to the text editor plugin (FS#9988 with minor modifications by me)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20405 a1c6a512-1295-4272-9138-f99709370657
2009-03-20 18:59:03 +00:00
Alexander Levin
cd85e9769d Correct displaying of the clock in binary (FS#9941). This looks good for 'negative' LCDs as well (e.g. mrobe:100)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20401 a1c6a512-1295-4272-9138-f99709370657
2009-03-20 17:56:39 +00:00
Thomas Martitz
ad59f6ed22 Fix up statusbar drawing in the wps a bit, fixing most, if not all, (re-)draw issues.
a) remove the temporary work around in gui_wps_display
b) let the  wps-statusbars redraw if it's masked (i.e. WPS_REFRESH_ALL or WPS_REFRESH_STATUSBAR)
c) fix a bug of mine, I attached re-fixing the bars to the wrong event
d) unify the decision whether to draw bars at all
e) some other style/code minor cleanups

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20400 a1c6a512-1295-4272-9138-f99709370657
2009-03-20 16:12:09 +00:00
Thomas Martitz
ce6b116bc1 Put exiting the wps entirely into the hands of the wps (restoring backdrops and statusbars, stop scrolling). Remove the restoration code from root_menu, and add some gwps_leave_wps at every possible return/screen change. This also unifies exiting the wps code-wise.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20399 a1c6a512-1295-4272-9138-f99709370657
2009-03-19 23:04:39 +00:00
Jonas Häggqvist
cd34de693c Invert albumart when LCD Mode is set to inverse.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20357 a1c6a512-1295-4272-9138-f99709370657
2009-03-19 17:43:53 +00:00
Thomas Martitz
71471062eb Move gwps_leave_wps() a bit down, so that the menu-statusbars are showing in sync with the rest of the followin screen. It was shown noticeably earlier, particularly if the fade on stop is on.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20355 a1c6a512-1295-4272-9138-f99709370657
2009-03-19 14:33:22 +00:00
Thomas Martitz
997005ece0 Sansa Fuze: Fix bubbles controls (scrollwheel didn't work).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20338 a1c6a512-1295-4272-9138-f99709370657
2009-03-17 04:49:55 +00:00
Thomas Martitz
b7739fbf1c Rework lcd_enabled and lcd_set/call_enable hook
a) lcd_enabled() is now lcd_active(), and is available for HAVE_LCD_SLEEP only targets (e.g. ipod video) too. It was depandent on HAVE_LCD_ENALE only before
b) rename the hook accordingly, and implement the hook for other other targets too (e.g. the clip [the only mono target with lcd_enable/lcd_sleep yet, so the code is still in the lcd driver], ipod, fuze, c200)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20331 a1c6a512-1295-4272-9138-f99709370657
2009-03-17 02:43:47 +00:00
Thomas Martitz
aad712d39f Some style changes, move gwps_leave_wps a bit down; add a #define for restoration after 1 second and rename the one for instant restoration
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20330 a1c6a512-1295-4272-9138-f99709370657
2009-03-17 01:56:20 +00:00
Thomas Martitz
680990912c Some internal rework of the wps:
a) Put duplicated code together. The restoration code into the existing restoration part of the main loop, the exiting code into a separate function
b) Let the STATUSBAR_CHANGED event handle fixing the statusbar

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20329 a1c6a512-1295-4272-9138-f99709370657
2009-03-17 01:39:20 +00:00
Alex Parker
788ace2ec6 Change spelling to British English in the filetype colours section
of text_editor


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20327 a1c6a512-1295-4272-9138-f99709370657
2009-03-16 21:24:29 +00:00
Andrew Mahone
f8877bf42d small speedup for scaler on sh-1, via use of hardware multiply instruction where possible
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20322 a1c6a512-1295-4272-9138-f99709370657
2009-03-14 01:41:02 +00:00
Alexander Levin
7dd8d75632 Correct spelling and add a couple translations
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20320 a1c6a512-1295-4272-9138-f99709370657
2009-03-13 17:40:08 +00:00
Jonas Häggqvist
85317f4bf9 Polish translation update/sort by Maciej Adamczak (FS#10019).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20318 a1c6a512-1295-4272-9138-f99709370657
2009-03-13 16:19:03 +00:00
Tom Ross
2fff9fcb9d FS #10017: Updated Russian language by Anton Veretenenko with some minor changes by myself.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20316 a1c6a512-1295-4272-9138-f99709370657
2009-03-13 06:39:27 +00:00
Maurus Cuelenaere
706c3f658d Dutch translation: fix spelling mistake
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20315 a1c6a512-1295-4272-9138-f99709370657
2009-03-13 00:42:45 +00:00
Frank Gevaerts
fbe96bf2c9 don't define handle_usb_events() for the simulators
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20313 a1c6a512-1295-4272-9138-f99709370657
2009-03-12 22:28:24 +00:00
Frank Gevaerts
aa1a99c9b9 Make handle_usb_events() static
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20310 a1c6a512-1295-4272-9138-f99709370657
2009-03-12 22:15:51 +00:00
Thomas Martitz
74aba34b58 Move play_hop() to gwps.c and make it static. It's the only file that calls it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20306 a1c6a512-1295-4272-9138-f99709370657
2009-03-12 18:50:24 +00:00
Tom Ross
66f415e06b Fix up some small problems in the Romanian language file (mostly voice related)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20304 a1c6a512-1295-4272-9138-f99709370657
2009-03-12 16:42:08 +00:00
Jonas Häggqvist
1913a4517b Romanian language update by Florian Popescu (FS#10012). Also add Sasha Khamkov to the header of the Hebrew translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20302 a1c6a512-1295-4272-9138-f99709370657
2009-03-12 16:31:21 +00:00
Tom Ross
031381841f FS #10010: Greek language update by Alexander Spyridakis.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20301 a1c6a512-1295-4272-9138-f99709370657
2009-03-12 08:01:41 +00:00
Michael Sevakis
bc8cab4c24 Commit the common portion of FS#9708: ATA (IDE) DMA by Boris Gjenero with a couple cosmetic tweaks and without the inclusion of 'FS#9721: No error check after writes in ata.c'changes (which can be done separately). No code is changed for targets without HAVE_ATA_DMA defined other than to not display DMA modes in the View Disk Info debug screen if not using DMA (Gigabeat F/X/S were). No target uses the code yet but Gigabeat S use will follow shortly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20298 a1c6a512-1295-4272-9138-f99709370657
2009-03-12 02:01:25 +00:00
Maurus Cuelenaere
01c390d5c5 Make Onda VX767 compile + restructure firmware/SOURCES a bit (wrt Jz4740 specific files)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20297 a1c6a512-1295-4272-9138-f99709370657
2009-03-11 22:12:23 +00:00
Robert Menes
8189ef5b17 Commit FS#9998: Updates to the Hebrew translation. Translation work done by Tomer Sharev and Sashe Khamkov; patch by Tom Ross.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20296 a1c6a512-1295-4272-9138-f99709370657
2009-03-11 21:59:21 +00:00
Jonas Häggqvist
b413361e2d Arabic update by Mohamed Tarek (FS#10007).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20292 a1c6a512-1295-4272-9138-f99709370657
2009-03-11 17:06:47 +00:00
Tom Ross
4654963cf9 FS #10005: Updated Português-Brasileiro langugage file by Adilson Xavier.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20290 a1c6a512-1295-4272-9138-f99709370657
2009-03-11 16:33:27 +00:00
Jonas Häggqvist
45a63650bd Language updates:
- Danish by me.
 - Japanese by Yoshihisa Uchida (FS#10007).


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20288 a1c6a512-1295-4272-9138-f99709370657
2009-03-11 15:51:16 +00:00
Jonas Häggqvist
54dbd6185e Spanish translation update by Francisco Vila (FS#10003). Also add him as Spanish maintainer.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20286 a1c6a512-1295-4272-9138-f99709370657
2009-03-11 11:05:42 +00:00
Karl Kurbjun
eddc4ee13b Ladies and Gentlemen we now have sound through the codecs on the M:Robe 500i (DM320)\!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20285 a1c6a512-1295-4272-9138-f99709370657
2009-03-11 03:46:24 +00:00
Jonas Häggqvist
2d9caa9aa3 Updated Simplified and Traditional Chinese translations by Xinlu Huang (FS#10000).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20283 a1c6a512-1295-4272-9138-f99709370657
2009-03-10 21:04:03 +00:00
Steve Bavin
f14999e0b9 Fix redraw sequence when exiting a setting menu, so splashes work properly - see FS#9994.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20281 a1c6a512-1295-4272-9138-f99709370657
2009-03-10 07:27:13 +00:00
Michael Giacomelli
754ae4acba Enable libmad ASM optimized fixed point routines for MIPS.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20280 a1c6a512-1295-4272-9138-f99709370657
2009-03-10 02:13:35 +00:00
Michael Giacomelli
9f49657c6a Fix endianness defines in the mdctlib code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20279 a1c6a512-1295-4272-9138-f99709370657
2009-03-10 01:50:18 +00:00
Marianne Arnold
bb2289986a Another tweak to the German language file - actually translate 'credits'.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20275 a1c6a512-1295-4272-9138-f99709370657
2009-03-10 00:35:02 +00:00
Thomas Martitz
d33bff2b47 Small fixup of the recent #include cleanup. settings.h needs button.h for HAS_BUTTON_HOLD
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20272 a1c6a512-1295-4272-9138-f99709370657
2009-03-09 23:13:50 +00:00
Maurus Cuelenaere
70cce5c03b Fix red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20271 a1c6a512-1295-4272-9138-f99709370657
2009-03-09 22:32:10 +00:00
Maurus Cuelenaere
70ab3fca0d Onda VX747:
* Fix warnings
 * Add fake battery level information to make sure Rockbox doesn't shutdown
 * Enable switching between touch modes by pressing (VOL_DOWN|VOL_UP)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20269 a1c6a512-1295-4272-9138-f99709370657
2009-03-09 22:17:37 +00:00
Magnus Holmgren
b1983d21c2 Fix the user: strings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20268 a1c6a512-1295-4272-9138-f99709370657
2009-03-09 22:17:04 +00:00
Marianne Arnold
a844358e53 Add Johannes Linke to the header in deutsch.lang too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20267 a1c6a512-1295-4272-9138-f99709370657
2009-03-09 22:13:23 +00:00
Marianne Arnold
f2446452fa Update German translation: add missing strings, improve wording in a few phrases and some cosmetic changes (whitespace and consistent case). Taken from FS#9754 but leaving out some changes which that didn't feel right to me for the moment. Add Johannes Linke to the credits for his work.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20266 a1c6a512-1295-4272-9138-f99709370657
2009-03-09 22:06:12 +00:00
Peter D'Hoye
e92d9967d6 Add Sam Bouwer to the credits and inside the langfile header
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20263 a1c6a512-1295-4272-9138-f99709370657
2009-03-09 21:57:01 +00:00
Peter D'Hoye
fe515c15d0 Better translation for one of the sorting strings in the Dutch language file. Thanks to Sam Bouwer (FS #9997)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20262 a1c6a512-1295-4272-9138-f99709370657
2009-03-09 21:52:49 +00:00
Peter D'Hoye
07020823f0 Update Dutch translation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20261 a1c6a512-1295-4272-9138-f99709370657
2009-03-09 21:42:13 +00:00
Alexander Levin
f410487622 Add a missing phrase (LANG_CREDITS)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20260 a1c6a512-1295-4272-9138-f99709370657
2009-03-09 21:38:46 +00:00
Magnus Holmgren
081c63b20b Update the Swedish translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20255 a1c6a512-1295-4272-9138-f99709370657
2009-03-09 20:25:18 +00:00