Zakk Roberts
a79dfa82a7
More new Brickmania bitmaps. New paddles for all targets; new powerups and 'break' bitmaps for iPod 5G, and a small tweak for that target as well.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12117 a1c6a512-1295-4272-9138-f99709370657
2007-01-26 08:54:44 +00:00
Jonathan Gordon
4d7ceb5b3c
fix ipod video build
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12116 a1c6a512-1295-4272-9138-f99709370657
2007-01-26 06:18:35 +00:00
Zakk Roberts
080dae9d24
Forgot the bitmaps/native/SOURCES file..
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12115 a1c6a512-1295-4272-9138-f99709370657
2007-01-26 06:15:41 +00:00
Zakk Roberts
4bdef7a187
Brickmania: new Brick bitmaps for all color targets, and introducing full-screen support for iPod 5G (320x240).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12114 a1c6a512-1295-4272-9138-f99709370657
2007-01-26 06:14:29 +00:00
Jonathan Gordon
4ca8a43631
Add 4 settings which were somehow missed during the conversion to config.cfg.
...
Adds the LANG_ id for each setting to get them ready for the upcoming menu changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12113 a1c6a512-1295-4272-9138-f99709370657
2007-01-26 05:45:06 +00:00
Adam Gashlin
5d20c9d121
adding NSF (NES music) codec
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12112 a1c6a512-1295-4272-9138-f99709370657
2007-01-25 18:06:17 +00:00
Martin Arver
2e020e6e1e
Show what the manual is built with (tex4ht, pdflatex) in the intro)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12111 a1c6a512-1295-4272-9138-f99709370657
2007-01-25 17:59:37 +00:00
Daniel Stenberg
8a9b426c95
try somewhat harder to find the actual svn rev
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12110 a1c6a512-1295-4272-9138-f99709370657
2007-01-25 11:39:30 +00:00
Marcoen Hirschberg
5a7b2819de
add codepages and rdf2binary to the ignore list
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12109 a1c6a512-1295-4272-9138-f99709370657
2007-01-25 11:22:13 +00:00
Jonathan Gordon
b758883571
remove the persistant settings stuff. Load /.rockbox/fixed.cfg after config.cfg automatically instead
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12108 a1c6a512-1295-4272-9138-f99709370657
2007-01-25 07:19:45 +00:00
Jonathan Gordon
b77f1217fb
Correct the spelling of persistent so its correct (Yes, I failed english at school).
...
Loading a persistent setting again (from any config file, including config.cfg unless it has a ~) will remove it from the list of
persistent settings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12107 a1c6a512-1295-4272-9138-f99709370657
2007-01-25 06:49:22 +00:00
Dominik Riebeling
7760743b49
Merge "Playlist submenu" and "Adding music to playlists" as they are nearly identical. FS #6569 with adjustments by myself.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12106 a1c6a512-1295-4272-9138-f99709370657
2007-01-24 19:28:41 +00:00
Martin Arver
f5fbde03ab
Remove disk poweroff
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12105 a1c6a512-1295-4272-9138-f99709370657
2007-01-24 19:28:35 +00:00
Daniel Stenberg
a239bb26c5
better lisp
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12104 a1c6a512-1295-4272-9138-f99709370657
2007-01-24 15:32:39 +00:00
Jonathan Gordon
46f7f7de4d
prepending ~ to a setting name in config.cfg will use its value from the load instead of the current value when saving back. (e.g
...
~volume: -25 will always boot with -25 volume, even if you shutdown with volume at 0)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12103 a1c6a512-1295-4272-9138-f99709370657
2007-01-24 03:47:25 +00:00
Jonathan Gordon
0c3375648c
allow int settings to call a function to get the default value (Fixes the contrast problem on archos)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12102 a1c6a512-1295-4272-9138-f99709370657
2007-01-24 03:14:07 +00:00
Jonathan Gordon
228d62dd18
Split the system status variables out of global_settings and put them into a new struct global_status. Use status_save() if these need
...
saving.
Added car_adapter_mode to the nvram settings, so nvram settings will be reset.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12101 a1c6a512-1295-4272-9138-f99709370657
2007-01-24 02:19:22 +00:00
Jens Arnold
cdcffd9883
Enable keyword replacement for these files (no code change).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12100 a1c6a512-1295-4272-9138-f99709370657
2007-01-24 02:02:24 +00:00
Jens Arnold
5d51784faa
Assembler optimised ATA transfer loops for ARM targets. Only used for PP5020/5021/5022 targets atm. PP5002 seems to have problems with it not directly related to the asm code itself, and the gigabeat doesn't profit from it, probably because the CPU isn't the bottleneck even without optimisation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12099 a1c6a512-1295-4272-9138-f99709370657
2007-01-24 00:12:08 +00:00
Martin Arver
970572bec8
Remove the manual entry for browse firmwares as it is no longer in rockbox.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12098 a1c6a512-1295-4272-9138-f99709370657
2007-01-23 22:15:31 +00:00
Martin Arver
7768dfd55f
Remove the browse firmwares menu item, as the general concensus is that it is of very little use
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12097 a1c6a512-1295-4272-9138-f99709370657
2007-01-23 21:58:09 +00:00
Nils Wallménius
569933f646
Remove the disk poweroff setting from the manual and make some minor tweaks
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12096 a1c6a512-1295-4272-9138-f99709370657
2007-01-23 21:19:11 +00:00
Magnus Holmgren
c23f56559f
Reduce stack usage in settings_write_config (by about 460 bytes). Should allow for a smaller ATA thread stack.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12095 a1c6a512-1295-4272-9138-f99709370657
2007-01-23 19:54:09 +00:00
Nils Wallménius
1b85f60ae0
Permanently enable powering down the disk when it's sleeping for supported targets (iriver h1xx, h3xx and h10, iaudio x5, gigabeat and archos recorders)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12094 a1c6a512-1295-4272-9138-f99709370657
2007-01-23 15:43:37 +00:00
Jonathan Gordon
b2e50906a4
Settings are now stored in /.rockbox/config.cfg instead of the hidden sector. (FS #6557 )
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12093 a1c6a512-1295-4272-9138-f99709370657
2007-01-23 13:40:44 +00:00
Linus Nielsen Feltzing
9011c065a4
Removed unnecessary copyright statement, and corrected some grammar
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12092 a1c6a512-1295-4272-9138-f99709370657
2007-01-23 10:20:29 +00:00
Jens Arnold
4376abb748
Disk and filesystem speed and stress test plugin. Aimed at developers, not built by default.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12091 a1c6a512-1295-4272-9138-f99709370657
2007-01-22 23:29:39 +00:00
Dominik Riebeling
ea37d4c072
Use the svn revision number for version information too, version string is now "r<revision>-<builddate> unless there is a static version file (e.g. created by tools/release).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12090 a1c6a512-1295-4272-9138-f99709370657
2007-01-22 23:09:07 +00:00
Michael DiFebbo
f30a39806c
Added instructions for how to dual boot on H100, H300, H10, and ipod platforms. Incorporates FS #6561 by GodEater.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12089 a1c6a512-1295-4272-9138-f99709370657
2007-01-22 17:18:05 +00:00
Jonathan Gordon
32dc7da2e2
Fix broken builds
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12088 a1c6a512-1295-4272-9138-f99709370657
2007-01-22 10:58:40 +00:00
Jonathan Gordon
f8c68c7912
Simple cpu boost tracker for LOGF builds. Shows the last 64 cpu_boost() calls from the debug menu
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12087 a1c6a512-1295-4272-9138-f99709370657
2007-01-22 10:41:25 +00:00
Jens Arnold
a3a303e440
The code police strikes back, and some minor optimisations.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12086 a1c6a512-1295-4272-9138-f99709370657
2007-01-21 10:10:23 +00:00
Tom Ross
d88de046e7
Add Doom to the Gigabeat manual and Wormlet to the H10 manual.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12085 a1c6a512-1295-4272-9138-f99709370657
2007-01-20 22:35:13 +00:00
Steve Gotthardt
f97d24ff66
Retimed the i2c delay loops since we can be boosted or not
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12084 a1c6a512-1295-4272-9138-f99709370657
2007-01-20 22:16:01 +00:00
Tom Ross
a398f35fcc
Update clock and spacerocks screenshots.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12083 a1c6a512-1295-4272-9138-f99709370657
2007-01-20 21:47:57 +00:00
Nils Wallménius
98dd57baf2
Update some plugin screenshots for 220x176x16 targets (iriver H300 and ipod Photo)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12082 a1c6a512-1295-4272-9138-f99709370657
2007-01-20 16:06:10 +00:00
Barry Wardell
041e5dceca
On the H10 when we power the disk on again after spindown and poweroff we need to give it a little while to turn back on before we should try to access it. This should fix problems with disk accesses when coming from a disk poweroff state (related discussion in FS#6421).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12081 a1c6a512-1295-4272-9138-f99709370657
2007-01-20 01:21:47 +00:00
Tom Ross
080e10da88
Remove an old hack that is no longer required. Ships in the corner are once again drawn vertically.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12080 a1c6a512-1295-4272-9138-f99709370657
2007-01-20 01:01:46 +00:00
Tom Ross
2ae29e5dd8
Remove redudant code from Disk Tidy.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12079 a1c6a512-1295-4272-9138-f99709370657
2007-01-20 00:52:36 +00:00
Tom Ross
561620331b
Add some missing things to the X5 manual. Also updated the VU Meter screens.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12078 a1c6a512-1295-4272-9138-f99709370657
2007-01-20 00:43:50 +00:00
Nils Wallménius
fc3076699b
Make it clear that the player has to be restarted after initializing the database
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12077 a1c6a512-1295-4272-9138-f99709370657
2007-01-20 00:05:14 +00:00
Adam Boot
e56b151efb
Update manual screenshots and fix a comment
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12076 a1c6a512-1295-4272-9138-f99709370657
2007-01-19 23:23:32 +00:00
Adam Boot
769d6a8255
Bubbles: Fix for gigabeat and add sansa e200 support
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12075 a1c6a512-1295-4272-9138-f99709370657
2007-01-19 23:03:41 +00:00
Marcoen Hirschberg
841a3c1950
fix keys for bookmarks on the gigabeat
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12074 a1c6a512-1295-4272-9138-f99709370657
2007-01-19 16:30:36 +00:00
Nils Wallménius
faba818e1d
Comment out an unused function and make another one static to save a few bytes
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12073 a1c6a512-1295-4272-9138-f99709370657
2007-01-19 15:55:11 +00:00
Nils Wallménius
00a3fc7ec0
Make changes to the gigabeat manual suggested by Alison Gravley and some other minor tweaks
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12072 a1c6a512-1295-4272-9138-f99709370657
2007-01-19 12:42:19 +00:00
Jens Arnold
4012aaeb1d
iPod G3: Touching the wheel now resets the poweroff timer the same way as on the other iPods.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12071 a1c6a512-1295-4272-9138-f99709370657
2007-01-19 07:33:23 +00:00
Tom Ross
2ccef99144
Manual Commit: Add H10 keymappings for Demos and Applications. Correct a few mistakes on e200 mappings. Add a few missing X5 keys. Add Disk Tidy for Player and remove the old keymaps. Rework stopwatch.tex.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12070 a1c6a512-1295-4272-9138-f99709370657
2007-01-19 06:45:59 +00:00
Tom Ross
fa6ed0d1f4
Hopefully fix the menu leak I introduced in my last version. Also some whitespace changes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12069 a1c6a512-1295-4272-9138-f99709370657
2007-01-18 23:37:51 +00:00
Jens Arnold
11b06f0423
iPods: Touching the wheel now resets the poweroff timer, so the iPod no longer shuts down unexpectedly while operating the wheel only, e.g. in the text viewer.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12068 a1c6a512-1295-4272-9138-f99709370657
2007-01-18 22:10:29 +00:00