Jonathan Gordon
bc60af1daf
fix bool settings which don't use "off,on" for their config values. Neatens up the read/write code a bit also
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12141 a1c6a512-1295-4272-9138-f99709370657
2007-01-29 12:32:56 +00:00
Daniel Stenberg
12f3769adb
FS#5967 Nimbus 19 font by Alexander Levin
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12140 a1c6a512-1295-4272-9138-f99709370657
2007-01-29 08:45:36 +00:00
Jonathan Gordon
e744deb803
Accept FS#6285 by Wenbin Leo, Thanks.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12139 a1c6a512-1295-4272-9138-f99709370657
2007-01-29 03:29:23 +00:00
Barry Wardell
7908740b94
Oops. sleep() doesn't work on PortalPlayer builds. Use udelay() instead.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12138 a1c6a512-1295-4272-9138-f99709370657
2007-01-28 20:40:58 +00:00
Nils Wallménius
942e4d8d58
Do not change backlight timeout and disk spindown timeout when battery is low
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12137 a1c6a512-1295-4272-9138-f99709370657
2007-01-28 20:38:11 +00:00
Barry Wardell
84b509dc43
FS#6554. Move bootloader code into a common file. Only PortalPlayer devices (iPods, H10, Sansa) are affected for the moment. Someone with access to (and no fear of bricking) an X5, H100, H300 and Gigabeat should try to adapt those bootloaders to also use the code in common.c. The (non-working) patch in the tracker would be a good place to start with this.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12136 a1c6a512-1295-4272-9138-f99709370657
2007-01-28 18:42:11 +00:00
Dominik Riebeling
6c3a446435
add svn:keywords property
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12135 a1c6a512-1295-4272-9138-f99709370657
2007-01-28 18:33:04 +00:00
Dominik Riebeling
eb1cb5798e
Prevent an additional protected space after version string.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12134 a1c6a512-1295-4272-9138-f99709370657
2007-01-28 17:09:34 +00:00
Dominik Riebeling
dcbf5d492b
don't use TOOLSDIR for svnversion.sh as it causes error messages when building the manual (because of some build system trickery used)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12133 a1c6a512-1295-4272-9138-f99709370657
2007-01-28 17:06:59 +00:00
Jonathan Gordon
e463ddef8a
Fixes the keyboard file setting
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12132 a1c6a512-1295-4272-9138-f99709370657
2007-01-28 08:10:28 +00:00
Daniel Ankers
3a3b261077
Fix red builds
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12131 a1c6a512-1295-4272-9138-f99709370657
2007-01-27 20:48:48 +00:00
Tom Ross
541c2f0327
Fix Blackjack not looking correct when a backdrop is in use.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12130 a1c6a512-1295-4272-9138-f99709370657
2007-01-27 20:42:04 +00:00
Daniel Ankers
df8446a72b
Oops - fix PortalPlayer builds
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12129 a1c6a512-1295-4272-9138-f99709370657
2007-01-27 20:39:09 +00:00
Daniel Ankers
ec0a362ea2
More PortalPlayer I2C unification work
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12128 a1c6a512-1295-4272-9138-f99709370657
2007-01-27 20:09:57 +00:00
Daniel Ankers
e80470e958
Fix a bug in the Sansa flash driver. Other bugs remain, as it does not pass the stress test yet.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12127 a1c6a512-1295-4272-9138-f99709370657
2007-01-27 18:57:57 +00:00
Daniel Ankers
e9a2caee2b
Unify I2C driver for all PortalPlayer targets
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12126 a1c6a512-1295-4272-9138-f99709370657
2007-01-27 17:17:52 +00:00
Brandon Low
369b6bd367
Fix a potential voice related bug with first time buffer setup
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12125 a1c6a512-1295-4272-9138-f99709370657
2007-01-27 16:33:44 +00:00
Barry Wardell
adc349891e
Clean up PP5002 I2C code (no functional changes):
...
Move into target tree.
Use #defines instead of inb/outb.
Also restore comments in PP5020 I2C code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12124 a1c6a512-1295-4272-9138-f99709370657
2007-01-27 15:20:30 +00:00
Barry Wardell
5e765b2ea2
Clean up PP5020 I2C code (no functional changes):
...
Move into target tree.
Use #defines instead of inb/outb.
Whitespace cleanup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12123 a1c6a512-1295-4272-9138-f99709370657
2007-01-27 14:22:24 +00:00
Dave Chapman
6820ed1f7f
Add the O_TRUNC flag when writing the modified file back to disk - fixes FS #6559
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12122 a1c6a512-1295-4272-9138-f99709370657
2007-01-27 10:45:34 +00:00
Zakk Roberts
1d4c425431
Shiny new Minesweeper color bitmaps.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12121 a1c6a512-1295-4272-9138-f99709370657
2007-01-27 08:40:47 +00:00
Brandon Low
be95ff4570
No functional changes. Code police and comment clarity improvements.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12120 a1c6a512-1295-4272-9138-f99709370657
2007-01-26 18:35:49 +00:00
Zakk Roberts
7d409adba4
Third time's the charm (not using a 5G-specific ball yet).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12119 a1c6a512-1295-4272-9138-f99709370657
2007-01-26 09:02:00 +00:00
Zakk Roberts
890ec32360
Forgot to add the bitmaps.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12118 a1c6a512-1295-4272-9138-f99709370657
2007-01-26 08:57:28 +00:00
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