Michael Sevakis
661c3406a9
Added inner fill option to normal scrollbar and foreground only option. Added a left-pointing cursor for using pointer. Updated color picker and now sliders look very good on color, grayscale and mono screens when using bar selector. Some misc. changes for appearance.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11210 a1c6a512-1295-4272-9138-f99709370657
2006-10-13 04:16:49 +00:00
Dan Everton
65ef2dbb94
Add some presets for the equalizer. Includes a Default preset that resets everything. From FS#6113, thanks to David Quesada.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11209 a1c6a512-1295-4272-9138-f99709370657
2006-10-12 20:48:40 +00:00
Dave Chapman
fc865cb5a8
Revert change to screen_access.c (adding the native-bitmap drawing function) that caused warnings on the H3x0. We now draw the USB logo using the normal lcd_bitmap() and lcd_remote_bitmap() functions instead of the screens API, which doesn't handle the differing bitmaps types well. Remove apps/gui/logo.[ch] as they are now longer used.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11208 a1c6a512-1295-4272-9138-f99709370657
2006-10-12 20:45:31 +00:00
Linus Nielsen Feltzing
00d218257b
Logf output on the serial port for h100 targets
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11207 a1c6a512-1295-4272-9138-f99709370657
2006-10-12 20:22:16 +00:00
Tomasz Malesinski
a60bb9a067
Do not use our simple snprintf in simulator, because
...
ALSA library requires a more advanced one. Fixes the
problem with ALSA on Linux.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11206 a1c6a512-1295-4272-9138-f99709370657
2006-10-12 20:09:18 +00:00
Dominik Riebeling
379b91f505
Make sure to set deemphasis correctly when starting the radio.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11205 a1c6a512-1295-4272-9138-f99709370657
2006-10-12 19:27:00 +00:00
Michael Sevakis
55e899c402
$Id was not getting updated in keymap-x5.c (Was '$Id $')
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11204 a1c6a512-1295-4272-9138-f99709370657
2006-10-12 18:13:23 +00:00
Michael Sevakis
6c9b1d46ee
Made EQ and color chooser buttons work with remote. Fixed the date/time screen mappings on main unit (no date/time settings are possible from remote yet). Rearranged mappings and switch statements into alphabetical order for easier reference.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11203 a1c6a512-1295-4272-9138-f99709370657
2006-10-12 17:49:46 +00:00
Barry Wardell
e7da79fae4
Add calibrated battery readings for H10.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11202 a1c6a512-1295-4272-9138-f99709370657
2006-10-12 17:46:42 +00:00
Steve Bavin
73e2f7bd6b
Minor simplification #2 ; replace unneeded variable filebufused with a macro
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11201 a1c6a512-1295-4272-9138-f99709370657
2006-10-12 16:51:22 +00:00
Steve Bavin
5f70ad4cb0
Minor simplification; replace unneeded variable cur_ti with a macro
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11200 a1c6a512-1295-4272-9138-f99709370657
2006-10-12 15:54:36 +00:00
Dominik Riebeling
a22d995031
Fix tuning into weird frequencies at unpause after changing region setting
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11199 a1c6a512-1295-4272-9138-f99709370657
2006-10-12 13:59:44 +00:00
Jonathan Gordon
814683ebc3
-/+ keys were backwards in the settings lists (aparently)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11198 a1c6a512-1295-4272-9138-f99709370657
2006-10-12 07:25:35 +00:00
Michael Sevakis
a7c8c71dad
Corrected the calculation to determine to display three sliders or one in the colorpicker. Same wonderment as before...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11197 a1c6a512-1295-4272-9138-f99709370657
2006-10-12 00:50:13 +00:00
Michael Sevakis
b5404b2ca6
Left some crud in bmp.c that should've been removed before committing. Don't know what's with me today
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11196 a1c6a512-1295-4272-9138-f99709370657
2006-10-12 00:25:21 +00:00
Michael Sevakis
fa0ea19d5a
Fixed the problem with the backdrops on iPod. The same problem was in the updated color picker and that is fixed too.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11195 a1c6a512-1295-4272-9138-f99709370657
2006-10-11 23:26:17 +00:00
Dave Chapman
dc708c32a4
Fix URL to 2nd gen mini bootloader
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11194 a1c6a512-1295-4272-9138-f99709370657
2006-10-11 21:21:25 +00:00
Michael Sevakis
cc66aea55d
Made color picker work on x5 remote and display nicely when using backdrops. Also tweaked the appearance in general. Keymap still does not entirely function however (no inc/dec yet).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11193 a1c6a512-1295-4272-9138-f99709370657
2006-10-11 20:34:25 +00:00
Michael Sevakis
504dae291c
Restored context menu to x5 remote
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11192 a1c6a512-1295-4272-9138-f99709370657
2006-10-11 20:30:59 +00:00
Michael Sevakis
bed0db213d
Small bitmap dithering tweak
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11191 a1c6a512-1295-4272-9138-f99709370657
2006-10-11 18:12:36 +00:00
Daniel Ankers
6a4ec1414d
Oops: Sansa and H10 need crt0 included in the bootloader
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11190 a1c6a512-1295-4272-9138-f99709370657
2006-10-11 17:47:32 +00:00
Magnus Holmgren
406069467d
More flexible MP4 file metadata parser.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11189 a1c6a512-1295-4272-9138-f99709370657
2006-10-11 17:42:33 +00:00
Magnus Holmgren
d63d8fedaa
Forgot one file...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11188 a1c6a512-1295-4272-9138-f99709370657
2006-10-11 17:12:29 +00:00
Magnus Holmgren
9896fd1ade
AAC codec: Improved MP4 file parsing. Should now handle most streamable files. Also some code cleanup and policing.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11187 a1c6a512-1295-4272-9138-f99709370657
2006-10-11 17:02:23 +00:00
Martin Arver
ca3d872699
minor correction
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11186 a1c6a512-1295-4272-9138-f99709370657
2006-10-11 10:21:53 +00:00
Dominik Riebeling
84a2bdfe86
Oops. Stupid editor shouldn't insert tabs :(
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11185 a1c6a512-1295-4272-9138-f99709370657
2006-10-11 09:12:23 +00:00
Dominik Riebeling
ec79219f01
Don't load wps data twice when loading from cfg file. Gives a noticable speedup when loading themes with lots of images.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11184 a1c6a512-1295-4272-9138-f99709370657
2006-10-11 08:58:23 +00:00
Miika Pekkarinen
bba9de2368
Now the 128 bytes limit for search clauses should work.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11183 a1c6a512-1295-4272-9138-f99709370657
2006-10-11 04:32:33 +00:00
Michael Sevakis
dd7b8fcbe2
Fixed background color on solitaire menu. It wasn't set when entering menu and having a dark background made it almost unreadable.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11182 a1c6a512-1295-4272-9138-f99709370657
2006-10-11 02:24:57 +00:00
Michael Sevakis
756ce4abca
Fixed errors. Forgot to include system.h for swap16 in bmp.c
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11181 a1c6a512-1295-4272-9138-f99709370657
2006-10-11 01:43:53 +00:00
Michael Sevakis
76a6aaa278
Added dithering for 24 bit backdrops on 16 bit displays. FORMAT_DITHER should be specified to dither a bitmap when loading. Feel free to flame me if I got the RGB565SWAPPED thing wrong.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11180 a1c6a512-1295-4272-9138-f99709370657
2006-10-11 01:26:09 +00:00
Magnus Holmgren
38168222ae
AAC codec: Fix buffer overrun on high-bitrate files.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11179 a1c6a512-1295-4272-9138-f99709370657
2006-10-10 19:22:40 +00:00
Michael Sevakis
02d756dfd4
Messing with the peak calculation in pcm_playback.c for Coldfire ports.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11178 a1c6a512-1295-4272-9138-f99709370657
2006-10-10 19:12:05 +00:00
Daniel Ankers
2740914ee1
Changes to make Sansa bootloader run. Thanks to Peter Praest.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11177 a1c6a512-1295-4272-9138-f99709370657
2006-10-10 19:02:49 +00:00
Barry Wardell
55c929747a
Further changes related to FS#6146. The HAVE_FIRMWARE_* defines were a little misleading, so use HAVE_RB_BL_* instead.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11176 a1c6a512-1295-4272-9138-f99709370657
2006-10-10 17:53:42 +00:00
Barry Wardell
ec69456747
FS#6146. Corrections to description of bootloaders on targets which store the Rockbox bootloader on disk.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11175 a1c6a512-1295-4272-9138-f99709370657
2006-10-10 16:23:18 +00:00
Martin Arver
71f50ae9d5
Add the correct keys for the H10's to complete the browser table
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11174 a1c6a512-1295-4272-9138-f99709370657
2006-10-10 15:34:40 +00:00
Martin Arver
0481d5bfe2
Add playlist section to the manual
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11173 a1c6a512-1295-4272-9138-f99709370657
2006-10-10 15:14:36 +00:00
Martin Arver
de2ddea4b4
Add fixme for missing keys on the h10
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11172 a1c6a512-1295-4272-9138-f99709370657
2006-10-10 14:38:24 +00:00
Martin Arver
1a0344071b
Add missing startup/shutdown keys for the h10's
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11171 a1c6a512-1295-4272-9138-f99709370657
2006-10-10 14:20:30 +00:00
Martin Arver
59d278843c
General code cleanup. Add a fixme note.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11170 a1c6a512-1295-4272-9138-f99709370657
2006-10-10 14:07:28 +00:00
Michael Sevakis
69b98bd16e
Hopefully took care of FS#6105 - unnecessary 'recording screen' option in the radio menu causes rockbox to freeze.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11169 a1c6a512-1295-4272-9138-f99709370657
2006-10-10 13:42:22 +00:00
Dominik Riebeling
53254017a0
Adjust installation instructions to cover Ipod Nano w/ apple firmware 1.2 too
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11168 a1c6a512-1295-4272-9138-f99709370657
2006-10-10 13:21:09 +00:00
Daniel Stenberg
d28be08eb6
mention what download tools the script expects
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11167 a1c6a512-1295-4272-9138-f99709370657
2006-10-10 12:20:41 +00:00
Miika Pekkarinen
3b7111e6ea
FS#6155: "oneof" oeprator limited to a list of 3 or less values.
...
Increased clause string length to 128.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11166 a1c6a512-1295-4272-9138-f99709370657
2006-10-10 10:29:42 +00:00
Marianne Arnold
3cb17b262f
Add screenshots of the H10_5GB to the plugin section of the manual
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11165 a1c6a512-1295-4272-9138-f99709370657
2006-10-09 23:35:50 +00:00
Dominik Riebeling
2b57458cba
fix the radio strings I broke by changing a string the wrong way :(
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11164 a1c6a512-1295-4272-9138-f99709370657
2006-10-09 23:09:09 +00:00
Dominik Riebeling
1308bd7c8d
Fix the fm frequency not stored correctly when using europe region setting. Bump config block version, so save your settings!
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11163 a1c6a512-1295-4272-9138-f99709370657
2006-10-09 23:01:29 +00:00
Linus Nielsen Feltzing
7ab4701f35
Oops
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11162 a1c6a512-1295-4272-9138-f99709370657
2006-10-09 14:41:13 +00:00
Linus Nielsen Feltzing
d8a2165f78
Quick fix for the edit screen in the random_folder_advance_config plugin, no more blank screen and it now shows the correct directory count
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11161 a1c6a512-1295-4272-9138-f99709370657
2006-10-09 14:40:15 +00:00