summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
...
* Also update the two missing autoresume strings in the German translation.Marianne Arnold2011-01-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29126 a1c6a512-1295-4272-9138-f99709370657
* Add german translation for LANG_FM_RSSI.Dominik Riebeling2011-01-23
| | | | | | | | | Author: Uwe Wiebach Flyspray: FS#11811 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29121 a1c6a512-1295-4272-9138-f99709370657
* Better boost calculation for multifrequency CPUs. Frequencies between ↵Michael Sevakis2011-01-22
| | | | | | minimum and maximum count as fractional boost. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29115 a1c6a512-1295-4272-9138-f99709370657
* Declaration of 'pause' from robotfindskitten has conflicting types for ↵Thomas Martitz2011-01-22
| | | | | | | | | 'pause' from android-ndk-r5 Flyspray: FS#11901 Author: Benjamin Brown git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29114 a1c6a512-1295-4272-9138-f99709370657
* i.MX31: Add a debug menu to play around with DVFS/DPTC settings for fun, ↵Michael Sevakis2011-01-22
| | | | | | testing or benchmarking purposes. Can set the CPU frequency working point, whether DPTC voltage scaling is enabled and change the software-programmable load tracking weights. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29113 a1c6a512-1295-4272-9138-f99709370657
* Declaration of 'pause' from chessclock is redeclared as different kind of ↵Thomas Martitz2011-01-22
| | | | | | | | | symbol by android-ndk-r5 Flyspray: FS#11900 Author: Benjamin Brown git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29112 a1c6a512-1295-4272-9138-f99709370657
* revert personal change accidentally included in r29110Teruaki Kawashima2011-01-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29111 a1c6a512-1295-4272-9138-f99709370657
* FS#11819: image viewer: use magick number in file to determine image type.Teruaki Kawashima2011-01-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29110 a1c6a512-1295-4272-9138-f99709370657
* FS#11828: Fix in core mod parser to blindly accept any .mod you throw at it. ↵Thomas Martitz2011-01-21
| | | | | | Based on MikMod. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29105 a1c6a512-1295-4272-9138-f99709370657
* Get the Croatian language file to build. OverlookedRobert Menes2011-01-21
| | | | | | | previously. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29101 a1c6a512-1295-4272-9138-f99709370657
* Fuze v2: Do button reading more efficiently by mapping button codes directly ↵Michael Sevakis2011-01-20
| | | | | | to the GPIO pin states where possible (all but 'home' and hold). This makes plugins incompatible; up the min version and sort things. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29097 a1c6a512-1295-4272-9138-f99709370657
* pong: make related variables a structure. Correct collision detecting. ↵Teruaki Kawashima2011-01-20
| | | | | | Disable turn off backlight. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29095 a1c6a512-1295-4272-9138-f99709370657
* image viewer: png: do not show custom error message when there is not enough ↵Teruaki Kawashima2011-01-19
| | | | | | memory. get rid of use of iv->plug_buf. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29091 a1c6a512-1295-4272-9138-f99709370657
* image viewer: ppm:Teruaki Kawashima2011-01-19
| | | | | | | | | * return proper error code when image is too large. * check return value of read() properly. * display progressbar. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29090 a1c6a512-1295-4272-9138-f99709370657
* SPC Codec: AS3525 targets should be fast enough for realtime BRR decode and ↵Michael Sevakis2011-01-19
| | | | | | echo. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29089 a1c6a512-1295-4272-9138-f99709370657
* abrepeat: drop some inline's and rearrange code to save some size since this ↵Nils Wallménius2011-01-18
| | | | | | stuff is hardly speed critical. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29086 a1c6a512-1295-4272-9138-f99709370657
* Try to get some control over #ifdef hell in usb.c by refactoring and inline ↵Michael Sevakis2011-01-18
| | | | | | function use. SYS_USB_DISCONNECTED_ACK hasn't been doing anything useful for the USB thread; remove it. USB thread simply ignores that value. Observe only valid usb_state transitions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29084 a1c6a512-1295-4272-9138-f99709370657
* Few whitespace fixes by Michael Hohmuth FS#11885Mustapha Senhaji2011-01-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29082 a1c6a512-1295-4272-9138-f99709370657
* Fix player becoming unresponsive on Stop / Pause in some cases.Dominik Riebeling2011-01-17
| | | | | | | | | | | | | Fix for FS#11856: In tagtree_buffer_event, do not wait for database to come online as that may never happen. Rather, wait until it either has come online or has decided that this will never happen. Added a new function to tagcache.c to export this information. Flyspray: FS#11865 Author: Michael Hohmuth git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29081 a1c6a512-1295-4272-9138-f99709370657
* Add ipod 6g target to translations for "Bass and Treble Cutoff" string.Mustapha Senhaji2011-01-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29080 a1c6a512-1295-4272-9138-f99709370657
* Set svn:keywords for the new translation file.Mustapha Senhaji2011-01-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29079 a1c6a512-1295-4272-9138-f99709370657
* Last fix, I swear: add in the proper header.Robert Menes2011-01-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29078 a1c6a512-1295-4272-9138-f99709370657
* Don't need that honking huge header, so out it goes.Robert Menes2011-01-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29077 a1c6a512-1295-4272-9138-f99709370657
* New translation: Croatian by Ante Maretic. FromRobert Menes2011-01-17
| | | | | | | FS#11884. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29076 a1c6a512-1295-4272-9138-f99709370657
* Tagalog: fix two strings changed in source. Translation byRobert Menes2011-01-17
| | | | | | | Melba Sitjar. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29072 a1c6a512-1295-4272-9138-f99709370657
* image viewer:Teruaki Kawashima2011-01-17
| | | | | | | | * move button definitions to separate file. * apply slideshow timeout in ask_and_get_audio_buffer() if in slideshow mode. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29071 a1c6a512-1295-4272-9138-f99709370657
* FS#11822: use rockbox_browse() in plugins to select file.Teruaki Kawashima2011-01-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29069 a1c6a512-1295-4272-9138-f99709370657
* image viewer: add quick guide describing how to add image decoder. also ↵Teruaki Kawashima2011-01-16
| | | | | | improve comments. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29066 a1c6a512-1295-4272-9138-f99709370657
* Czech language update - FS#11869 by Marek SalabaBertrik Sikken2011-01-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29064 a1c6a512-1295-4272-9138-f99709370657
* fix FS#11835: %Lt tag doesn't work on targets with more than 1 screen.Teruaki Kawashima2011-01-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29058 a1c6a512-1295-4272-9138-f99709370657
* pitch_detector: add the key transposition feature which makes the plugin ↵Alexander Levin2011-01-14
| | | | | | better usable with/for transposing instruments (FS#11752 by Robert Horn) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29052 a1c6a512-1295-4272-9138-f99709370657
* SA9200: Modify pacbox keymap a slight bit to avoid bunchingRobert Menes2011-01-13
| | | | | | | up all of the buttons to the touchpad. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29047 a1c6a512-1295-4272-9138-f99709370657
* New Touchscreen region type... 'mute' which un/mutes volume without pausing ↵Jonathan Gordon2011-01-13
| | | | | | playback git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29046 a1c6a512-1295-4272-9138-f99709370657
* here tooJonathan Gordon2011-01-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29045 a1c6a512-1295-4272-9138-f99709370657
* remove unecessary (duplicated even) headerJonathan Gordon2011-01-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29044 a1c6a512-1295-4272-9138-f99709370657
* FS#11867 - Add 2 new tags to allow skins to display themed peakmetersJonathan Gordon2011-01-13
| | | | | | | %pL for the left channel, %pR for the right channel... usable as a value, conditional or bar (exactly the same as %pv/%bl/etc) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29043 a1c6a512-1295-4272-9138-f99709370657
* Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1Nils Wallménius2011-01-12
| | | | | | | Retune codec compiler optimizations with new compiler. Overall speedup with aac and flac getting big speedups. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29042 a1c6a512-1295-4272-9138-f99709370657
* Add test_gfx and test_resize to CATEORIES so they show up in the right placeFrank Gevaerts2011-01-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29036 a1c6a512-1295-4272-9138-f99709370657
* Fix the 'Gather Runtime Data' language string on HWCODEC which accidentally ↵Marianne Arnold2011-01-12
| | | | | | got disabled in r28943. Patch taken from FS#11748, author: Michael Hohmuth. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29035 a1c6a512-1295-4272-9138-f99709370657
* pitch_detector: bring the name of the settings file in line with the plugin nameAlexander Levin2011-01-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29031 a1c6a512-1295-4272-9138-f99709370657
* SA9200: Add YUV blitting, do full-screen updates more efficiently and ↵Michael Sevakis2011-01-11
| | | | | | properly clip partial updates. Plugin struct becomes incompatible for this target but leave version alone since it's still dev-only. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29028 a1c6a512-1295-4272-9138-f99709370657
* Add backgrounds for 128x160 displays to bubbles and rockblox. Set the ↵Michael Sevakis2011-01-10
| | | | | | coordinates in the code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29020 a1c6a512-1295-4272-9138-f99709370657
* Fix r29016 red.Michael Sevakis2011-01-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29017 a1c6a512-1295-4272-9138-f99709370657
* SA9200: Make plugins. Cheat a little just to get things to make at first by ↵Michael Sevakis2011-01-09
| | | | | | using some artwork for 128x128 screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29016 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#11858 which was introduced with r28937. Several *.rm were not played ↵Andree Buschmann2011-01-09
| | | | | | because the parser aborted with error for several files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29015 a1c6a512-1295-4272-9138-f99709370657
* jewels: hopefully fix FS#11842, by checking if there are available moves ↵Nils Wallménius2011-01-09
| | | | | | after checking if we should advance to the next level. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29013 a1c6a512-1295-4272-9138-f99709370657
* Rework ppmviewer to fit our shiny new imageviewer framework. FS#11818 by me.Marcin Bukat2011-01-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29012 a1c6a512-1295-4272-9138-f99709370657
* Gigabeat F can easily manage 60fps in pacbox.Michael Sevakis2011-01-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29011 a1c6a512-1295-4272-9138-f99709370657
* Add AI to the pong plugin, to allow single-player operation.Frank Gevaerts2011-01-08
| | | | | | | Part of FS#5855 by Travis Hyyppa (the colour changes were removed from the patch) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29007 a1c6a512-1295-4272-9138-f99709370657
* Revert r29004 putting the original comment back (sorry to fml for this :)Mustapha Senhaji2011-01-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29006 a1c6a512-1295-4272-9138-f99709370657