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
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
Jonas Häggqvist
e888b64970
Non-translating changes to Russian, Hebrew and Danish translations.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18244 a1c6a512-1295-4272-9138-f99709370657
2008-08-11 16:18:55 +00:00
Jonas Häggqvist
c7569918c7
Updated Brazilian Portuguese translation by Adilson Vicente Xavier (FS#9264).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18243 a1c6a512-1295-4272-9138-f99709370657
2008-08-11 16:14:50 +00:00
Jonathan Gordon
faf32a26b7
r10544 changed the playlist reloading so you couldnt actually abort the process. This fixes it...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18242 a1c6a512-1295-4272-9138-f99709370657
2008-08-11 13:57:26 +00:00
Nils Wallménius
22e0603d52
Use shorter fields in sound_settings_info struct to save some bytes
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18241 a1c6a512-1295-4272-9138-f99709370657
2008-08-11 13:01:01 +00:00
Maurus Cuelenaere
4bf4d2bb55
* Get interrupts working (but crashes after 10-30secs)
...
* Make current_tick increase
* Convert button driver into SADC driver
* Make touchscreen handling work better (still needs good calibration routine)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18240 a1c6a512-1295-4272-9138-f99709370657
2008-08-10 21:44:48 +00:00
Peter D'Hoye
4396b5b101
Recording screen: show a more compact view if 6 lines do not fit but 4 do. Should help things on small screens or with big fonts.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18239 a1c6a512-1295-4272-9138-f99709370657
2008-08-10 21:03:07 +00:00
Michael Giacomelli
54903eb7fa
Use WMA windowing optimizations for AAC. Saves about 3.5MHz on Coldfire, and about 2 MHz on ARM. Thanks to amiconn for help with Coldfire ASM improvements. Next step: dump faad IMDCT.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18238 a1c6a512-1295-4272-9138-f99709370657
2008-08-10 20:19:38 +00:00
Jonas Häggqvist
32694a7040
Updated Finnish translation by Jani Kinnunen (FS#9261).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18237 a1c6a512-1295-4272-9138-f99709370657
2008-08-10 17:26:16 +00:00
Maurus Cuelenaere
efbdbf808a
Commit FS#9156 by Tomer Shalev - Fix the fact that rockboxdev.sh does not abort when downloading fails
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18236 a1c6a512-1295-4272-9138-f99709370657
2008-08-10 14:36:18 +00:00
Jonathan Gordon
c50eef0582
ok, that was bigger than expected... reduce the max to 12 open dirs as a happy compromise.., If you still have errors rethink your directory layout
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18235 a1c6a512-1295-4272-9138-f99709370657
2008-08-10 13:22:31 +00:00
Jonathan Gordon
eb0137fcb5
"waste" a bit more RAM on targets with more than 8MB so more directories can be opened at the same time (most obvious when you have really deep directory trees)
...
closes FS#6410, FS#6512, FS#6514
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18234 a1c6a512-1295-4272-9138-f99709370657
2008-08-10 12:46:15 +00:00
Peter D'Hoye
8c913fb22b
Update Dutch lang file
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18233 a1c6a512-1295-4272-9138-f99709370657
2008-08-10 08:35:34 +00:00