summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-19FS#10219 (AMSSansa Debug Clocks) by Jack HalpinRafaël Carré
With a few modifications by me: Return 0MHz for PLL disabled (PLLB) Mention if i2si and i2so are on or off Simplify scrolling (for small & large displays) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20987 a1c6a512-1295-4272-9138-f99709370657
2009-05-19Sansa Clip : ignore previous setting of CGU_DBOP (do not use ORR)Rafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20986 a1c6a512-1295-4272-9138-f99709370657
2009-05-19Mention the Rockblox restart combo in the Player's and the Ondios' manuals. ↵Marianne Arnold
Move the ONDIO_PAD opt to the end of this list to avoid an unnecessary blank line that was inserted for some reason otherwise. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20985 a1c6a512-1295-4272-9138-f99709370657
2009-05-18Rockblox: make sure the new restart combo on Player and Ondio does not ↵Marianne Arnold
interfere with the usual 'quit', even when pressing the Stop (or Off) button first. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20984 a1c6a512-1295-4272-9138-f99709370657
2009-05-18Use TIME_BEFORE in bench_* plugins, and use 10s test duration.Andrew Mahone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20983 a1c6a512-1295-4272-9138-f99709370657
2009-05-18Speed up USB storage by being a bit smarter in ordering transfer setupsFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20982 a1c6a512-1295-4272-9138-f99709370657
2009-05-17Ingenic Jz4740 PCM driver: set correct sample rateMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20981 a1c6a512-1295-4272-9138-f99709370657
2009-05-17Make it possible to exit from the WPS on the Onda VX747Maurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20980 a1c6a512-1295-4272-9138-f99709370657
2009-05-17Don't define LOGF_ENABLE..Maurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20979 a1c6a512-1295-4272-9138-f99709370657
2009-05-17Get interrupt endpoints fully working on Ingenic Jz4740 targetsMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20978 a1c6a512-1295-4272-9138-f99709370657
2009-05-17Fix duplicate #includesBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20977 a1c6a512-1295-4272-9138-f99709370657
2009-05-17Add HID related bits to the debug menu (work by Tomer Shalev)Frank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20976 a1c6a512-1295-4272-9138-f99709370657
2009-05-17Clean up some unused #includesBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20975 a1c6a512-1295-4272-9138-f99709370657
2009-05-17get repeat/hold actions working on the touchscreen WPS. prepending an action ↵Jonathan Gordon
with & means that this will only get triggered if you hold down the area. cabbie WPS updated so the fwd/rwd icons will do that when held or skip fwd/back if just pressed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20974 a1c6a512-1295-4272-9138-f99709370657
2009-05-16Try at implementing interrupt endpoints in the Ingenic Jz4740 USB driverMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20973 a1c6a512-1295-4272-9138-f99709370657
2009-05-16Set SVN properties to the standard Rockbox valuesAlexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20972 a1c6a512-1295-4272-9138-f99709370657
2009-05-16(Maybe the first) correction of the order the album art images are searched. ↵Alexander Levin
Also correct some typos. Preferred sizes are not described yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20971 a1c6a512-1295-4272-9138-f99709370657
2009-05-16Correct a little typo.Thomas Martitz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20970 a1c6a512-1295-4272-9138-f99709370657
2009-05-16Add a simple benchmark plugin for the scaler, using the pluginlib import of ↵Andrew Mahone
resize_on_load. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20969 a1c6a512-1295-4272-9138-f99709370657
2009-05-16Add read_uint8() and read_uint16be() to metadata_common.c/hMohamed Tarek
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20968 a1c6a512-1295-4272-9138-f99709370657
2009-05-16Resume feature for Rockblox by dumping the state upon exiting and loading it ↵Thomas Martitz
when starting rockblox. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20967 a1c6a512-1295-4272-9138-f99709370657
2009-05-16Use a struct for the necessary status variables for rockblox. Will make ↵Thomas Martitz
dumping the status easier for the upcoming resume addition. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20966 a1c6a512-1295-4272-9138-f99709370657
2009-05-16Define a restart button for Ondio and Player for Rockblox.Thomas Martitz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20965 a1c6a512-1295-4272-9138-f99709370657
2009-05-16fix DEBUGF statement to print variables that actually exist (FS#10212 by ↵Frank Gevaerts
Tomer Shalev) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20964 a1c6a512-1295-4272-9138-f99709370657
2009-05-16Add usb_hid_usage_tables.h for HID to actually compileFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20963 a1c6a512-1295-4272-9138-f99709370657
2009-05-16Add working USB HID driver, by Tomer Shalev (part of his GSoC work).Frank Gevaerts
This needs support for usb interrupt transfers, so there are some changes in various USB drivers as well (only usb-drv-arc supports it at this point, others won't have working HID yet). HID is disabled for now, as the apps/ part is not included yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20962 a1c6a512-1295-4272-9138-f99709370657
2009-05-16New 'clock present' WPS tag: The tag checks for the presence of the clock ↵Marianne Arnold
hardware and can be used unconditionally (returning a 'c') or in a conditional. You can specify what to display if a target has the clock (the true case) and an alternative for targets without. This can be useful for e.g. the greyscale 160x128 WPSs or the Archos ones which work on players with and without the hardware. - Add the new tag to the WPS tag description in the manual. Change the headline to the less technical 'Time and Date' as per the discussion in IRC. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20961 a1c6a512-1295-4272-9138-f99709370657
2009-05-16Support building beastpatcher with MinGW.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20960 a1c6a512-1295-4272-9138-f99709370657
2009-05-16FS#9971 superdom fixes from Teruaki Kawashima.Andrew Mahone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20959 a1c6a512-1295-4272-9138-f99709370657
2009-05-16Clean up albumart.c a bit, reducing use of USE_JPEG_COVER inside ↵Andrew Mahone
search_albumart_files to only around the folder.jpg test and a strlen call. 0 delta vs previous code for #undef HAVE_JPEG. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20958 a1c6a512-1295-4272-9138-f99709370657
2009-05-16Add include to pluginlib_jpeg_mem.c to prevent warning noise with ↵Andrew Mahone
-Wmissing-prototypes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20957 a1c6a512-1295-4272-9138-f99709370657
2009-05-16Define a symbol and use it instead of repeating the conditionAlexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20956 a1c6a512-1295-4272-9138-f99709370657
2009-05-16Make variables static where possibleAlexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20955 a1c6a512-1295-4272-9138-f99709370657
2009-05-16Attempt to fix yellow on sims (can't reproduce on my system).Andrew Mahone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20954 a1c6a512-1295-4272-9138-f99709370657
2009-05-16Use new buflib extensions to avoid static allocation for track list, by ↵Andrew Mahone
shifting space out of the buffer and freeing slides as needed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20953 a1c6a512-1295-4272-9138-f99709370657
2009-05-16Extend buflib to support shifting space out off the buffer for other use, ↵Andrew Mahone
and returning space to the buffer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20952 a1c6a512-1295-4272-9138-f99709370657
2009-05-15FS#10201, skip folder.jpg in search_albumart_files if size_string is not empty.Andrew Mahone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20951 a1c6a512-1295-4272-9138-f99709370657
2009-05-15Change the type of read_uint32be to uint32_t and ensure all variables passed ↵Dave Chapman
to that function are also of that type. No functional changes, but makes read_uint32be consistent with the other read_* functions and prevents warning in the upcoming RealAudio metadata parser. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20950 a1c6a512-1295-4272-9138-f99709370657
2009-05-15I had the file priority mixed up.Robert Menes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20949 a1c6a512-1295-4272-9138-f99709370657
2009-05-15Credit where credit's due. :)Robert Menes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20948 a1c6a512-1295-4272-9138-f99709370657
2009-05-15I think we should also make mention of support BMPRobert Menes
and JPEG files as well. Taken from the wiki and originally written by Nick Sant (evilnick). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20947 a1c6a512-1295-4272-9138-f99709370657
2009-05-15Make a mention of the now-supported JPEG album art in the manual.Robert Menes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20946 a1c6a512-1295-4272-9138-f99709370657
2009-05-15Apply FS#10204 by Wookey (yes, his real name :)) - Add the subline tags to ↵Alex Parker
the WPS Tags summary appendix. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20945 a1c6a512-1295-4272-9138-f99709370657
2009-05-15Fix splash on greyscale (was showing only a black or grey box, no text) by ↵Thomas Martitz
reverting to lcd_set_foreground(). That does a bit more on greyscale than just setting the current's viewports fg_pattern :/ It will still only apply to the viewport used for splash, so no need to restore the old foreground. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20944 a1c6a512-1295-4272-9138-f99709370657
2009-05-15Fix FS#10197 by setting the viewport before calculating the string size.Thomas Martitz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20943 a1c6a512-1295-4272-9138-f99709370657
2009-05-15M:Robe 500: Commit some minor changes and some keymap changes (short press ↵Karl Kurbjun
power takes you out of the WPS) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20942 a1c6a512-1295-4272-9138-f99709370657
2009-05-15Remove unneeded function call (radio_load_presets does clear the memory)Alexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20941 a1c6a512-1295-4272-9138-f99709370657
2009-05-15Sort by and display disc number in PictureFlow, increase MAX_TRACKS to 128, ↵Andrew Mahone
prevent display of garbage tracklist on failure. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20940 a1c6a512-1295-4272-9138-f99709370657
2009-05-15More touchscreen additions, quickscreen, browser, context menu, skip ↵Jonathan Gordon
fwd/back buttons in the mr500 wps (a "button bar" will pop up for 2.5s when the screen is touched.) icons by Johannes Voggenthaler pitch screen icon is there but not used because that screen isnt fixed for the touhscreen yet git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20939 a1c6a512-1295-4272-9138-f99709370657
2009-05-15Clean up create_track_index, fixing FS#9333, and use tagcache-provided ↵Andrew Mahone
length instead of strlen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20938 a1c6a512-1295-4272-9138-f99709370657