Dave Chapman
fe772405be
iPod: First attempt to implement sensible button mappings. Changes to all targets to replace a small number of references to raw button codes (BUTTON_???) with their abstract equivalents.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7983 a1c6a512-1295-4272-9138-f99709370657
2005-11-19 03:19:12 +00:00
Dave Chapman
a807fca49b
Use APPLE_IPODCOLOR and APPLE_IPODNANO defines instead of CONFIG_LCD
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7982 a1c6a512-1295-4272-9138-f99709370657
2005-11-19 03:09:02 +00:00
Dave Chapman
97df7cacea
Fix button problems - disable button_flip for the iPod and disable software poweroff
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7981 a1c6a512-1295-4272-9138-f99709370657
2005-11-19 02:26:54 +00:00
Dave Chapman
af324590cc
iPod: Correct the button definitions.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7980 a1c6a512-1295-4272-9138-f99709370657
2005-11-19 02:17:21 +00:00
Dave Chapman
d3561bcce7
Use APPLE_IPODCOLOR and APPLE_IPODNANO defines instead of CONFIG_LCD (which isn't defined in the simulators)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7979 a1c6a512-1295-4272-9138-f99709370657
2005-11-19 02:15:33 +00:00
Dave Chapman
664a4189b2
Use LCD_PIXELFORMAT instead of CONFIG_LCD in screen_dump()
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7978 a1c6a512-1295-4272-9138-f99709370657
2005-11-19 02:14:16 +00:00
Dave Chapman
260f8d3480
Add LCD_PIXELFORMAT config variable to distinguish between the two types of 16-bit framebuffers (the ipod framebuffer is byte-swapped)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7977 a1c6a512-1295-4272-9138-f99709370657
2005-11-19 02:06:46 +00:00
Linus Nielsen Feltzing
bbe919bdcb
iriver bootloader: Better handling of the Hold buttons, turn on the remote backlight when booting, look for /.rockbox/rockbox.iriver before trying /rockbox.iriver
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7976 a1c6a512-1295-4272-9138-f99709370657
2005-11-19 01:33:28 +00:00
Linus Nielsen Feltzing
d5f3e9ba83
H100: turn off remote backlight before cutting the power
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7975 a1c6a512-1295-4272-9138-f99709370657
2005-11-19 01:30:42 +00:00
Linus Nielsen Feltzing
30393c2c6a
Patch #1346455 by Jens Arnold - SDRAM init fixes
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7974 a1c6a512-1295-4272-9138-f99709370657
2005-11-19 01:10:54 +00:00
Linus Nielsen Feltzing
b4984492ef
H300: remote backlight on GPO33
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7973 a1c6a512-1295-4272-9138-f99709370657
2005-11-19 01:09:38 +00:00
Linus Nielsen Feltzing
cff2a77a0f
Ooops, broke the H1x0 mkboot
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7972 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 23:00:40 +00:00
Linus Nielsen Feltzing
d06bd609e0
Removed a warning
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7971 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 22:25:33 +00:00
Miika Pekkarinen
9c0f1a9e39
More stable playback with reduced stuttering when skipping tracks.
...
Removed CODEC_SET_FILEBUF_LIMIT setting; now playback.c determines how
to buffer the files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7970 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 20:21:13 +00:00
Linus Nielsen Feltzing
88a2a8a53a
Added H300 to the fwpatcher utility
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7969 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 20:01:51 +00:00
Linus Nielsen Feltzing
d2779e5f3a
Removed double usage of the H image identifier
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7968 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 19:45:34 +00:00
Linus Nielsen Feltzing
a5fae9816d
Fixed a WPS parsing bug where it would interpret stray x chars as %x tags
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7967 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 19:43:30 +00:00
Miika Pekkarinen
10f2f89d0f
Fixed an empty directory problem with dircache when renaming files.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7966 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 19:28:22 +00:00
Christi Scarborough
32a43e2ee6
When fixing things is it better to do it in a way that causes them to actually work. Some more bugs in wpsbuild.pl squashed. Also, themes moved to the main menu. Resetting to default themes now works properly.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7965 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 15:33:05 +00:00
Linus Nielsen Feltzing
e16ebf1a50
Moved the power_init() call to main(), removed unfinished inits for the H300
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7964 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 14:55:51 +00:00
Linus Nielsen Feltzing
bd0d12c43e
H300: The FM tuner uses different port pins
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7963 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 14:33:06 +00:00
Linus Nielsen Feltzing
64d9ee70c2
H300: power_init() adjustments
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7962 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 14:21:08 +00:00
Linus Nielsen Feltzing
f4c2b96daa
H300 has no ATA LED
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7961 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 14:06:50 +00:00
Björn Stenberg
fa24eb940a
lots of old and new edits
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7960 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 11:00:05 +00:00
Linus Nielsen Feltzing
eb148c0168
Fixed a bug in the WPS which ate the first non-bitmap line after a bitmap tag
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7959 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 10:43:40 +00:00
Daniel Stenberg
e06c7d3604
Add the 'rwps' field for <wps> sections with a RWPS: field, but not for <rwps> ones.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7958 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 10:12:16 +00:00
Daniel Stenberg
ff0bae0c7a
not static
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7957 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 09:58:43 +00:00
Linus Nielsen Feltzing
266272a1b8
Aligned the engineeer2 WPS
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7956 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 09:53:23 +00:00
Linus Nielsen Feltzing
313cfc000b
Correctly auto-save bookmarks when powering off in the WPS
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7955 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 09:43:42 +00:00
Daniel Stenberg
09fce707c1
Missing file headers put back. Code within 80 cols. Code policed indenting
...
and style. Simplified struct levels. #if 0'ed unused functions. Made private
stuff static.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7954 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 09:03:25 +00:00
Daniel Stenberg
fe2c40aedb
private function made static
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7953 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 08:57:32 +00:00
Christi Scarborough
3b5449f303
Initial stab at theme support.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7952 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 08:48:59 +00:00
Kevin Ferrare
8719f0913a
generic multi-screen support for yes/no screens (like the one when reseting settings or when firmware has changed)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7951 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 02:07:02 +00:00
Anton Oleynikov
ec0a8a749b
oops, wrong rwps dimensions in the previous commit
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7950 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 00:14:25 +00:00
Anton Oleynikov
24c070448f
added RWPS for iAmp in the new format
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7949 a1c6a512-1295-4272-9138-f99709370657
2005-11-18 00:09:57 +00:00
Daniel Stenberg
88f359ff26
Added tiny docs, only make .cfg files for <wps> sections and shut up a few
...
outputs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7948 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 23:47:23 +00:00
Linus Nielsen Feltzing
bba039d22b
Removed the percent symbol from the volume and battery WPS tags
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7947 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 23:27:42 +00:00
Björn Stenberg
7dd4af8556
link to since25
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7946 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 23:20:24 +00:00
Anton Oleynikov
ce442fdeb5
added copying of RWPS files (if exist)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7945 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 23:07:29 +00:00
Linus Nielsen Feltzing
f4e0ff7f28
Added the wps module
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7944 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 23:02:25 +00:00
Anton Oleynikov
dad0118765
added RWPS for iAmp
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7943 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 22:58:52 +00:00
Christi Scarborough
cf53847178
Re-adding these bitmaps as binary files
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7942 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 22:51:52 +00:00
Christi Scarborough
a8ef81523b
Removing these files so I can re-commit them as binaries
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7941 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 22:48:02 +00:00
Daniel Stenberg
2bace6a375
.rwps support and support for a rwps: field within the WPSLIST file, which
...
really is more like a list of themes now...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7940 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 22:39:26 +00:00
Christi Scarborough
bec94c9e2a
Some consistency fixes for the WPS module
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7939 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 22:19:46 +00:00
Christi Scarborough
e6cef6ebf7
zezayer WPS by Jake Owen
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7938 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 21:53:23 +00:00
Anton Oleynikov
2bbb9038dc
iAmp WPS from Raymond Hoh
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7937 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 21:35:52 +00:00
Jens Arnold
f01563c382
Bejeweled: Changed the tile size for archos recorder/Ondio to 8x10 to account for the non-square LCD aspect.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7936 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 21:03:24 +00:00
Christi Scarborough
f8cc3211a6
And the rest of the files too
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7935 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 20:20:01 +00:00
Christi Scarborough
4c0b83f5e9
Remote WPS support (and some WPS bugfixes) by Stephan Wezel
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7934 a1c6a512-1295-4272-9138-f99709370657
2005-11-17 20:14:59 +00:00