Commit graph

7302 commits

Author SHA1 Message Date
Jonas Häggqvist
0624bd1e17 Further tweaks to Catalan Language by Victor Zabalza (no UTF-8 in the commit message this time).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14349 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 23:21:52 +00:00
Peter D'Hoye
360d951271 Small optimisation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14344 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 21:02:44 +00:00
Magnus Holmgren
db405e19db Update Swedish language.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14341 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 20:06:11 +00:00
Magnus Holmgren
2589aa775f Reorder the file for easier maintenance and fix a couple of typos found while doing it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14338 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 18:28:42 +00:00
Magnus Holmgren
4e140aca3b Fix a few typos and indentations.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14337 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 18:07:52 +00:00
Jonas Häggqvist
e608327ef2 Genlang gets very confused if the tags are not all lower-case.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14335 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 13:22:30 +00:00
Nicolas Pennequin
4918059225 properties plugin: Make the ID3 info available on HWCODEC targets too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14334 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 13:19:22 +00:00
Jonas Häggqvist
ee44c8da52 Update Danish language.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14333 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 13:17:49 +00:00
Jonas Häggqvist
4efff75493 Updated Catalan language by Víctor Zabalza.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14332 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 13:14:47 +00:00
Nicolas Pennequin
dc1cb3cfbb Hopefully green this time (move the variable declarations inside the #if block).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14331 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 12:44:50 +00:00
Nicolas Pennequin
adb64bbb9b properties plugin: the HWCODEC targets don't have get_metadata so no ID3 info for them.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14330 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 12:28:19 +00:00
Nicolas Pennequin
da6df9944d The plugin API changed so update the version number and bump the change was incompatible, so bump the minimum version too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14329 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 12:27:26 +00:00
Nicolas Pennequin
9aa597f7f6 Add a bit of metadata info in the properties plugin output.
When displaying the properties of a file, attempt to get metadata from it and
on success, display the artist, title and album strings.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14328 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 11:56:15 +00:00
Nicolas Pennequin
6a92e475ac Make get_metadata act on a struct mp3entry rather than a struct track_info.
This should make it easy to use a buffer handle to put the ID3 data in.
The changes in get_metadata are mostly search and replace. The only thing
it actually used to do on the struct track_info was set taginfo_ready to
true.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14326 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 11:56:13 +00:00
Will Robertson
7b055ab665 Updated the Japanese lang file to the new lang format. Many strings still missing, but provides a better starting point for anyone wanting to do a proper sync.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14325 a1c6a512-1295-4272-9138-f99709370657
2007-08-14 05:38:46 +00:00
Peter D'Hoye
043c966ebf Add another file extension viewing option that mimics the old behaviour and make this default. Also update Dutch lang file and manual for this.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14324 a1c6a512-1295-4272-9138-f99709370657
2007-08-13 23:11:30 +00:00
Peter D'Hoye
4060a8c4f7 Now get those keywords right...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14322 a1c6a512-1295-4272-9138-f99709370657
2007-08-13 22:37:44 +00:00
Peter D'Hoye
a5d4d67763 Also keep the backlight on in mpegplayer when plugged in. Fixes FS #7584. Created two helper functions for this, because this issue also exists in other plugins (to do). The helper functions are in the pluginlib in helper.[ch], where other common stuff can be put.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14321 a1c6a512-1295-4272-9138-f99709370657
2007-08-13 22:31:11 +00:00
Jonas Häggqvist
07a09041d6 Updated Danish language.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14320 a1c6a512-1295-4272-9138-f99709370657
2007-08-13 21:39:45 +00:00
Peter D'Hoye
bbb8c3fe6c While I'm at it, update Dutch language again ;)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14316 a1c6a512-1295-4272-9138-f99709370657
2007-08-13 20:19:16 +00:00
Peter D'Hoye
37fd439fc0 Accept FS #7346 and take it a whole step further. Gives a separate setting to control the displaying of file extensions: off, on, or only how unknown extensions.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14315 a1c6a512-1295-4272-9138-f99709370657
2007-08-13 19:29:49 +00:00
Robert Kukla
2ae0d63c88 corrected logic in expression of jdgordon's r14187 commit; should fix FS#7590. Tidied up exit paths while I was at it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14313 a1c6a512-1295-4272-9138-f99709370657
2007-08-13 13:53:33 +00:00
Nils Wallménius
45ffc87030 Const-police, use less bytes where possible, get rid of duplicated backlight timeout array
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14310 a1c6a512-1295-4272-9138-f99709370657
2007-08-13 12:21:27 +00:00
Peter D'Hoye
4a934ac91f Update Dutch lang file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14305 a1c6a512-1295-4272-9138-f99709370657
2007-08-12 22:34:54 +00:00
Peter D'Hoye
05221a9d87 Convert IDs to strings before using them, fixes FS #7564
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14304 a1c6a512-1295-4272-9138-f99709370657
2007-08-12 21:59:42 +00:00
Nils Wallménius
f73d346ba4 Fix FS#7587, the splash when building the database told the user to press the wrong button to return
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14300 a1c6a512-1295-4272-9138-f99709370657
2007-08-12 20:00:37 +00:00
Nils Wallménius
f28da1a35a Enable a lot more features for simulators and add stubs where necessary, simulators should now work with identical lng and voice files as the respective target
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14299 a1c6a512-1295-4272-9138-f99709370657
2007-08-12 19:49:03 +00:00
Jens Arnold
451dec17fe Clock: * Correct aspect ratio on archos recorders (target only, checking for LCD type). * Don't let the hands vanish if they are thin.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14295 a1c6a512-1295-4272-9138-f99709370657
2007-08-12 15:50:07 +00:00
Jens Arnold
671f5d4412 Removed special X5 backlight handling, and replaced it with a generic system that makes the backlight light up on shutdown and not time out unless it's completely disabled in the current player state.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14292 a1c6a512-1295-4272-9138-f99709370657
2007-08-12 11:18:52 +00:00
Jonathan Gordon
07a7d47cc1 Revert my filetypes commits from today. the nvram buffer is 44bytes of which 43 are currently being used. We need to figure out what to do about this.
So in the mean time, set the MAX_FILETYPES to a huge value so we don't have to worry about this for a long while.

This build shold be safe to use again. If you downloaded a build after r14286 make sure you grab a new one


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14291 a1c6a512-1295-4272-9138-f99709370657
2007-08-12 09:53:41 +00:00
Jonathan Gordon
7cb80a2a70 Fix a problem with the nvram settings which meant adding new items to the end needed the version bump (they dont anymore, but I'm bumping it now anyway to save some bug reports)
Also operator precedence fixing.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14290 a1c6a512-1295-4272-9138-f99709370657
2007-08-12 07:22:38 +00:00
Dave Bryant
bcf97a4801 Move WavPack metadata parsing to its own file and add handling of non-standard sampling rates
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14289 a1c6a512-1295-4272-9138-f99709370657
2007-08-12 06:36:06 +00:00
Jonathan Gordon
53095684f7 Flip the balance setting list on scrollwheel targets so it feels more natural
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14288 a1c6a512-1295-4272-9138-f99709370657
2007-08-12 02:18:12 +00:00
Jonathan Gordon
eff14cceec Change the way the MAX_FILETYPES define works. It now allocates enough filetype icons as it needed last boot + 8, this means we should never have to edit the define again.
If you get the "filetypes array full" splash, do a clean reboot and it shuold go away. if it doesnt make sure you file a bug report and let us know you did reboot and it stayed there... it means that define does actually need increeasing.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14287 a1c6a512-1295-4272-9138-f99709370657
2007-08-12 02:10:45 +00:00
Magnus Holmgren
9824dac9e5 Fix bug that caused the bookmark autoload screen to always resume the first bookmark, even if another was selected. Also remove a bogus comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14284 a1c6a512-1295-4272-9138-f99709370657
2007-08-11 14:44:05 +00:00
Nils Wallménius
e8361ef2c4 Fix FS#7575 and remove an obsolete comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14283 a1c6a512-1295-4272-9138-f99709370657
2007-08-11 12:16:42 +00:00
Jonathan Gordon
6dbd02bcb5 mandlebrot is a demo, not a game
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14282 a1c6a512-1295-4272-9138-f99709370657
2007-08-11 10:29:28 +00:00
Jonathan Gordon
d0af35464c Accept FS#7558 - updated russian translation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14281 a1c6a512-1295-4272-9138-f99709370657
2007-08-11 09:59:09 +00:00
Jens Arnold
4211011b82 Package test plugins as apps, instead of munging them into a file 'test', leaving only the last found one available with no proper extension to run it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14279 a1c6a512-1295-4272-9138-f99709370657
2007-08-11 05:31:40 +00:00
Peter D'Hoye
9bc2c47ada Dutch language file update
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14278 a1c6a512-1295-4272-9138-f99709370657
2007-08-10 23:41:14 +00:00
Peter D'Hoye
2c4cae1bf3 Let solitaire save its settings when performing shutdown from inside the game or menu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14276 a1c6a512-1295-4272-9138-f99709370657
2007-08-10 22:48:55 +00:00
Nils Wallménius
b597165dcd 16 bits are enough here, save bytes :-)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14270 a1c6a512-1295-4272-9138-f99709370657
2007-08-10 16:40:48 +00:00
Nils Wallménius
ff2a93f723 Remove the 'USB' menu item from the sim system menu, press the 'u' key to display the USB screen instead, will break binary lng files and voice files for the sims only
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14269 a1c6a512-1295-4272-9138-f99709370657
2007-08-10 14:10:50 +00:00
Linus Nielsen Feltzing
871b9d5501 Cosmetic fix - remove double colon in the target feature string
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14268 a1c6a512-1295-4272-9138-f99709370657
2007-08-10 13:28:52 +00:00
Linus Nielsen Feltzing
0fa488f00b Correct check for the tuner feature
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14267 a1c6a512-1295-4272-9138-f99709370657
2007-08-10 11:41:17 +00:00
Jens Arnold
fc61a6790d Make test_scanrate.rock build for M5.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14266 a1c6a512-1295-4272-9138-f99709370657
2007-08-10 10:39:23 +00:00
Nils Wallménius
9e05bd3527 It is bad to try to speak before we call talk_init()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14265 a1c6a512-1295-4272-9138-f99709370657
2007-08-10 08:40:26 +00:00
Alessio Lenzi
2060a5b17d Oops, forgot a line!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14254 a1c6a512-1295-4272-9138-f99709370657
2007-08-09 15:37:06 +00:00
Dominik Riebeling
049a9cc17d add plugins categories file to tarball. Should fix FS#7567.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14253 a1c6a512-1295-4272-9138-f99709370657
2007-08-09 15:05:30 +00:00
Peter D'Hoye
c8c80a5391 Allow recording source to be set from recording context menu. Not a very nice solution for something that already was an ugly hack...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14251 a1c6a512-1295-4272-9138-f99709370657
2007-08-09 00:33:33 +00:00