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
Peter D'Hoye
631d947749
The high pass filter setting of the WM8731 seems to work the other way around. Disabling it removes the DC offset. This fixes FS #9248
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18294 a1c6a512-1295-4272-9138-f99709370657
2008-08-15 23:35:48 +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
Dominik Riebeling
1f9cb42e27
Make the wiki base url show up correctly in the html output.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18292 a1c6a512-1295-4272-9138-f99709370657
2008-08-15 21:59:36 +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
Jens Arnold
f0dcb34e82
Greyscale iPods: Fix the default contrast in the bootloader and the core before settings are loaded. Especially important on 1st..3rd Gen as we're setting up the LCD controller quite a bit different than the OF on those.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18290 a1c6a512-1295-4272-9138-f99709370657
2008-08-15 19:19:46 +00:00
Jens Arnold
9f8654c5e2
Print the actually selected voice in verbose mode, and try to figure out the vendor from the name for SAPI5 L&H voices if there is no vendor attribute.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18289 a1c6a512-1295-4272-9138-f99709370657
2008-08-15 17:22:52 +00:00
Maurus Cuelenaere
f6224b7860
Change 18 char limit to (LCD_WIDTH/SYSFONT_WIDTH) in panicf() (FS#9282)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18288 a1c6a512-1295-4272-9138-f99709370657
2008-08-15 16:49:02 +00:00
Maurus Cuelenaere
6321262854
Jz4740: get exception handling working
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18287 a1c6a512-1295-4272-9138-f99709370657
2008-08-15 15:52:54 +00:00
Maurus Cuelenaere
57c0b6a474
Onda VX747:
...
* kill TABs in jz4740.h
* clean up LCD
* make CONFIG_ORIENTATION work in both ways
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18286 a1c6a512-1295-4272-9138-f99709370657
2008-08-15 14:39:39 +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
Dominik Riebeling
cbc9208e54
Don't reset the language setting if it wasn't changed but the configuration saved.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18279 a1c6a512-1295-4272-9138-f99709370657
2008-08-14 21:32:32 +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
Dominik Riebeling
553469d8e2
Fix translator for Qt strings overwriting the application translator (FS#9268).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18275 a1c6a512-1295-4272-9138-f99709370657
2008-08-13 22:41:00 +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
Maurus Cuelenaere
ba284447d5
Fix little mistake; thanks to Dave Hooper
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18272 a1c6a512-1295-4272-9138-f99709370657
2008-08-13 21:00:29 +00:00
Frank Gevaerts
a7bba0023a
add some spacing to link the icons more clearly to their explanation in the text
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18271 a1c6a512-1295-4272-9138-f99709370657
2008-08-13 20:07:25 +00:00
Frank Gevaerts
4566f95bf4
some minor edits
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18270 a1c6a512-1295-4272-9138-f99709370657
2008-08-13 19:43:00 +00:00
Nils Wallménius
ae79e88da6
Rename the 'Getting started' chapter to 'Introduction' and fix a typo
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18269 a1c6a512-1295-4272-9138-f99709370657
2008-08-13 19:22:12 +00:00
Jonas Häggqvist
04e96977f1
Remove some irresponsible character set mangling from the Italian section of voice.pl. If this is really
...
needed, add it under each individual TTS engine that is confirmed to need this. And please use only UTF-8
in the script (binary data should be entered as \xe9 etc).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18268 a1c6a512-1295-4272-9138-f99709370657
2008-08-13 18:44:47 +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
Frank Gevaerts
76fa180cb3
Fix the language in the x5/m5 uninstallation instructions
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18266 a1c6a512-1295-4272-9138-f99709370657
2008-08-13 15:52:26 +00:00
Maurus Cuelenaere
b2c19a5a26
Search-and-replace was a bit too excessive..
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18265 a1c6a512-1295-4272-9138-f99709370657
2008-08-12 23:53:08 +00:00
Maurus Cuelenaere
bc628fe5ce
Zenutils:
...
* Make update_extract work again
* Add other players to zen_crypt
* Change stricmp() calls to strcasecmp() in zen_crypt
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18264 a1c6a512-1295-4272-9138-f99709370657
2008-08-12 23:51:04 +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
Maurus Cuelenaere
72bc4e30e2
Jz4740 tools:
...
* Add HXF2IHFS by William Poetra Yoga Hadisoeseno
* Don't do usb_set_configuration() calls on Linux in USB tool
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18256 a1c6a512-1295-4272-9138-f99709370657
2008-08-12 16:55:59 +00:00
Nils Wallménius
d89f400c21
Use the generated feature to control inclusion of sections about different battery types, add 'battery type' to config file options
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18255 a1c6a512-1295-4272-9138-f99709370657
2008-08-12 15:39:47 +00:00
Nils Wallménius
b3d62053df
Update the config file options table, a bunch of options are still missing (we have way too many\!) and i put in a couple of fixme's, closes FS#9185
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18254 a1c6a512-1295-4272-9138-f99709370657
2008-08-12 15:15:49 +00:00
Jonas Häggqvist
7c535108bf
Only print the header if we're running update.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18253 a1c6a512-1295-4272-9138-f99709370657
2008-08-12 14:52:56 +00:00
Maurus Cuelenaere
438e36337c
Jz4740 USB utility:
...
* Fix potential segmentation faults
* Add support for the VX767
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18252 a1c6a512-1295-4272-9138-f99709370657
2008-08-12 12:58:24 +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
Nils Wallménius
a721083223
FS#9266 Add a table with supported audio formats to the manual
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18250 a1c6a512-1295-4272-9138-f99709370657
2008-08-11 22:47:17 +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
Jonas Häggqvist
da5f16a606
Fix genlang to not remove the header from translation files.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18248 a1c6a512-1295-4272-9138-f99709370657
2008-08-11 21:36:00 +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