Commit graph

22930 commits

Author SHA1 Message Date
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
Alex Parker
eb5c986e45 Remove accidently added file :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23803 a1c6a512-1295-4272-9138-f99709370657
2009-12-01 17:46:47 +00:00
Laurent Gautier
9c67353c3e Add myself to docs/committers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23802 a1c6a512-1295-4272-9138-f99709370657
2009-12-01 17:40:04 +00:00
Laurent Gautier
b2433be491 Add myself to Committers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23801 a1c6a512-1295-4272-9138-f99709370657
2009-12-01 17:18:31 +00:00
Michael Chicoine
a6604375a4 Fix FS#10823 - Wrong spacing in fmradio.tex
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23800 a1c6a512-1295-4272-9138-f99709370657
2009-12-01 14:54:47 +00:00
Michael Chicoine
087c38c3f3 Use correct quotation marks instead of simple apostrophes
Flyspray: FS#10822
Author: Alexander Levin


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23799 a1c6a512-1295-4272-9138-f99709370657
2009-11-30 12:48:39 +00:00
Jonathan Gordon
85bcd1eaf7 fix segfault on %Rb token
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23798 a1c6a512-1295-4272-9138-f99709370657
2009-11-30 02:16:36 +00:00
Michael Chicoine
a2d8212a84 Gigibeat S Manual - redo r23795 to look like it was originally meant to look.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23797 a1c6a512-1295-4272-9138-f99709370657
2009-11-30 01:08:15 +00:00
Michael Chicoine
57acb85fa4 Manual - fix incorrect reference label for USB HID setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23796 a1c6a512-1295-4272-9138-f99709370657
2009-11-29 23:49:01 +00:00
Michael Chicoine
35f0785017 Gigibeat S Manual - Correct display of manual installation items 'Single Boot' and 'Dual Boot' - add missing frequencies to Recording Settings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23795 a1c6a512-1295-4272-9138-f99709370657
2009-11-29 23:19:53 +00:00
Nils Wallménius
5750daa2ac Oops, correct typo that made the previous commit useless
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23794 a1c6a512-1295-4272-9138-f99709370657
2009-11-29 21:41:58 +00:00
Nils Wallménius
3cc0796a37 Disable strict aliasing for speex for now to get rid of warnings, some very nasty casting in here
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23793 a1c6a512-1295-4272-9138-f99709370657
2009-11-29 21:37:57 +00:00
Dominik Riebeling
eed9ab7238 cp on OS X doesn't know the option -u. It isn't really needed, so simply remove it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23792 a1c6a512-1295-4272-9138-f99709370657
2009-11-29 21:35:03 +00:00
Michael Chicoine
f71c9345c1 Manual - add missing {} which caused spacing problems
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23791 a1c6a512-1295-4272-9138-f99709370657
2009-11-29 21:28:30 +00:00
Nils Wallménius
d502086e7f Fix yellow by making the ifdef hell slightly worse
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23790 a1c6a512-1295-4272-9138-f99709370657
2009-11-29 21:22:23 +00:00
Dominik Riebeling
5f7a846b97 Add support for OS X.
- make the deploy script work on OS X.
- use macdeployqt for copying Frameworks macdeployqt is part of Qt, at least since 4.5.
- add a workaround for Qt not copying icons and plist file correctly when building out of tree.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23789 a1c6a512-1295-4272-9138-f99709370657
2009-11-29 21:09:21 +00:00
Michael Chicoine
2bfcb6e86c Manual updates
Correct gramatics, missing spacing, typos, etc.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23788 a1c6a512-1295-4272-9138-f99709370657
2009-11-29 20:50:54 +00:00
Tomer Shalev
81a91dd46e Reduce bin size of diacritic characters database
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23787 a1c6a512-1295-4272-9138-f99709370657
2009-11-29 20:47:18 +00:00
Dominik Wenger
48a4d2a8a1 add sansa clip to checkwps.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23786 a1c6a512-1295-4272-9138-f99709370657
2009-11-29 20:13:23 +00:00
Dominik Riebeling
93eefbabe3 Suppress unused warnings for functions that haven't been implemented.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23785 a1c6a512-1295-4272-9138-f99709370657
2009-11-29 19:20:38 +00:00
Nils Wallménius
13f08d70fd Enable strict aliasing optimizations for codecs on gcc versions >= 4.0, fix alising violations that this uncovered, gives small speedups for most codecs, FS#10801
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23784 a1c6a512-1295-4272-9138-f99709370657
2009-11-29 18:11:49 +00:00
Nils Wallménius
685ca2672e Use clz instruction to calculate integer logarithms, speeds up decoding of one flac 8 sample by 12%.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23783 a1c6a512-1295-4272-9138-f99709370657
2009-11-29 15:21:00 +00:00
Nils Wallménius
07fe3562a1 #if 0 out unused stuff
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23782 a1c6a512-1295-4272-9138-f99709370657
2009-11-29 14:29:18 +00:00
Nils Wallménius
727984b4ff Use clz instruction to count leading zeroes on armv5+, gives about 2% speedup with one sample on the Gigabeat S
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23781 a1c6a512-1295-4272-9138-f99709370657
2009-11-29 10:57:21 +00:00
Nils Wallménius
3c1cffae70 These macros have been replaced by (UN)LIKELY macros and were not used anywhere.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23780 a1c6a512-1295-4272-9138-f99709370657
2009-11-29 09:44:15 +00:00
Dominik Riebeling
f0d0ba86ff Fix building universal binaries.
When building various libraries for Rockbox Utility make sure they use the same compiler as Qt. Pass Qt's CC instead of explicitly setting it. This fixes issues linking on OS X (with recent XCode building universal binaries requires the use of gcc-4-0 while the default one is 4.2).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23779 a1c6a512-1295-4272-9138-f99709370657
2009-11-28 22:39:05 +00:00
Dominik Riebeling
cca6f747f8 Handle TARGET_DIR in universal library building.
Building universal libraries needs to take TARGET_DIR into account as when set the individual libraries are placed into the build output folder and didn't got found anymore.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23778 a1c6a512-1295-4272-9138-f99709370657
2009-11-28 22:39:00 +00:00
Marianne Arnold
c3ca746de4 Manual: find a nicer solution for the problem that lead to r23772. Using \newline gives a linebreak inside of the cell - it's not necessary to start a new row and put 2 or 3 (in case of remote targets) in front of it. Simpler code, less error-prone and the lines with alternating colours in the PDF button tables look more suitable. Also rearrange the rest of the affected row's code to make it more readable.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23777 a1c6a512-1295-4272-9138-f99709370657
2009-11-28 17:12:40 +00:00
Tomer Shalev
c2617dc4ed Diacritic display enhancements
- Use the fact that unicode code currently does not support chars above 0xffff
  (see utf8decode()), and change diacritic database's char code type to
  unsigned short from int. Also comment out database entries above unsupported
  range.

- Use const when possible.

- Iterate over buffer using the buffer's pointer, thus avoiding usage of some
  variables, and avoiding multiple access to the same array item.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23776 a1c6a512-1295-4272-9138-f99709370657
2009-11-28 17:07:57 +00:00
Marianne Arnold
c074c76211 Make the classic_statusbar.sbs more classic. Icons, position of numbers, charging animation (only tested on a colour display so far), volume as before but gets a 'clipping' icon on targets that allow more than 0dB, add channels indicator in the rec screen. The only difference on swcodec should be the disk activity indicator on flash targets (for now). On hwcodec there are small differences in the recording screen - quality display is simply using the system font (no wasting another bitmap on a slightly less taller Q), frequency uses icons now (keeping the differences between the sbs files smaller and with the small 'k' it's easier to understand, but debateable). Since the animation makes use of the viewport colour (shades) parameters, a classic_statusbar.grey.sbs was needed - reusing the colour one didn't work correctly anyways. The difference between Recorders (RTC) and Ondios (disk activity) is achieved through the 112x64x1.sbs file itself.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23775 a1c6a512-1295-4272-9138-f99709370657
2009-11-28 16:37:33 +00:00
Alessio Lenzi
3e5d7b40a9 Updated italian translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23774 a1c6a512-1295-4272-9138-f99709370657
2009-11-28 16:24:23 +00:00
Michael Chicoine
6e430365ab Manual - correct FM Radio volume key mapping problems on Fuze, Gigabeat S (remote), e200, and e200v2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23773 a1c6a512-1295-4272-9138-f99709370657
2009-11-27 17:19:01 +00:00
Michael Chicoine
35ae21017e Fix FS#10817 - Wrong layout of the keymap table for the 'While Recording Screen'
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23772 a1c6a512-1295-4272-9138-f99709370657
2009-11-27 15:20:52 +00:00
Maurus Cuelenaere
972a7efcb4 Jz4740: init I²C GPIO pins
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23771 a1c6a512-1295-4272-9138-f99709370657
2009-11-27 14:54:55 +00:00
Michael Chicoine
08be5ad24f Manual - Describe how to work with FMR files
FS#10815 by Alexander Levin with minor changes by me



git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23769 a1c6a512-1295-4272-9138-f99709370657
2009-11-27 04:28:36 +00:00
Maurus Cuelenaere
d878018ec8 Onda VX747: don't define HAVE_MULTIVOLUME
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23768 a1c6a512-1295-4272-9138-f99709370657
2009-11-26 22:34:42 +00:00
Maurus Cuelenaere
d7d3bc248f Move strip_volume() to filefuncs.c and set properties.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23767 a1c6a512-1295-4272-9138-f99709370657
2009-11-26 22:34:08 +00:00
Frank Gevaerts
7ccff054ff Use MULTIDRIVE instead of MULTIVOLUME in sd.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23766 a1c6a512-1295-4272-9138-f99709370657
2009-11-26 21:43:26 +00:00