summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-29r27159 broke mpegplayer but not the mpa codec because its libmad init wasn't ↵Michael Sevakis
also updated to be compatible with the changes. Fix that. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27171 a1c6a512-1295-4272-9138-f99709370657
2010-06-29Gigabeat S: The forced shutoff voltage level can be lowered a tiny bit it seems.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27170 a1c6a512-1295-4272-9138-f99709370657
2010-06-29Theme Editor: Implemented conditional rendering, most conditionals should ↵Robert Bieber
work correctly now git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27169 a1c6a512-1295-4272-9138-f99709370657
2010-06-29Theme Editor: Beginning to work on conditional rendering, just made fix to ↵Robert Bieber
line following code to speed up horizontal scrolling git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27168 a1c6a512-1295-4272-9138-f99709370657
2010-06-29Theme Editor: Rearranged and separated tag execution and rendering codeRobert Bieber
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27167 a1c6a512-1295-4272-9138-f99709370657
2010-06-28Simplify the 'blind' macro and imrove spacing where it's usedAlexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27166 a1c6a512-1295-4272-9138-f99709370657
2010-06-28text viewer: tv_window doesn't depend on the layout of the text viewer.Yoshihisa Uchida
And display functions change the following. - some functions change to static functions. - fix the problem that font_changing flag is invalid value. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27165 a1c6a512-1295-4272-9138-f99709370657
2010-06-28Enable HID support, clean up usb-drv-as3525.c a bit, add a workaround for ↵Tobias Diedrich
weird Linux behaviour (don't have Windows to test with), we don't need to set up USB_PHY_EPx_INFO (OF doesn't bother either). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27164 a1c6a512-1295-4272-9138-f99709370657
2010-06-28Remove unneeded libmad files from build.Andree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27163 a1c6a512-1295-4272-9138-f99709370657
2010-06-27Part of FS#11367 by me: e200v2 enable line outMichael Chicoine
Should also work for Fuzev1, although not tested. Connect dock after booting Rockbox. Connecting dock with power off will boot into OF. TODO: enable/disable line out based on dock connection status, add additional devices (Fuzev2 and c200v2) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27162 a1c6a512-1295-4272-9138-f99709370657
2010-06-27as3525v2-usb: rework ep listing&xfers cancelling, implement speed reporting, ↵Amaury Pouly
first try at implementing disconnection There is still a problem after the set address request which makes the driver working randomly. I still didn't manage do get a proper disconnect interrupt. From time to time, when unplugging cable, neither rockbox nor usb driver reports disconnect even. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27161 a1c6a512-1295-4272-9138-f99709370657
2010-06-27Comment further unused code in libmad.Andree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27160 a1c6a512-1295-4272-9138-f99709370657
2010-06-27Comment unused code in libmad. Clean up initialization and memset'ing of ↵Andree Buschmann
decoder arrays. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27159 a1c6a512-1295-4272-9138-f99709370657
2010-06-27Sansa clip+: prevent an unnecessary OF database refresh when using the ↵Bertrik Sikken
wake-up alarm with a uSD card inserted (probably works for other AMSv2 targets too) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27158 a1c6a512-1295-4272-9138-f99709370657
2010-06-27Fix inline asm argument. Shouldn't have much impact in practice but might ↵Nils Wallménius
save a load if gcc is clever. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27157 a1c6a512-1295-4272-9138-f99709370657
2010-06-27FS#10925 by myself: add touchscreen support for virtual keyboard.Teruaki Kawashima
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27156 a1c6a512-1295-4272-9138-f99709370657
2010-06-27fix yellow.Yoshihisa Uchida
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27155 a1c6a512-1295-4272-9138-f99709370657
2010-06-27text viewer: display functions more changes.Yoshihisa Uchida
- font functions move to tv_display. - modify tv_init_display() and add tv_finalize_display(). - viewport functions are changed from global to static. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27154 a1c6a512-1295-4272-9138-f99709370657
2010-06-27Refacture libmad's synthesis filter via macro usage. Comment unused special ↵Andree Buschmann
synthesis filter for half bandwidth. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27153 a1c6a512-1295-4272-9138-f99709370657
2010-06-27text viewer: simplify display functions.Yoshihisa Uchida
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27152 a1c6a512-1295-4272-9138-f99709370657
2010-06-27udelay between command and data write seems to get rid of the display ↵Tobias Diedrich
glitches on C200v2 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27151 a1c6a512-1295-4272-9138-f99709370657
2010-06-27Include usb-target.h for usb_remove_int().Tobias Diedrich
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27150 a1c6a512-1295-4272-9138-f99709370657
2010-06-27Add one second timeout for USB enumeration, so we don't get stuck in USB ↵Tobias Diedrich
mode if it's just a charger. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27149 a1c6a512-1295-4272-9138-f99709370657
2010-06-27DBOP noise on C200v2 goes away if we precharge long enough.Tobias Diedrich
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27148 a1c6a512-1295-4272-9138-f99709370657
2010-06-26Swap ccache and Tobias Diedrich
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27147 a1c6a512-1295-4272-9138-f99709370657
2010-06-26Move two remaining lines to the Text layerFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27146 a1c6a512-1295-4272-9138-f99709370657
2010-06-26Give the lrcplayer manual entry a good seeing to.Alex Parker
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 Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27144 a1c6a512-1295-4272-9138-f99709370657
2010-06-26fix red.Yoshihisa Uchida
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 Uchida
- 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 Sevakis
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 Sevakis
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 Sevakis
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 Uchida
- 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 Bieber
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 Bieber
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 Bieber
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 Arnold
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 Arnold
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 Arnold
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 Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27131 a1c6a512-1295-4272-9138-f99709370657
2010-06-25lcd-m6sp.c: remove \rRafaël Carré
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 Bieber
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 Bieber
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 Arnold
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 Bieber
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 Dziok
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 Dziok
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27124 a1c6a512-1295-4272-9138-f99709370657
2010-06-24Build cowond2 with gcc-eabiRafaël Carré
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 Bieber
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27121 a1c6a512-1295-4272-9138-f99709370657