summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-04Add a wrapper header, mylcd.h, in the lib subdirectory, which lets plugins' ↵Michael Sevakis
code automatically call the proper functions depending if compilation is for greylib or color display, also forms proper call to grey_ and xlcd_. mylcd_ub_ call greylib unbuffered routines, regular lcd routines otherwise. Form is mylcd_<fnname>, <fnname> is the symbol name stripped of prefixes lcd_, grey_, or xlcd_. Convert a couple plugins I know well (easy job). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26542 a1c6a512-1295-4272-9138-f99709370657
2010-06-04Theme Editor: Began implementing tabbingRobert Bieber
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26541 a1c6a512-1295-4272-9138-f99709370657
2010-06-04Theme Editor: Fixed bugs with menu signals, rearranged UI some moreRobert Bieber
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26540 a1c6a512-1295-4272-9138-f99709370657
2010-06-04Typo fix by Rafaël CarréBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26539 a1c6a512-1295-4272-9138-f99709370657
2010-06-04SPC codec: The inline asm 'memory' clobbers should be unneeded since the ASM ↵Michael Sevakis
either does not modify memory (only loads values), or it modifies things only other ASM blocks deal with and the operand constraints mark them as in/out/both. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26538 a1c6a512-1295-4272-9138-f99709370657
2010-06-03pdbox: Applied several changes by Buschel. Reintroduced compilation for iPods.Wincent Balin
Changes by Buschel: * Reduced footprint by making cosine table of size 1^13 instead of 1^15 * Corrected interpolation in the cos~ object * Optimized multiplication on ARM platforms git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26534 a1c6a512-1295-4272-9138-f99709370657
2010-06-03bins.pl script: don't hide errors, they might be usefulRafaël Carré
Don't use make -j as it uses an unlimited number of jobs and can severely slow down machines and/or make the build fail if processes can't be created git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26533 a1c6a512-1295-4272-9138-f99709370657
2010-06-03Fix voice and manual build scripts even moreFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26531 a1c6a512-1295-4272-9138-f99709370657
2010-06-03Fix voice and manual build scriptsFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26528 a1c6a512-1295-4272-9138-f99709370657
2010-06-03Theme Editor: Added missing copyright headersRobert Bieber
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26526 a1c6a512-1295-4272-9138-f99709370657
2010-06-03Theme Editor: Added a window icon and made menus alt-navigableRobert Bieber
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26525 a1c6a512-1295-4272-9138-f99709370657
2010-06-03Update versionFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26524 a1c6a512-1295-4272-9138-f99709370657
2010-06-03Half-fix voice and manual build scriptsFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26523 a1c6a512-1295-4272-9138-f99709370657
2010-06-03Theme Editor: Mocked up most of the UI, added View menu items for all ↵Robert Bieber
dockable widgets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26520 a1c6a512-1295-4272-9138-f99709370657
2010-06-03Theme Editor: Refactored main window init code, moved parse tree into dock ↵Robert Bieber
widget git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26519 a1c6a512-1295-4272-9138-f99709370657
2010-06-03Using void instead of unsigned char fixes the strict-aliasing warnings with ↵Tobias Diedrich
-Os and gets rid of some casts. And we already use void pointer arithmetic in several other places. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26518 a1c6a512-1295-4272-9138-f99709370657
2010-06-03Update German translation - with the help of Thomas Martitz, Tobias Diedrich ↵Marianne Arnold
and some inspiration from patches in the tracker. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26516 a1c6a512-1295-4272-9138-f99709370657
2010-06-03pdbox: fix build on ARM with eabiRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26514 a1c6a512-1295-4272-9138-f99709370657
2010-06-03copy the images for the skins.Jonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26513 a1c6a512-1295-4272-9138-f99709370657
2010-06-03sd-as3525v1: do not disable peripheral clocks in sd_enable()Rafaël Carré
(forward port of r26481 + cosmetics) This lead to freezes under various conditons (bug report: FS#11267) Battery life is almost not (if at all) affected: - between 4 and 8 minutes less runtime for fuzev1 - 9 minutes less runtime for c200v2 (2 minutes difference on a 2 hours run) Additional verifications of the runtime (including on other models) wouldn't hurt git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26512 a1c6a512-1295-4272-9138-f99709370657
2010-06-03almost finished... copy fonts, backdrops, icon files, skins. last thing to ↵Jonathan Gordon
do is copy the images from inside the skins git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26511 a1c6a512-1295-4272-9138-f99709370657
2010-06-03Correct reusing buffers if the backdrop file is already loaded.Teruaki Kawashima
FS#11305 by myself. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26510 a1c6a512-1295-4272-9138-f99709370657
2010-06-03Add a new script to build the themes. WIP and heavily based on wpsbuild.plJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26509 a1c6a512-1295-4272-9138-f99709370657
2010-06-03cabbiev2 128x64x1 wps (iriver remote wps): add more info to the screenRafaël Carré
With the change to 8 pixels font we can add "Next song" info (%It/%Fn) Also move the tag info 2 pixels down git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26508 a1c6a512-1295-4272-9138-f99709370657
2010-06-03More FFT fun: No point in computing and combining the 2nd FFT if it's just ↵Michael Sevakis
being made null. Use the regular complex FFT (called by fftr anyway) and save ram and computation for a given number of bins. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26507 a1c6a512-1295-4272-9138-f99709370657
2010-06-03Theme Editor: Added syntax highlightingRobert Bieber
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26506 a1c6a512-1295-4272-9138-f99709370657
2010-06-03Use a different remote font than the main LCD fontRafaël Carré
Works for both wps config and settings Only change targets with LCD_REMOTE_HEIGHT <= 64 (irivers) to use 08-Rockfont git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26505 a1c6a512-1295-4272-9138-f99709370657
2010-06-03Fix global proxy getting set too late.Dominik Riebeling
Downloading the build information was done before setting the global proxy values, so this broke in environments that completely block non-proxy connections. Explicitly set the proxy on startup before downloading other things. Remove some duplicated code. Fixes FS#11163. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26504 a1c6a512-1295-4272-9138-f99709370657
2010-06-03FFT plugin: Some speed regulation for too-fast targets. (50FPS)Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26503 a1c6a512-1295-4272-9138-f99709370657
2010-06-03pdbox: Fixing reds.Wincent Balin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26502 a1c6a512-1295-4272-9138-f99709370657
2010-06-03pdbox: Added compilation on iPod 1G-4G.Wincent Balin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26501 a1c6a512-1295-4272-9138-f99709370657
2010-06-03pdbox: Added keypad for iPod 1G-4G. Reordered SOURCES alphabetically.Wincent Balin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26500 a1c6a512-1295-4272-9138-f99709370657
2010-06-03FFT plugin: give everything in the main file a nice 'static'-ing. Saves ↵Michael Sevakis
approx. 1-3K size depending upon the target and so should speed it up a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26499 a1c6a512-1295-4272-9138-f99709370657
2010-06-03FFT plugin: Use worker thread only on multiprocessor targets.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26498 a1c6a512-1295-4272-9138-f99709370657
2010-06-03pdbox: Source cleanup. Removed unneeded files.Wincent Balin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26497 a1c6a512-1295-4272-9138-f99709370657
2010-06-02pdbox: Syntax cleanup for the cosine table.Wincent Balin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26496 a1c6a512-1295-4272-9138-f99709370657
2010-06-02Move constructing the themes info download link to rbutil.ini.Dominik Riebeling
Instead of constructing the download link with fixed script name put a template into the system info file. That way changing the download link doesn't require changing the code anymore. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26495 a1c6a512-1295-4272-9138-f99709370657
2010-06-02Fix yellow, remove some untranslated strings from SlovenscinaAlex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26493 a1c6a512-1295-4272-9138-f99709370657
2010-06-02Changed build subdirectoryRobert Bieber
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26492 a1c6a512-1295-4272-9138-f99709370657
2010-06-02Restore people accidently removed from credits in r26487Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26491 a1c6a512-1295-4272-9138-f99709370657
2010-06-02pdbox: add fuze keymapRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26489 a1c6a512-1295-4272-9138-f99709370657
2010-06-02Update Slovenian (Slovenscina) translationAlex Parker
Flyspray: FS#11311 Author: Nejc Lotric git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26487 a1c6a512-1295-4272-9138-f99709370657
2010-06-02Update Chinese (Simple) translationAlex Parker
Flyspray: FS#11327 Author: Purling Nayuki git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26486 a1c6a512-1295-4272-9138-f99709370657
2010-06-02Update SpanishAlex Parker
Flyspray: FS#11301 and FS#11276 Author: Francisco Villa and Aaron Rothbaum git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26484 a1c6a512-1295-4272-9138-f99709370657
2010-06-02Fix PP5002 builds. Somehow an #else went missing along the line.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26480 a1c6a512-1295-4272-9138-f99709370657
2010-06-02Threading: Split processor support code into respective target files. C ↵Michael Sevakis
files from /target/xxx are included into thread.c because of essential inlining and files are code, not declarations. Copyrights in each new file go to whoever implemented the first functional support. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26479 a1c6a512-1295-4272-9138-f99709370657
2010-06-02tta codec: optimize for arm target. pp502x: ~1% speed up.Yoshihisa Uchida
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26478 a1c6a512-1295-4272-9138-f99709370657
2010-06-02clip int scanning to 15 digits to remove an unecessary malloc().Jonathan Gordon
fix %xl tag git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26477 a1c6a512-1295-4272-9138-f99709370657
2010-06-02change the %Cl tag to be cleaner. it it now %Cl(x, y, width, height [, ↵Jonathan Gordon
xalign][, yalign]) d,i,s modifiers are no longer supported (were there for origional compatability) and +,- modifiers are not supported anymore either. Legal values for xalign are: l,c,r (left, center, right) Legal values for xalign are: t,c,b (top, center, bottom) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26475 a1c6a512-1295-4272-9138-f99709370657
2010-06-02FFT Plugin: Should use scale_factor, not LCD_WIDTH/HEIGHT to break the ↵Michael Sevakis
spectrogram loop. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26471 a1c6a512-1295-4272-9138-f99709370657