Jonathan Gordon
e6bf827a75
pressing u in the sim simulates usb. press u again to "disconnect"
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12437 a1c6a512-1295-4272-9138-f99709370657
2007-02-21 14:32:41 +00:00
Jonathan Gordon
a4a30dd72e
Dont set the lcd invert mode when changing line selector
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12436 a1c6a512-1295-4272-9138-f99709370657
2007-02-21 14:14:01 +00:00
Jonathan Gordon
151f4e545e
set the default value for the scroll delay settings back to what they
...
were
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12435 a1c6a512-1295-4272-9138-f99709370657
2007-02-21 14:03:25 +00:00
Jonathan Gordon
8a4549d531
save config.cfg after resetting settings (from the menu)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12434 a1c6a512-1295-4272-9138-f99709370657
2007-02-21 13:37:36 +00:00
Jonathan Gordon
282b390ca8
fix the scroll delay setting
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12433 a1c6a512-1295-4272-9138-f99709370657
2007-02-21 13:34:45 +00:00
Jonathan Gordon
169e91daa4
woops, allow the user to quit menus
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12432 a1c6a512-1295-4272-9138-f99709370657
2007-02-21 12:28:45 +00:00
Jonathan Gordon
d563cb2567
Dont load the menu callback so often.
...
Send ACTION_MENUITEM_EXIT to all menus when exiting. return value is
ignored.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12431 a1c6a512-1295-4272-9138-f99709370657
2007-02-21 12:22:07 +00:00
Linus Nielsen Feltzing
81029ed17e
Correct drawing of hour hand when hour == 12
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12430 a1c6a512-1295-4272-9138-f99709370657
2007-02-21 11:56:15 +00:00
Michael Sevakis
31ae2ded58
SWCODEC, Coldfire, upsampling: Shave a couple more cycles out of the typical case and I think four bytes. Don't wanna look at this again for awhile. :)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12429 a1c6a512-1295-4272-9138-f99709370657
2007-02-21 11:25:49 +00:00
Linus Nielsen Feltzing
417bc74f83
Don't enable low latency mode in the Crossfeed submenu
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12428 a1c6a512-1295-4272-9138-f99709370657
2007-02-21 10:52:49 +00:00
Michael Sevakis
2c4e0d4c97
How'd I miss that little tweak?
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12427 a1c6a512-1295-4272-9138-f99709370657
2007-02-21 07:41:03 +00:00
Jens Arnold
1f730ede9b
The default must come first. Use the shortest string for iFP7xx as well, and ignore the gminis.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12426 a1c6a512-1295-4272-9138-f99709370657
2007-02-21 07:12:03 +00:00
Michael Sevakis
7c120fb0ce
SWCODEC-Coldfire: Small upsampling tweek improves speed and size a tiny bit and prevents unneeded reloading of the previous sample. I imagine it would help most with non-iram source buffers.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12425 a1c6a512-1295-4272-9138-f99709370657
2007-02-21 07:06:58 +00:00
Jens Arnold
8d7a364063
Fix 64 bit warnings.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12424 a1c6a512-1295-4272-9138-f99709370657
2007-02-21 06:45:11 +00:00
Nicolas Pennequin
4772943243
Display "Batt:" or "Battery:" in front of battery info in the "Roxkbox Info" screen if display width allows it. Closes FS #5446 .
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12423 a1c6a512-1295-4272-9138-f99709370657
2007-02-21 01:36:01 +00:00
Michael Sevakis
3096d0a540
SPC Codec: Now that output clipping is left to the core DSP, some especially loud tracks would have multiplication overflows when fading out at the end. Fixed.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12422 a1c6a512-1295-4272-9138-f99709370657
2007-02-21 00:18:06 +00:00
Dominik Riebeling
3d2e5c6dc4
Fixes for BSD. Thanks to Lutz Böhne.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12421 a1c6a512-1295-4272-9138-f99709370657
2007-02-20 23:01:25 +00:00
Magnus Holmgren
12bf62524d
Fix a couple of error handling bugs. Some minor code simplification.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12420 a1c6a512-1295-4272-9138-f99709370657
2007-02-20 21:08:54 +00:00
Jens Arnold
51223e5395
Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ease framebuffer handling a bit. Added equivalent definitions for the remote LCD.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12419 a1c6a512-1295-4272-9138-f99709370657
2007-02-20 19:31:34 +00:00
Nicolas Pennequin
283bfb16f1
Accept FS #6677 by Roan Horning : improvements to the 'Rockboxed' WPS.
...
* Make file information be displayed if there is no metadata.
* Add a new progressbar bitmap for the H300 and iPod 4G color.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12418 a1c6a512-1295-4272-9138-f99709370657
2007-02-20 18:40:38 +00:00
Barry Wardell
e9a183573b
Battery reading support for Sansa. Still needs calibration of voltage->percent mappings and remaining time. Thanks to Rene Peinthor for doing most of the work.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12417 a1c6a512-1295-4272-9138-f99709370657
2007-02-20 15:55:38 +00:00
Barry Wardell
ac6e19a90c
Fix build errors.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12416 a1c6a512-1295-4272-9138-f99709370657
2007-02-20 15:12:56 +00:00
Barry Wardell
45c187ce1d
FS#6674: HAVE_XXX souldn't be defined with a value.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12415 a1c6a512-1295-4272-9138-f99709370657
2007-02-20 14:57:14 +00:00
Michael Sevakis
46bb37add6
Fix a mistake in wrapping the echo buffer.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12414 a1c6a512-1295-4272-9138-f99709370657
2007-02-20 13:06:11 +00:00
Linus Nielsen Feltzing
c187f18d5d
Fix the left margin in the alarm menu
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12413 a1c6a512-1295-4272-9138-f99709370657
2007-02-20 12:47:00 +00:00
Linus Nielsen Feltzing
bd6a0f15f0
Prepare the bootloader command file for --gc-sections
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12412 a1c6a512-1295-4272-9138-f99709370657
2007-02-20 11:06:01 +00:00
Jonathan Gordon
dd5297dd71
Fix the order in the sleep timer screen
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12411 a1c6a512-1295-4272-9138-f99709370657
2007-02-20 10:33:30 +00:00
Michael Sevakis
d31162a9d3
SPC codec: enable echo on ColdFire CPU. Do a couple general small optimizations. Preswap some data when running DSP for big endian.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12410 a1c6a512-1295-4272-9138-f99709370657
2007-02-20 10:27:39 +00:00
Zakk Roberts
8336eb2390
Fix plugins/bitmaps/mono/SOURCES.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12409 a1c6a512-1295-4272-9138-f99709370657
2007-02-20 01:34:27 +00:00
Zakk Roberts
38d5597a17
Add changes to in-file changelog. Changes of huge previous commit: Drawing now scales to all displays using bitmaps for most modes, color where applicable.. Switched to rockbox menu drawing code for menus. Combined LCD/Digital modes into one LCD mode. A few new keymaps and changes. Source code improvements.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12408 a1c6a512-1295-4272-9138-f99709370657
2007-02-20 01:33:05 +00:00
Zakk Roberts
f8408e9273
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12407 a1c6a512-1295-4272-9138-f99709370657
2007-02-20 01:27:19 +00:00
Dave Chapman
329b4bda82
Scale to 50% size on the Archos devices (LCD_WIDTH <= 112) and slow it down, with some tweaks from Marianne Arnold. Plus replace a few floating point operations with integers.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12406 a1c6a512-1295-4272-9138-f99709370657
2007-02-20 00:40:21 +00:00
Nicolas Pennequin
e423c0b85a
Slight improvement of the 'Rockboxed' WPS for the H300 by better placing the progressbar.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12405 a1c6a512-1295-4272-9138-f99709370657
2007-02-19 23:45:40 +00:00
Barry Wardell
e3a55f2bdc
FS#6675: Add lcd_yuv_blit() for the Sansa. Thanks to Rene Peinthor. This makes mpegplayer run on the Sansa. Button detection in mpegplayer doesn't work because it is done in the audio thread and that thread locks up because we don't have audio support yet. So for now it's necessary to do a hardware power off to quit mpegplayer.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12404 a1c6a512-1295-4272-9138-f99709370657
2007-02-19 21:22:32 +00:00
Magnus Holmgren
9e017a33f5
Use the statusbar setting while in the bookmark screen, so that the shuffle/repeat icons for the bookmark can be visible on bitmap displays. Also simplify the code a little.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12403 a1c6a512-1295-4272-9138-f99709370657
2007-02-19 18:07:27 +00:00
Jonathan Gordon
a3ce8e1670
remove \t
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12402 a1c6a512-1295-4272-9138-f99709370657
2007-02-19 04:28:56 +00:00
Michael Sevakis
03c8b15f55
Code police myself. Somehow got that full of tabs.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12401 a1c6a512-1295-4272-9138-f99709370657
2007-02-19 03:29:37 +00:00
Jonathan Gordon
ac07222b83
Flip the order of some of the setting screens. (If any more are
...
backwards let me know in the thread or IRC)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12400 a1c6a512-1295-4272-9138-f99709370657
2007-02-19 03:15:48 +00:00
Michael Sevakis
36175ac945
SWCODEC: DSP optimizations for conversion to internal format and resampling. Assembly resampling for Coldfire. Word has it ARM will get that soon.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12399 a1c6a512-1295-4272-9138-f99709370657
2007-02-19 02:49:26 +00:00
Jonathan Gordon
2801a87d54
Convert the EQ menus
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12398 a1c6a512-1295-4272-9138-f99709370657
2007-02-19 02:14:51 +00:00
Jonathan Gordon
f98c27f60f
Give the file view menu a nice icon
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12397 a1c6a512-1295-4272-9138-f99709370657
2007-02-18 23:51:36 +00:00
Jens Arnold
b85e1b9235
Tiny size optimisation.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12396 a1c6a512-1295-4272-9138-f99709370657
2007-02-18 19:28:29 +00:00
Jens Arnold
7c55b67cf4
Fixed an off-by-one bug that caused the nasty crash on archos, and wrong limit check.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12395 a1c6a512-1295-4272-9138-f99709370657
2007-02-18 14:21:04 +00:00
Nils Wallménius
2988b7a7e4
Remove two notes that no longer apply and clean some whitespace.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12394 a1c6a512-1295-4272-9138-f99709370657
2007-02-18 11:01:26 +00:00
Jens Arnold
3a37f46fc9
Fix CONFIG_BACKLIGHT warnings.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12393 a1c6a512-1295-4272-9138-f99709370657
2007-02-18 10:07:27 +00:00
Jonathan Gordon
da88e84f48
Fix id3 tag priority order
...
remove \t
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12392 a1c6a512-1295-4272-9138-f99709370657
2007-02-18 10:05:40 +00:00
Paul Louden
5fd4c15e2a
Fix silly cut an pasting of comments.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12391 a1c6a512-1295-4272-9138-f99709370657
2007-02-18 09:28:26 +00:00
Paul Louden
4594c05925
Fix Gigabeat SPC warnings.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12390 a1c6a512-1295-4272-9138-f99709370657
2007-02-18 09:26:09 +00:00
Daniel Stenberg
526fa530eb
set I2C type properly
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12389 a1c6a512-1295-4272-9138-f99709370657
2007-02-18 09:15:26 +00:00
Daniel Stenberg
dfcee22f0a
#if => #ifdef
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12388 a1c6a512-1295-4272-9138-f99709370657
2007-02-18 08:58:22 +00:00