Magnus Holmgren
68f9e6bfee
When starting playback, prevent the codec from starting to decode too early, which would cause rebuffering (slowing things down) and incorrect playlist index. Hopefully fixes a bunch of playback-related bugs, such as FS#8520, FS#8525, FS#8555 and possibly FS#8511.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16392 a1c6a512-1295-4272-9138-f99709370657
2008-02-23 17:46:33 +00:00
Jens Arnold
bc357da2ae
Small fixes for icon behaviour on the Player: Read viewer icon numbers from viewers.config, and correct the icon selection in icons.c. Now viewer supported filetypes get the mirrored question mark icon instead of no icon at all.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16389 a1c6a512-1295-4272-9138-f99709370657
2008-02-23 13:12:08 +00:00
Jens Arnold
fcd52cf058
Slightly more efficient way to decide which settings to save.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16387 a1c6a512-1295-4272-9138-f99709370657
2008-02-23 11:06:19 +00:00
Jens Arnold
db70f8d20b
Save empty filename settings when necessary. Fixes the inability to save the 'no backdrop' setting due to the new default.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16384 a1c6a512-1295-4272-9138-f99709370657
2008-02-23 10:17:31 +00:00
Jens Arnold
69b7141f68
Fix line selector default for non-colour targets. Type 3 made the selector vanish completely on greyscale and mono targets, as there is no type 3 on those...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16381 a1c6a512-1295-4272-9138-f99709370657
2008-02-23 08:28:19 +00:00
Michael Giacomelli
1bc02a2ce8
Opps.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16379 a1c6a512-1295-4272-9138-f99709370657
2008-02-23 04:24:16 +00:00
Michael Giacomelli
b2366c8fdc
Default to helvR10 for new ports that do not yet have a default theme defined.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16378 a1c6a512-1295-4272-9138-f99709370657
2008-02-23 04:15:08 +00:00
Michael Giacomelli
aa26962104
Make cabbiev2 the default theme. Should not have any impact if you have already selected a theme. Please report any bugs in FS#8443.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16377 a1c6a512-1295-4272-9138-f99709370657
2008-02-23 03:56:39 +00:00
Dave Chapman
f75d8ac6e7
Remove font_file from the settings struct on the Archos Player - it isn't used.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16375 a1c6a512-1295-4272-9138-f99709370657
2008-02-23 00:17:13 +00:00
Dominik Riebeling
6bd2eb067f
Fix building on FreeBSD (FS#8622).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16365 a1c6a512-1295-4272-9138-f99709370657
2008-02-21 21:08:00 +00:00
Magnus Holmgren
932ef00aba
When failing to auto-load a bookmark, don't show the 'Nothing to resume' message. The selected file will (hopefully) be played instead.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16364 a1c6a512-1295-4272-9138-f99709370657
2008-02-21 21:01:42 +00:00
Daniel Stenberg
cd76e032c6
oops japanese and korean are not for the player
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16350 a1c6a512-1295-4272-9138-f99709370657
2008-02-18 21:39:11 +00:00
Daniel Stenberg
33048907d4
fix the Makefile to provide the correct include path so that SOURCES work
...
properly and the correct languages are built...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16349 a1c6a512-1295-4272-9138-f99709370657
2008-02-18 21:36:46 +00:00
Daniel Stenberg
332a14036b
added lang/Makefile
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16346 a1c6a512-1295-4272-9138-f99709370657
2008-02-18 12:42:31 +00:00
Daniel Stenberg
fae6e9b72f
set svn:keywords property
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16345 a1c6a512-1295-4272-9138-f99709370657
2008-02-18 12:35:34 +00:00
Daniel Stenberg
b5e6873f55
fix missing quotes
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16344 a1c6a512-1295-4272-9138-f99709370657
2008-02-18 12:30:28 +00:00
Daniel Stenberg
8ebbe99328
FS#8482 take two. Make the language files built first, so that the largest
...
size can be used as buffer size for languages. Work to this also contributed
by Jonas Haggqvist.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16343 a1c6a512-1295-4272-9138-f99709370657
2008-02-18 12:17:34 +00:00
Daniel Stenberg
9425cf6548
eeek, revert the FS#8482 commit again as it broke the bootloaders and the
...
generated size wasn't actually used yet!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16339 a1c6a512-1295-4272-9138-f99709370657
2008-02-17 23:24:28 +00:00
Daniel Stenberg
4a06c87e78
FS#8482:
...
Build system tweak that builds all languages first, to make the system able
to use a buffer size that fits the larger language only. Parts of this work
done by Jonas Haggqvist, but all the mistakes are my own!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16337 a1c6a512-1295-4272-9138-f99709370657
2008-02-17 23:12:54 +00:00
Jens Arnold
8c81e789cc
Fix up incomplete reversal.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16336 a1c6a512-1295-4272-9138-f99709370657
2008-02-17 22:13:20 +00:00
Mustapha Senhaji
4b8d490282
FS#8617 Massive update of bulgarian translation by Hristo Kovachev.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16333 a1c6a512-1295-4272-9138-f99709370657
2008-02-17 21:05:00 +00:00
Miika Pekkarinen
025d1e291a
Fixed red, forgot to commit header changes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16332 a1c6a512-1295-4272-9138-f99709370657
2008-02-17 19:11:16 +00:00
Marianne Arnold
83020c333f
A few fixes to problems in deutsch.lang as revealed by rasher's page. There are a very few more things I'm unsure how to deal with them at the moment, so let's start with the easy things.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16331 a1c6a512-1295-4272-9138-f99709370657
2008-02-17 18:43:40 +00:00
Miika Pekkarinen
9eec03faa5
FS#8565 - fix for runtime data causing extra spin ups. Included a debug menu update also.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16330 a1c6a512-1295-4272-9138-f99709370657
2008-02-17 18:35:27 +00:00
Christian Gmeiner
a999556e84
revert my work, suggested by amiconn
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16328 a1c6a512-1295-4272-9138-f99709370657
2008-02-17 17:58:56 +00:00
Christian Gmeiner
78fa347c6b
FS#8611: move hw_info for pp targets into target tree
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16324 a1c6a512-1295-4272-9138-f99709370657
2008-02-17 12:43:23 +00:00
Will Robertson
8215b34fdb
Plugins now enabled and working for the Gigabeat S.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16323 a1c6a512-1295-4272-9138-f99709370657
2008-02-17 12:23:02 +00:00
Mustapha Senhaji
8bf16aecfe
FS#8613 Update the bulgarian translation by Nicolay Jordanov and add him to the credits.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16320 a1c6a512-1295-4272-9138-f99709370657
2008-02-16 19:32:35 +00:00
Christian Gmeiner
b650bc592a
fix compiling of debug menu for tcc780x
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16316 a1c6a512-1295-4272-9138-f99709370657
2008-02-15 12:37:36 +00:00
Magnus Holmgren
500ebe47bd
Update Swedish translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16313 a1c6a512-1295-4272-9138-f99709370657
2008-02-14 18:40:05 +00:00
Peter D'Hoye
086aab3235
fix yellow
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16297 a1c6a512-1295-4272-9138-f99709370657
2008-02-12 23:50:39 +00:00
Peter D'Hoye
f14293c304
Remove temporary variables used for GPIO reading in the debug menu
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16296 a1c6a512-1295-4272-9138-f99709370657
2008-02-12 23:42:33 +00:00
Nicolas Pennequin
483c40285b
Notify the buffering thread when a handle is added, so it can go into filling mode. This is some sort of a replacement for the ATA idle callback. It will interrupt an ongoing buffering process (buffer_handle), but not for long enough to be a problem.
...
Should fix a problem reported by Dave Hooper where inserting tracks into the playlist would flush the buffer and not refill it, sometimes causing the inserted tracks to be skipped.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16295 a1c6a512-1295-4272-9138-f99709370657
2008-02-12 23:15:59 +00:00
Jens Arnold
99db6dbafe
Revert the buggy warning fix for gcc 4.2. It caused a sim built with gcc 4.2 to segfault. Get rid of the warning by introducing a temporary variable instead. Obviously the cfft1(pos|neg)() call is too complex for gcc 4.2 to cope without that tempvar. Oh well...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16292 a1c6a512-1295-4272-9138-f99709370657
2008-02-12 19:57:26 +00:00
Robert Kukla
ad5610dccd
fix FS#8599 - First Song in Tagcache can't be rated
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16291 a1c6a512-1295-4272-9138-f99709370657
2008-02-12 18:51:10 +00:00
Peter D'Hoye
192132c06e
Make I/O debug screen fit again on H10 5gb screen
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16290 a1c6a512-1295-4272-9138-f99709370657
2008-02-11 22:39:47 +00:00
Peter D'Hoye
4999e2383c
Updated Polish translation by Mateusz Kubica
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16289 a1c6a512-1295-4272-9138-f99709370657
2008-02-11 22:18:40 +00:00
Marianne Arnold
d4f2d7c1e7
Hopefully remove the BOM again that slipped in with the previous commit.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16287 a1c6a512-1295-4272-9138-f99709370657
2008-02-11 19:10:10 +00:00
Marianne Arnold
50c3ee1c89
Deutsch.lang: Get rid of unnecessary denglish and be consistent with the rest of the translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16286 a1c6a512-1295-4272-9138-f99709370657
2008-02-11 18:50:16 +00:00
Jonas Häggqvist
8681ba082c
Updated German translation by Sascha Wolf.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16283 a1c6a512-1295-4272-9138-f99709370657
2008-02-11 17:29:25 +00:00
Jonas Häggqvist
6210abefe0
Fix a few syntax errors in the Spanish translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16282 a1c6a512-1295-4272-9138-f99709370657
2008-02-11 16:27:21 +00:00
Jonas Häggqvist
53ce9d5b90
Updated Spanish translation by Chelo Sacristán.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16281 a1c6a512-1295-4272-9138-f99709370657
2008-02-11 16:16:33 +00:00
Nicolas Pennequin
523f88e192
Hopefully fix FS#8459 by updating the WPS data when returning from the context menu.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16277 a1c6a512-1295-4272-9138-f99709370657
2008-02-10 23:07:01 +00:00
Peter D'Hoye
80ad459c33
Accept FS #8570 by Thomas Martitz: recording dir location was not saved when set via context menu.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16275 a1c6a512-1295-4272-9138-f99709370657
2008-02-10 18:28:59 +00:00
Jonas Häggqvist
62e6f35c4c
Fix a few minor mistakes in languages which might confuse genlang.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16268 a1c6a512-1295-4272-9138-f99709370657
2008-02-10 13:30:31 +00:00
Magnus Holmgren
04dc828c9f
Better bookmark resume handling, in particular when resuming a directory. If Load Last Bookmark is set to Yes and the last bookmarked file could not be found, play the selected file instead. When selecting a bookmark for a missing file in the bookmark list, show a message that resume isn't possible (and don't play any selected file if Load Last Bookmark is set to Ask).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16267 a1c6a512-1295-4272-9138-f99709370657
2008-02-10 12:16:27 +00:00
Jonas Häggqvist
5a6c15f78f
Updated Polish translation by Mateusz Kubica.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16265 a1c6a512-1295-4272-9138-f99709370657
2008-02-10 12:14:49 +00:00
Michael Giacomelli
14995ffee3
Try that again.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16261 a1c6a512-1295-4272-9138-f99709370657
2008-02-10 06:11:37 +00:00
Michael Giacomelli
46c0c3a4c4
Fix building the ipod sims.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16260 a1c6a512-1295-4272-9138-f99709370657
2008-02-10 05:56:35 +00:00
Michael Giacomelli
054447f9e6
Commit FS#8379 by Andree Buschmann. Disables much of the remaining unneeded hardware on PP50xx targets (Ipods, Sansa, H10s, etc) resulting in a large savings in power and consequent increase in battery life. Results vary from target to target and from codec to codec, but we now approach the OF runtime on several PP devices. For now, leave base CPU clock at 30MHz, although further savings is possible with some codecs if clock is reduced. Additionally, fix battery capacity on c200 and use my measurements to improve runtime estimation for Sandisk targets.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16259 a1c6a512-1295-4272-9138-f99709370657
2008-02-10 05:39:20 +00:00