Commit graph

9188 commits

Author SHA1 Message Date
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