Nils Wallménius
b9d7f98f8c
Move av_log2 function and asociated table to the codec lib, remove 3 identical implementations, always have LUT in iram (gives a *tiny* speedup on coldfire), make the clz based function return the same value as the non clz based function for 0 input to be safe (slows down flac ~2% on the gigabeat S)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23858 a1c6a512-1295-4272-9138-f99709370657
2009-12-05 16:47:43 +00:00
Tomer Shalev
0651fe572b
Touchscreen keymapping enhancements
...
- Standard context: make center and mid-right the same (long press to get to
context menu)
- WPS: Top/Bottom middle controls volume
- WPS: Long bottom-left for pitch screen
- WPS: Long bottom-right for ID3 screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23857 a1c6a512-1295-4272-9138-f99709370657
2009-12-05 16:42:33 +00:00
Tomer Shalev
2ece18609d
Cowon D2: Fix standard keymaps
...
- ACTION_STD_CONTEXT was wrongly defined
- ACTION_STD_QUICKSCREEN is unreachable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23856 a1c6a512-1295-4272-9138-f99709370657
2009-12-05 16:04:53 +00:00
Tomer Shalev
3deed0610d
On RTL mode, flip + and - buttons (Cowon D2)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23855 a1c6a512-1295-4272-9138-f99709370657
2009-12-05 15:54:05 +00:00
Robert Menes
881eb5eebe
A few more GoGear SA9200 plugin keymaps.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23854 a1c6a512-1295-4272-9138-f99709370657
2009-12-05 14:34:47 +00:00
Teruaki Kawashima
7d36e8ee47
spacerocks: Fix indentation and remove trailing spaces. Fix some minor bugs.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23853 a1c6a512-1295-4272-9138-f99709370657
2009-12-05 14:08:09 +00:00
Teruaki Kawashima
f48a61f103
boomshine: use theme colour to draw text so that text would be more readable with white background.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23852 a1c6a512-1295-4272-9138-f99709370657
2009-12-05 13:23:16 +00:00
Teruaki Kawashima
237f129651
plasma: clean up button definition.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23851 a1c6a512-1295-4272-9138-f99709370657
2009-12-05 12:47:53 +00:00
Nils Wallménius
f76b5d5490
Fix division by 0 by clamping freq value a little higher, some minor style and whitespace changes
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23850 a1c6a512-1295-4272-9138-f99709370657
2009-12-05 01:00:47 +00:00
Nils Wallménius
f443d026ec
FS#10711 by Martin Ritter fixes handling of the 'First Keypress Enables Backlight Only' setting in simulators
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23849 a1c6a512-1295-4272-9138-f99709370657
2009-12-04 22:43:33 +00:00
Dominik Riebeling
03246172b8
Fix "Warning: Signals cannot be declared virtual" for progresslogger when building with Qt 4.6.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23848 a1c6a512-1295-4272-9138-f99709370657
2009-12-04 21:33:25 +00:00
Teruaki Kawashima
ce63faa8d4
png: Change zoom in/out method and don't center the view on zoom.
...
Don't recalculate resized width or height each time.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23847 a1c6a512-1295-4272-9138-f99709370657
2009-12-04 13:38:51 +00:00
Tomer Shalev
8db32ddfee
Skin parser: Use parse_list() when possible
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23846 a1c6a512-1295-4272-9138-f99709370657
2009-12-04 13:10:06 +00:00
Teruaki Kawashima
cc9e336fa1
text editor: Return pointer to buffer but position in buffer for ACTION_GET to simpify code.
...
Use strlcpy instead of strcpy to prevent buffer overflow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23845 a1c6a512-1295-4272-9138-f99709370657
2009-12-04 12:53:14 +00:00
Teruaki Kawashima
31f2981d99
blackjack: Set foreground color and background color properly after canceled to input amount.
...
Make quit button a shortcut to no in yes/no selection as it used to.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23844 a1c6a512-1295-4272-9138-f99709370657
2009-12-04 11:56:32 +00:00
Robert Menes
f51e1f9821
Fix a typo for the GoGear SA9200 on chessclock, and got the LCD resolution
...
in the right spot this time.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23843 a1c6a512-1295-4272-9138-f99709370657
2009-12-04 11:41:31 +00:00
Karl Kurbjun
fce66cb835
Dice: Prevent a divide by 0
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23842 a1c6a512-1295-4272-9138-f99709370657
2009-12-04 04:45:22 +00:00
Michael Chicoine
7a5eb3d08e
fix red - add missing #elif
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23841 a1c6a512-1295-4272-9138-f99709370657
2009-12-04 03:43:12 +00:00
Jonathan Gordon
b486bbebec
2 equal signs are better than waaa-huunn....
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23840 a1c6a512-1295-4272-9138-f99709370657
2009-12-04 03:31:55 +00:00
Robert Menes
9096114bd3
Revert an accidental commit that I didn't want to go in.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23839 a1c6a512-1295-4272-9138-f99709370657
2009-12-04 02:54:27 +00:00
Robert Menes
29d20d8068
Another round of plugin keymaps for the Philips GoGear SA9200.
...
Just a few more to go...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23838 a1c6a512-1295-4272-9138-f99709370657
2009-12-03 23:13:45 +00:00
Dominik Riebeling
f6a92b8e71
Name some unnamed GridLayouts. Fixes uic warnings about names being used multiple times.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23837 a1c6a512-1295-4272-9138-f99709370657
2009-12-03 21:30:45 +00:00
Jack Halpin
43991cdc8f
Sansa AMS: The internal SD does not use the IDE AHB interface so remove references to it. It does use the other non AHB interface.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23836 a1c6a512-1295-4272-9138-f99709370657
2009-12-03 20:06:46 +00:00
Jack Halpin
d414b0a027
Sansa AMS: Reduce MCICLK speed on SD cards to 31 MHz.
...
This is within the SD Spec for v2 High Speed cards but still over the 25 MHz limit for v1 and non-HS v2 cards.
Test_disk write & verify passes on both internal and uSD.
The v1 cards still need to be lowered to 15 MHz but that causes data crc failures at this point.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23835 a1c6a512-1295-4272-9138-f99709370657
2009-12-03 20:06:40 +00:00
Jack Halpin
7f88cc44aa
Sansa AMS: Use some new macros to set the MCICLK frequency to help avoid missing the bypass bit when resetting frequencies with MCI_CLOCK register.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23831 a1c6a512-1295-4272-9138-f99709370657
2009-12-03 17:22:09 +00:00
Jack Halpin
40629be046
Sansa AMS: Wait until sd_init_card() to turn on the clocks for the pl180 controller.
...
Currently the bypass bit is not cleared so it's possible to enter the identification phase at bypass speed instead of ident speed.
The simplest solution to ensure the bypass bit is not set is to set the register with an = operation instead of |=.
This makes setting the MCI_CLOCK register at the end of the controller init unnecessary.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23830 a1c6a512-1295-4272-9138-f99709370657
2009-12-03 17:22:03 +00:00
Jack Halpin
d8f420a48d
Sansa AMS: Add read/write and drive info to panic message for SD transfer errors.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23829 a1c6a512-1295-4272-9138-f99709370657
2009-12-03 17:21:56 +00:00
Teruaki Kawashima
f793653677
rockblox: Correct wrong access to array of highscores.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23828 a1c6a512-1295-4272-9138-f99709370657
2009-12-03 15:00:54 +00:00
Michael Chicoine
1ac3b4b605
sims.pl - Do not create zip if build fails. This should prevent working simulator builds being overwritten by failed builds when uploaded to the hosting server.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23827 a1c6a512-1295-4272-9138-f99709370657
2009-12-03 14:55:22 +00:00
Rafaël Carré
85fd100079
si4700: revert r22641
...
bits 13:0 must not be modified (except for bit 8 ?)
fixes FM on my Clipv1 (some Clips weren't affected)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23826 a1c6a512-1295-4272-9138-f99709370657
2009-12-03 06:14:30 +00:00
Jonathan Gordon
58ca43dc9d
fix FS#10674 - make skin debugger count the lines correctly so the line number in the output is actually useful!
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23825 a1c6a512-1295-4272-9138-f99709370657
2009-12-03 05:36:23 +00:00
Peter D'Hoye
e83e2eceba
Update Dutch langfile
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23824 a1c6a512-1295-4272-9138-f99709370657
2009-12-02 20:34:59 +00:00
Mustapha Senhaji
cfd4e1e65e
Updated hungarian translation.
...
Flyspray: FS#10803
Author: Viktor Varga
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23821 a1c6a512-1295-4272-9138-f99709370657
2009-12-02 14:34:57 +00:00
Mustapha Senhaji
9d904c712c
Remove a typo.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23820 a1c6a512-1295-4272-9138-f99709370657
2009-12-02 14:29:24 +00:00
Mustapha Senhaji
531d1371a4
Updated finnish translation.
...
Flyspray: FS#10813
Author: Jani Kinnunen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23819 a1c6a512-1295-4272-9138-f99709370657
2009-12-02 14:15:56 +00:00
Michael Chicoine
6b00ac4a4d
Fix FS#10826 - Typo in fmradio.tex
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23818 a1c6a512-1295-4272-9138-f99709370657
2009-12-02 12:35:28 +00:00
Karl Kurbjun
30c3382a48
M:Robe 500: Improve audio DMA shutdown for Pause/Stop and significantly reduce the size of the DSP code.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23817 a1c6a512-1295-4272-9138-f99709370657
2009-12-02 04:30:08 +00:00
Robert Menes
f0092e739e
Red is bad, mmmkay? And this should get rid of all that
...
pesky red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23816 a1c6a512-1295-4272-9138-f99709370657
2009-12-02 03:19:10 +00:00
Robert Menes
261e1ae87a
Begone, red!
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23815 a1c6a512-1295-4272-9138-f99709370657
2009-12-02 03:12:14 +00:00
Robert Menes
ed940e2508
Fix red.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23814 a1c6a512-1295-4272-9138-f99709370657
2009-12-02 02:15:07 +00:00
Robert Menes
e626dcba40
Start committing plugin keymaps for the Philips GoGear SA9200.
...
I still have more plugins to finish, but this is an initial start
and I can at least get them under version control in case I need
to revise any.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23813 a1c6a512-1295-4272-9138-f99709370657
2009-12-02 01:56:39 +00:00
Michael Chicoine
6ea0c3f229
Fix incorect information on hwcodec added in r23809 - Thanks to Jens Arnold for spotting this.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23812 a1c6a512-1295-4272-9138-f99709370657
2009-12-01 21:55:10 +00:00
Jack Halpin
c67ce499f3
Sansa AMS: Check if SD controllers are already enabled before attempting to enable in order to read the registers.
...
If the controllers were already enabled there was a chance we could try to read the MCI_CLOCK registers while the cards were buffering and then disable the controllers prematurely.
I guess funman knows and sees all!! Thanks funman.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23811 a1c6a512-1295-4272-9138-f99709370657
2009-12-01 21:23:11 +00:00
Jack Halpin
5bd4ec0c87
Sansa AMS: Force sd_enable(true) when using the Debug View HW info page so we can read the registers immediately.
...
Because we turn off the clocks to the SD controllers between disk accesses we were unable to read the MCI_CLOCK registers until there was a disk access. Now we can read them immediately.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23810 a1c6a512-1295-4272-9138-f99709370657
2009-12-01 20:12:25 +00:00
Michael Chicoine
2c50f4222e
Manual - expand information about recording in FM Radio
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23809 a1c6a512-1295-4272-9138-f99709370657
2009-12-01 19:27:18 +00:00
Jack Halpin
a22ab34649
Sansa AMS: Reorganize sd_enable() and add/change comments. No real functional changes.
...
Enabling/disabling of the NAF and IDE clocks is now grouped together as both are related to the internal SD.
Sequence for disabling SD now mirrors the enable sequence.
Comments added to make it easier to follow the configuration change for XPD from gpio to mci-sd and back.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23808 a1c6a512-1295-4272-9138-f99709370657
2009-12-01 18:22:25 +00:00
Laurent Gautier
2f4bce3f2c
correction on DEFINE, thanks to Kugel who spotted it ;)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23807 a1c6a512-1295-4272-9138-f99709370657
2009-12-01 18:11:06 +00:00
Laurent Gautier
7ab10920cf
and another correction for docs/committers...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23806 a1c6a512-1295-4272-9138-f99709370657
2009-12-01 18:01:11 +00:00
Laurent Gautier
0260852771
Add support for the ipod FM remote to the 4G, Color, 5G, nano 1G with RDS
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23805 a1c6a512-1295-4272-9138-f99709370657
2009-12-01 17:54:40 +00:00
Michael Chicoine
63d79148fd
Fix FS#10464 - Manual doesn't list all options for Source recording setting
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23804 a1c6a512-1295-4272-9138-f99709370657
2009-12-01 17:50:07 +00:00