summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix LANG_TAGNAVI_UNTAGGED source stringRafaël Carré2010-05-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26415 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#9193. Remove recording source <Mic> for iPod Video and iPod nano 1G. ↵Andree Buschmann2010-05-30
| | | | | | The manual already describes the correct behaviour. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26414 a1c6a512-1295-4272-9138-f99709370657
* Submit FS#11240 by Raphael Jakse. Allows to reduce volume on WM8985 to -89 ↵Andree Buschmann2010-05-30
| | | | | | dB (e.g. used for Cowon D2). Below -57 dB the line out is affected. The manual is updated accordingly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26413 a1c6a512-1295-4272-9138-f99709370657
* inttypes.h: remove excessive PRI*PTR declaration when long isn't 64 bitsRafaël Carré2010-05-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26412 a1c6a512-1295-4272-9138-f99709370657
* inttypes.h: add (some) iso c99 fprintf format specifiersRafaël Carré2010-05-30
| | | | | | | | | | | Skipped the specifiers for octal, (u)int_leastN_t, (u)int_fastN_t and (u)intmax_t as we don't use them in rockbox Specifiers use the types specified in stdint.h Specifiers for short (16 bits) and char (8 bits) use the int specifier, our format.c doesn't know about 'h' and 'hh' git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26411 a1c6a512-1295-4272-9138-f99709370657
* fix red. no replaygain on hwcodecJonathan Gordon2010-05-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26410 a1c6a512-1295-4272-9138-f99709370657
* Accept FS#11313 by Chris Savery. Add composer to the track info screen and ↵Jonathan Gordon2010-05-30
| | | | | | some general cleen up. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26409 a1c6a512-1295-4272-9138-f99709370657
* add support for the possible viewport colour tags (%Vf and %Vb). use -c to ↵Jonathan Gordon2010-05-30
| | | | | | disable them git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26408 a1c6a512-1295-4272-9138-f99709370657
* Slovak language updateBertrik Sikken2010-05-30
| | | | | | | | Flyspray: FS #11331 Author: Peter Lecký git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26406 a1c6a512-1295-4272-9138-f99709370657
* Applied JdGordon's patch to add tokens to the Theme Editor tag tableRobert Bieber2010-05-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26405 a1c6a512-1295-4272-9138-f99709370657
* and woopsJonathan Gordon2010-05-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26404 a1c6a512-1295-4272-9138-f99709370657
* zip up the output after doing all the skinsJonathan Gordon2010-05-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26403 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Fixed parsing bug that allowed comments to form a new logical ↵Robert Bieber2010-05-30
| | | | | | line in a skin document git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26402 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Got a barely functional treeview in placeRobert Bieber2010-05-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26401 a1c6a512-1295-4272-9138-f99709370657
* Themeditor: Got the ParseTreeNode class in good shape, preparing to start on ↵Robert Bieber2010-05-30
| | | | | | ParseTreeModel git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26400 a1c6a512-1295-4272-9138-f99709370657
* fuze*/e200v2 YUV lcd code: remove a useless instruction forgotten in r21795Rafaël Carré2010-05-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26399 a1c6a512-1295-4272-9138-f99709370657
* No need to break after a returnFrank Gevaerts2010-05-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26398 a1c6a512-1295-4272-9138-f99709370657
* Commit FS#10887 by me. Change the check for software poweroff to be that ↵Michael Giacomelli2010-05-29
| | | | | | the power button is held, not that the power button is held AND that no other button is held. This makes shutting down players with small tightly spaced buttons (Sandisk...) much easier. This also means that combos involving the power button can now potientially power off the player. The H10 and sansas excluding the Fuze use a combo involving power for AB repeat mode. However, the timeout for shutdown is much longer then the long press duration needed for AB repeat, and in practice seems to not be a problem on these players. I've tested this on various players for a long time and bugged other people to try it out, so I think its pretty safe, but if theres problems it can be reverted or keymaps tweaked. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26397 a1c6a512-1295-4272-9138-f99709370657
* Change the software hold button combo from select + home to just holding ↵Michael Giacomelli2010-05-29
| | | | | | home. This is both easier to do on such a small player and more consistent with the OF. Quickscreen is now select + home. Update the manual to reflect this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26396 a1c6a512-1295-4272-9138-f99709370657
* fix broken case handling in storage_present() and storage_removable(). Those ↵Frank Gevaerts2010-05-29
| | | | | | were buggy for targets with a hotswappable drive *and* more than one storage driver (i.e. only the D2 was probably affected) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26395 a1c6a512-1295-4272-9138-f99709370657
* manual: add key combo for clip+ software holdRafaël Carré2010-05-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26394 a1c6a512-1295-4272-9138-f99709370657
* Consolidate the information on album art into one place.Alex Parker2010-05-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26390 a1c6a512-1295-4272-9138-f99709370657
* Only show the section on radio tags if the target has a radio.Alex Parker2010-05-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26389 a1c6a512-1295-4272-9138-f99709370657
* Add a brief description of radio art to the manual. Closes FS#11279.Alex Parker2010-05-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26388 a1c6a512-1295-4272-9138-f99709370657
* Fuze: don't change gate scan position if lcd_set_flip() is not usedRafaël Carré2010-05-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26387 a1c6a512-1295-4272-9138-f99709370657
* cpucache_invalidate: use bx reg instead of mov pc, reg to returnRafaël Carré2010-05-29
| | | | | | | | | | | | | | | Using BX has the effect to set the T bit, so it can return to a thumb function With this change, rockbox runs fine on Clipv2 built with -mthumb (for most files which don't use inline 32 bits ARM assembly) Some other places use code which change the T bit on armv5 but not on armv4 so armv4 won't run See FS#6734 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26386 a1c6a512-1295-4272-9138-f99709370657
* Correct manual keymaps for plugins recently converted to PLA, and use manual ↵Alex Parker2010-05-29
| | | | | | PLA defines for them. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26380 a1c6a512-1295-4272-9138-f99709370657
* Correct typos in D2 keymap file.Alex Parker2010-05-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26379 a1c6a512-1295-4272-9138-f99709370657
* Add non-defined remote actions to the manual keymap filesAlex Parker2010-05-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26378 a1c6a512-1295-4272-9138-f99709370657
* Add the plugin lib actions to the manual keymap files.Alex Parker2010-05-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26377 a1c6a512-1295-4272-9138-f99709370657
* Correction to clobber lists of several codec's inline assembly.Andree Buschmann2010-05-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26376 a1c6a512-1295-4272-9138-f99709370657
* Small changes to asm for better readability.Andree Buschmann2010-05-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26375 a1c6a512-1295-4272-9138-f99709370657
* e200v2: revert r26353Rafaël Carré2010-05-29
| | | | | | | invert setting isn't remembered when backlight goes off and lcd_enable() is ran again git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26374 a1c6a512-1295-4272-9138-f99709370657
* make the script zip the outputJonathan Gordon2010-05-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26373 a1c6a512-1295-4272-9138-f99709370657
* Fuzev1/v2 : lcd_set_flip()Rafaël Carré2010-05-29
| | | | | | FS#11329 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26372 a1c6a512-1295-4272-9138-f99709370657
* be smarter about %xd so it only eats 2 letters if that image has subimagesJonathan Gordon2010-05-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26371 a1c6a512-1295-4272-9138-f99709370657
* fix error when a comment is on the last line of the fileJonathan Gordon2010-05-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26370 a1c6a512-1295-4272-9138-f99709370657
* Doom plugin: Missed properly making a few 'unsigned' on my second pass.Michael Sevakis2010-05-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26369 a1c6a512-1295-4272-9138-f99709370657
* Doom plugin: In anticipation of moving to the EABI toolchain, because of its ↵Michael Sevakis2010-05-29
| | | | | | assumptions about enums being sized as ints, convert enum typdefs to int or unsigned depending upon whether they have negative values in the enumeration. This should effectively preserve the manner in which it is compiled under the old toolchain and avoids having to closely inspect and possibly change many places in the code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26368 a1c6a512-1295-4272-9138-f99709370657
* Theme Editor: Got code generation tentatively working along with a solid C++ ↵Robert Bieber2010-05-29
| | | | | | tree structure for WPS parse trees git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26367 a1c6a512-1295-4272-9138-f99709370657
* Upgrade the ARM eabi toolchain to gcc 4.4.4Thomas Martitz2010-05-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26366 a1c6a512-1295-4272-9138-f99709370657
* sd-as3525.c: Do not wait for TRAN state after transfer is over.Jack Halpin2010-05-28
| | | | | | Waiting for TRAN state after the end of the transfer caused writing problems for some uSD cards. Removing this wait returns write functionality to those cards. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26365 a1c6a512-1295-4272-9138-f99709370657
* Fix typo that made alarmclock exit immediately and add scrollwheel actions.Thomas Martitz2010-05-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26363 a1c6a512-1295-4272-9138-f99709370657
* Apply FS#9194 - LCD invert for Sansa c200/c200v2Bertrik Sikken2010-05-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26362 a1c6a512-1295-4272-9138-f99709370657
* Restore return statement in kernel-as3525.c that was accidentally removed in ↵Bertrik Sikken2010-05-28
| | | | | | r26330. This fixes c200v2 black screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26361 a1c6a512-1295-4272-9138-f99709370657
* Update Brazilian Portuguese TranslationMichael Chicoine2010-05-28
| | | | | | | | Flyspray: FS#11316 Author: Adilson Xavier git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26359 a1c6a512-1295-4272-9138-f99709370657
* Updated Turkish translationMichael Chicoine2010-05-28
| | | | | | | | Flyspray: FS#11299 Author: Altay Oz git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26357 a1c6a512-1295-4272-9138-f99709370657
* Update of Czech languageMichael Chicoine2010-05-28
| | | | | | | | Flyspray: FS#11326 Author: Marek Salaba git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26355 a1c6a512-1295-4272-9138-f99709370657
* Voice buffer can be much, much smaller. Code cleanup, logf fixJeffrey Goode2010-05-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26354 a1c6a512-1295-4272-9138-f99709370657
* Simplify lcd invertMichael Chicoine2010-05-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26353 a1c6a512-1295-4272-9138-f99709370657