Hardeep Sidhu
9a681dd700
Redraw list whenever playlist changes
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10116 a1c6a512-1295-4272-9138-f99709370657
2006-06-12 23:25:12 +00:00
Hardeep Sidhu
685356cb89
Store playlist index for prepended/appended tracks in control file. Fixes resume problem with these tracks and insert shuffled.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10115 a1c6a512-1295-4272-9138-f99709370657
2006-06-12 23:06:51 +00:00
Christian Gmeiner
98d5212983
HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to check for simulator builds before using cpu_boost()
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10114 a1c6a512-1295-4272-9138-f99709370657
2006-06-12 00:13:00 +00:00
Zakk Roberts
e1e4914def
Fix francais.lang bug: a missing <phrase> tag. Fixes the 'yes' string in menus. Found by Mustapha Senhaji.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10113 a1c6a512-1295-4272-9138-f99709370657
2006-06-11 22:03:06 +00:00
Antoine Cellerier
fb3c06680c
Make the ball/block move faster on color screens.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10111 a1c6a512-1295-4272-9138-f99709370657
2006-06-11 13:25:44 +00:00
Antoine Cellerier
7efedf736b
Fix b&w LCD targets.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10109 a1c6a512-1295-4272-9138-f99709370657
2006-06-10 23:17:56 +00:00
Antoine Cellerier
1d7f8067a6
Grayscale graphics for sokoban. (h1x0, ipod mini and ipod 4g)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10108 a1c6a512-1295-4272-9138-f99709370657
2006-06-10 23:08:29 +00:00
Antoine Cellerier
2c450976fd
Remove unneeded defines.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10107 a1c6a512-1295-4272-9138-f99709370657
2006-06-10 22:53:47 +00:00
Antoine Cellerier
101638f831
Flipit grayscale bitmaps for native grayscale LCDs
...
(tested simulators: h1x0, ipod mini and ipod 4g)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10106 a1c6a512-1295-4272-9138-f99709370657
2006-06-10 22:43:38 +00:00
Antoine Cellerier
19c90888cb
Ooops. Fix compilation on non color lcd targets.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10101 a1c6a512-1295-4272-9138-f99709370657
2006-06-10 20:49:31 +00:00
Antoine Cellerier
40a92eaed9
Scale and use color bitmaps on color lcd targets.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10100 a1c6a512-1295-4272-9138-f99709370657
2006-06-10 20:39:33 +00:00
Antoine Cellerier
74a3f2144c
Scale and use color bitmaps on color lcd targets.
...
Change the cursor behavior so it wraps to the other side of the screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10099 a1c6a512-1295-4272-9138-f99709370657
2006-06-10 20:37:53 +00:00
Antoine Cellerier
2e1aa7ddc2
Add color bitmap files for flipit, sokoban and star plugins.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10098 a1c6a512-1295-4272-9138-f99709370657
2006-06-10 20:35:02 +00:00
Karl Kurbjun
26dd5c5e9c
Fix the menu start for rockdoom
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10097 a1c6a512-1295-4272-9138-f99709370657
2006-06-10 18:47:11 +00:00
Jens Arnold
630e9586b6
Fix resume for MP1. Thanks go to Dave Chapman for the hint.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10096 a1c6a512-1295-4272-9138-f99709370657
2006-06-10 11:22:21 +00:00
Jens Arnold
de47d10a0a
Enable interrupts before lcd_init(), as that uses sleep() on some targets.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10095 a1c6a512-1295-4272-9138-f99709370657
2006-06-08 23:18:11 +00:00
Hardeep Sidhu
1e0b1d58d6
Stop playback if playlist_next() returns -1 (e.g. if auto directory change fails)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10091 a1c6a512-1295-4272-9138-f99709370657
2006-06-07 20:43:34 +00:00
Hardeep Sidhu
432a698a2b
Properly reload tagcache when directory updated. Fixes B#5512.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10090 a1c6a512-1295-4272-9138-f99709370657
2006-06-07 20:42:42 +00:00
Jens Arnold
0dd1f8ec11
Work-in-progress rework of charging status reading & display: * Changed several charging related HAVE_* macros into one multi-value CONFIG_CHARGING. * Always use proper macros for charging states. * Battery symbol charging animation now starts from current level on all targets with charging. Two-colour animation kept for non-b&w targets. Round down fill level while charging as before, but round to nearest pixel value for discharging on all targets. * Charging anim fixed on player. * Some code cleanup.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10080 a1c6a512-1295-4272-9138-f99709370657
2006-06-06 22:23:52 +00:00
Ben Basha
d510a6edf7
*decrease brickmania bitmaps files in the bitmaps folders. *fix break effect bitmaps of the nano and the x5.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10067 a1c6a512-1295-4272-9138-f99709370657
2006-06-05 20:41:52 +00:00
Zakk Roberts
1e289413ee
Esperanto translation, by Marc-André Moreau.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10057 a1c6a512-1295-4272-9138-f99709370657
2006-06-05 01:34:09 +00:00
Hardeep Sidhu
d2a4762847
Added a yield() after each pgup/pgdn similar to what is done for prev/next. Fixes B#5354.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10054 a1c6a512-1295-4272-9138-f99709370657
2006-06-04 17:14:17 +00:00
Hardeep Sidhu
ab3e71cad9
Added reload_directory() to plugin api and modified text editor and sudoku plugins to call it when saving a new file. Fixes B#5360.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10053 a1c6a512-1295-4272-9138-f99709370657
2006-06-04 16:36:49 +00:00
Magnus Holmgren
f95dd56a2c
Fix bug 5341: Resume in Wav and Flac doesn't start from the position where it was left off. Mark Arigo helped with the Flac fix.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10051 a1c6a512-1295-4272-9138-f99709370657
2006-06-04 15:04:03 +00:00
Zakk Roberts
ec216ac7aa
Change Star keymappings for iPod - now Menu and Play are used for up/down instead of the wheel. Fixes bug #5249 .
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10040 a1c6a512-1295-4272-9138-f99709370657
2006-06-03 19:24:10 +00:00
Hardeep Sidhu
5483da667b
Previous automatic skip fix had a problem if audio_fill_file_buffer() was called after setting playlist_end but before audio_check_new_track(). To fix this, playlist_end is now reset in audio_check_new_track().
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10039 a1c6a512-1295-4272-9138-f99709370657
2006-06-03 17:23:20 +00:00
Karl Kurbjun
ca8fa65ab7
Fix wide view mode on viewer
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10036 a1c6a512-1295-4272-9138-f99709370657
2006-06-03 07:04:02 +00:00
Thom Johansen
aa1834ef32
Allow pitch ratio to hit top and bottom values when using button repeat.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10027 a1c6a512-1295-4272-9138-f99709370657
2006-05-31 11:38:07 +00:00
Miika Pekkarinen
26ffc619a4
Need to reload tagcache in ram if dircache buffer has been stolen.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10025 a1c6a512-1295-4272-9138-f99709370657
2006-05-31 06:07:28 +00:00
Hardeep Sidhu
1386034044
Always set first_index to value stored in settings when resuming. Fixes incorrect index problem when resuming an insert_shuffle'd playlist.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10024 a1c6a512-1295-4272-9138-f99709370657
2006-05-30 23:52:58 +00:00
Miika Pekkarinen
5127cfad1d
Fixed incorrect memory allocation bug with tagcache.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10023 a1c6a512-1295-4272-9138-f99709370657
2006-05-30 18:13:18 +00:00
Dan Everton
b2ec716534
Use correct file mode when creating files. Fixes task 5452
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10020 a1c6a512-1295-4272-9138-f99709370657
2006-05-30 11:26:41 +00:00
Zakk Roberts
70a33127db
Fix Player builds and extend the delay between the last name appearing and the plugin exiting from 1 second to 2.5 seconds.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10013 a1c6a512-1295-4272-9138-f99709370657
2006-05-29 10:46:41 +00:00
Zakk Roberts
e6f12e987d
Entirely rewritten credits roll for bitmap LCDs, loosely based on my Clock credits roll. Text flies in from left, a line at a time, until the LCD is full, and then each line flies out and a new line flies in, until the list of names is exhausted. Significantly improves readability on H1x0, and probably on all other models as well.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10012 a1c6a512-1295-4272-9138-f99709370657
2006-05-29 10:21:22 +00:00
Zakk Roberts
70b6430388
Some small Swedish language changes, by Frédéric François.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10011 a1c6a512-1295-4272-9138-f99709370657
2006-05-29 05:35:04 +00:00
Zakk Roberts
c32dc41834
Move TagCache options from Playback to File View menu - makes a lot more sense here; remove 'Gather Runtime Data' from Playback menu as it's not working and we don't want it in 3.0.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10010 a1c6a512-1295-4272-9138-f99709370657
2006-05-29 05:19:18 +00:00
Peter D'Hoye
068fb4947a
Lang file updates: Danish by Jonas Häggqvist, Chinese-trad. by Wenbin Leo and Italian by Alessio Lenzi.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10009 a1c6a512-1295-4272-9138-f99709370657
2006-05-28 21:55:36 +00:00
Peter D'Hoye
bfee7eb4e8
Greek language update by Alexander Spyridakis. Also increased language buffer (18KB) to let the new file fit in memory.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10008 a1c6a512-1295-4272-9138-f99709370657
2006-05-28 20:25:58 +00:00
Magnus Holmgren
26ba653555
Synced.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10005 a1c6a512-1295-4272-9138-f99709370657
2006-05-28 14:24:47 +00:00
Jens Arnold
cb197b2b93
Better aspect ratio of the blocks for the archos bitmap LCD (1.06:1 instead of 1:1.25). Exactly square blocks aren't possible, unfortunately.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10004 a1c6a512-1295-4272-9138-f99709370657
2006-05-28 12:02:20 +00:00
Miika Pekkarinen
d6af04ba91
Load uniqued tags correctly at commit (should fix duplicates). Try
...
first dircache buffer as it's usually bigger.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10003 a1c6a512-1295-4272-9138-f99709370657
2006-05-28 09:59:24 +00:00
Peter D'Hoye
59953140a7
fix yellow builds
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10002 a1c6a512-1295-4272-9138-f99709370657
2006-05-28 08:44:32 +00:00
Miika Pekkarinen
196b770a96
Init dircache after applying settings and use a splash. Possible prevent
...
some type of buffer overflow with tagcache.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9997 a1c6a512-1295-4272-9138-f99709370657
2006-05-27 11:21:08 +00:00
Marcoen Hirschberg
ce50b54cae
remove bom
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9995 a1c6a512-1295-4272-9138-f99709370657
2006-05-27 08:56:56 +00:00
Peter D'Hoye
5dca5350ea
Updated Dutch translation by Sander Sweers.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9994 a1c6a512-1295-4272-9138-f99709370657
2006-05-26 21:44:52 +00:00
Peter D'Hoye
6d0d81f788
French language file update by Mustapha Senhaji.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9993 a1c6a512-1295-4272-9138-f99709370657
2006-05-26 20:46:59 +00:00
Dave Chapman
db1cda87a6
Replace "#if (ROCKBOX_HAS_LOGF == 1)" with "#ifdef ROCKBOX_HAS_LOGF" - this is consistent with the rest of Rockbox and Mark Arigo reported that it caused an error in his gcc when trying to compile a logf-enabled sim
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9991 a1c6a512-1295-4272-9138-f99709370657
2006-05-25 21:08:38 +00:00
Jens Arnold
2f922941b5
The code police strikes back. * Simpler button wait.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9988 a1c6a512-1295-4272-9138-f99709370657
2006-05-25 14:05:47 +00:00
Jens Arnold
61903581bf
Ooops.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9987 a1c6a512-1295-4272-9138-f99709370657
2006-05-25 13:52:24 +00:00
Marcoen Hirschberg
e25f577e39
fix minesweeper for ondio (patch by Alexander Spyridakis)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9986 a1c6a512-1295-4272-9138-f99709370657
2006-05-25 13:42:56 +00:00