Rockbox.git
15 years agoColour targets: Revert an optimisation from almost 18 months ago that actually turned... master
amiconn [Sun, 29 Jun 2008 12:56:01 +0000 (29 12:56 +0000)]
Colour targets: Revert an optimisation from almost 18 months ago that actually turned out to slow down things. Speeds up mono bitmap drawing by ~15..60% depending on target and drawmode.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17876 a1c6a512-1295-4272-9138-f99709370657

15 years agoFix FS#9110 and its maybe-dupes.
nicolasp [Sun, 29 Jun 2008 11:50:41 +0000 (29 11:50 +0000)]
Fix FS#9110 and its maybe-dupes.
The issue happened when the value of 'filling' was STATE_FINISHED: the low_buffer_callback wouldn't do anything even when there would still be data remaining to be buffered, leading to a shortage of audio data. Only making the callback act even when filling is STATE_FINISHED (the simple fix) isn't right because of cases when the last track in the playlist is fully buffered. Therefore I added a new state to distinguish between when the last track is fully buffered (STATE_FINISHED) and when it isn't (STATE_END_OF_PLAYLIST).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17875 a1c6a512-1295-4272-9138-f99709370657

15 years agoMove declaration of button_int and clickwheel_int to the proper header file instead...
bertrik [Sun, 29 Jun 2008 11:03:12 +0000 (29 11:03 +0000)]
Move declaration of button_int and clickwheel_int to the proper header file instead of declaring it locally in the .c file

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17874 a1c6a512-1295-4272-9138-f99709370657

15 years agoAdd w32 mountpoint resolving based on disc number correctly this time.
bluebrother [Sun, 29 Jun 2008 09:50:20 +0000 (29 09:50 +0000)]
Add w32 mountpoint resolving based on disc number correctly this time.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17873 a1c6a512-1295-4272-9138-f99709370657

15 years agofix FS#8187 - charging breaks sleep timer. Now if the timer goes off and the player...
jdgordon [Sun, 29 Jun 2008 09:44:07 +0000 (29 09:44 +0000)]
fix FS#8187 - charging breaks sleep timer. Now if the timer goes off and the player is charging or connected to USB it will turn off the audio, but stay on

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17872 a1c6a512-1295-4272-9138-f99709370657

15 years agoclean up some debugging output.
bluebrother [Sun, 29 Jun 2008 09:13:58 +0000 (29 09:13 +0000)]
clean up some debugging output.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17871 a1c6a512-1295-4272-9138-f99709370657

15 years agopress the targets "stop" button to exit stats after counting if finished
jdgordon [Sun, 29 Jun 2008 09:12:24 +0000 (29 09:12 +0000)]
press the targets "stop" button to exit stats after counting if finished

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17870 a1c6a512-1295-4272-9138-f99709370657

15 years agoFix FS #9128: invalidate the peakmeter scales when switching between playback and...
peter [Sun, 29 Jun 2008 08:05:00 +0000 (29 08:05 +0000)]
Fix FS #9128: invalidate the peakmeter scales when switching between playback and recording. This causes them to be recalculated so they show up correctly when playback and recording use different viewport sizes.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17869 a1c6a512-1295-4272-9138-f99709370657

15 years agoAdd W32 mountpoint resolving based on the disc number figured by ipodpatcher / sansap...
bluebrother [Sun, 29 Jun 2008 07:45:33 +0000 (29 07:45 +0000)]
Add W32 mountpoint resolving based on the disc number figured by ipodpatcher / sansapatcher.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17868 a1c6a512-1295-4272-9138-f99709370657

15 years agovery minor code police. also fix a possible but unlikely missed cpu_boost(false)
jdgordon [Sun, 29 Jun 2008 07:29:14 +0000 (29 07:29 +0000)]
very minor code police. also fix a possible but unlikely missed cpu_boost(false)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17867 a1c6a512-1295-4272-9138-f99709370657

15 years agoAccept FS#9111 - only exit te stats plugin if the exit button is pressed
jdgordon [Sun, 29 Jun 2008 06:48:07 +0000 (29 06:48 +0000)]
Accept FS#9111 - only exit te stats plugin if the exit button is pressed

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17866 a1c6a512-1295-4272-9138-f99709370657

15 years agoremove the overlapping viewports in cabbie so there is no bitmpa flickering when...
jdgordon [Sun, 29 Jun 2008 05:54:02 +0000 (29 05:54 +0000)]
remove the overlapping viewports in cabbie so there is no bitmpa flickering when the WPS is redrawn... hopefully I havnt stuffed any of them up...

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17865 a1c6a512-1295-4272-9138-f99709370657

15 years agofix FS#9120 by actually quiting random folder advance config after choosing "ignore...
jdgordon [Sun, 29 Jun 2008 02:39:09 +0000 (29 02:39 +0000)]
fix FS#9120 by actually quiting random folder advance config after choosing "ignore changes and quit"

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17864 a1c6a512-1295-4272-9138-f99709370657

15 years agofix FS#9131 - line alingment was wong in the 160x128x16 cabbie wps for the progress...
jdgordon [Sun, 29 Jun 2008 02:30:51 +0000 (29 02:30 +0000)]
fix FS#9131 - line alingment was wong in the 160x128x16 cabbie wps for the progress line

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17863 a1c6a512-1295-4272-9138-f99709370657

15 years agofix FS#9119 (crash if random folder list has no entries)
jdgordon [Sun, 29 Jun 2008 02:19:53 +0000 (29 02:19 +0000)]
fix FS#9119 (crash if random folder list has no entries)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17862 a1c6a512-1295-4272-9138-f99709370657

15 years agoSimplify touchscreen scrollbar handling code
mcuelenaere [Sat, 28 Jun 2008 23:48:37 +0000 (28 23:48 +0000)]
Simplify touchscreen scrollbar handling code

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17861 a1c6a512-1295-4272-9138-f99709370657

15 years agoMinor dutch spelling fixes for rbutilqt
bertrik [Sat, 28 Jun 2008 21:34:27 +0000 (28 21:34 +0000)]
Minor dutch spelling fixes for rbutilqt

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17860 a1c6a512-1295-4272-9138-f99709370657

15 years agofix red
peter [Sat, 28 Jun 2008 21:02:43 +0000 (28 21:02 +0000)]
fix red

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17859 a1c6a512-1295-4272-9138-f99709370657

15 years agoFS#9085 - Stopwatch: Retain stopwatch times after exit
roolku [Sat, 28 Jun 2008 21:01:08 +0000 (28 21:01 +0000)]
FS#9085 - Stopwatch: Retain stopwatch times after exit

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17858 a1c6a512-1295-4272-9138-f99709370657

15 years agoRemove a viewport ambiguity by changing the screens width/heigth members into lcdwidt...
peter [Sat, 28 Jun 2008 20:45:21 +0000 (28 20:45 +0000)]
Remove a viewport ambiguity by changing the screens width/heigth members into lcdwidth/lcdheight. Normal usercode should always use getwidth()/getheigth() as that returns the viewport width/height. Fixes issues that would have appeared in many places when introducing viewports with sizes != lcd sizes.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17857 a1c6a512-1295-4272-9138-f99709370657

15 years agoSmall fix for touchscreen interface
mcuelenaere [Sat, 28 Jun 2008 20:11:51 +0000 (28 20:11 +0000)]
Small fix for touchscreen interface

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17856 a1c6a512-1295-4272-9138-f99709370657

15 years agoMoved microsd_int declaration from system-pp502x.c to ata-sd-target.h
bertrik [Sat, 28 Jun 2008 19:36:21 +0000 (28 19:36 +0000)]
Moved microsd_int declaration from system-pp502x.c to ata-sd-target.h

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17855 a1c6a512-1295-4272-9138-f99709370657

15 years agoForgot that the X5/M5 use a 64/64KB IRAM split, so they can't use the previous optimi...
saratoga [Sat, 28 Jun 2008 19:21:38 +0000 (28 19:21 +0000)]
Forgot that the X5/M5 use a 64/64KB IRAM split, so they can't use the previous optimization.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17854 a1c6a512-1295-4272-9138-f99709370657

15 years agoPut the WMA windowing and output buffer into IRAM on targets with > 96KB of it. ...
saratoga [Sat, 28 Jun 2008 18:56:19 +0000 (28 18:56 +0000)]
Put the WMA windowing and output buffer into IRAM on targets with > 96KB of it.  Improves 192k WMA decoding speed by about 2MHz on PP5024, and maybe saves some more when applying DSP.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17853 a1c6a512-1295-4272-9138-f99709370657

15 years agoRemoved unneeded #include "plugin.h"
bertrik [Sat, 28 Jun 2008 18:36:51 +0000 (28 18:36 +0000)]
Removed unneeded #include "plugin.h"

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17852 a1c6a512-1295-4272-9138-f99709370657

15 years agothis function is not used by scrollwheel targets
markun [Sat, 28 Jun 2008 18:35:26 +0000 (28 18:35 +0000)]
this function is not used by scrollwheel targets

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17851 a1c6a512-1295-4272-9138-f99709370657

15 years agoUpdate dutch translation
mcuelenaere [Sat, 28 Jun 2008 18:13:00 +0000 (28 18:13 +0000)]
Update dutch translation

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17849 a1c6a512-1295-4272-9138-f99709370657

15 years agoinclude these string for all targets, not just the gigabeat
markun [Sat, 28 Jun 2008 18:10:16 +0000 (28 18:10 +0000)]
include these string for all targets, not just the gigabeat

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17848 a1c6a512-1295-4272-9138-f99709370657

15 years agoUpdated our source code header to explicitly mention that we are GPL v2 or
bagder [Sat, 28 Jun 2008 18:10:04 +0000 (28 18:10 +0000)]
Updated our source code header to explicitly mention that we are GPL v2 or
later. We still need to hunt down snippets used that are not. 1324 modified
files...
http://www.rockbox.org/mail/archive/rockbox-dev-archive-2008-06/0060.shtml

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17847 a1c6a512-1295-4272-9138-f99709370657

15 years agoadd some files generated when building on w32 to the ignore list and make more use...
bluebrother [Sat, 28 Jun 2008 18:09:32 +0000 (28 18:09 +0000)]
add some files generated when building on w32 to the ignore list and make more use of wildcards.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17846 a1c6a512-1295-4272-9138-f99709370657

15 years agoW32: Make System Info screen also show the device description.
bluebrother [Sat, 28 Jun 2008 18:06:55 +0000 (28 18:06 +0000)]
W32: Make System Info screen also show the device description.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17845 a1c6a512-1295-4272-9138-f99709370657

15 years ago- use correct define (make lamp plugin work again)
roolku [Sat, 28 Jun 2008 18:00:04 +0000 (28 18:00 +0000)]
- use correct define (make lamp plugin work again)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17844 a1c6a512-1295-4272-9138-f99709370657

15 years agoimplement smooth seeking acceleration for audio playback and mpegplayer
markun [Sat, 28 Jun 2008 17:55:53 +0000 (28 17:55 +0000)]
implement smooth seeking acceleration for audio playback and mpegplayer

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17843 a1c6a512-1295-4272-9138-f99709370657

15 years agoFix checksum issues
mcuelenaere [Sat, 28 Jun 2008 17:31:47 +0000 (28 17:31 +0000)]
Fix checksum issues

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17842 a1c6a512-1295-4272-9138-f99709370657

15 years agoPeakmeters: use screens[].getwidth() and not screens[].width as the latter one return...
peter [Sat, 28 Jun 2008 16:59:56 +0000 (28 16:59 +0000)]
Peakmeters: use screens[].getwidth() and not screens[].width as the latter one returns the LCD width (which really shouldn't be there) - the former returns the width of the viewport. Do some code police as well.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17841 a1c6a512-1295-4272-9138-f99709370657

15 years agoRename jz4740 tools + add some new ones
mcuelenaere [Sat, 28 Jun 2008 16:49:46 +0000 (28 16:49 +0000)]
Rename jz4740 tools + add some new ones

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17840 a1c6a512-1295-4272-9138-f99709370657

15 years agorbutil: Add generated voicefiles to the install log, so you can uninstall it again
domonoky [Sat, 28 Jun 2008 16:44:59 +0000 (28 16:44 +0000)]
rbutil: Add generated voicefiles to the install log, so you can uninstall it again

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17839 a1c6a512-1295-4272-9138-f99709370657

15 years agoFix broken peakmeters: peakmeter was using viewport drawing code but absolute screen...
peter [Sat, 28 Jun 2008 16:31:06 +0000 (28 16:31 +0000)]
Fix broken peakmeters: peakmeter was using viewport drawing code but absolute screen coordinates for display updating. To Do: peakmeter must completely use viewport info for its updates.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17838 a1c6a512-1295-4272-9138-f99709370657

15 years agoImproved description of reset-settings-on-boot for the iPods which can do it. Also...
marcguay [Sat, 28 Jun 2008 16:10:02 +0000 (28 16:10 +0000)]
Improved description of reset-settings-on-boot for the iPods which can do it.  Also added mention of this feature to the Quick Start section as suggested in FS#8472.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17837 a1c6a512-1295-4272-9138-f99709370657

15 years agoget rid of a warning
markun [Sat, 28 Jun 2008 15:52:55 +0000 (28 15:52 +0000)]
get rid of a warning

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17836 a1c6a512-1295-4272-9138-f99709370657

15 years agoAdd ppm and rppm viewer by Alexander Papst
gevaerts [Sat, 28 Jun 2008 15:50:05 +0000 (28 15:50 +0000)]
Add ppm and rppm viewer by Alexander Papst

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17835 a1c6a512-1295-4272-9138-f99709370657

15 years agofix red
gevaerts [Sat, 28 Jun 2008 15:39:52 +0000 (28 15:39 +0000)]
fix red

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17834 a1c6a512-1295-4272-9138-f99709370657

15 years agoThis file was originally sorted, so sort it again
gevaerts [Sat, 28 Jun 2008 15:21:59 +0000 (28 15:21 +0000)]
This file was originally sorted, so sort it again

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17833 a1c6a512-1295-4272-9138-f99709370657

15 years agoAdd rockblox1d, by Alexander Papst (originally 1drockblox, but renamed to not end...
gevaerts [Sat, 28 Jun 2008 15:16:43 +0000 (28 15:16 +0000)]
Add rockblox1d, by Alexander Papst (originally 1drockblox, but renamed to not end up as the first game listed)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17831 a1c6a512-1295-4272-9138-f99709370657

15 years agoaccidently replaced this wps during the %m stuff last week
jdgordon [Sat, 28 Jun 2008 15:06:52 +0000 (28 15:06 +0000)]
accidently replaced this wps during the %m stuff last week

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17830 a1c6a512-1295-4272-9138-f99709370657

15 years agoSolve possible glitch after seeking in mpc files. Documented the special treatment...
Buschel [Sat, 28 Jun 2008 12:55:34 +0000 (28 12:55 +0000)]
Solve possible glitch after seeking in mpc files. Documented the special treatment after seek.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17829 a1c6a512-1295-4272-9138-f99709370657

15 years agoAdd Study Mode to the manual. Closes FS#9118.
marcguay [Sat, 28 Jun 2008 05:08:30 +0000 (28 05:08 +0000)]
Add Study Mode to the manual. Closes FS#9118.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17827 a1c6a512-1295-4272-9138-f99709370657

15 years agoVarious improvements to the installation chapter, most of which are related to Englis...
marcguay [Sat, 28 Jun 2008 01:30:41 +0000 (28 01:30 +0000)]
Various improvements to the installation chapter, most of which are related to English spelling and grammar.  Based on FS#8715.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17826 a1c6a512-1295-4272-9138-f99709370657

15 years agorevert this commit until we find a better fix
markun [Sat, 28 Jun 2008 00:06:49 +0000 (28 00:06 +0000)]
revert this commit until we find a better fix

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17825 a1c6a512-1295-4272-9138-f99709370657

15 years agofix typo
markun [Sat, 28 Jun 2008 00:02:07 +0000 (28 00:02 +0000)]
fix typo

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17824 a1c6a512-1295-4272-9138-f99709370657

15 years agorevert accidental commit
markun [Sat, 28 Jun 2008 00:02:05 +0000 (28 00:02 +0000)]
revert accidental commit

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17823 a1c6a512-1295-4272-9138-f99709370657

15 years agoset the s5l8700 i2c define to a unique number
markun [Sat, 28 Jun 2008 00:02:03 +0000 (28 00:02 +0000)]
set the s5l8700 i2c define to a unique number

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17822 a1c6a512-1295-4272-9138-f99709370657

15 years agoAdd a note at the beginning of the iPod Video installation chapter regarding the...
marcguay [Fri, 27 Jun 2008 23:54:54 +0000 (27 23:54 +0000)]
Add a note at the beginning of the iPod Video installation chapter regarding the fact that Rockbox doesn't run on the 6th/Classic generation - similar to the one in the iPod nano manual.  Can I borrow a battering ram?

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17821 a1c6a512-1295-4272-9138-f99709370657

15 years agoremove leftover debug stuff
markun [Fri, 27 Jun 2008 23:44:17 +0000 (27 23:44 +0000)]
remove leftover debug stuff

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17820 a1c6a512-1295-4272-9138-f99709370657

15 years agoinitial Meizu M6SL port (take 2)
markun [Fri, 27 Jun 2008 23:24:34 +0000 (27 23:24 +0000)]
initial Meizu M6SL port (take 2)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17819 a1c6a512-1295-4272-9138-f99709370657

15 years agofix building on w32.
bluebrother [Fri, 27 Jun 2008 23:19:59 +0000 (27 23:19 +0000)]
fix building on w32.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17818 a1c6a512-1295-4272-9138-f99709370657

15 years agoNext part of FS#9086: Add a description of the crossfade settings to the playback...
pixelma [Fri, 27 Jun 2008 23:06:44 +0000 (27 23:06 +0000)]
Next part of FS#9086: Add a description of the crossfade settings to the playback options section in the manual. (an additional small change in the same file to one of the used options, so that the AB repeat section appears in the c200 manual as well.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17817 a1c6a512-1295-4272-9138-f99709370657

15 years agoBe a bit more accurate in the manual: use better options to include or exclude parts...
pixelma [Fri, 27 Jun 2008 22:50:25 +0000 (27 22:50 +0000)]
Be a bit more accurate in the manual: use better options to include or exclude parts for some targets (frequency settings, display dependent settings). Also add a note about custom icons while at it (part of FS#9086 again with some tweaking by me).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17816 a1c6a512-1295-4272-9138-f99709370657

15 years agorbutil: forgot the new files
domonoky [Fri, 27 Jun 2008 22:48:25 +0000 (27 22:48 +0000)]
rbutil: forgot the new files

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17815 a1c6a512-1295-4272-9138-f99709370657

15 years agoAdd a bit more info to the manual, small paragraphs about showing file extensions...
pixelma [Fri, 27 Jun 2008 22:04:18 +0000 (27 22:04 +0000)]
Add a bit more info to the manual, small paragraphs about showing file extensions, the 'title' in the database and the bookmarks context menu. Part of FS#9086.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17814 a1c6a512-1295-4272-9138-f99709370657

15 years agorbutil: move some detecting code, to make detecing things nicer
domonoky [Fri, 27 Jun 2008 21:53:22 +0000 (27 21:53 +0000)]
rbutil: move some detecting code, to make detecing things nicer

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17813 a1c6a512-1295-4272-9138-f99709370657

15 years agoUse the flash disk icon on all flash sttorage targets instead just on the Ondio....
amiconn [Fri, 27 Jun 2008 21:40:06 +0000 (27 21:40 +0000)]
Use the flash disk icon on all flash sttorage targets instead just on the Ondio. Pointed out by Llorean.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17812 a1c6a512-1295-4272-9138-f99709370657

15 years agoconnect progress signal directly to the logger.
bluebrother [Fri, 27 Jun 2008 20:36:41 +0000 (27 20:36 +0000)]
connect progress signal directly to the logger.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17811 a1c6a512-1295-4272-9138-f99709370657

15 years agomake mrobe100 touchstrip driver less sensitive by checking for the finger bit. Also...
domonoky [Fri, 27 Jun 2008 20:19:27 +0000 (27 20:19 +0000)]
make mrobe100 touchstrip driver less sensitive by checking for the finger bit. Also little cleanup in driver.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17810 a1c6a512-1295-4272-9138-f99709370657

15 years agoMy Devcon 2008 contribution: port for Philips GoGear HDD1630 (PP5022-based). Current...
lowlight [Fri, 27 Jun 2008 18:40:25 +0000 (27 18:40 +0000)]
My Devcon 2008 contribution: port for Philips GoGear HDD1630 (PP5022-based). Current status is that the bootloader works to load Rockbox, but dual boot does not work: it freezes after decrypting the OF. When Rockbox boots, it freezes somewhere between showing the logo and the main menu. And there's no driver for the touchpad. So lots of work left.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17809 a1c6a512-1295-4272-9138-f99709370657

15 years agoUnset svn:executable property.
bluebrother [Fri, 27 Jun 2008 18:14:01 +0000 (27 18:14 +0000)]
Unset svn:executable property.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17808 a1c6a512-1295-4272-9138-f99709370657

15 years agoSmall optimisation for mandelbrot on arm targets: Help the compiler allocating registers.
amiconn [Fri, 27 Jun 2008 16:06:28 +0000 (27 16:06 +0000)]
Small optimisation for mandelbrot on arm targets: Help the compiler allocating registers.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17807 a1c6a512-1295-4272-9138-f99709370657

15 years agoD2: Small optimisation to the PCM FIQ (only stack registers when necessary).
rob [Fri, 27 Jun 2008 12:39:03 +0000 (27 12:39 +0000)]
D2: Small optimisation to the PCM FIQ (only stack registers when necessary).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17806 a1c6a512-1295-4272-9138-f99709370657

15 years agoD2: Make the nand driver's sanity checks a little more... sane. This should allow...
rob [Fri, 27 Jun 2008 12:35:50 +0000 (27 12:35 +0000)]
D2: Make the nand driver's sanity checks a little more... sane. This should allow booting on a few older D2's.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17805 a1c6a512-1295-4272-9138-f99709370657

15 years agoD2: Keymap improvements for pitchscreen, quickscreen and context menu. (note: quicksc...
rob [Fri, 27 Jun 2008 12:34:23 +0000 (27 12:34 +0000)]
D2: Keymap improvements for pitchscreen, quickscreen and context menu. (note: quickscreen left action does not currently work)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17804 a1c6a512-1295-4272-9138-f99709370657

15 years agoDocument FS#7074 - Random folder advance custom directories.
marcguay [Fri, 27 Jun 2008 01:54:39 +0000 (27 01:54 +0000)]
Document FS#7074 - Random folder advance custom directories.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17803 a1c6a512-1295-4272-9138-f99709370657

15 years agoRevert pointless change to random_folder_advance_config.c
marcguay [Thu, 26 Jun 2008 12:53:08 +0000 (26 12:53 +0000)]
Revert pointless change to random_folder_advance_config.c

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17802 a1c6a512-1295-4272-9138-f99709370657

15 years agoAdd the Random Folder Advance feature to the manual, along with the plugin random_fol...
marcguay [Thu, 26 Jun 2008 03:05:24 +0000 (26 03:05 +0000)]
Add the Random Folder Advance feature to the manual, along with the plugin random_folder_advance_config, and a tiny bug fix in the plugin itself.  Closes FS#7677.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17801 a1c6a512-1295-4272-9138-f99709370657

15 years agotrim whitespace from TTS error string before displaying it.
bluebrother [Wed, 25 Jun 2008 22:25:52 +0000 (25 22:25 +0000)]
trim whitespace from TTS error string before displaying it.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17800 a1c6a512-1295-4272-9138-f99709370657

15 years agoUpdate Jz4740 usbtool
mcuelenaere [Wed, 25 Jun 2008 21:40:48 +0000 (25 21:40 +0000)]
Update Jz4740 usbtool

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17799 a1c6a512-1295-4272-9138-f99709370657

15 years agomove our default glyph to the right position
markun [Wed, 25 Jun 2008 15:23:19 +0000 (25 15:23 +0000)]
move our default glyph to the right position

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17798 a1c6a512-1295-4272-9138-f99709370657

15 years agoArabic support by Mohamed Tarek, closes FS#9109
markun [Wed, 25 Jun 2008 15:23:17 +0000 (25 15:23 +0000)]
Arabic support by Mohamed Tarek, closes FS#9109

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17797 a1c6a512-1295-4272-9138-f99709370657

15 years agoadd the unicode names to each glyph with gbdfed
markun [Wed, 25 Jun 2008 15:23:15 +0000 (25 15:23 +0000)]
add the unicode names to each glyph with gbdfed

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17796 a1c6a512-1295-4272-9138-f99709370657

15 years agosave in fontforge, moves the fi and fl ligatures to their correct position.
markun [Wed, 25 Jun 2008 15:23:08 +0000 (25 15:23 +0000)]
save in fontforge, moves the fi and fl ligatures to their correct position.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17795 a1c6a512-1295-4272-9138-f99709370657

15 years agoSmall fixes in the WPS button table. (1) Rewrite the newly added 'directory skip...
pixelma [Wed, 25 Jun 2008 14:13:14 +0000 (25 14:13 +0000)]
Small fixes in the WPS button table. (1) Rewrite the newly added 'directory skip' lines and only opt the \ActionWpsAbSetAPrevDir way and just include the other for all. Fixes the H10 pdfs. (2) 'Escape' the line feed in some opts broken into two lines by using a % , otherwise the options before or after the new line are ignored. Makes the 'pitch screen' and 'ID3 viewer' lines show in the M:Robe100 manual.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17794 a1c6a512-1295-4272-9138-f99709370657

15 years agoOff course I forgot rbutil_nl.ts ....
mcuelenaere [Wed, 25 Jun 2008 12:46:58 +0000 (25 12:46 +0000)]
Off course I forgot rbutil_nl.ts ....

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17793 a1c6a512-1295-4272-9138-f99709370657

15 years agoRBUtil: 1) Add Dutch language
mcuelenaere [Wed, 25 Jun 2008 12:46:01 +0000 (25 12:46 +0000)]
RBUtil: 1) Add Dutch language
        2) Update other languages with lupdate

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17792 a1c6a512-1295-4272-9138-f99709370657

15 years agofix red
jdgordon [Wed, 25 Jun 2008 10:58:48 +0000 (25 10:58 +0000)]
fix red

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17791 a1c6a512-1295-4272-9138-f99709370657

15 years agook, only update the screen if the time is selected... otherwise the scrolling lines...
jdgordon [Wed, 25 Jun 2008 08:54:55 +0000 (25 08:54 +0000)]
ok, only update the screen if the time is selected... otherwise the scrolling lines arnt readable

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17790 a1c6a512-1295-4272-9138-f99709370657

15 years agoallow the full lowercase a-z to be used as conditional viewport grouping id's
jdgordon [Wed, 25 Jun 2008 08:08:39 +0000 (25 08:08 +0000)]
allow the full lowercase a-z to be used as conditional viewport grouping id's

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17789 a1c6a512-1295-4272-9138-f99709370657

15 years agofix FS#8969 - rockbox info screen is now redrawn every half second
jdgordon [Wed, 25 Jun 2008 07:46:18 +0000 (25 07:46 +0000)]
fix FS#8969 - rockbox info screen is now redrawn every half second

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17788 a1c6a512-1295-4272-9138-f99709370657

15 years agoMove language resources to a separate file. Only build and include langs when buildin...
bluebrother [Tue, 24 Jun 2008 21:44:53 +0000 (24 21:44 +0000)]
Move language resources to a separate file. Only build and include langs when building release version.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17787 a1c6a512-1295-4272-9138-f99709370657

15 years agoWhen saving a .m3u8 playlist, include a byte order mark (BOM), as some applications...
learman [Tue, 24 Jun 2008 20:44:45 +0000 (24 20:44 +0000)]
When saving a .m3u8 playlist, include a byte order mark (BOM), as some applications require it.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17786 a1c6a512-1295-4272-9138-f99709370657

15 years agoMore improvements to jz4740_usbtool
mcuelenaere [Tue, 24 Jun 2008 20:14:00 +0000 (24 20:14 +0000)]
More improvements to jz4740_usbtool

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17785 a1c6a512-1295-4272-9138-f99709370657

15 years agoAdd a brief mention of customisable keyboard layouts to the virtual keyboard section...
marcguay [Tue, 24 Jun 2008 16:11:07 +0000 (24 16:11 +0000)]
Add a brief mention of customisable keyboard layouts to the virtual keyboard section of the manual.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17784 a1c6a512-1295-4272-9138-f99709370657

15 years agoRevert r14786 which resulted in a substantial reduction in accuracy to save a 7.6KB...
saratoga [Tue, 24 Jun 2008 15:39:44 +0000 (24 15:39 +0000)]
Revert r14786 which resulted in a substantial reduction in accuracy to save a 7.6KB of RAM.  Accuracy should be greatly improved now, and if we want to make that trade off again, I think of better ways to do it.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17783 a1c6a512-1295-4272-9138-f99709370657

15 years agoFix for WMAv1 decoding suggested by Rafael Carre. I don't think anyone out there...
saratoga [Tue, 24 Jun 2008 15:17:14 +0000 (24 15:17 +0000)]
Fix for WMAv1 decoding suggested by Rafael Carre.  I don't think anyone out there will ever use V1, but its worth having correct code for its own sake.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17782 a1c6a512-1295-4272-9138-f99709370657

15 years agopictureflow update:
jdgordon [Tue, 24 Jun 2008 10:20:22 +0000 (24 10:20 +0000)]
pictureflow update:
fix FS#8347 and FS#8425 - track order is incorrrect
also:
center the track list in the screen, and show the track number if its available

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17781 a1c6a512-1295-4272-9138-f99709370657

15 years agoquick fix for FS#8729
jdgordon [Tue, 24 Jun 2008 08:09:35 +0000 (24 08:09 +0000)]
quick fix for FS#8729

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17780 a1c6a512-1295-4272-9138-f99709370657

15 years agoD2: Editing config.h wasn't enough to fully disable IRAM - also disable it in *.lds...
rob [Tue, 24 Jun 2008 07:38:35 +0000 (24 07:38 +0000)]
D2: Editing config.h wasn't enough to fully disable IRAM - also disable it in *.lds for a crash fix and further 100% increase in codec performance.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17779 a1c6a512-1295-4272-9138-f99709370657

15 years agoAdd 'Putting music on your player' section to the Quick Start chapter. Bow to Bascul...
marcguay [Tue, 24 Jun 2008 06:02:00 +0000 (24 06:02 +0000)]
Add 'Putting music on your player' section to the Quick Start chapter.  Bow to Bascule.  Although not specifically a Rockbox point, we do get a lot of questions about it.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17778 a1c6a512-1295-4272-9138-f99709370657

15 years agoAdd brief description of tagnavi.config with link to the Database wiki page in the...
marcguay [Tue, 24 Jun 2008 05:46:29 +0000 (24 05:46 +0000)]
Add brief description of tagnavi.config with link to the Database wiki page in the introduction to the Database section of the manual.  Eddy's idea with my changes.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17777 a1c6a512-1295-4272-9138-f99709370657

15 years agoAdd description of Playlist Viewer Menu to the manual. Also courtesy of Eddy.
marcguay [Tue, 24 Jun 2008 05:24:29 +0000 (24 05:24 +0000)]
Add description of Playlist Viewer Menu to the manual.  Also courtesy of Eddy.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17776 a1c6a512-1295-4272-9138-f99709370657

15 years agoCommit part of Eddy's changes to the Advanced Topics section of the manual.
marcguay [Tue, 24 Jun 2008 05:16:23 +0000 (24 05:16 +0000)]
Commit part of Eddy's changes to the Advanced Topics section of the manual.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17775 a1c6a512-1295-4272-9138-f99709370657

15 years agoDisable IRAM usage on TCC780x, giving at least a 2x speedup in codecs and elsewhere...
rob [Mon, 23 Jun 2008 22:25:33 +0000 (23 22:25 +0000)]
Disable IRAM usage on TCC780x, giving at least a 2x speedup in codecs and elsewhere. To be re-instated only when the issue is fully understood.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17774 a1c6a512-1295-4272-9138-f99709370657