summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-25Add stdio.h include for SEEK_SET define to various files.Thomas Martitz
Patch by Thomas Jarosch. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28892 a1c6a512-1295-4272-9138-f99709370657
2010-12-24mc13783 RTC: Handle years in a better way for the use of struct tm. Make the ↵Michael Sevakis
code less general because all years evenly divisible by 4 in the day range are leap years. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28891 a1c6a512-1295-4272-9138-f99709370657
2010-12-24Fix FS#11829 - %?xx<....> Crashes on targets where the %xx feature tag isnt ↵Jonathan Gordon
avilable. rather hacky fix though better than crashing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28890 a1c6a512-1295-4272-9138-f99709370657
2010-12-24Adjust a string translation in french, no more pure tag viewer since a while ↵Mustapha Senhaji
now. That's more a track information viewer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28889 a1c6a512-1295-4272-9138-f99709370657
2010-12-24Fix yellow, english.lang string was deprecated.Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28888 a1c6a512-1295-4272-9138-f99709370657
2010-12-24Update translations reusing the translation of the previously deprecated string.Mustapha Senhaji
Translators, please check if adjustements isn't needed! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28887 a1c6a512-1295-4272-9138-f99709370657
2010-12-24Add "file size" to the track information screen of WPS.Mustapha Senhaji
Reuse "LANG_FILE_SIZE" from recording settings, with now a unified "LANG_FILESIZE" string. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28886 a1c6a512-1295-4272-9138-f99709370657
2010-12-23Add the new default dir to clean to the manualAlexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28885 a1c6a512-1295-4272-9138-f99709370657
2010-12-23RaaA: Improve tagcache search to make the database built.Thomas Martitz
First, it add the ability to tagcache to walk through multiple search roots. Second, it adds symlinks targets to the search roots if they're are not inside any of the current search roots, otherwise the symlink is ignored (unless it's a file). The default search root is still /, so no search root will be actually added. But the tagcache now isn't trapped by recursive symlinks anymore and successfully builds, and it's prepared for a future music directory setting. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28884 a1c6a512-1295-4272-9138-f99709370657
2010-12-23Tweak Makefiles a bit to allow cross compiling Rockbox Utility.Dominik Riebeling
- pass AR to the lib Makefiles to make sure the correct one gets used. - create an archive index for archives. - simplify ucl Makefile a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28883 a1c6a512-1295-4272-9138-f99709370657
2010-12-23Set APPVERSION for libmkamsboot and libmkmpioboot.Dominik Riebeling
This avoids an ugly "file not found" error for version.sh when building with deploy.py since the latter doesn't retrieve version.sh. Doing so would be pointless since the export doesn't know about the version, and the svn version string isn't used when building with Rockbox Utility. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28882 a1c6a512-1295-4272-9138-f99709370657
2010-12-23Fix a typo in commentAlexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28881 a1c6a512-1295-4272-9138-f99709370657
2010-12-23SPC Codec: Was broken on ARMv6 since EABI switch and somehow I failed to ↵Michael Sevakis
notice in the first place (and so did eveyone else it seems :). Some early-clobber constraints were needed on inline assemebly operands. In some places, they aren't necessary where they were used, so remove those. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28880 a1c6a512-1295-4272-9138-f99709370657
2010-12-23Disktidy plugin: add .Spotlight-V100 directoriesRobert Menes
(created by Mac OS X) to the list of default files and directories to be cleaned. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28879 a1c6a512-1295-4272-9138-f99709370657
2010-12-22Fix yellowThomas Martitz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28878 a1c6a512-1295-4272-9138-f99709370657
2010-12-22Redo raising the priority of the codec (and voice) thread to fix audio ↵Thomas Martitz
dropouts under heavy UI load, such as during kinetic scrolling or pictureflow. Now it'll raise the priority gradually when under 70% and gradually decrease again in the same way. Previously it raised gradually when under 17% (way too late) and went straight back to default priority above 17% again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28877 a1c6a512-1295-4272-9138-f99709370657
2010-12-22parse_testcodec.rb: add new 'pegase' filenames so they get a heading and fix ↵Nils Wallménius
printing of the MHz needed for realtime values. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28876 a1c6a512-1295-4272-9138-f99709370657
2010-12-22MPEGPlayer: Some UI tweaking and bugfixingMichael Sevakis
* Allow skip-to-beginning in single-play mode; there is no 3-second delay in that case. * Properly handle and keep track of pauses caused by headphone removal. * Improve skipping over bad files - search in skip direction and allow it to be ended with the stop key. * Add the system message processing done elsewhere to all button queue waits. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28875 a1c6a512-1295-4272-9138-f99709370657
2010-12-21Make usb_detect() return USB_UNPOWERED instead of USB_EXTRACTED. Without ↵Frank Gevaerts
that, not all needed disconnect handling is done in usb.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28874 a1c6a512-1295-4272-9138-f99709370657
2010-12-21libwavpack: put some lookup tables in iram, speedup of 8-10% on coldfire (h300).Nils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28873 a1c6a512-1295-4272-9138-f99709370657
2010-12-21aac: put two local structs on the stack as they are small and the codec uses ↵Nils Wallménius
little stack anyway ( < 20% on h300) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28872 a1c6a512-1295-4272-9138-f99709370657
2010-12-21Add %tr to the manual.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28871 a1c6a512-1295-4272-9138-f99709370657
2010-12-21WM8750 - fix muted output when entering FM radio screen.Marcin Bukat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28869 a1c6a512-1295-4272-9138-f99709370657
2010-12-21Major speedup of iPod nano 2G. Part 6: Use faster LCD interface ↵Andree Buschmann
configuration. Tested for LDS and ILI type displays. Speedup is +99% for RGB and +5% for YUV. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28868 a1c6a512-1295-4272-9138-f99709370657
2010-12-20HD300 - Fix bootloader freeze introduced in r28799. DMA transfer hangs for ↵Marcin Bukat
some reason when cpu runs @11MHz in bootloader. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28867 a1c6a512-1295-4272-9138-f99709370657
2010-12-20Fix different enum comparison warning when building with gcc 4.5Nils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28866 a1c6a512-1295-4272-9138-f99709370657
2010-12-20Fix problem with frequency increasing or preset advancing with long press of ↵Michael Chicoine
the down button while in FM Radio git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28864 a1c6a512-1295-4272-9138-f99709370657
2010-12-20fix FS#11784 - classic_statusbar.sbs needed alignemtn fixing to show the ↵Jonathan Gordon
whole time git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28863 a1c6a512-1295-4272-9138-f99709370657
2010-12-20MPEGPlayer: Fix a bug where seeking a stream into the same frame more than ↵Michael Sevakis
once in a row causes it to report itself at the end in error; to fix it, pause streams rather than stopping them if the playback isn't stopped. Also, add one check so the engine can at rewind unseekable files to time 0. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28862 a1c6a512-1295-4272-9138-f99709370657
2010-12-19iPod nano 2G: Use LCD_PHTIME = 0x22 for both LDS and ILI type of displays. ↵Andree Buschmann
Significantly improves speed on ILI type (factor of ~2.5x). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28861 a1c6a512-1295-4272-9138-f99709370657
2010-12-19Check if creating the dictionary worked before accessing it, not afterwards.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28860 a1c6a512-1295-4272-9138-f99709370657
2010-12-19Use more than one core in deployment script.Dominik Riebeling
Try to detect the number of cores in the system and use that value for make -j. Gives a noticable speedup depending on the system (OS X doesn't seem to benefit from it). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28859 a1c6a512-1295-4272-9138-f99709370657
2010-12-19iPod nano2g ILI type LCD displays need big endian configuration for the LCD ↵Andree Buschmann
interface. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28858 a1c6a512-1295-4272-9138-f99709370657
2010-12-19Respect TARGET_DIR when building.Dominik Riebeling
When building out-of-tree (which is the case when building for Rockbox Utility) no objects should get placed in the source folder. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28857 a1c6a512-1295-4272-9138-f99709370657
2010-12-19Update the Czech translation.Mustapha Senhaji
Flyspray: FS#11815 Author: Marek Salaba git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28856 a1c6a512-1295-4272-9138-f99709370657
2010-12-19MPEGPlayer: Move some code that's probably better situated in the stream ↵Michael Sevakis
manager rather than the parser. Fix visibility checking in video out. Extra message sending for new stream isn't needed; just do full decoder sequence reset when requesting dimensions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28855 a1c6a512-1295-4272-9138-f99709370657
2010-12-19MPEGPlayer: Skip to next file when there is a problem with a video file in ↵Michael Sevakis
all-play mode, otherwise exit as usual. Only consider failures such as engine init issues or no file to view to be a plugin error but not problems with the video files themselves; the user is adequately informed already. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28854 a1c6a512-1295-4272-9138-f99709370657
2010-12-19MPEGPlayer: Fix leakage of file decriptors if file wasn't accepted by ↵Michael Sevakis
playback engine-- code is now getting tested that couldn't be before. Also reset parser in stream init when it doesn't like the file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28853 a1c6a512-1295-4272-9138-f99709370657
2010-12-19Fix problem with volume decreasing when pressing the menu button while in FM ↵Michael Chicoine
Radio git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28851 a1c6a512-1295-4272-9138-f99709370657
2010-12-18MPEGPlayer playlist should as well support all viewer-handled file ↵Michael Sevakis
extensions...indeed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28850 a1c6a512-1295-4272-9138-f99709370657
2010-12-18Manual: change wording slightly in the USB charging section.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28849 a1c6a512-1295-4272-9138-f99709370657
2010-12-17fix that make install fails on Cygwin.Teruaki Kawashima
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28848 a1c6a512-1295-4272-9138-f99709370657
2010-12-17Stay in file browser (do not go to WPS) after adding a track to the playlist ↵Alexander Levin
via the hotkey (FS#11344 by Ryan Sawhill) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28847 a1c6a512-1295-4272-9138-f99709370657
2010-12-16fix typo, thanks to Luka_S for catching thisMarcin Bukat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28846 a1c6a512-1295-4272-9138-f99709370657
2010-12-16HD300 - hacky workaround which makes USB bridge work in rockboxMarcin Bukat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28845 a1c6a512-1295-4272-9138-f99709370657
2010-12-16Fix headphone detection on iPod Nano 2G being inverted (regression from r28800)Michael Sparmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28843 a1c6a512-1295-4272-9138-f99709370657
2010-12-16Avoid an obvious stall on everything newer then arm7tdmi. Note: this can ↵Michael Giacomelli
probably be made a lot faster on newer arm targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28842 a1c6a512-1295-4272-9138-f99709370657
2010-12-16Commit FS#11810 by Alexander Meshcheryakov. Boosts the CPU and limits LCD ↵Michael Giacomelli
update rate while recursively scanning files in the properties plugin, improving its scan speed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28841 a1c6a512-1295-4272-9138-f99709370657
2010-12-15Manual - Sansa e200 player images: update the labels for scrolling ('back' ↵Marianne Arnold
and 'fwd' instead of 'up' and 'down') to match the c code and naming in the manual. This reflects a change made long ago (r16182). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28840 a1c6a512-1295-4272-9138-f99709370657
2010-12-15HDD6330: implement lcd_set_flip() function.Szymon Dziok
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28839 a1c6a512-1295-4272-9138-f99709370657