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
Jens Arnold
de910d862c
Greyscale targets: Make the gradient a bit brighter and simplify the calculation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20253 a1c6a512-1295-4272-9138-f99709370657
2009-03-09 01:14:21 +00:00
Bertrik Sikken
4a70a076ed
Fix red.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20250 a1c6a512-1295-4272-9138-f99709370657
2009-03-08 20:57:37 +00:00
Bertrik Sikken
b24fafbf14
Yet more #include cleanups
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20249 a1c6a512-1295-4272-9138-f99709370657
2009-03-08 20:28:15 +00:00
Frank Gevaerts
3f69f89d5f
Document the new disconnect behaviour introduced by r20244
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20248 a1c6a512-1295-4272-9138-f99709370657
2009-03-08 19:33:33 +00:00
Thomas Martitz
4ae7415503
Fix insert/queue next, last and replace to update the last insert position too,
...
giving well defined behavior and useful interaction with insert,
and making things like insert next followed by many inserts work.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20247 a1c6a512-1295-4272-9138-f99709370657
2009-03-08 19:03:53 +00:00
Frank Gevaerts
1a09bf2f9b
Make the USB disconnect feature dependent on HAVE_USB_POWER. This may not
...
be that useful, but (a) it fixes compile errors on ZVM, and (b) if you don't
have USB power, why leave the device plugged in anyway? (a.k.a. fix red)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20246 a1c6a512-1295-4272-9138-f99709370657
2009-03-08 19:00:21 +00:00
Frank Gevaerts
871db6f5d9
Allow the user to leave MSC mode by pressing the USB POWER button (the one that's used to go to usb power mode on plugin) when the host OS hasn't locked the device.
...
This only works for devices that expose a removable device, so for now the gigabeat S is out of luck.
(slightly modified from FS#9993)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20244 a1c6a512-1295-4272-9138-f99709370657
2009-03-08 18:45:19 +00:00
Bertrik Sikken
30a2713b6e
Clean up some more #includes
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20243 a1c6a512-1295-4272-9138-f99709370657
2009-03-08 18:37:32 +00:00
Jens Arnold
9eeead922a
Optimize hline, fillrect and mono bitmap drawing for chunky displays (16 bit colour and greylib). Speeds up text rendering by 20..45% on colour coldfire, by 30..50% on colour ARM, and is noticeable in archos pictureflow.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20242 a1c6a512-1295-4272-9138-f99709370657
2009-03-08 17:22:17 +00:00
Thomas Martitz
87d1744e91
Fix playlist "Insert" a bit.
...
If insert was used to create a new playlist (e.g. inserting without audio playing), the insert position wasn't updated. Thus, the playlist created was in reversed order (except for the first song).
This was the reason "Insert last" was actually used as Insert in this case. BUT, this one doesn't update the insert position eiterh, but the order of the songs is fine, at least (due to appending).
Now, insert always updates the insert position properly, so that the aforementioned bugs are fixed. Insert is always used now.
Other impact: If you create a playlist using insert, every subsequent insert will append songs at the end of the playlist,if you start playback pressing select on songs, every subsequent insert will insert after the current track.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20241 a1c6a512-1295-4272-9138-f99709370657
2009-03-08 17:18:18 +00:00
Bertrik Sikken
66cf3a3329
Clean up some #includes
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20238 a1c6a512-1295-4272-9138-f99709370657
2009-03-08 16:10:40 +00:00
Magnus Holmgren
30f3855078
Fix FS#9980: Bookmarking didn't work in the root of a volume (e.g., an SD card).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20236 a1c6a512-1295-4272-9138-f99709370657
2009-03-08 13:57:10 +00:00
Magnus Holmgren
f4515c3082
Add setjmp/longjmp for ARM and ColdFire to the codec lib, and use it in the Vorbis codec to better handle out of memory conditions (to exit rather than crash; the AAC codec could use it too). setjmp/longjmp comes from newlib 1.17.0 with a few minor changes (combine parts of some files, remove support for some architectures, change some ifdef's).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20235 a1c6a512-1295-4272-9138-f99709370657
2009-03-08 12:48:58 +00:00
Jens Arnold
3f69bb2b1d
Bugfix: Text styles are not drawmodes, so stop storing them in the vieport's drawmode field. They're only used locally anyway.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20234 a1c6a512-1295-4272-9138-f99709370657
2009-03-08 12:42:33 +00:00
Alexander Levin
03dcedbbea
Changed the comment to more accurately reflect how it works
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20233 a1c6a512-1295-4272-9138-f99709370657
2009-03-08 11:32:02 +00:00
Jens Arnold
87a22b2930
Revert the static'ing, as it causes crashes/freezes. Needs investigation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20229 a1c6a512-1295-4272-9138-f99709370657
2009-03-07 13:22:28 +00:00
Jens Arnold
c99446dd89
Made all local functions static, saving ~500 bytes of binsize on coldfire and SH1, and ~150 bytes on ARM. * Removed an unused static inline function.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20228 a1c6a512-1295-4272-9138-f99709370657
2009-03-07 13:00:09 +00:00
Jens Arnold
9a6d91940c
Mono targets: Make sure the splash screen uses white on black and the logo doesn't look inverted.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20224 a1c6a512-1295-4272-9138-f99709370657
2009-03-07 01:22:49 +00:00
Jens Arnold
5e313256b2
Performance tweaks for SH1. No changes for coldfire and ARM, apart from changing a bunch of signed shifts to unsigned shifts.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20223 a1c6a512-1295-4272-9138-f99709370657
2009-03-07 00:16:27 +00:00
Thomas Martitz
2b6e4adbd2
Fix FS#9977 - Thanks to Brian Sutherland for intensive testing and effort
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20214 a1c6a512-1295-4272-9138-f99709370657
2009-03-06 15:21:58 +00:00
Andrew Mahone
6f030a01c9
add the needed plugin API exports for pictureflow to hwcodec, use the audio buffer if plugin buffer is too small, build on any target with bitmap + tagcache
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20213 a1c6a512-1295-4272-9138-f99709370657
2009-03-06 01:08:02 +00:00
Andrew Mahone
cc5689c153
pictureflow: use correct priority to free slides when extending cache on right, catch and handle failure to find a slide to free
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20212 a1c6a512-1295-4272-9138-f99709370657
2009-03-06 00:38:50 +00:00
Jens Arnold
0c69a83253
Remove no longer used stuff.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20206 a1c6a512-1295-4272-9138-f99709370657
2009-03-05 07:40:10 +00:00
Jens Arnold
f82c944912
Use a static pattern rule to restrict the dependency on [pluginname].o to single-file plugins. This allows the pattern rule for %.rock (with all dependencies defined elsewhere) to pick up multi-file plugins with no [pluginname].o file, and get rid of the duplication in (doom|midi|reversi).make.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20205 a1c6a512-1295-4272-9138-f99709370657
2009-03-04 23:41:58 +00:00
Andrew Mahone
d8b6a950c6
FS#9919 pictureflow cache rework, footprint reduction, buflib use
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20203 a1c6a512-1295-4272-9138-f99709370657
2009-03-04 21:23:49 +00:00
Andrew Mahone
b727de604d
FS#9916 buflib plugin memory allocator
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20202 a1c6a512-1295-4272-9138-f99709370657
2009-03-04 21:11:12 +00:00
Bertrik Sikken
e54c1cc9a2
Revert r20200, it was incorrect. The feature 'serial_port' refers to serial ports that can be configured. Possibly the feature should be renamed instead.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20201 a1c6a512-1295-4272-9138-f99709370657
2009-03-04 21:01:14 +00:00
Bertrik Sikken
5322258061
Make the 'serial_port' feature depend on HAVE_SERIAL instead of IPOD_ACCESSORY_PROTOCOL
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20200 a1c6a512-1295-4272-9138-f99709370657
2009-03-04 19:44:58 +00:00
Bertrik Sikken
4f87abf90a
Cosmetic fix: remove duplicate semicolons
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20198 a1c6a512-1295-4272-9138-f99709370657
2009-03-04 18:15:06 +00:00
Jens Arnold
23e28f2b0c
Overlooked one place where the 'archive created' warning needs to be suppressed.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20197 a1c6a512-1295-4272-9138-f99709370657
2009-03-04 07:38:42 +00:00
Tom Ross
273c035f80
FS #9978 : Walon.lang update by Stéphane Quertinmont
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20196 a1c6a512-1295-4272-9138-f99709370657
2009-03-03 20:21:38 +00:00
Alessio Lenzi
527b2dd270
Updated italian translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20192 a1c6a512-1295-4272-9138-f99709370657
2009-03-03 10:33:26 +00:00
Jens Arnold
f42b93480e
Bring back -fdata-sections that got lost in the make system overhaul (r19146).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20191 a1c6a512-1295-4272-9138-f99709370657
2009-03-03 08:28:50 +00:00
Tom Ross
dcf751e86d
FS #9974 : Update Walon.lang by Stéphane Quertinmont.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20190 a1c6a512-1295-4272-9138-f99709370657
2009-03-03 05:39:48 +00:00
Tom Ross
8a1f2cef0f
Add missing user fields aka fix yellow.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20189 a1c6a512-1295-4272-9138-f99709370657
2009-03-03 02:33:29 +00:00
Tom Ross
104fb378ec
More GSoC related work. Have genlang parse the user field of the lang files. For now, all user strings are core. In the future more users will be added. Add missing user fields to a few phrases in some languages. Genlang will also warn if a phrase is missing the user field or it is unknown. The output format is unchanged.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20187 a1c6a512-1295-4272-9138-f99709370657
2009-03-03 01:38:26 +00:00
Alexander Levin
831e390657
Improve grammar and key map in reversi (FS#9960 and FS#9961)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20179 a1c6a512-1295-4272-9138-f99709370657
2009-03-02 20:32:33 +00:00
Mustapha Senhaji
1c64486f34
Update the french translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20178 a1c6a512-1295-4272-9138-f99709370657
2009-03-02 19:53:32 +00:00
Thomas Martitz
fd14cac7c2
Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, where the latter now activates the wheel acceleration code.
...
HAVE_SCROLLWHEEL plainly indicates the existence of a scrollwheel, thus all ipods define it now (in addition to the ones and some
sansas which did before). Same applies to the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20177 a1c6a512-1295-4272-9138-f99709370657
2009-03-02 19:25:50 +00:00
Maurus Cuelenaere
09f012a64f
Only enable LANG_ENABLE_SPEAKER if HAVE_SPEAKER is defined
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20176 a1c6a512-1295-4272-9138-f99709370657
2009-03-02 18:40:11 +00:00
Maurus Cuelenaere
6c252a6751
Onda VX747:
...
* Add speaker en-/disable driver
* Add apps/ setting to en-/disable the speaker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20174 a1c6a512-1295-4272-9138-f99709370657
2009-03-02 18:18:24 +00:00
Jens Arnold
6436b39d4c
Fix some slight inconsistencies.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20172 a1c6a512-1295-4272-9138-f99709370657
2009-03-02 08:16:36 +00:00
Tom Ross
4fb5864a6c
Move generated lang-related files to their own directory in preparation of localizable plugins.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20170 a1c6a512-1295-4272-9138-f99709370657
2009-03-02 06:13:18 +00:00
Tom Ross
aaf3f5fd01
Another small change from my GSoC work: get rid of some old printf code in language.c and replace it with DEBUGF.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20168 a1c6a512-1295-4272-9138-f99709370657
2009-03-02 04:48:53 +00:00
Tom Ross
c645752314
Fix some memset calls that use the wrong order for arguments.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20165 a1c6a512-1295-4272-9138-f99709370657
2009-03-02 01:40:41 +00:00
Jens Arnold
c21e2e686f
Calculate the optimal memory location for overlay plugins, and use plugin.lds for linking them. This gets rid of hand-adjusted archos.lds, making it easy to use overlay plugins on other lowmem targets. * Fix some duplicate and incorrect dependencies. * Change the way libs are filtered, so that a lib can be specified more than once. This allows to get rid of explicitly linking gcc-support.o, fixing empty plugins on some simulator platforms.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20163 a1c6a512-1295-4272-9138-f99709370657
2009-03-02 00:16:44 +00:00
Jens Arnold
90666941f2
Fix rockboy on the recorders.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20160 a1c6a512-1295-4272-9138-f99709370657
2009-03-01 23:52:23 +00:00
Michael Giacomelli
912b24f078
Make tremor check for very long ogg tags and truncate them if they're larger then 10000 characters rather then seg faulting. Fixes FS#9866.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20156 a1c6a512-1295-4272-9138-f99709370657
2009-03-01 21:36:13 +00:00
Thomas Martitz
d13f1a485f
Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respects numbers within strings, and gives a more intuitive
...
sorting. This also adds a setting, so that the sorting can be used in the file browser. The implementation is very generic, and can possibly
be used in other places.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20155 a1c6a512-1295-4272-9138-f99709370657
2009-03-01 17:55:59 +00:00
Alexander Levin
a4837027c5
Make clock menu capitalizing consistent (FS#9939). There is an ongoing
...
discussion about using sentence case (FS#9948) but for now consistence
is better.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20153 a1c6a512-1295-4272-9138-f99709370657
2009-03-01 10:39:02 +00:00
Jens Arnold
6421f94c0d
Silence warning from 'ar' if the archive had to be created.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20151 a1c6a512-1295-4272-9138-f99709370657
2009-03-01 09:04:15 +00:00
Antonius Hellmann
76be948199
Correct comment and log message for failed AlbumArt bitmap loading.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20150 a1c6a512-1295-4272-9138-f99709370657
2009-03-01 07:46:08 +00:00
Antonius Hellmann
5355f34c55
Bugfix: If AlbumArt bitmap loading fails, dont try loading it over and over again, but simply ignore AlbumArt in this case.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20149 a1c6a512-1295-4272-9138-f99709370657
2009-03-01 07:39:57 +00:00
Thomas Martitz
6a67539780
Remove some unused code. bufopen for TYPE_ID3 can only return ERR_BUFFER_FULL (or a valid id of course) and no other error anyway.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20143 a1c6a512-1295-4272-9138-f99709370657
2009-02-28 20:08:30 +00:00
Frank Gevaerts
afedfcf44e
Leave "usb mode" when all LUNs are ejected again
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20139 a1c6a512-1295-4272-9138-f99709370657
2009-02-28 15:16:54 +00:00
Tom Ross
92fa6eab56
Fix building of sims for targets with remotes in OS X.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20136 a1c6a512-1295-4272-9138-f99709370657
2009-02-28 07:57:36 +00:00
Jonas Häggqvist
5c1c43f39b
Small fixup of Brazilian Portuguese, no translation done.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20131 a1c6a512-1295-4272-9138-f99709370657
2009-02-27 20:56:54 +00:00
Jonas Häggqvist
1ab0a50bc1
Language updates:
...
- Danish by me.
- Hungarian by Imre Herceg (FS#9862).
- Walloon by Stéphane Quertinmont (FS#9837).
- Serbian by Ivan Pesic (FS#9816).
- Brazilian Portuguese by Adilson Vicente Xavier (FS#9774).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20129 a1c6a512-1295-4272-9138-f99709370657
2009-02-27 19:46:07 +00:00
Jonathan Gordon
79967c7a49
Fix screens not redrawing the statusbar when they should.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20126 a1c6a512-1295-4272-9138-f99709370657
2009-02-27 08:24:39 +00:00