Jörg Hohensohn
924972c743
on popular demand: flip screen now in F3 menu, instead of inverse
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4185 a1c6a512-1295-4272-9138-f99709370657
2004-01-01 18:35:47 +00:00
Linus Nielsen Feltzing
74976c1484
New recording feature: Prerecord up to 30 seconds before you press the Play key. Especially useful for FM radio recording. Also fixed a bug which didn't apply the recording settings correctly in the Radio screen.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4183 a1c6a512-1295-4272-9138-f99709370657
2003-12-31 03:13:29 +00:00
Linus Nielsen Feltzing
1c4ea83bba
Fixed yellow and red builds
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4182 a1c6a512-1295-4272-9138-f99709370657
2003-12-28 14:53:13 +00:00
Linus Nielsen Feltzing
8941ad5c6a
Patch #866595 , a rock that displays a clock, both digital and analog, by Zakk Roberts
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4181 a1c6a512-1295-4272-9138-f99709370657
2003-12-28 13:28:03 +00:00
Jörg Hohensohn
5040cc53ec
Screen buffer transposed, such that bytes in X-direction are consecutive. This enables my turbocharged lcd_write_data() for regular screen updates. Please check the X11 sim, Win32 works.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4177 a1c6a512-1295-4272-9138-f99709370657
2003-12-23 23:41:45 +00:00
Jörg Hohensohn
2d720b2a79
I found several plugins to draw beyond screen boundary
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4176 a1c6a512-1295-4272-9138-f99709370657
2003-12-23 22:24:48 +00:00
Jörg Hohensohn
9eb03c1043
better USB handling, typo fixed
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4174 a1c6a512-1295-4272-9138-f99709370657
2003-12-22 23:10:04 +00:00
Jörg Hohensohn
1707fd94fc
icons for .ch8, .rvf
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4172 a1c6a512-1295-4272-9138-f99709370657
2003-12-22 09:48:18 +00:00
Jörg Hohensohn
d29d029569
emulator is a lot faster with my lcd_blit() function and yield() instead of sleep()
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4171 a1c6a512-1295-4272-9138-f99709370657
2003-12-22 08:32:38 +00:00
Linus Nielsen Feltzing
8dad7c2f31
Fixed the display corruption in the recording screen when the status bar is disabled
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4169 a1c6a512-1295-4272-9138-f99709370657
2003-12-20 22:15:45 +00:00
Jörg Hohensohn
a5e1d06354
Upside Down option for display (and buttons) now wired into the display settings menu, persistence, simulator stubs
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4168 a1c6a512-1295-4272-9138-f99709370657
2003-12-20 10:00:37 +00:00
Linus Nielsen Feltzing
2a8386106b
Silly me, I passed the wrong number of items to menu_init(). Thanks to Mike Grupenhoff for pointing that out.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4167 a1c6a512-1295-4272-9138-f99709370657
2003-12-19 10:47:12 +00:00
Linus Nielsen Feltzing
ef8fd8e533
Automatic detection of FM radio hardware for V2 recorders
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4165 a1c6a512-1295-4272-9138-f99709370657
2003-12-19 01:24:02 +00:00
Linus Nielsen Feltzing
47f6cb30ee
Added sound controls to the FM radio menu
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4164 a1c6a512-1295-4272-9138-f99709370657
2003-12-19 00:38:47 +00:00
Jörg Hohensohn
5617f3ba5c
the vidoe player has some control now: backward, pause, step, FF/FR
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4163 a1c6a512-1295-4272-9138-f99709370657
2003-12-18 22:36:35 +00:00
Mats Lidell
3cefa27e10
Synced.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4160 a1c6a512-1295-4272-9138-f99709370657
2003-12-17 17:25:38 +00:00
Daniel Stenberg
633003c896
prevent compiler errors on platforms we can't (currently) flash
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4158 a1c6a512-1295-4272-9138-f99709370657
2003-12-15 13:16:09 +00:00
Daniel Stenberg
2b89b9d571
prevent buffer overflow
...
prevent massive stack usage
minor adjusting to rockbox code style
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4156 a1c6a512-1295-4272-9138-f99709370657
2003-12-15 11:58:34 +00:00
Daniel Stenberg
14c54ccdb9
handle_on() depends on the presence of an ON button
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4155 a1c6a512-1295-4272-9138-f99709370657
2003-12-15 11:48:36 +00:00
Daniel Stenberg
8a935f6c4d
Since some code isn't used if no ON button exist, we need to ifdef around
...
them to prevent compiler warning(s). We should make more code use a different
key instead of ON for the models that don't have one!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4154 a1c6a512-1295-4272-9138-f99709370657
2003-12-15 11:47:18 +00:00
Daniel Stenberg
7df25eb23c
kill an "unused variable" compiler warning
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4153 a1c6a512-1295-4272-9138-f99709370657
2003-12-15 11:45:14 +00:00
Linus Nielsen Feltzing
c4e1bdf016
Now correctly informs gcc that r0 is clobbered in lcd_write_data(). The video LED bug is now dead and buried.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4147 a1c6a512-1295-4272-9138-f99709370657
2003-12-15 08:54:05 +00:00
Jörg Hohensohn
5ad78889eb
#ifdef platform exclusion fixed
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4146 a1c6a512-1295-4272-9138-f99709370657
2003-12-15 08:00:45 +00:00
Jörg Hohensohn
bd8f448fd0
the video player plugin and file the type / plugin API for it
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4145 a1c6a512-1295-4272-9138-f99709370657
2003-12-15 07:44:43 +00:00
Daniel Stenberg
0115af21d9
removed the neo-specific scramble-tool and made it an option to scramble
...
instead, and made the makefile use this
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4140 a1c6a512-1295-4272-9138-f99709370657
2003-12-12 14:07:28 +00:00
Daniel Stenberg
d0f5910534
Make it build without ON button. We should probably allow a different key
...
on such platforms.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4139 a1c6a512-1295-4272-9138-f99709370657
2003-12-12 13:45:08 +00:00
Daniel Stenberg
8e43ccbec6
Initial suppport for building Rockbox for Neo. The Neo has a different
...
key layout so we need to check for this.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4138 a1c6a512-1295-4272-9138-f99709370657
2003-12-12 13:34:27 +00:00
Daniel Stenberg
ca71062221
Rockbox on Neo support
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4137 a1c6a512-1295-4272-9138-f99709370657
2003-12-12 13:33:04 +00:00
Daniel Stenberg
c78b30dac8
New Neo-specific code from the Open Neo project. Unfortunately, the sources
...
don't say who've written this stuff so I can give credit to any specific
person (yet). The sources have been modified by me to conform to Rockbox
standards.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4135 a1c6a512-1295-4272-9138-f99709370657
2003-12-12 13:31:16 +00:00
Daniel Stenberg
0167b55083
fixed a // comment, added a comment how this source file checks for features
...
the wrong way. I didn't address the actual error due to limited time.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4128 a1c6a512-1295-4272-9138-f99709370657
2003-12-12 10:45:50 +00:00
Hardeep Sidhu
162bf39665
Fixed incorrect #ifdef for .ucl and .ajz files
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4126 a1c6a512-1295-4272-9138-f99709370657
2003-12-11 18:26:32 +00:00
Hardeep Sidhu
00acdfa6ef
Added viewer for currently playing playlist. Accessed from Menu->Playlist Options->View Current Playlist.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4124 a1c6a512-1295-4272-9138-f99709370657
2003-12-10 00:11:25 +00:00
Hardeep Sidhu
58bafee963
Don't write playlist shuffle settings immediately to disk. Instead, save them in global settings and only flush to disk when the playlist is modified \(e.g. insert,delete\). As part of the changes the resume index was changed from an int to a short to give an extra 2 bytes in RTC ram to be used for another playlist index.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4121 a1c6a512-1295-4272-9138-f99709370657
2003-12-09 08:18:03 +00:00
Daniel Stenberg
b062547747
typecast the five functions that still make a simulator produce compiler
...
warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4119 a1c6a512-1295-4272-9138-f99709370657
2003-12-09 06:48:55 +00:00
Daniel Stenberg
ae960a9ece
my take at fixing the simulator warnings by adding mode_t, size_t, ssize_t
...
and off_t
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4116 a1c6a512-1295-4272-9138-f99709370657
2003-12-08 21:58:38 +00:00
Jörg Hohensohn
8b813d0b99
table-driven internal handling of file types, so we can have many of them
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4115 a1c6a512-1295-4272-9138-f99709370657
2003-12-07 16:57:43 +00:00
Jörg Hohensohn
7b7fc1e95f
relaxed version checking, some people had problems with it
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4114 a1c6a512-1295-4272-9138-f99709370657
2003-12-07 08:21:09 +00:00
Björn Stenberg
4b9a2672e6
Re-added analog clock
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4113 a1c6a512-1295-4272-9138-f99709370657
2003-12-06 23:22:29 +00:00
Björn Stenberg
2aa2ef9f25
Language updates
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4107 a1c6a512-1295-4272-9138-f99709370657
2003-12-04 14:29:06 +00:00
Björn Stenberg
0d2237402e
Buffer overrun fix by Craigh Sather ( #852494 )
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4106 a1c6a512-1295-4272-9138-f99709370657
2003-12-04 14:06:00 +00:00
Björn Stenberg
461d6e347e
Added a splash to indicate battery charging if user tries to shut off while plugged in.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4104 a1c6a512-1295-4272-9138-f99709370657
2003-12-04 00:08:25 +00:00
Björn Stenberg
34a4111ade
Battery meter now shows '?' after boot instead of nothing at all.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4103 a1c6a512-1295-4272-9138-f99709370657
2003-12-03 23:21:13 +00:00
Jörg Hohensohn
eb28d43cd7
for FM and V2: removed the now false voltage reading from charging screen.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4096 a1c6a512-1295-4272-9138-f99709370657
2003-12-03 07:05:13 +00:00
Jörg Hohensohn
44298163ba
No more spinning disk while charging flashed FM+V2 (you need the new bootloader to utilize it). ToDo: remove now false voltage reading from charging screen.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4095 a1c6a512-1295-4272-9138-f99709370657
2003-12-03 01:03:54 +00:00
Jörg Hohensohn
4a80a738f1
now supporting V2 Recorder, firmware_flash has extra checks against files for wrong platform (hope it's not too strict, causing false rejects)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4084 a1c6a512-1295-4272-9138-f99709370657
2003-11-30 17:24:42 +00:00
Linus Nielsen Feltzing
dfc6ad3930
No more dependency of the cat command
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4077 a1c6a512-1295-4272-9138-f99709370657
2003-11-28 12:06:47 +00:00
Linus Nielsen Feltzing
6691e6107c
The FM/V2 Recorder battery capacity default value is now 2200mAh
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4076 a1c6a512-1295-4272-9138-f99709370657
2003-11-28 11:06:21 +00:00
Björn Stenberg
cc9a8e12a1
Set font before resume.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4069 a1c6a512-1295-4272-9138-f99709370657
2003-11-26 14:05:57 +00:00
Mats Lidell
49f0c5d32b
Changed WPS and synced.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4068 a1c6a512-1295-4272-9138-f99709370657
2003-11-26 12:10:46 +00:00
Jörg Hohensohn
7dfe57b92e
not yet for V2
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4067 a1c6a512-1295-4272-9138-f99709370657
2003-11-25 23:33:05 +00:00
Björn Stenberg
f11ffc04b3
s/stricmp/strcasecmp/
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4064 a1c6a512-1295-4272-9138-f99709370657
2003-11-24 14:22:13 +00:00
Björn Stenberg
3316a0f787
Case insensitive compare for BOOTFILE
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4063 a1c6a512-1295-4272-9138-f99709370657
2003-11-24 09:29:16 +00:00
Björn Stenberg
dc3c48d795
Changed Info screen battery info when unknown battery level
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4062 a1c6a512-1295-4272-9138-f99709370657
2003-11-21 13:32:53 +00:00
Daniel Stenberg
1c8f80a0cb
yellow build is bad
...
green build is good
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4056 a1c6a512-1295-4272-9138-f99709370657
2003-11-20 07:48:57 +00:00
Linus Nielsen Feltzing
f1659a3957
Wrapping backwards in menus didn't work well when using a large font
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4055 a1c6a512-1295-4272-9138-f99709370657
2003-11-20 01:51:15 +00:00
Linus Nielsen Feltzing
ba2c197f2f
Font problems with the alarm setting
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4054 a1c6a512-1295-4272-9138-f99709370657
2003-11-20 01:43:09 +00:00
Linus Nielsen Feltzing
43a1ac7267
Minor cosmetic fix in the credit scroller
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4053 a1c6a512-1295-4272-9138-f99709370657
2003-11-20 01:33:41 +00:00
Linus Nielsen Feltzing
04005b9602
Star had font problems as well
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4052 a1c6a512-1295-4272-9138-f99709370657
2003-11-20 01:28:31 +00:00
Linus Nielsen Feltzing
5523fb8860
Snake had font problems as well
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4051 a1c6a512-1295-4272-9138-f99709370657
2003-11-20 01:23:04 +00:00
Linus Nielsen Feltzing
e8e6c38732
Sliding puzzle couldn't handle large fonts very well. Now it uses the SYSFIXED font.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4050 a1c6a512-1295-4272-9138-f99709370657
2003-11-20 01:08:35 +00:00
Linus Nielsen Feltzing
199cf18549
Flipit couldn't handle large fonts very well. Now it uses the SYSFIXED font.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4049 a1c6a512-1295-4272-9138-f99709370657
2003-11-20 01:05:47 +00:00
Linus Nielsen Feltzing
f695c11b58
Red build fix
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4048 a1c6a512-1295-4272-9138-f99709370657
2003-11-20 00:54:29 +00:00
Linus Nielsen Feltzing
ce69548eee
The calendar couldn't handle a non-default font in some occasions
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4047 a1c6a512-1295-4272-9138-f99709370657
2003-11-20 00:47:16 +00:00
Linus Nielsen Feltzing
aaa99e70ba
Recording in FM screen, USB mode possible in FM and recording screen
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4046 a1c6a512-1295-4272-9138-f99709370657
2003-11-20 00:33:43 +00:00
Björn Stenberg
577e571958
Removed startup_io test code
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4045 a1c6a512-1295-4272-9138-f99709370657
2003-11-20 00:01:13 +00:00
Björn Stenberg
ba60db8739
Disable this plugin on v2 recorders for now
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4043 a1c6a512-1295-4272-9138-f99709370657
2003-11-19 14:38:09 +00:00
Björn Stenberg
f6b6db4167
Don't show battery meter until a proper power reading has been done
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4042 a1c6a512-1295-4272-9138-f99709370657
2003-11-19 14:14:41 +00:00
Linus Nielsen Feltzing
db4bee4308
Patch #836554 , along with CR/LF->LF conversion
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4041 a1c6a512-1295-4272-9138-f99709370657
2003-11-19 09:58:44 +00:00
Daniel Stenberg
e6cf70a613
uh, recorder v2
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4039 a1c6a512-1295-4272-9138-f99709370657
2003-11-19 07:14:19 +00:00
Daniel Stenberg
fbd36a8180
use v2 scrambling for recorder v2
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4038 a1c6a512-1295-4272-9138-f99709370657
2003-11-19 06:42:07 +00:00
Eric Linenberg
cfee379074
updated Czech language file -- patch 839226
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4035 a1c6a512-1295-4272-9138-f99709370657
2003-11-18 14:26:56 +00:00
Linus Nielsen Feltzing
54e96e9696
Patch #844001 by Dave Jones, fixes the >6h time split bug
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4034 a1c6a512-1295-4272-9138-f99709370657
2003-11-18 08:55:25 +00:00
Linus Nielsen Feltzing
210de716db
Minor rework of the keyboard code. Also fixes bug #842448 .
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4033 a1c6a512-1295-4272-9138-f99709370657
2003-11-17 02:10:09 +00:00
Linus Nielsen Feltzing
83b5b55d95
Ooops. The bugfix contained a bug.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4032 a1c6a512-1295-4272-9138-f99709370657
2003-11-16 21:13:12 +00:00
Linus Nielsen Feltzing
526fc164ae
End-of-game bug fixed by Bluechip
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4031 a1c6a512-1295-4272-9138-f99709370657
2003-11-16 21:08:23 +00:00
Björn Stenberg
c9184057e8
ask_resume(): Ignore ON with repeat too
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4030 a1c6a512-1295-4272-9138-f99709370657
2003-11-14 16:10:38 +00:00
Linus Nielsen Feltzing
1484ece76e
Ok, I admit it, it was silly
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4029 a1c6a512-1295-4272-9138-f99709370657
2003-11-11 11:03:59 +00:00
Linus Nielsen Feltzing
9e9da94b71
VU meter no longer starves the mpeg thread, and now uses a correct maximum level for the scaling
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4028 a1c6a512-1295-4272-9138-f99709370657
2003-11-10 22:00:27 +00:00
Mats Lidell
7c3e9b1fba
Synced.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4025 a1c6a512-1295-4272-9138-f99709370657
2003-11-07 19:34:20 +00:00
Linus Nielsen Feltzing
9e95757928
Various bug fixes for the radio screen, along with a screen freeze for testing pusposes
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4021 a1c6a512-1295-4272-9138-f99709370657
2003-11-06 00:47:47 +00:00
Linus Nielsen Feltzing
ba9b433489
Made the recording filename creation function global
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4020 a1c6a512-1295-4272-9138-f99709370657
2003-11-06 00:44:38 +00:00
Linus Nielsen Feltzing
f13410a490
Patch #836267 by Zakk Roberts, adds peak meter to the radio screen, plus a few more changes
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4018 a1c6a512-1295-4272-9138-f99709370657
2003-11-05 09:46:08 +00:00
Linus Nielsen Feltzing
de8b0c31a6
Now clears the buttonbar before drawing
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4017 a1c6a512-1295-4272-9138-f99709370657
2003-11-05 09:42:29 +00:00
Linus Nielsen Feltzing
0a2e2c82a9
Renamed the buttonbar functions
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4016 a1c6a512-1295-4272-9138-f99709370657
2003-11-05 08:59:55 +00:00
Linus Nielsen Feltzing
f97756e733
Patch #835815 by Henrik Backe, prevents stack overflow in .rockbox browser.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4015 a1c6a512-1295-4272-9138-f99709370657
2003-11-04 16:47:05 +00:00
Linus Nielsen Feltzing
c6f234a4cc
WPS files now supports comments
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4014 a1c6a512-1295-4272-9138-f99709370657
2003-11-04 13:46:37 +00:00
Linus Nielsen Feltzing
1e781eab6c
Generic F-key buttonbar functionality
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4013 a1c6a512-1295-4272-9138-f99709370657
2003-11-04 13:17:29 +00:00
Linus Nielsen Feltzing
6afd0a7a08
Now the keyboard entry screen updates the status bar
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4012 a1c6a512-1295-4272-9138-f99709370657
2003-11-04 12:36:55 +00:00
Linus Nielsen Feltzing
c70a750a0d
Patch #780511 by Pierre Delore, a NIM game for Players
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4011 a1c6a512-1295-4272-9138-f99709370657
2003-11-04 00:30:49 +00:00
Linus Nielsen Feltzing
8737a930b5
Patch #816310 by Lee Pilgrim, a VU meter plugin
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4010 a1c6a512-1295-4272-9138-f99709370657
2003-11-04 00:19:51 +00:00
Linus Nielsen Feltzing
54a7e206dc
Oooops
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4009 a1c6a512-1295-4272-9138-f99709370657
2003-11-04 00:18:19 +00:00
Linus Nielsen Feltzing
c22b411731
Patch #798050 by Leslie Donaldson, activates Line In on Player models
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4008 a1c6a512-1295-4272-9138-f99709370657
2003-11-03 23:36:36 +00:00
Linus Nielsen Feltzing
03c5cf17b1
Patch #829546 , updated Wallisertitsch language
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4004 a1c6a512-1295-4272-9138-f99709370657
2003-11-03 00:54:11 +00:00
Linus Nielsen Feltzing
6dcb9594f4
Patch #828749 , updated Italian language
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4003 a1c6a512-1295-4272-9138-f99709370657
2003-11-03 00:47:33 +00:00
Linus Nielsen Feltzing
ee25e229a4
Patch #833400 , Updated Icelandic language
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4002 a1c6a512-1295-4272-9138-f99709370657
2003-11-03 00:43:51 +00:00
Linus Nielsen Feltzing
ff8100596f
Patch #783177 by Craig Sather, fixes the progress bar glitch when fast forwarding
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4001 a1c6a512-1295-4272-9138-f99709370657
2003-11-03 00:28:23 +00:00
Linus Nielsen Feltzing
4675a2453f
Patch #782228 by Barry McIntosh, makes the volume meter update when adjusting the volume in the WPS
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4000 a1c6a512-1295-4272-9138-f99709370657
2003-11-03 00:14:05 +00:00
Linus Nielsen Feltzing
24a8b6ad09
Frame-accurate file splits when recording. Now the PLAY button closes the current file and opens a new one.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3998 a1c6a512-1295-4272-9138-f99709370657
2003-11-02 11:24:38 +00:00
Jörg Hohensohn
1694847103
play .ch8 files with the Chip-8 emulator
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3997 a1c6a512-1295-4272-9138-f99709370657
2003-10-30 23:48:36 +00:00
Jörg Hohensohn
0860a4d6d1
from request #628509 : ported the Chip-8 emulator as a plugin
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3996 a1c6a512-1295-4272-9138-f99709370657
2003-10-30 23:47:34 +00:00
Jörg Hohensohn
d8b31814c7
HW info: removed the V2 boot ROM crap, now gives boot ROM CRC or says no boot ROM in case of flash mirror
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3995 a1c6a512-1295-4272-9138-f99709370657
2003-10-29 22:10:13 +00:00
Jörg Hohensohn
a63cf9b392
the plugin is now prepared to flash the "V2" variant: boxes without boot ROM which start from flash mirrored to address zero
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3988 a1c6a512-1295-4272-9138-f99709370657
2003-10-26 21:23:04 +00:00
Linus Nielsen Feltzing
b47c580207
The boolean Code Police strikes back. This will hopefully fix bug #827966 .
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3985 a1c6a512-1295-4272-9138-f99709370657
2003-10-23 20:22:54 +00:00
Mats Lidell
6964285015
Synced.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3979 a1c6a512-1295-4272-9138-f99709370657
2003-10-17 21:37:08 +00:00
Björn Stenberg
b1c429e6fb
Car Ignition Auto Stop (patch #736339 by Craig Sather)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3976 a1c6a512-1295-4272-9138-f99709370657
2003-10-17 14:49:00 +00:00
Björn Stenberg
3953211531
Fixes sleep timer when connected to charger (patch #769591 by Henrik Backe)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3975 a1c6a512-1295-4272-9138-f99709370657
2003-10-17 14:05:32 +00:00
Björn Stenberg
fb067481a8
Runtime display bug fix by Craig Sather (patch #766552 )
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3974 a1c6a512-1295-4272-9138-f99709370657
2003-10-17 13:54:48 +00:00
Linus Nielsen Feltzing
130dccf16e
.rockbox-browser showed old cached data when the .rockbox dir was already cached by the dir browser. Now it forces a reload of the .rockbox dir.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3968 a1c6a512-1295-4272-9138-f99709370657
2003-10-10 10:19:44 +00:00
Björn Stenberg
de179fdf5f
Changed 'Profiles' to 'Configurations'.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3967 a1c6a512-1295-4272-9138-f99709370657
2003-10-02 10:37:39 +00:00
Björn Stenberg
d717b53ed0
Removed games_menu.[ch] and demo_menu.[ch] since they are no longer used.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3965 a1c6a512-1295-4272-9138-f99709370657
2003-09-29 21:37:31 +00:00
Björn Stenberg
de5477cc00
Brian King's .rockbox browsing patch
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3964 a1c6a512-1295-4272-9138-f99709370657
2003-09-29 21:26:53 +00:00
Björn Stenberg
d527849e66
Proper echo of uclpack command line
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3963 a1c6a512-1295-4272-9138-f99709370657
2003-09-29 21:14:43 +00:00
Björn Stenberg
bf25aadf88
Corrected invalid function prototype.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3960 a1c6a512-1295-4272-9138-f99709370657
2003-09-21 00:57:54 +00:00
Björn Stenberg
0c0978f6e4
Fixed bad #include / #ifdef order that always produced a 0-byte .rock
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3959 a1c6a512-1295-4272-9138-f99709370657
2003-09-20 22:59:28 +00:00
Hardeep Sidhu
5c60917ff9
Include stdlib.h for abs(). Fixes build error.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3958 a1c6a512-1295-4272-9138-f99709370657
2003-09-20 18:02:05 +00:00
Björn Stenberg
3651b34e94
Gain display bugfix by Keith Hubbard.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3957 a1c6a512-1295-4272-9138-f99709370657
2003-09-19 23:46:57 +00:00
Daniel Stenberg
255f6eee42
Richard OBrien's initial Icelandic lang file
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3955 a1c6a512-1295-4272-9138-f99709370657
2003-09-14 11:43:50 +00:00
Jörg Hohensohn
60589066dd
I release this plugin to cvs, now that I released new firmware images (see http://joerg.hohensohn.bei.t-online.de/archos/flash ) with my new CRC check.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3953 a1c6a512-1295-4272-9138-f99709370657
2003-09-09 07:02:53 +00:00
Linus Nielsen Feltzing
5d68d27f20
Now settings_apply() also sets the MP3 buffer margin (antiskip)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3947 a1c6a512-1295-4272-9138-f99709370657
2003-09-04 22:49:33 +00:00
Jörg Hohensohn
20b61a2e88
version check removed, pointless since players
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3945 a1c6a512-1295-4272-9138-f99709370657
2003-09-01 05:42:59 +00:00
Hardeep Sidhu
4160b75456
Pass actual time instead of offset to mpeg_ff_rewind. Fixes ff/rew to wrong time when mpeg thread is busy loading data.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3943 a1c6a512-1295-4272-9138-f99709370657
2003-08-29 04:36:35 +00:00
Kjell Ericson
20ac4a281a
Accepting PLAY as confirm in sound-menu (as in all other settings menu).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3942 a1c6a512-1295-4272-9138-f99709370657
2003-08-28 06:21:03 +00:00
Jörg Hohensohn
a8b672b0f5
filesize limit lowered to 40KB, player images are so small
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3941 a1c6a512-1295-4272-9138-f99709370657
2003-08-25 21:49:23 +00:00
Linus Nielsen Feltzing
53ee344743
Slightly more correct initialization of the power/charging code
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3940 a1c6a512-1295-4272-9138-f99709370657
2003-08-25 08:57:49 +00:00
Daniel Stenberg
50bb7f2de5
Jesús Rodríguez Marcial contributed this!
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3938 a1c6a512-1295-4272-9138-f99709370657
2003-08-22 09:33:04 +00:00
Daniel Stenberg
56c2a62ec8
The newest german .lng file is 5.26K, so I extended the maximum .lng file
...
size from 5000 bytes to 6000 bytes now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3937 a1c6a512-1295-4272-9138-f99709370657
2003-08-21 13:49:45 +00:00
Uwe Freese
1f48140fb9
many new german strings
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3934 a1c6a512-1295-4272-9138-f99709370657
2003-08-19 16:06:34 +00:00
Daniel Stenberg
123486e87d
Jurij Dobravec provided this slovenian translation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3932 a1c6a512-1295-4272-9138-f99709370657
2003-08-19 06:43:50 +00:00
Linus Nielsen Feltzing
c0879d1199
The recording source setting is now saved correctly
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3930 a1c6a512-1295-4272-9138-f99709370657
2003-08-14 23:31:28 +00:00
Hardeep Sidhu
b3621b7e1c
Don't delete queued tracks in repeat one mode.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3929 a1c6a512-1295-4272-9138-f99709370657
2003-08-11 16:32:56 +00:00
Robert Hak
7a38db572e
a minor bit of code policing
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3928 a1c6a512-1295-4272-9138-f99709370657
2003-08-10 08:58:54 +00:00
Robert Hak
8afb858804
we have ROCKBOX_DIR, lets use it
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3927 a1c6a512-1295-4272-9138-f99709370657
2003-08-09 08:52:50 +00:00
Hardeep Sidhu
a9fded1605
Huw Smith's fix for saving memo function.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3926 a1c6a512-1295-4272-9138-f99709370657
2003-08-08 01:50:51 +00:00
Björn Stenberg
7f67717b00
Ignore ON button in ask_resume(), to avoid mistakenly cancelling resume.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3925 a1c6a512-1295-4272-9138-f99709370657
2003-08-06 17:30:40 +00:00
Hardeep Sidhu
143da86b02
Take statusbar into account when updating a line
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3924 a1c6a512-1295-4272-9138-f99709370657
2003-08-06 16:16:21 +00:00
Björn Stenberg
8abc9d471a
Fixed silly typo.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3923 a1c6a512-1295-4272-9138-f99709370657
2003-08-05 13:41:00 +00:00
Björn Stenberg
ee192fb49f
Add ata master/slave display to hw_info debug menu.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3922 a1c6a512-1295-4272-9138-f99709370657
2003-08-05 13:39:38 +00:00
Björn Stenberg
000333f8ab
Changed wrong settings save error message
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3921 a1c6a512-1295-4272-9138-f99709370657
2003-08-05 10:34:00 +00:00
Jörg Hohensohn
025630640e
- Thanks to Magnus Holmgren for Player port
...
- simplified greetmessages when "playing" a UCL file, get checked right away, saves a buttonpress
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3919 a1c6a512-1295-4272-9138-f99709370657
2003-08-04 21:16:43 +00:00
Jörg Hohensohn
5d761f79aa
Suggestion by Magnus Holmgren: avoid odd bytecount for plugins
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3918 a1c6a512-1295-4272-9138-f99709370657
2003-08-04 19:13:42 +00:00
Jörg Hohensohn
f80505c9d0
Diagnostic code added, to find init problems (charging, etc.) when flashed: the whole I/O space is saved on startup, can be dumped to a file via debug menu.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3912 a1c6a512-1295-4272-9138-f99709370657
2003-08-02 12:53:57 +00:00
Hardeep Sidhu
9513236c94
Fixed compiler warning
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3911 a1c6a512-1295-4272-9138-f99709370657
2003-08-01 16:05:40 +00:00
Jörg Hohensohn
b2188822b1
the HW info screen got another line, giving a CRC16 across the boot ROM (and version, if CRC recognised)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3910 a1c6a512-1295-4272-9138-f99709370657
2003-08-01 08:00:54 +00:00
Hardeep Sidhu
940cdce3f5
Missed one
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3909 a1c6a512-1295-4272-9138-f99709370657
2003-08-01 02:06:24 +00:00
Hardeep Sidhu
2450e7afaf
$< and were backwards
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3908 a1c6a512-1295-4272-9138-f99709370657
2003-08-01 01:47:22 +00:00
Daniel Stenberg
fe95c863e0
corrected the 2uclpack mistake
...
and fixed up some targets to use the convenience macros more
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3907 a1c6a512-1295-4272-9138-f99709370657
2003-07-31 22:09:07 +00:00
Daniel Stenberg
a4aaa07176
If uclpack is not there, produce a faked one to avoid getting that message
...
more often than we need.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3906 a1c6a512-1295-4272-9138-f99709370657
2003-07-31 21:59:06 +00:00
Daniel Stenberg
ef523debc9
If you make sure that you have 'uclpack' in your $PATH when you run make
...
with this makefile, we'll produce a nice little UCL file in the build
directory. This target does a run-time check for the presence of uclpack.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3905 a1c6a512-1295-4272-9138-f99709370657
2003-07-31 21:55:21 +00:00
Jörg Hohensohn
c4725df5e9
no more startup-rolo of ajbrec.ajz
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3902 a1c6a512-1295-4272-9138-f99709370657
2003-07-29 20:41:10 +00:00
Daniel Stenberg
c5a26b0eb7
Update by BlueChip
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3901 a1c6a512-1295-4272-9138-f99709370657
2003-07-29 06:55:29 +00:00