Robert Hak
7d4c693281
fixed the sim makefile, needed to remove boxes.c and blank.c calls
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2222 a1c6a512-1295-4272-9138-f99709370657
2002-09-07 07:36:24 +00:00
Björn Stenberg
ef413705d0
Fixed typo
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2221 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 23:57:09 +00:00
Björn Stenberg
8e96c47ff0
Made the sleep code a little bit less aggressive.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2220 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 23:55:52 +00:00
Björn Stenberg
3e92ef43ae
Updated %pb and max lines info
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2219 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 23:25:24 +00:00
Björn Stenberg
11fbddb5b6
Removed hard-coded time display on recorder and added %pb progress bar tag instead.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2218 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 23:17:02 +00:00
Björn Stenberg
84d4812492
Fixed red win32 build
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2217 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 23:05:34 +00:00
Björn Stenberg
77904ab892
Added snow for real.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2216 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 22:30:10 +00:00
Björn Stenberg
451d7f5d37
Renamed menu item 'Screensavers' to more descriptive 'Demos'. Added snow, removed blank and boxes.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2215 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 22:28:28 +00:00
Björn Stenberg
34fa70e321
Now runs SET_MULTIPLE_MODE after usb disconnect, since the windows driver sets it to a non-default value.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2214 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 17:20:44 +00:00
Linus Nielsen Feltzing
e82f701fa4
Optimized ata_read_sectors() a little
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2213 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 16:02:19 +00:00
Linus Nielsen Feltzing
8b01f614a8
Moved the LCD frame buffer back to DRAM
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2212 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 12:30:30 +00:00
Daniel Stenberg
9381765209
To give you all a feeling from the good-old C64 demo scene, press UP or DOWN
...
and then change the values with LEFT and RIGHT. Enjoy!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2211 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 12:05:37 +00:00
Eric Linenberg
5bed6e648a
changed REPEAT_INTERVAL_START back to 4 as it originally was
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2210 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 10:04:24 +00:00
Daniel Stenberg
0eefad89e5
include options.h
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2209 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 09:08:23 +00:00
Daniel Stenberg
e28cbaab8a
runs smoother-looking on target
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2208 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 09:08:10 +00:00
Linus Nielsen Feltzing
b5965448fb
Now includes options.h
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2207 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 08:31:39 +00:00
Daniel Stenberg
9a8382d2dd
undef the defines that used to be set by the makefile, since it'll prevent
...
a few people to get warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2206 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 08:14:56 +00:00
Daniel Stenberg
6e881b4833
features.h was renamed to options.h since it collided with the system
...
header file using that name when building the simulator...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2205 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 07:35:40 +00:00
Justin Heiner
2f9b54b251
Added a 'Load Default Config' menu to the System menu
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2204 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 07:00:20 +00:00
Daniel Stenberg
3d90ed43f1
Maintain this simple philosophy:
...
Default build actions are without any flags/options. Only modiciations from
default use extra defines etc.
This is because:
1) We want builds that don't run configure to keep building the same kind
of build it was configured to do.
2) 'configure update' must work to read the selected options and generate
an updated makefile with the same options.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2203 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 06:44:43 +00:00
Daniel Stenberg
d0cd07237a
include features.h for deciding which features to include
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2202 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 06:41:39 +00:00
Daniel Stenberg
d851531d08
meant to control which app features to build-in
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2201 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 06:41:02 +00:00
Justin Heiner
94d3ba2783
Added documentation for Custom EQ
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2200 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 06:20:15 +00:00
Justin Heiner
09c356a5ae
Update for the custom eq doc
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2199 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 06:19:31 +00:00
Justin Heiner
eb94e0bdd7
Fixed a couple problems
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2198 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 06:14:52 +00:00
Justin Heiner
4bd90cc2ca
Custom EQ files can now be loaded (*.eq). Docs coming soon :)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2197 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 06:02:02 +00:00
Heikki Hannikainen
221c4a250d
official answer from tech support for battery replacing & warranty question.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2196 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 05:42:23 +00:00
Linus Nielsen Feltzing
3ec0357992
Filters out Stop events from the main menu
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2195 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 05:33:57 +00:00
Robert Hak
91e2694d7c
Bjorn (Fisher)'s patch to skip the FAT volume ID being shown.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2194 a1c6a512-1295-4272-9138-f99709370657
2002-09-06 04:59:23 +00:00
Eric Linenberg
99a8a40990
added button repeat acceleration
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2193 a1c6a512-1295-4272-9138-f99709370657
2002-09-05 22:41:22 +00:00
Daniel Stenberg
6599063a66
added link to old release-notes
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2192 a1c6a512-1295-4272-9138-f99709370657
2002-09-05 18:20:05 +00:00
Daniel Stenberg
538c041e72
old release-notes
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2191 a1c6a512-1295-4272-9138-f99709370657
2002-09-05 18:11:20 +00:00
Daniel Stenberg
dc6526c0f1
uh, fonts can be other heights too ;-)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2190 a1c6a512-1295-4272-9138-f99709370657
2002-09-05 17:59:53 +00:00
Daniel Stenberg
3fdb3607df
Credits gone movie-style! ;-)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2189 a1c6a512-1295-4272-9138-f99709370657
2002-09-05 17:58:27 +00:00
Justin Heiner
52681472c8
Ahhh... I see the confusion now
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2188 a1c6a512-1295-4272-9138-f99709370657
2002-09-05 16:52:47 +00:00
Justin Heiner
c4207f1e34
Almost there with the loadable eq. still not ready to use yet though.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2187 a1c6a512-1295-4272-9138-f99709370657
2002-09-05 16:30:07 +00:00
Björn Stenberg
8ccbc766a4
Now uses READ MULTIPLE command. Also corrected some return values.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2186 a1c6a512-1295-4272-9138-f99709370657
2002-09-05 15:25:08 +00:00
Daniel Stenberg
e4d35f6170
made it move really smooth again and extended the X axis sine table
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2185 a1c6a512-1295-4272-9138-f99709370657
2002-09-05 13:13:01 +00:00
Daniel Stenberg
31a5607e8c
include the player dir too
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2184 a1c6a512-1295-4272-9138-f99709370657
2002-09-05 12:53:14 +00:00
Linus Nielsen Feltzing
a2c0afb29d
Enabled Warp Mode as well
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2183 a1c6a512-1295-4272-9138-f99709370657
2002-09-05 10:21:48 +00:00
Linus Nielsen Feltzing
8ca44dc45d
Enabled DRAM burst mode
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2182 a1c6a512-1295-4272-9138-f99709370657
2002-09-05 07:22:37 +00:00
Linus Nielsen Feltzing
b19d80992c
BUTTON_NONE broke the last_button filter
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2181 a1c6a512-1295-4272-9138-f99709370657
2002-09-05 05:28:15 +00:00
Eric Linenberg
1257733b0a
let's see the speed of the scrolling as we set it (made string longer)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2180 a1c6a512-1295-4272-9138-f99709370657
2002-09-05 04:51:43 +00:00
Eric Linenberg
90ca5cf42b
Scrolling now goes up to 30
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2179 a1c6a512-1295-4272-9138-f99709370657
2002-09-05 04:47:24 +00:00
Eric Linenberg
c5b645b795
Chris Pimlott's menu patch -- reorgainzes the menus
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2178 a1c6a512-1295-4272-9138-f99709370657
2002-09-05 04:42:12 +00:00
Justin Heiner
e4a27617c0
The beginnings of loadable EQ's from the tree. Ifdef'd as CUSTOM_EQ
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2177 a1c6a512-1295-4272-9138-f99709370657
2002-09-05 01:20:10 +00:00
Justin Heiner
e07a97ed00
Minor update to the last commit
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2176 a1c6a512-1295-4272-9138-f99709370657
2002-09-04 22:32:19 +00:00
Justin Heiner
a425105b66
Added status indicator for charging on Player
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2175 a1c6a512-1295-4272-9138-f99709370657
2002-09-04 22:29:04 +00:00
Björn Stenberg
e65b65eeb0
Increased BSY & RDY timeouts to 10 seconds
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2174 a1c6a512-1295-4272-9138-f99709370657
2002-09-04 20:15:45 +00:00
Daniel Stenberg
88aeb7140c
custom wps without an ending newline should still be OK
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2173 a1c6a512-1295-4272-9138-f99709370657
2002-09-04 14:17:41 +00:00