Commit graph

9274 commits

Author SHA1 Message Date
Michael Giacomelli
8cd2bb7f34 Threading functions aren't all available on HWCODEC, so don't try to build them on it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18560 a1c6a512-1295-4272-9138-f99709370657
2008-09-20 22:38:09 +00:00
Michael Giacomelli
712931ca6e Opps, fix mp3 decoding in the sim.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18559 a1c6a512-1295-4272-9138-f99709370657
2008-09-20 22:20:58 +00:00
Michael Giacomelli
ccd56bf220 Fix test_codec on multiprocessor codecs (MP3, SPC).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18558 a1c6a512-1295-4272-9138-f99709370657
2008-09-20 22:13:39 +00:00
Michael Giacomelli
4e36a2b991 Commit FS#9318 - MP3 synthesis filter on COP. Loads the MP3 synth filer on to the CoProcessor on all PortalPlayer devices, resulting in an ~90% speedup according to test_codec on the Sansa. Real world improvement is somewhat less, but still considerable. Allows MP3 decoding at 30MHz without boosting, or use of more DSP/EQ with less boosting/skipping, thus improving battery life. Minor changes to mpegplayer to retain compatibility with libmad changes. Should be no significant changes for other targets or codecs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18557 a1c6a512-1295-4272-9138-f99709370657
2008-09-20 22:06:12 +00:00
Jonathan Gordon
40d713c5fc FS#9408 - dont bother saving the random seed in global status. I'm 99.9% sure this code was being ignored anyway.
If this commit causes problems with restarting playback open a bug report (getting testers was difficult...) 
Settings which are stored in the nvram.bin file will be reset with this commit. this includes  resume info, runtimes, "last screen" and a few others.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18555 a1c6a512-1295-4272-9138-f99709370657
2008-09-20 15:30:55 +00:00
Bertrik Sikken
f311ce8732 Make local function ticking_callback static in apps/menus/display_menu.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18547 a1c6a512-1295-4272-9138-f99709370657
2008-09-18 22:08:36 +00:00
Nicolas Pennequin
67def0b18c Fix a display bug with the tracklist in Picture Flow. Thanks to Thomas Schott.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18537 a1c6a512-1295-4272-9138-f99709370657
2008-09-17 16:03:54 +00:00
Rob Purchase
f08eed6ec5 D2/Touchscreen keymap improvements: onscreen keyboard is now usable; PLAY/pause now mapped to TOPRIGHT; Usable defaults in Rockboy.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18529 a1c6a512-1295-4272-9138-f99709370657
2008-09-16 08:14:31 +00:00
Rob Purchase
1a08f46329 Commit fs#9404 (iAudio 7 updates by vitja). Also fixes play/pause behaviour on D2.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18528 a1c6a512-1295-4272-9138-f99709370657
2008-09-16 08:09:44 +00:00
Jonas Häggqvist
9cf7ef68c9 Language updates:
- Typo fix for Spanish by Fransisco Vila (FS#9406)
 - Sync of Norwegian by Thom Johansen


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18526 a1c6a512-1295-4272-9138-f99709370657
2008-09-16 02:29:24 +00:00
Jonas Häggqvist
ff0b9a064c Spanish update by Francisco Vila (FS#9402 and FS#9403).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18520 a1c6a512-1295-4272-9138-f99709370657
2008-09-15 15:04:16 +00:00
Jens Arnold
b1a584a1b6 Simplify & fix the MMC driver. After more than 3 years I found that the MMC specs were a bit misleading, and the 'large' MMC which state a block size of 1024 or 2048 bytes and no partial read and/or partial write capability are happily accepting a block size of 512 bytes. So go KISS and remove all the variable/partial block handling code. This fixes the driver for the Transcend 4GB MMCplus, which doesn't cope when we actually set the 2048 byte block size it states. It also makes write operations involving small blocks faster and more reliable. * Note: The 4GB Transcend still doesn't work when plugged at boot, but works when hotplugged.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18515 a1c6a512-1295-4272-9138-f99709370657
2008-09-14 20:33:24 +00:00
Bertrik Sikken
56e2764116 Make local function static and add missing #includes for Archos player
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18505 a1c6a512-1295-4272-9138-f99709370657
2008-09-12 21:11:06 +00:00
Frank Gevaerts
d02c85049a fix out-of-bounds array access
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18503 a1c6a512-1295-4272-9138-f99709370657
2008-09-12 19:25:55 +00:00
Alessio Lenzi
8aa0491fb7 Used correct voice messages for some splash screens.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18498 a1c6a512-1295-4272-9138-f99709370657
2008-09-11 20:13:02 +00:00
Alessio Lenzi
20b4620926 Some other minor fixes in voice strings for italian translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18497 a1c6a512-1295-4272-9138-f99709370657
2008-09-11 19:53:25 +00:00
Bertrik Sikken
37a384c541 Minor missing #include and static function fixes for mrobe
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18487 a1c6a512-1295-4272-9138-f99709370657
2008-09-10 20:14:22 +00:00
Peter D'Hoye
5aa914f179 Fix INC/DEC button assignment in recording screen for ipods
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18484 a1c6a512-1295-4272-9138-f99709370657
2008-09-10 19:54:35 +00:00
Alessio Lenzi
f844e793dd Italian translation file:
* Resorted.
* Little changes to some voice strings.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18475 a1c6a512-1295-4272-9138-f99709370657
2008-09-09 16:21:37 +00:00
Peter D'Hoye
ca3c975dba Addendum to r18441: increase the plugin api version number as changing the screens struct broke compatibility
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18455 a1c6a512-1295-4272-9138-f99709370657
2008-09-08 17:54:45 +00:00
Nicolas Pennequin
29b6d9da99 Some bug fixes for PictureFlow by Thomas Martitz: Mistitled zoom setting, FPS setting not saved, FPS overlapping tracklist, tracklist not refreshing and tracklist missing one song
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18454 a1c6a512-1295-4272-9138-f99709370657
2008-09-08 17:48:07 +00:00
Frank Gevaerts
9b40de85d3 fix FS#8641
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18451 a1c6a512-1295-4272-9138-f99709370657
2008-09-08 15:16:14 +00:00
Steve Bavin
4bb8fd286b Something horrible happened with binsize, so revert FS#8894 completely (for now).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18449 a1c6a512-1295-4272-9138-f99709370657
2008-09-08 09:00:41 +00:00
Steve Bavin
4553e41f0e Oops, I thought SVN commit would add these for some silly reason. Properties need setting still though..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18447 a1c6a512-1295-4272-9138-f99709370657
2008-09-08 08:35:46 +00:00
Steve Bavin
f6982346a1 Add timestretching from FS#8894, as written by Stephane Doyon based on work by Nicolas Pitre. Shouldn't affect playback unless it's explicitly enabled, but let me know if it does. Currently has a dedicated setting, but maybe inclusion of the code will inspire someone to integrate this with the pitch screen...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18446 a1c6a512-1295-4272-9138-f99709370657
2008-09-08 08:27:51 +00:00
Peter D'Hoye
3d0f01c0f7 fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18442 a1c6a512-1295-4272-9138-f99709370657
2008-09-07 20:22:47 +00:00
Peter D'Hoye
3c1e9ca558 Change screens memebers char_width, char_height and nb_lines to functions returning a calculated value. Fixes FS #9361 because the values were calculated based on sysfont, not the user selected font.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18441 a1c6a512-1295-4272-9138-f99709370657
2008-09-07 20:09:11 +00:00
Jonas Häggqvist
97f775df05 Language updates:
- Catalan by Víctor Zabalza (FS#9345)
 - Spanish by Francisco Vila (FS#9366)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18437 a1c6a512-1295-4272-9138-f99709370657
2008-09-07 11:47:12 +00:00
Dave Chapman
d462a64a91 Initial commit of iaudio 7 port by Vitja Makarov (FS#9245). Port is at quite an advanced stage, but is troubled by the lack of a reliable NAND driver (similar to the Cowon D2 port) and is not yet suitable for non-developers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18435 a1c6a512-1295-4272-9138-f99709370657
2008-09-06 17:50:59 +00:00
Nils Wallménius
b87715f670 Fix typo in the voice id for '5' reported in FS#9370 by John Zhou
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18434 a1c6a512-1295-4272-9138-f99709370657
2008-09-06 15:32:05 +00:00
Nicolas Pennequin
7b514ffc68 A few comment updates and trailing spaces removals.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18433 a1c6a512-1295-4272-9138-f99709370657
2008-09-06 14:56:02 +00:00
Nicolas Pennequin
e0646947c9 Make %mm 0-based again (as described in CustomWPS), and change %cf accordingly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18421 a1c6a512-1295-4272-9138-f99709370657
2008-09-04 22:08:03 +00:00
Nicolas Pennequin
939459e10e Fix the bug reported in FS#9350: the WPS would crash on %mm or %cf if they weren't in conditionals.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18420 a1c6a512-1295-4272-9138-f99709370657
2008-09-04 21:57:01 +00:00
Michael Giacomelli
850adb40d7 More files that were missed in the previous commit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18413 a1c6a512-1295-4272-9138-f99709370657
2008-09-04 18:03:30 +00:00
Michael Giacomelli
46f85c4c54 Combine the Vorbis, WMA and AAC IMDCT functions and put them into the codeclib. Combined IMDCT is now based on existing Tremor transform. Reduces CPU for 192k AAC by 21MHz on Coldfire, and 5MHz on PP5024. WMA and Vorbis should have no functional changes since they already used this code. Further optimization is possible and would benefit all 3 codecs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18412 a1c6a512-1295-4272-9138-f99709370657
2008-09-04 18:02:10 +00:00
Jens Arnold
ca0de82cec Fix default font names in the settings code (FS #9358 by Thomas Schott).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18397 a1c6a512-1295-4272-9138-f99709370657
2008-09-03 17:50:21 +00:00
Steve Bavin
8a813fdd9d Fix FS#9352 - allow .talk clips for single-character filenames.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18383 a1c6a512-1295-4272-9138-f99709370657
2008-09-02 08:15:44 +00:00
Jonas Häggqvist
1867f24189 Updated Bulgarian translation by Hristo Kovachev. Add Florin Popescu as translator in the Romanian langfile.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18372 a1c6a512-1295-4272-9138-f99709370657
2008-08-31 19:50:43 +00:00
Jonas Häggqvist
75822121ee Language updates:
- Polish language update and sorted by Maciej Adamczak (FS#9316)
 - Small fix for Russian by Alexander Levin (FS#9307)
 - Updated Romanian translation by Florin Popescu (FS#9339)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18371 a1c6a512-1295-4272-9138-f99709370657
2008-08-31 18:20:10 +00:00
Frank Gevaerts
76a3959ac2 French language update by Clément Pit-Claudel, FS#9323
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18365 a1c6a512-1295-4272-9138-f99709370657
2008-08-30 18:51:53 +00:00
Miika Pekkarinen
d8bb6701e7 Fixed a possible index id destruction and temporary problems with the DB when DB has been loaded to ram, dircache enabled and statistics gathering ON. Fixed serial (affecting last played song order) being one too low after importing the changelog. A bit of code cleanup and comments also.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18363 a1c6a512-1295-4272-9138-f99709370657
2008-08-29 21:14:58 +00:00
Frank Gevaerts
5d22e3cbdd Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Closes FS#9327
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18362 a1c6a512-1295-4272-9138-f99709370657
2008-08-29 21:08:38 +00:00
Dave Chapman
a3a5450399 Get checkwps compiling again: Move the definitions of BOM and BOM_SIZE to misc.c (they are not used outside misc.c, so don't need to be in the .h), plus always include misc.h in misc.c (not needed to fix checkwps, but good practice), and add unistd.h when __PCTOOL_ is defined.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18358 a1c6a512-1295-4272-9138-f99709370657
2008-08-28 12:49:38 +00:00
Daniel Stenberg
b2655cc559 as pointed out by funman in #rockbox, doing assumptions on the size of long
breaks 64bit archs (like simulators) but also doing >8 bit reads from memory
addresses with assumptions on alignment without that being really sure seems a
bit error-prone too. So we use memcmp() to compare 4 bytes strings...


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18356 a1c6a512-1295-4272-9138-f99709370657
2008-08-28 08:07:04 +00:00
Alessio Lenzi
e320446f0e Updated italian translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18354 a1c6a512-1295-4272-9138-f99709370657
2008-08-27 21:01:21 +00:00
Nils Wallménius
4162e6fbe3 FS#9326 grammar fix by Clément Pit--Claudel
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18343 a1c6a512-1295-4272-9138-f99709370657
2008-08-26 09:35:30 +00:00
Maurus Cuelenaere
1392dc2144 Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18338 a1c6a512-1295-4272-9138-f99709370657
2008-08-23 09:46:38 +00:00
Jonas Häggqvist
965d2af61f Updated Serbian translation by Ivan Pesic (FS#9310).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18337 a1c6a512-1295-4272-9138-f99709370657
2008-08-23 08:34:09 +00:00
Jonas Häggqvist
8249c3c1c8 Apply automatic fixes to the Norwegian Nynorsk translation by copying dest strings into voice, where English uses the same value, and by mirroring empty phrases from English. In a few places, this will appear to remove translations, but these weren't used in the first place.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18334 a1c6a512-1295-4272-9138-f99709370657
2008-08-22 22:03:16 +00:00
Jonas Häggqvist
5bf2120921 Updated Norwegian Nynorsk translation by Karl Ove Hufthammer (FS#9309).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18333 a1c6a512-1295-4272-9138-f99709370657
2008-08-22 21:52:17 +00:00
Jonas Häggqvist
fa41ddca92 Fix some issues with the French translation, based on FS#9298 by Manuel Dejonghe.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18331 a1c6a512-1295-4272-9138-f99709370657
2008-08-21 21:49:36 +00:00
Mustapha Senhaji
1afc6ea661 Oops fixe few mistakes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18329 a1c6a512-1295-4272-9138-f99709370657
2008-08-21 15:18:57 +00:00
Mustapha Senhaji
c582976f25 French language update. In bonus, few improvements and fixes by Clément Pit-Claudel (taken from FS#9141).
Remove an empty line from the english file, while I was here.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18328 a1c6a512-1295-4272-9138-f99709370657
2008-08-21 14:56:34 +00:00
Peter D'Hoye
216b7d4247 Fix broken h1x0 sim build by providing a stub for pcm_sample_rate()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18326 a1c6a512-1295-4272-9138-f99709370657
2008-08-20 22:57:02 +00:00
Peter D'Hoye
b4483f05af Recording screen: show spdif samplerate on SWCODEC targets (with spdif of course). To be adapted so this also works for HWCODEC. And to be tested as I have no cable around and a broken disk in my h120....
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18325 a1c6a512-1295-4272-9138-f99709370657
2008-08-20 22:33:38 +00:00
Peter D'Hoye
44d4fcd7d2 Recording screen: do not show L/R gain settings when recording mono; do not show gain (and AGC) at all when recording via spdif.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18324 a1c6a512-1295-4272-9138-f99709370657
2008-08-20 21:38:47 +00:00
Jonas Häggqvist
a4e72dddcb Fix a tiny error in the Simplified Chinese translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18320 a1c6a512-1295-4272-9138-f99709370657
2008-08-19 20:20:43 +00:00
Jonas Häggqvist
0cff158caf Language updates:
* Updated Simplified Chinese by Jun Gu with syntax fixes by me (FS#9300)
 * Non-translating updates to Czech and Thai by Robert Menes (FS#9303)
 * Fix some syntax and consistency errors in Danish translation.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18319 a1c6a512-1295-4272-9138-f99709370657
2008-08-19 20:15:25 +00:00
Peter D'Hoye
551886ce27 Accept FS #9301 by Christopher Williams: fix radio preset list after removing a preset
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18318 a1c6a512-1295-4272-9138-f99709370657
2008-08-19 19:39:21 +00:00
Jonathan Gordon
5bca7a42ba Fix a problem with dict and checkbox where their internal buffer allocaters wernt actually fixing the amount of freespace after an alloc (Spotted and fixed by Daniel Weck)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18317 a1c6a512-1295-4272-9138-f99709370657
2008-08-19 12:16:04 +00:00
Jonathan Gordon
a3b9bfc763 dont let the database create a new playlist when party mode is on. (fixes FS#8292)
its not consistant with the filebrowser though, i.e you have to open the context menu for the item to add it to the playlist (whereas in the filebrowser it automatically gets queued if its selected)
still better than ignoreing the setting though


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18316 a1c6a512-1295-4272-9138-f99709370657
2008-08-19 12:05:01 +00:00
Jonathan Gordon
ddc2176b4d workaround for FS#8748 (possibly others) where playback might freeze or get confused if you try starting a new playlist when party mode is enabled.
It now will ignore the setting if you try starting playback if there is nothing already playing.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18315 a1c6a512-1295-4272-9138-f99709370657
2008-08-19 11:55:30 +00:00
Stéphane Doyon
209245605b Rockbox info: restore the 5seconds update delay to allow scrolling,
which I broke in r18309.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18312 a1c6a512-1295-4272-9138-f99709370657
2008-08-19 03:51:33 +00:00
Stéphane Doyon
58808b6216 Skip length: restore the ability to skip by just a few seconds
(which was the point of that feature).
See r18041.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18310 a1c6a512-1295-4272-9138-f99709370657
2008-08-18 01:03:07 +00:00
Stéphane Doyon
50512d696d Fix for issues in speaking the time in Rockbox Info screen (B#9167).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18309 a1c6a512-1295-4272-9138-f99709370657
2008-08-18 00:58:47 +00:00
Dave Chapman
9ffc30bec0 Ensure every phrase has a "user:" line - currently they are all empty.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18308 a1c6a512-1295-4272-9138-f99709370657
2008-08-17 14:06:44 +00:00
Jonas Häggqvist
def4b40a05 Remove quotes around the keyword deprecated - probably introduced by my translation page. Also some further tweaking of the Danish translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18307 a1c6a512-1295-4272-9138-f99709370657
2008-08-17 14:03:18 +00:00
Dave Chapman
0cf50ce936 Sort Catalan lang file to the same order as english.lang - no other changes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18306 a1c6a512-1295-4272-9138-f99709370657
2008-08-17 13:47:43 +00:00
Jonas Häggqvist
1eb0d2d9d3 Fix a single string in the Russian translation by Alexander Levin (FS#9290). Small fixes to the Danish translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18305 a1c6a512-1295-4272-9138-f99709370657
2008-08-17 13:20:06 +00:00
Jonas Häggqvist
3adf579702 Updated Simplified Chinese translation by Jun Gu (FS#9283).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18302 a1c6a512-1295-4272-9138-f99709370657
2008-08-17 12:01:40 +00:00
Dave Chapman
3dde7c4077 More changes to the Catalan lang file - fixing empty/none strings, ensuring the Catalan phrases are always used for voice (not English), fixing the feature keywords, plus a few newly translated strings. There are still many strings needing translating though.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18300 a1c6a512-1295-4272-9138-f99709370657
2008-08-16 23:16:48 +00:00
Jonas Häggqvist
feaeccd8f2 Updated Tagalog translation by Melba Sitjar (FS#9289). Added as Tagalog maintainer as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18299 a1c6a512-1295-4272-9138-f99709370657
2008-08-16 21:38:13 +00:00
Jonas Häggqvist
566fdf17d5 Translation updates:
- Russian by Alexander Levin
 - Greek by Alexander Spyridakis


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18298 a1c6a512-1295-4272-9138-f99709370657
2008-08-16 17:52:29 +00:00
Jens Arnold
c2c5797910 The codec API was changed in r18121 in a backwards incompatible way, but the necessary API version bumps were omitted.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18295 a1c6a512-1295-4272-9138-f99709370657
2008-08-16 09:35:35 +00:00
Jonas Häggqvist
344721c2d6 Rework of the Hebrew translation - sort by English order, and small fixes by Tomer Shalev. Add him as Hebrew maintainer, and add myself as general translation maintainer.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18293 a1c6a512-1295-4272-9138-f99709370657
2008-08-15 22:45:44 +00:00
Dave Chapman
4891c966c7 Updated Catalan translation. More work is needed though - a lot of strings are still untranslated from English.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18291 a1c6a512-1295-4272-9138-f99709370657
2008-08-15 20:52:13 +00:00
Nils Wallménius
bc712c9782 Ok, ok, strncpy is better here :P
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18285 a1c6a512-1295-4272-9138-f99709370657
2008-08-15 09:47:22 +00:00
Nils Wallménius
8f80c5860e Kill one more of the printf related warnings in gcc 4.3.1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18284 a1c6a512-1295-4272-9138-f99709370657
2008-08-15 08:43:24 +00:00
Peter D'Hoye
74b01ffbfd Adapt comment to the fact that the splash is removed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18283 a1c6a512-1295-4272-9138-f99709370657
2008-08-15 08:40:34 +00:00
Nils Wallménius
01729e7a18 FS#9281 Rename of splash functions.
* Remove gui_splash()
* Rename gui_syncsplash() to splashf() and remove its voice 
capabilities.
* Rename the internal splash() to splash_internal() and introduce an 
externally visible splash() that handles simple splashing  without 
printf functionality e.g. splash(HZ, ID2P(LANG_FOO)); or splash(HZ, 
"foo"); if a LANG_* id is passed it will be voiced.
* Adjust all places that called gui_syncsplash() to use the correct 
variant from above.
* Export both new functions to plugins and adjust places calling 
rb->splash() to use the correct variant so that we now have naming 
consistency between the core and plugins.
* Fix one latent bug that would cause my sim to crash with the above 
changes and correct P2STR and P2ID macros, thanks to pondlife.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18282 a1c6a512-1295-4272-9138-f99709370657
2008-08-15 08:27:39 +00:00
Bertrik Sikken
9464fdde2d Apply FS#9155 (Simplified battery bench). This is a simplification/rework of the current battery bench code. Battery measurements are now done simply once a minute (no more dependency on HDD specific timeouts) and are flushed to disk by using the ata_idle callback instead of polling ata_disk_is_active (this call is removed from the plugin API now) to make the plugin as unobtrusive as possible. This battery bench plugin also works for flash-based targets like sansa e200.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18281 a1c6a512-1295-4272-9138-f99709370657
2008-08-14 22:35:00 +00:00
Bertrik Sikken
35823d8f6e Add missing header file to plugins/zxbox/helpers.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18280 a1c6a512-1295-4272-9138-f99709370657
2008-08-14 21:49:26 +00:00
Marianne Arnold
4bd6c7df61 Update German translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18278 a1c6a512-1295-4272-9138-f99709370657
2008-08-14 19:47:38 +00:00
Magnus Holmgren
707ad9414c Update Swedish translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18277 a1c6a512-1295-4272-9138-f99709370657
2008-08-14 18:45:22 +00:00
Jens Arnold
4ad26dbfcc Fix one printf format string warning by applying a simplification.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18276 a1c6a512-1295-4272-9138-f99709370657
2008-08-14 07:04:24 +00:00
Daniel Stenberg
a30f5e4b64 gcc 4.3.1 quite rightfully warnings when printf-style functions use "format
not a string literal and no format arguments". Those occurances can (will?)
lead to future nasty and surprising bugs. These are just a few of a very large
amount of necessary fixes.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18274 a1c6a512-1295-4272-9138-f99709370657
2008-08-13 21:38:33 +00:00
Peter D'Hoye
2966c7cc5a Fix a small delay in updating the recording screen. This caused the screen not to update when changing settings fast (key repeat)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18273 a1c6a512-1295-4272-9138-f99709370657
2008-08-13 21:09:10 +00:00
Jonas Häggqvist
0e7f1726bc Updated Polish translation by Maciej Adamczak (FS#9275).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18267 a1c6a512-1295-4272-9138-f99709370657
2008-08-13 16:37:24 +00:00
Bertrik Sikken
1e3ed74479 Made local functions static for vorbis and speex codecs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18263 a1c6a512-1295-4272-9138-f99709370657
2008-08-12 22:01:55 +00:00
Bertrik Sikken
07e59e0356 Declare codec_main prototype in codecs.h to make sure every codec implements it correctly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18262 a1c6a512-1295-4272-9138-f99709370657
2008-08-12 21:27:22 +00:00
Bertrik Sikken
9fe4dbf33c Removed unused abort function implementation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18261 a1c6a512-1295-4272-9138-f99709370657
2008-08-12 21:07:15 +00:00
Bertrik Sikken
ef87933add plugin.h implements memcpy (etc) through MEM_FUNCTION_WRAPPERS so it should also include the proper header file for it
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18260 a1c6a512-1295-4272-9138-f99709370657
2008-08-12 20:11:18 +00:00
Jonas Häggqvist
5abfe12ccb Language file fixes for Chinese (simplified and traditional), Russian, Finnish and Serbian. Some by me,
some by Robert Menes 
(FS#9267). No 
actual translation done.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18259 a1c6a512-1295-4272-9138-f99709370657
2008-08-12 19:53:37 +00:00
Jonas Häggqvist
0022d94651 Fix a few syntax errors in the Japanese translation file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18258 a1c6a512-1295-4272-9138-f99709370657
2008-08-12 17:33:48 +00:00
Jonas Häggqvist
c6841775ae Updated Japanese translation by Takumi Suzuki, Shunsuke Shimizu and Tadayuki Nishizono (FS#9148).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18257 a1c6a512-1295-4272-9138-f99709370657
2008-08-12 17:29:27 +00:00
Nils Wallménius
16d32d59ab Separate the feature for remote lcd inversion from main lcd inversion to fix a small manual bug
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18251 a1c6a512-1295-4272-9138-f99709370657
2008-08-12 11:51:09 +00:00
Bertrik Sikken
05945074d1 Fix FS#8689 (the peak meter does not work during a playing after a recording not followed by a reboot) by applying the patch from FS#9227.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18249 a1c6a512-1295-4272-9138-f99709370657
2008-08-11 22:12:40 +00:00
Jens Arnold
594e0f35b1 Make wavrecord use the same recording directory as the core.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18247 a1c6a512-1295-4272-9138-f99709370657
2008-08-11 20:05:54 +00:00
Peter D'Hoye
76b6262df8 Adapt clip counter to compact view of recording screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18246 a1c6a512-1295-4272-9138-f99709370657
2008-08-11 18:32:10 +00:00
Jonas Häggqvist
73a017c209 A few fixes for the Brazilian Portuguese translation by Robert Menes. No actual translation work.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18245 a1c6a512-1295-4272-9138-f99709370657
2008-08-11 18:21:17 +00:00