Commit graph

8189 commits

Author SHA1 Message Date
Jens Arnold
a8b80b63db Gah, e200 sets CONFIG_LCD to LCD_X5.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16011 a1c6a512-1295-4272-9138-f99709370657
2008-01-07 00:01:32 +00:00
Jens Arnold
c46ee42bb1 Forgot to commit the adaption of 'fire' to the new greylib.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16010 a1c6a512-1295-4272-9138-f99709370657
2008-01-07 00:01:26 +00:00
Jens Arnold
dbe24fcbac Doom LCD update: * Speed up the C versions slightly (colour and greyscale). * Fix the ASM version for H300 (caused line flicker, probably since buffered LCD writes were enabled). Slightly slower, but still ~8% faster than plain C. Removed the C version of this ASM because of the same problem (was only there for reference). * Added ASM optimised version for X5 (~8.5% faster).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16009 a1c6a512-1295-4272-9138-f99709370657
2008-01-06 23:48:30 +00:00
Jens Arnold
2aa0c4c66b Doom: Keep the light on during gameplay.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16004 a1c6a512-1295-4272-9138-f99709370657
2008-01-06 14:05:55 +00:00
Michael Giacomelli
dadd80a8a6 If seek fails, don't insert nonsense for the current position. Also, make one of the error messages a bit more clear.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16002 a1c6a512-1295-4272-9138-f99709370657
2008-01-06 02:50:01 +00:00
Jens Arnold
4ddfdc807c Fix chessbox and rockboy for archos (overlays were broken by yesterday's plugin binsize reduction commit).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16000 a1c6a512-1295-4272-9138-f99709370657
2008-01-05 12:45:12 +00:00
Jens Arnold
b1764679f5 Stop the player vkeyboard from freezing when voice is enabled and it tries to spell a non-ASCII character.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15999 a1c6a512-1295-4272-9138-f99709370657
2008-01-05 10:26:02 +00:00
Jens Arnold
feb5b15e9b All-new greyscale library, replacing the old one. Features: (1) Drawing/updating is faster than the old grayscale lib at full depth. (2) Always 129 shades instead of 2..33 shades. (3) No graininess caused by frequent updates (mpegplayer, doom, ...). (4) Needs less memory than the old grayscale lib at full depth. * The tradeoff is slightly higher CPU load in the ISR (frames are calculated 'live') and an extra function in the core. * Ported all plugins which used the graylib to use the new one. * Some slight optimisations for archos and H1x0 LCD update.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15998 a1c6a512-1295-4272-9138-f99709370657
2008-01-04 23:42:38 +00:00
Jens Arnold
d3586837fa Stop wasting binary size + ram for several plugins. Plugins are supposed to be linked with --gc-sections, in case they use plugin library elements.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15997 a1c6a512-1295-4272-9138-f99709370657
2008-01-04 21:07:05 +00:00
Peter D'Hoye
e6e5697212 Update Dutch lang file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15996 a1c6a512-1295-4272-9138-f99709370657
2008-01-04 20:51:26 +00:00
Michael Sevakis
c898630279 mpegplayer seek tweak: Have video keep the time and duration of the last decoded frame up to date at all times. Make sure streams that have reported and EOS condition are placed back on active list when seeking which it seems is the cause of a video glitch where the initial frame may be presented after a seek but video playback wouldn't restart. Set logical seek time to video start in the parser after after initial load.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15995 a1c6a512-1295-4272-9138-f99709370657
2008-01-04 20:36:15 +00:00
Jonas Häggqvist
ee71d8770b New translation: Tagalog by Melba Sitjar.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15994 a1c6a512-1295-4272-9138-f99709370657
2008-01-03 21:15:09 +00:00
Michael Sevakis
dff0deb48c Ok...really fix the red. :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15993 a1c6a512-1295-4272-9138-f99709370657
2008-01-03 17:51:25 +00:00
Michael Sevakis
d9a895599e Fix some warnings/errors.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15992 a1c6a512-1295-4272-9138-f99709370657
2008-01-03 17:30:50 +00:00
Michael Sevakis
a5fc3f4df4 Initial WVS for mpegplayer. Adjusts to the user's preferred font and uses FF/RW preferences set for playback. Picked a random color for the base WVS color but it could be configured. Some engine tweaks to accomodate it since certain nescessities are clearer now. Fix a clipped YUV output bug in the SIM.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15991 a1c6a512-1295-4272-9138-f99709370657
2008-01-03 17:14:28 +00:00
Steve Bavin
c7a046dd1d FS#8375 - Fix division by zero using the random database selection in a near-empty subset. Thanks to Henri Valta.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15989 a1c6a512-1295-4272-9138-f99709370657
2008-01-03 07:29:19 +00:00
Stepan Moskovchenko
21abf6579f Oops, fix red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15988 a1c6a512-1295-4272-9138-f99709370657
2008-01-02 07:44:03 +00:00
Stepan Moskovchenko
111049105b MIDI player: print out track names, copyright info, song names, etc during load time. This includes
lyrics... maybe we should print those while the song is playing?


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15987 a1c6a512-1295-4272-9138-f99709370657
2008-01-02 07:09:17 +00:00
Stepan Moskovchenko
0f8c77b306 MIDI player: fix a very unlikely (but possible) file descriptor leak.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15986 a1c6a512-1295-4272-9138-f99709370657
2008-01-02 06:40:15 +00:00
Stepan Moskovchenko
59acdc336b MIDI player: Allow pause and seeking during pause. Print out the play/pause/seek position in seconds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15985 a1c6a512-1295-4272-9138-f99709370657
2008-01-02 06:35:59 +00:00
Dave Chapman
e937310f93 Fix typos in two lcd_remote function names.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15983 a1c6a512-1295-4272-9138-f99709370657
2007-12-31 00:04:27 +00:00
Marianne Arnold
2e5f8f5c06 Brickmania for Sansa c200 and the small H10 with new graphics. While at it reduce the number of necessary per screen definition by letting the plugin retrieve the bitmap heights and widths from the file, therefore 'clean up' some graphics e.g. the menu items one, also make some backgrounds a bit nicer. Rearrange bitmaps/native/SOURCES and rename some graphics to reduce the number of duplicated bitmaps which only had a different name e.g. the ball - and tweak the gameover bitmap (on colour displays it uses transparency, and adapt the already existing mono bitmap to be usable). There might be minor differences in the 'looks' for existing ports but almost not noticeable with the exception that the gameover graphic is now centered. Introduce an alternative left and right key for c200 (volume up/down) for easier control. Manual update will follow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15981 a1c6a512-1295-4272-9138-f99709370657
2007-12-30 14:56:51 +00:00
Michael Sevakis
282c9d6e1b mpegplayer: Whoa. Left out a buffer wrap calculation when reading elementary streams.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15980 a1c6a512-1295-4272-9138-f99709370657
2007-12-30 00:19:43 +00:00
Michael Sevakis
3b1f61a1ff mpegplayer loose ends: Move gray_release to the exit routine where it should be. All gray handling is on CPU except frame rendering.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15979 a1c6a512-1295-4272-9138-f99709370657
2007-12-29 22:12:10 +00:00
Michael Sevakis
b08409ee40 Fix some DEBUGF warnings for sims.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15978 a1c6a512-1295-4272-9138-f99709370657
2007-12-29 20:06:42 +00:00
Michael Sevakis
a222f27c4a mpegplayer: Make playback engine fully seekable and frame-accurate and split into logical parts. Be sure to have all current features work. Actual UI for seeking will be added soon. Recommended GOP size is about 15-30 frames depending on target or seeking can be slow with really long GOPs (nature of MPEG video). More refined encoding recommendations for a particular player should be posted soon.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15977 a1c6a512-1295-4272-9138-f99709370657
2007-12-29 19:46:35 +00:00
Jonas Häggqvist
1d0f6b90ff Updated Danish translation with a couple small voice fixes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15976 a1c6a512-1295-4272-9138-f99709370657
2007-12-29 13:50:45 +00:00
Mustapha Senhaji
aaaabf28ab Update the french translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15975 a1c6a512-1295-4272-9138-f99709370657
2007-12-26 22:44:24 +00:00
Mustapha Senhaji
af46ed0355 FS#8373 Update the finnish translation by Jani Kinnunen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15974 a1c6a512-1295-4272-9138-f99709370657
2007-12-26 22:35:51 +00:00
Alessio Lenzi
4baafbf9b3 Updated italian translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15973 a1c6a512-1295-4272-9138-f99709370657
2007-12-26 14:23:05 +00:00
Jonathan Gordon
b8bc45ded0 FS#8353 - add a quick way to make a .cfg from the sound settings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15971 a1c6a512-1295-4272-9138-f99709370657
2007-12-24 22:35:31 +00:00
Jonas Häggqvist
557ae970de A few fixes to the Danish translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15970 a1c6a512-1295-4272-9138-f99709370657
2007-12-24 16:00:04 +00:00
Jonas Häggqvist
3c376e7892 Further update to Spanis translation by Robert Menes. Mostly voice strings this time.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15969 a1c6a512-1295-4272-9138-f99709370657
2007-12-23 22:30:23 +00:00
Jonas Häggqvist
b5ac8c2d1b Add the last missing voice string to the Danish translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15968 a1c6a512-1295-4272-9138-f99709370657
2007-12-23 14:18:20 +00:00
Jonas Häggqvist
111354995f Danish translation fixes: Add some missing voice strings and change LANG_AFMT_MPA_L3 into just "MP3" so everyone understands.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15967 a1c6a512-1295-4272-9138-f99709370657
2007-12-23 13:57:26 +00:00
Mustapha Senhaji
7a809e5894 FS#8359 Update the spanish translation by Robert Menes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15966 a1c6a512-1295-4272-9138-f99709370657
2007-12-23 12:36:13 +00:00
Jonas Häggqvist
a9933ce32d Small fixes and a single new string, for the Danish translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15964 a1c6a512-1295-4272-9138-f99709370657
2007-12-23 10:58:18 +00:00
Magnus Holmgren
c34409e91e Updated Swedish translation, with a few fixes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15963 a1c6a512-1295-4272-9138-f99709370657
2007-12-23 10:20:02 +00:00
Mustapha Senhaji
0fb794df81 Update the french translation with one minor fix for one string.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15960 a1c6a512-1295-4272-9138-f99709370657
2007-12-22 12:45:51 +00:00
Mustapha Senhaji
ec987373dd FS#8354 Update the finnish translation by Jani Kinnunen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15959 a1c6a512-1295-4272-9138-f99709370657
2007-12-22 12:39:57 +00:00
Alessio Lenzi
a99b6ed80c Updated italian translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15958 a1c6a512-1295-4272-9138-f99709370657
2007-12-21 20:47:37 +00:00
Steve Bavin
de741cd534 FS#6960 - Add random selection option to database, by Mark Reiche. This satisfies FS#6915.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15957 a1c6a512-1295-4272-9138-f99709370657
2007-12-21 13:31:50 +00:00
Mustapha Senhaji
88f79becd2 FS#8219 Update traditional and simplified chinise translations by Xinlu Huang.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15956 a1c6a512-1295-4272-9138-f99709370657
2007-12-19 01:15:30 +00:00
Miika Pekkarinen
21735eb91b Preserve song statistics when moving files or altering metadata. Conditions required to apply: song length must not change AND either filenames (with path) must match or two of the following tags matches: artist, album, title. IMPORTANT: Currently dircache enabled and DB loaded to RAM is required for reliable operation of this feature.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15955 a1c6a512-1295-4272-9138-f99709370657
2007-12-18 21:50:29 +00:00
Linus Nielsen Feltzing
dcf56e9744 Proper encoding
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15954 a1c6a512-1295-4272-9138-f99709370657
2007-12-18 14:42:46 +00:00
Linus Nielsen Feltzing
6aec257fdf Better translation of the recording settings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15953 a1c6a512-1295-4272-9138-f99709370657
2007-12-18 14:32:08 +00:00
Jonas Häggqvist
eaf38cd233 Updated Danish language. Small fixes to Czech translation. Closes FS#8300.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15952 a1c6a512-1295-4272-9138-f99709370657
2007-12-18 13:09:29 +00:00
Jonathan Gordon
213d9a2ca1 fix touchpad list code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15948 a1c6a512-1295-4272-9138-f99709370657
2007-12-17 04:23:34 +00:00
Jonathan Gordon
f5ec3e49e0 remove the duplicated gui_list struct and only duplicate the members which are actually different on each screen. should translate to a smaller bin and easier code (users shouldnt notice any difference)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15947 a1c6a512-1295-4272-9138-f99709370657
2007-12-17 02:37:21 +00:00
Miika Pekkarinen
f6039466fb Added file modify time field to the DB. Now metadata changes should be detected with database autoupdate enabled. Runtime statistics are not yet preserved. Preserving statistics over moving of files and altering metadata is going to be implemented next. IMPORTANT: Export database before upgrading.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15946 a1c6a512-1295-4272-9138-f99709370657
2007-12-16 21:10:26 +00:00