summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-06-26Give the lrcplayer manual entry a good seeing to.Alex Parker1-69/+60
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27145 a1c6a512-1295-4272-9138-f99709370657
2010-06-26Correct spelling in the lrcviewer plugin. UK English please!Alex Parker1-5/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27144 a1c6a512-1295-4272-9138-f99709370657
2010-06-26fix red.Yoshihisa Uchida1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27143 a1c6a512-1295-4272-9138-f99709370657
2010-06-26text viewer: some modify text viewer's layout and preferences.Yoshihisa Uchida6-89/+82
- layout: hader, footer and horizontal_scrollbar add padding. - add member 'statusbar' in tv_preferences. - delete HD_SBAR/HD_BOTH/FT_SBAR/FT_BOTH. - deletes the function to check header_mode/footer_mode. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27142 a1c6a512-1295-4272-9138-f99709370657
2010-06-26Should clear up rest of red. Add a required #define in the config for c200. ↵Michael Sevakis4-4/+14
Fix up some preprocessing directives. Hope it's all taken care of now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27141 a1c6a512-1295-4272-9138-f99709370657
2010-06-26Fix red. Thought I had REC_SAMPR_DEFAULT covered if not otherwise specified ↵Michael Sevakis1-0/+4
as different than 44. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27140 a1c6a512-1295-4272-9138-f99709370657
2010-06-26e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below ↵Michael Sevakis12-15/+166
are being a bear as far as minor crackling at higher amplitude-- leave them out for the time being since no solution is currently evident. 48, 44, 32 (rec rates 24, 22, 16) seem perfectly fine. I'm betting c200 is ok to include because it uses the same setup as e200. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27139 a1c6a512-1295-4272-9138-f99709370657
2010-06-26text viewer: reworks screen access logics and some bugs fix.Yoshihisa Uchida6-156/+567
- screen access logics separte from tv_window. (new tv_display.[ch]) - using multi screen api. - (bug fix) the head of the each line is not normally displayed when the alignment is RIGHT. - (bug fix) unnecessary blank line is not displayed. (a part of FS#11400). - (bug fix) the order by which callback functions were called was not correct. (FIFO->FILO) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27138 a1c6a512-1295-4272-9138-f99709370657
2010-06-26Theme Editor: Added an edit menu with a find/replace function (copied from ↵Robert Bieber12-3/+937
an LGPL library) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27137 a1c6a512-1295-4272-9138-f99709370657
2010-06-26Theme Editor: Added Show Viewports option to device configuration panel, ↵Robert Bieber8-14/+39
implemented simple rendering of info tags from device configuration git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27136 a1c6a512-1295-4272-9138-f99709370657
2010-06-26Theme Editor: Began integrating device configuration panel with rendererRobert Bieber12-20/+94
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27135 a1c6a512-1295-4272-9138-f99709370657
2010-06-25Manual SVGs: move one line that still was on the wrong layer to its correct ↵Marianne Arnold13-4270/+4727
place in the e200 drawing. Let all colour targets show a black background behind the logo as they do during boot in reality. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27134 a1c6a512-1295-4272-9138-f99709370657
2010-06-25Target SVGs: Put arrows that explain scrollwheel movement onto the 'Text' ↵Marianne Arnold8-1975/+1950
layer if it hadn't been done previosly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27133 a1c6a512-1295-4272-9138-f99709370657
2010-06-25Add 'Text' layer for labels in the following SVGs: Iaudio M3 and M5, Cowon ↵Marianne Arnold5-317/+533
D2, M:Robe 500 and Sansa Clip. Also set svn:mime-type to 'image/svg+xml' for all SVGs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27132 a1c6a512-1295-4272-9138-f99709370657
2010-06-25Renamed button description layer to 'Text'.Björn Stenberg15-23/+23
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27131 a1c6a512-1295-4272-9138-f99709370657
2010-06-25lcd-m6sp.c: remove \rRafaël Carré1-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27130 a1c6a512-1295-4272-9138-f99709370657
2010-06-25Theme Editor: Added a reset zoom button, made icons for all the zoom buttonsRobert Bieber9-3/+53
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27129 a1c6a512-1295-4272-9138-f99709370657
2010-06-25Theme Editor: Made the device configuration menu dockableRobert Bieber2-16/+23
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27128 a1c6a512-1295-4272-9138-f99709370657
2010-06-25Update the manual according to the changes in r26587 (PLA_EXIT and ↵Marianne Arnold1-2/+2
PLA_CANCEL on Iaudio M5 and X5) - forgotten back then. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27127 a1c6a512-1295-4272-9138-f99709370657
2010-06-25Theme Editor: Fixed some compiler warnings and a segfault. Got some basic ↵Robert Bieber9-14/+69
text rendering working (only with plaintext elements, no font support yet) as well as Viewport background color support git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27126 a1c6a512-1295-4272-9138-f99709370657
2010-06-24fix typo in comment.Szymon Dziok1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27125 a1c6a512-1295-4272-9138-f99709370657
2010-06-24Philips HDD6330: correct the number of memmory.Szymon Dziok1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27124 a1c6a512-1295-4272-9138-f99709370657
2010-06-24Build cowond2 with gcc-eabiRafaël Carré1-13/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27123 a1c6a512-1295-4272-9138-f99709370657
2010-06-24Theme Editor: Added (I think) all of the tags to the device configuration windowRobert Bieber1-0/+132
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27121 a1c6a512-1295-4272-9138-f99709370657
2010-06-24Build PB Vibe 500 with EABI.Szymon Dziok1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27120 a1c6a512-1295-4272-9138-f99709370657
2010-06-24Simulator: explicitely link with libdl and libmRafaël Carré1-4/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27118 a1c6a512-1295-4272-9138-f99709370657
2010-06-24synaptics: add a small delay in syn_get_data() for PB Vibe. Touchpad doesn't ↵Szymon Dziok1-0/+3
work when build with EABI without it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27117 a1c6a512-1295-4272-9138-f99709370657
2010-06-24Theme Editor: Removed dependency on lingering file from devicestate.cpp, ↵Robert Bieber2-12/+28
fixed formatting in device state panel, working on tag list for device panel git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27116 a1c6a512-1295-4272-9138-f99709370657
2010-06-24Add transfer timeout, remove unused buf fieldTobias Diedrich2-2/+21
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27115 a1c6a512-1295-4272-9138-f99709370657
2010-06-24Fix sd-as3525.c build for non-multidrive targetsTobias Diedrich1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27114 a1c6a512-1295-4272-9138-f99709370657
2010-06-24Fix the pesky write corruption bug in 4bit mode.Tobias Diedrich1-4/+45
On tx underruns, a write is aborted early, leaving the dma channel active. We didn't explicitly disable it, so there were still 4 words in the dma controller fifo, corrupting the retried write. To chase this bug I added verify after write, if no one sees write errors in the next week or so this can be removed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27113 a1c6a512-1295-4272-9138-f99709370657
2010-06-24Theme Editor: Renderer now allows multiple viewports to share an identifierRobert Bieber2-13/+33
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27112 a1c6a512-1295-4272-9138-f99709370657
2010-06-24Housekeeping. Comment musepack code seqments unused in rockbox.Andree Buschmann4-2/+23
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27111 a1c6a512-1295-4272-9138-f99709370657
2010-06-24Theme Editor: Added settingsChanged() signal to DeviceState classRobert Bieber2-21/+51
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27110 a1c6a512-1295-4272-9138-f99709370657
2010-06-24dont build the debug code in ROCKBOX, save ~400bytesJonathan Gordon2-1/+10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27109 a1c6a512-1295-4272-9138-f99709370657
2010-06-24I somehow messed up the previous commit, undo the unrelated changes.Maurus Cuelenaere1-8/+12
Also, r26922 wasn't the culprit but r27004. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27108 a1c6a512-1295-4272-9138-f99709370657
2010-06-24Fix touchscreen scrollbar behaviour when it's on the right.Maurus Cuelenaere1-12/+7
This was broken since r26922. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27107 a1c6a512-1295-4272-9138-f99709370657
2010-06-24text_viewer: rename preference values.Yoshihisa Uchida7-45/+45
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27106 a1c6a512-1295-4272-9138-f99709370657
2010-06-24Moved libskin_parser to lib. Added it to link line.Björn Stenberg2-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27105 a1c6a512-1295-4272-9138-f99709370657
2010-06-24add Martin Sägmüller to CREDITSRafaël Carré1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27104 a1c6a512-1295-4272-9138-f99709370657
2010-06-24Gigabeat S: Use statically initialized channel descriptors. Also, there's no ↵Michael Sevakis2-39/+51
need for them to be in non-cached memory since they're only used on the AP side. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27103 a1c6a512-1295-4272-9138-f99709370657
2010-06-24Theme Editor: Fixed some resource alias issues, implemented device ↵Robert Bieber9-145/+257
configuration panel that loads options from a text file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27102 a1c6a512-1295-4272-9138-f99709370657
2010-06-24Commit FS#11364 by me. Increases the A3525v2 volume range by 7.5dB. Each ↵Michael Giacomelli3-12/+30
volume setting gets 7.5dB louder (if you listened before at 0dB, you would have to set it to about -7.5dB to get the same volume). As a result, the new 0dB actually is pretty close to max line level for a full scale voltage, so positive dB may clip, whereas before they did not because the scale was off. Thanks to dfkt and Tim Graf for help figuring this out. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27101 a1c6a512-1295-4272-9138-f99709370657
2010-06-23Plasma.tex button table: add the conditional third column for targets with ↵Marianne Arnold1-13/+26
HAVEREMOTEKEYMAP defined to all rows (fixes wrong placement and adds info). Make the button table more readable while at it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27100 a1c6a512-1295-4272-9138-f99709370657
2010-06-23as3525v2-usb: beginning of a real driver. Setup packet and control transfers ↵Amaury Pouly2-177/+227
work. There is still a problem with the set address request. Still much work to be done. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27099 a1c6a512-1295-4272-9138-f99709370657
2010-06-23as3525v2-usb: define number of enpoints correctly, write interrupt handlerAmaury Pouly3-117/+156
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27098 a1c6a512-1295-4272-9138-f99709370657
2010-06-23Theme Editor: Began working on device status dialogRobert Bieber7-9/+229
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27097 a1c6a512-1295-4272-9138-f99709370657
2010-06-23Theme Editor: Added dummy font class and implemented font load tagRobert Bieber6-2/+116
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27096 a1c6a512-1295-4272-9138-f99709370657
2010-06-23Detect when building for 64bit Linux and adjust tarball name.Dominik Riebeling1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27095 a1c6a512-1295-4272-9138-f99709370657
2010-06-23Theme Editor: Added rendering support for some more tagsRobert Bieber4-0/+55
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27094 a1c6a512-1295-4272-9138-f99709370657