summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-10-14Make some dependencies on id3.h explicit.Magnus Holmgren3-0/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18810 a1c6a512-1295-4272-9138-f99709370657
2008-10-14Added #include pcm_record.hBjörn Stenberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18809 a1c6a512-1295-4272-9138-f99709370657
2008-10-14Red build fix: Moved PCM #defines from pcm_record.h to pcm.h. Added ↵Björn Stenberg4-24/+26
necessary #includes to statusbar.c and s1a0903x01.c. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18808 a1c6a512-1295-4272-9138-f99709370657
2008-10-14Moved pcm_record from firmware to apps. Cleaned up some. Now all code using ↵Björn Stenberg15-27/+42
struct mp3entry is in apps. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18807 a1c6a512-1295-4272-9138-f99709370657
2008-10-14telechips usb: not ready for use but, something is working, needs improvement.Vitja Makarov4-5/+744
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18806 a1c6a512-1295-4272-9138-f99709370657
2008-10-14Correct poor assumption on my part that WMA frames are 2048 samples long. ↵Michael Giacomelli1-1/+1
Fixed problems with sample rates < 44.1khz. Fixes FS#9242 and FS#9439. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18805 a1c6a512-1295-4272-9138-f99709370657
2008-10-13Manual: Update the Pegbox screenshots affected by the previous change (r18803)Marianne Arnold6-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18804 a1c6a512-1295-4272-9138-f99709370657
2008-10-13Pegbox - new graphics for Archos, c200, small H10, Mini, M3 - also cleaning ↵Marianne Arnold34-162/+201
and small tweaks to the rest of the greyscale and monochrome bitmaps. Aspect ratio correct the pieces for the Archos screen (now uses 9x7 tiles) which made it possible to also add the header with statistics). Necessary changes to pegbox.c: don't assume piece height = piece width, prepare a new 'wide' layout for the c200 with the statics at the side. Additional cleanup - make the code more readable by replacing repeatedly used bmpheight_XYZ with defines, splitting some too long lines. Let the 'Start on level' line in the menu actually appear on the Mini's screen. Also rename the greyscale graphics according convention to '...x2.bmp' and set the mime-type more accurately for all pegbox bitmaps. Finally, add Joel Puik, the creator of the original colour graphics to CREDITS. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18803 a1c6a512-1295-4272-9138-f99709370657
2008-10-13Stop scrolling lines when entering or leaving a menu list item. Fixes FS ↵Peter D'Hoye1-1/+11
#9478 (Scrolling lines from (menu) lists are drawn over other screens) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18802 a1c6a512-1295-4272-9138-f99709370657
2008-10-13Hopefully fix the D2s 'cut and repeated LCD lines' bug (fix suggested by ↵Rob Purchase2-1/+14
Francesco Rigoni). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18801 a1c6a512-1295-4272-9138-f99709370657
2008-10-13rbutil: include the qt accessible plugin into the mac bundle. (Enables ↵Dominik Wenger2-2/+18
screenreader support on macs) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18800 a1c6a512-1295-4272-9138-f99709370657
2008-10-13Move 'Playback Settings' up from 'General Settings' to 'Settings' (FS#9472 ↵Nils Wallménius4-86/+96
by William Poetra Yoga Hadisoeseno but without the menu rearrangement) also closes FS#9154. Update manual to reflect the menu change, Playback Settings is now its own chapter. As a bonus that makes it a bit easier to find stuff in the toc. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18799 a1c6a512-1295-4272-9138-f99709370657
2008-10-13FS#9463 Fixes and updates to the simplified Chinese translation by William ↵Nils Wallménius1-105/+177
Poetra Yoga Hadisoeseno git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18798 a1c6a512-1295-4272-9138-f99709370657
2008-10-13Alternate fix for the bug fixed by FS#9163, the selection in the playlist ↵Nils Wallménius1-1/+2
viewer was one line too low, which caused it to be off-screen if the last item was selected. The cause was that the selected item was set before the list title, fixed by re-calculating the position of the selected item after setting the title. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18797 a1c6a512-1295-4272-9138-f99709370657
2008-10-13Don't exit with code 0 on do_patching() failVitja Makarov1-10/+14
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18795 a1c6a512-1295-4272-9138-f99709370657
2008-10-12Remove usage of snprintf and strlen and instead calculate things at ↵Dave Chapman1-9/+18
compile-time. Also swap the positions of the version text and logo for the Clip so we don't get a multi-coloured logo git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18793 a1c6a512-1295-4272-9138-f99709370657
2008-10-12Archos flash loader: compile with -Os and make all internal functions static ↵Jens Arnold4-40/+33
to save space. main() and _main() must not be static or they wouldn't end up in IRAM for execution. * Also make some bootbox functions static, and drop the useless return value from charging_screen(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18791 a1c6a512-1295-4272-9138-f99709370657
2008-10-12Fix a couple of factual inaccuracies in the M200 build.Rob Purchase2-12/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18790 a1c6a512-1295-4272-9138-f99709370657
2008-10-12Make mkamsboot safer by introducing the use of ".sansa" files to store Sansa ↵Dave Chapman3-24/+123
V2 bootloader and firmware files. These files are the same format (a simple 8-byte header consisting of a 32-bit checksum followed by 4-char model name is prepended to the binary data) as that used by lots of other Rockbox targets (.ipod, iriver etc). Support added to scramble/mkamsboot for both clip and e200v2, even though the latter is not in SVN yet. Also add a check of the whole-file original firmware checksum to mkamsboot and add a new $scramblebitmaptools toolset variable in configure. The output of this version of mkamsboot is confirmed to be md5sum-identical to the previous version. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18789 a1c6a512-1295-4272-9138-f99709370657
2008-10-12Separate basic functionality from GUI parts by moving it into a separate ↵Dominik Riebeling23-34/+36
folder. Some files still need to get cleaned up prior moving them too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18788 a1c6a512-1295-4272-9138-f99709370657
2008-10-12Fix a nasty bug spotted by Rob Purchase - the uploaded file was being ↵Dave Chapman1-3/+6
truncated to a multiple of 64 bytes (PACKET_SIZE). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18787 a1c6a512-1295-4272-9138-f99709370657
2008-10-12Rename the clip directory to sansa-clip to be consistent with the first ↵Dave Chapman9-3/+3
(PortalPlayer) Sansa ports git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18786 a1c6a512-1295-4272-9138-f99709370657
2008-10-12make colours look rightFrank Gevaerts1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18785 a1c6a512-1295-4272-9138-f99709370657
2008-10-12Fix LCD timings on the older meizu M3 variant, so it works with a fast clock.Frank Gevaerts2-12/+12
(FS#9484, by Denes Balatoni) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18784 a1c6a512-1295-4272-9138-f99709370657
2008-10-12Minor clean up, move common define to a header file and use TIME_AFTER macroNils Wallménius3-4/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18783 a1c6a512-1295-4272-9138-f99709370657
2008-10-12Commit FS#9467 - initial work on port to Sansa Clip by Rafaël Carré and ↵Dave Chapman20-3/+1372
François Dinel. A few cosmetic changes were made by me prior to committing: 1) TAB policing in button-clip.c; 2) Add François Dinel to CREDITS; 3) Add François Dinel as (C) holder in button-target.h (it was previously blank); 4) Add Rockbox header to bootloader/sansa_as3525.c with Rafaël Carré as (C) holder; 5) Change target_id to 50 (next available number) in tools/configure and fixed indentation; 6) Change MODEL_NUMBER in config-clip.h to 50 (next available number); 7) Remove unused in/out macros from system-target.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18782 a1c6a512-1295-4272-9138-f99709370657
2008-10-12Bootloaders don't need special handling in sys_poweroff() for recording targets.Jens Arnold1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18780 a1c6a512-1295-4272-9138-f99709370657
2008-10-12Document %mv wps tag (FS#9482 by Alexander Levin).Dominik Riebeling1-0/+22
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18779 a1c6a512-1295-4272-9138-f99709370657
2008-10-12Fix FS#9479 - "readonly" lists sometimes wrap when they shouldnt. part of ↵Jonathan Gordon1-7/+11
the fix forced it to disable wrapping for these lists.. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18778 a1c6a512-1295-4272-9138-f99709370657
2008-10-11rbutil: enable Tab navigation in the progresswindow.Dominik Wenger1-1/+10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18777 a1c6a512-1295-4272-9138-f99709370657
2008-10-11remove dead code from firmware/target/arm/crt0.S, and conditionalise bits of itFrank Gevaerts2-18/+3
make the meizu builds compile with the new crt0.S location git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18776 a1c6a512-1295-4272-9138-f99709370657
2008-10-11Move the S5L8700 (Meizu) crt0.S file up one level - it can be used as a ↵Dave Chapman2-2/+0
generic ARM crt0.S (the uncommitted patch for the Sansa V2s uses it). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18775 a1c6a512-1295-4272-9138-f99709370657
2008-10-11Updated italian translation.Alessio Lenzi1-0/+14
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18774 a1c6a512-1295-4272-9138-f99709370657
2008-10-11* Make %t stricter by aborting if a value is not given.Jonathan Gordon3-3/+16
* Move the default value for %mv back into wps_parser.c where it belongs * Add the debug line for the %mv tag git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18773 a1c6a512-1295-4272-9138-f99709370657
2008-10-11Add Rafael Carre to the (C) message in the output of mkamsboot. This should ↵Dave Chapman1-8/+2
be the last commit for a while... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18772 a1c6a512-1295-4272-9138-f99709370657
2008-10-11Fix another bug in dualboot.S, add Rafael Carre as the (C) holder of ↵Dave Chapman2-24/+45
dualboot.S (most of the code there is his) and use the standard Rockbox header in mkamsboot.c. This code is still untested on target. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18771 a1c6a512-1295-4272-9138-f99709370657
2008-10-11Fix a bug in the uclcopy loop, plus add a warning to make sure people know ↵Dave Chapman2-1/+5
the untested status of this code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18770 a1c6a512-1295-4272-9138-f99709370657
2008-10-11update the %mv wps tag to let you specify how long it should wait after ↵Jonathan Gordon2-8/+11
being released to go back to false. e.g %mv2 will stay true for 2 seconds or %mv3.5 is 3.5 seconds (same as the %t syntax)... if no number is specified it defaults to 1 second git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18769 a1c6a512-1295-4272-9138-f99709370657
2008-10-11Fix some off-by-one errors, plus remove some unused variablesDave Chapman2-6/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18768 a1c6a512-1295-4272-9138-f99709370657
2008-10-11Major rework of mkamsboot, extending work done by Rafael Carre. We now ↵Dave Chapman6-237/+613
build one "dualboot.bin" mini-bootloader per target and embed it in the mkamsboot binary. The user of mkamsboot just needs to provide an original firmware file, and a Rockbox bootloader file. This code currently supports just the Clip (hardware revision 1) and the E200v2 - button checks are needed for the other V2 targets. NOTE: This is completely untested on-target, and may brick your device. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18767 a1c6a512-1295-4272-9138-f99709370657
2008-10-11Make the MIPS toolchain build on gcc 4.3+.Jens Arnold1-1/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18766 a1c6a512-1295-4272-9138-f99709370657
2008-10-10Forgot description for the new lang stringNils Wallménius1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18765 a1c6a512-1295-4272-9138-f99709370657
2008-10-10Search In PlaylistNils Wallménius2-15/+40
* Add a title to the list of search results. * Fix drawing of the statusbar. * Avoid splashing in every iteration of the search loop if no new hits, gives about 10x speedup on h300 when searching for a string that gives 30 hits in a playlist of 3000 tracks. * Boost cpu when searching, ~doubles the search speed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18764 a1c6a512-1295-4272-9138-f99709370657
2008-10-10Bump ipodpatcher version stringNils Wallménius1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18763 a1c6a512-1295-4272-9138-f99709370657
2008-10-10Moved id3.c, mpeg.c and replaygain.c from firmware/ to apps/. This is the ↵Björn Stenberg5-4/+6
first step in separating the generic metadata code and the id3-specific code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18760 a1c6a512-1295-4272-9138-f99709370657
2008-10-09change the %mv timeout to 1s which works better, also change the string to ↵Jonathan Gordon1-2/+2
show "v" instead of .:| if its not used as a conditional git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18759 a1c6a512-1295-4272-9138-f99709370657
2008-10-09Comma fix in rbutil translation (FS#9426 by Alexander Levin).Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18758 a1c6a512-1295-4272-9138-f99709370657
2008-10-09Added missing Album Hart voice string and synced italian translation.Alessio Lenzi2-2/+36
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18757 a1c6a512-1295-4272-9138-f99709370657
2008-10-09Make it possible to interrupt md5sum. FS#9209 by Chrisopher Williams.Antoine Cellerier1-9/+25
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18756 a1c6a512-1295-4272-9138-f99709370657
2008-10-09Fix menu (update to newer one)Maurus Cuelenaere2-4/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18755 a1c6a512-1295-4272-9138-f99709370657