summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-08New translation: Lithuanian by Vytenis Sabelka. From FS#10255.Robert Menes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21210 a1c6a512-1295-4272-9138-f99709370657
2009-06-08Fix Creative ZVM buildKarl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21209 a1c6a512-1295-4272-9138-f99709370657
2009-06-08M:Robe 500: Mostly complete USB driver, supports BULK mode currently and ↵Karl Kurbjun
gets about 2 MB/s writes vs 1.1 MB/s on the OF. Mostly tested against Linux, preliminary testing in Windows appears to work. There is currently a bug in the attach process where it only works once per boot that needs to be fixed. There are a few other minor M:Robe 500 changes as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21208 a1c6a512-1295-4272-9138-f99709370657
2009-06-07FS#10273 : Power Sansa Clip screen for some models needing as3514's DCDC15Rafaël Carré
No battery life loss for models not needing it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21207 a1c6a512-1295-4272-9138-f99709370657
2009-06-07Undo the delta on ARM but making the loop variables signed as before r21205. ↵Jens Arnold
GCC is weird... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21206 a1c6a512-1295-4272-9138-f99709370657
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro ↵Jens Arnold
instead of 1<<n. Speeds up things on SH1, and also reduces core binsize. Most notable speedups: 1 bit lcd driver: drawpixel +20%, drawline + 27%, hline +5%; jpeg viewer: +8% for 1/8 scaling. Other targets are unaffected. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21205 a1c6a512-1295-4272-9138-f99709370657
2009-06-07Fix missed text change in beep volume, and adjust related strings to match ↵Magnus Holmgren
(good for the keyclick setting too). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21204 a1c6a512-1295-4272-9138-f99709370657
2009-06-07Onda VX747: 'touchscreenize' the play button on the cabbiev2 themeMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21203 a1c6a512-1295-4272-9138-f99709370657
2009-06-07pdbox: new patch by wincent. make s_print work on sim.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21202 a1c6a512-1295-4272-9138-f99709370657
2009-06-07Clean up configuration dialog debug output.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21201 a1c6a512-1295-4272-9138-f99709370657
2009-06-06Fix some delays in generic_i2cBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21200 a1c6a512-1295-4272-9138-f99709370657
2009-06-06Sansa Clip: apply r21190 to asm lcd_greydata : 2% speedupRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21199 a1c6a512-1295-4272-9138-f99709370657
2009-06-06Sansa Fuze : use single press HOME button for exiting battery_benchRafaël Carré
If button_get() is used in blocking mode, it will not return BUTTON_REPEAT information git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21198 a1c6a512-1295-4272-9138-f99709370657
2009-06-06Replace 1UL in BIT_N with 1U to avoid turning it into a 64-bit operation on ↵Andrew Mahone
64-bit sim targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21197 a1c6a512-1295-4272-9138-f99709370657
2009-06-06Fix undefined BIT_N on non-SH targets.Andrew Mahone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21196 a1c6a512-1295-4272-9138-f99709370657
2009-06-06Add a system-wide BIT_N macro, implemented via an LUT on SH, and use it in ↵Andrew Mahone
the TAGCACHE_IS_* macros in place of per-set LUTs, removing duplication of data between those LUTs and the mask values used on other targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21195 a1c6a512-1295-4272-9138-f99709370657
2009-06-05Show Qt version number in Sysinfo dialog and in startup debug output.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21194 a1c6a512-1295-4272-9138-f99709370657
2009-06-05Add language identifiers for Arabic. Also map 'walon' to Belgian French. It ↵Jens Arnold
is probably not 100% correct, but at least there is a mapping, similar to how the script handles Wallisertitsch. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21193 a1c6a512-1295-4272-9138-f99709370657
2009-06-04Commit FS#10265 - add m200 images (complete set of SVG,PNG and PDF) to the ↵Marianne Arnold
manual source. The hard work of drawing the SVG was done by Marko Pahlke. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21192 a1c6a512-1295-4272-9138-f99709370657
2009-06-04Update the Fuze images for the manual with 'scroll fwd/back' labels -patch ↵Marianne Arnold
from FS#10262 and a little rearranging by me. Also restores the SVG's text layer which has gone missing in the first attempt. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21191 a1c6a512-1295-4272-9138-f99709370657
2009-06-04Make more effective use of the DBOP FIFO for the sansa clip.Bertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21190 a1c6a512-1295-4272-9138-f99709370657
2009-06-04mkamsboot: refuse to patch an untested OF, and provide a list of tested OF ↵Rafaël Carré
versions git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21189 a1c6a512-1295-4272-9138-f99709370657
2009-06-04version.sh : fix revision in git-svn treesRafaël Carré
"git log .. -1" only shows one commit (the last one), so extract the last line (git-svn-id:..) with tail -n 1, instead of the first line (which is the committer's message in case of multi lines body) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21188 a1c6a512-1295-4272-9138-f99709370657
2009-06-04Sansa AMS: Revert r21177 : the timer frequency is used by the user timer ↵Rafaël Carré
(example: metronome will be twice too fast) Instead use a private KERNEL_TIMER_FREQ define which is dependant on HAVE_SCROLLWHEEL Comment that call_tick_tasks() will read the scrollwheel Remove the unneeded volatile type qualifier from poll_scrollwheel git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21187 a1c6a512-1295-4272-9138-f99709370657
2009-06-04Ingenic Jz4740: fix debug messages not being readable due to backdropMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21186 a1c6a512-1295-4272-9138-f99709370657
2009-06-04Fix RoLo on MIPS targetsMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21185 a1c6a512-1295-4272-9138-f99709370657
2009-06-03Ingenic Jz4740: should fix timer (thanks to Rafaël Carré)Maurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21184 a1c6a512-1295-4272-9138-f99709370657
2009-06-03Ingenic Jz4740: add extended exception debug reporting optionMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21183 a1c6a512-1295-4272-9138-f99709370657
2009-06-03git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21182 ↵Jack Halpin
a1c6a512-1295-4272-9138-f99709370657
2009-06-03Change the timer interrupt setup so that TIMER_FREQ is changed for ↵Thomas Martitz
HAVE_SCROLLWHEEL (which read the scrollwheel between tick tasks too) instead of the generated variable. No functional change. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21177 a1c6a512-1295-4272-9138-f99709370657
2009-06-03Replace bitfield for tagcache tag sets with array of char on SH.Andrew Mahone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21176 a1c6a512-1295-4272-9138-f99709370657
2009-06-03Replace arrays of tags that are numeric/sorted/uniqued with bitfields ↵Andrew Mahone
flagging each tag that is a member of the set, and replace the membership tests with a shift and bitwise and. The test is still done inside a function on SH, as this saves some space vs the macro used on other targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21175 a1c6a512-1295-4272-9138-f99709370657
2009-06-03Don't perform YUV->RGB conversion before row output for unscaled loads of ↵Andrew Mahone
greyscale JPEG, as store_row_jpeg already does this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21174 a1c6a512-1295-4272-9138-f99709370657
2009-06-03Fix red.Andrew Mahone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21173 a1c6a512-1295-4272-9138-f99709370657
2009-06-03PictureFlow: subtract space used to load plugin from available audio buffer ↵Andrew Mahone
space if needed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21172 a1c6a512-1295-4272-9138-f99709370657
2009-06-02Sansa AMS : don't use the SHAREDBSS_ATTR since we don't have a coprocessorRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21171 a1c6a512-1295-4272-9138-f99709370657
2009-06-02avoid echo -e and use printf insteadDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21170 a1c6a512-1295-4272-9138-f99709370657
2009-06-02pdbox: correct makefile for make reconf. From wincent balin (FS#10244).Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21169 a1c6a512-1295-4272-9138-f99709370657
2009-06-02Add the Lua scripting language plugin to the manual.Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21168 a1c6a512-1295-4272-9138-f99709370657
2009-06-02Deactivate the playback capabilites for targets with PLUGIN_BUFFER_SIZE <= ↵Thomas Martitz
0x10000, as they're not capable of playback due to the use of plugin_get_audio_buffer(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21167 a1c6a512-1295-4272-9138-f99709370657
2009-06-02Revisite Sansa fuze button driver:Thomas Martitz
*Correct/update some comments *Make BUTTON_REPEAT generation more relable (do it like the e200v2, but with a shorter repeat intervall) *adjust button_delay *remove unecessary wait for fifo empty (no lcd function returns with fifo not empty) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21166 a1c6a512-1295-4272-9138-f99709370657
2009-06-01Lua: add touchscreen_set_mode & current_path (+ some constants)Maurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21165 a1c6a512-1295-4272-9138-f99709370657
2009-06-01Lua: add bitlib (makes bitwise operators possible)Maurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21164 a1c6a512-1295-4272-9138-f99709370657
2009-06-01Speed up mono bitmap drawing on horizontally packed greyscale targets ↵Jens Arnold
(greyscale iPods). Average speedup is 80% on PP5002, and 55% on PP502x. * Simplify mono bitmap drawing in the 16 bit driver and the greylib a bit, also giving a slight speedup (3% on PP502x, 1.5% on coldfire). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21163 a1c6a512-1295-4272-9138-f99709370657
2009-06-01Fix reds & yellowMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21162 a1c6a512-1295-4272-9138-f99709370657
2009-06-01Fix PF keymap issue caused by conflict between new CONTEXT_PLUGIN and ↵Andrew Mahone
ALLOW_SOFTLOCK, by changing value of ALLOW_SOFTLOCK. Bump min plugin version as value passed to a core function changed, and sort plugin API. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21161 a1c6a512-1295-4272-9138-f99709370657
2009-06-01Onda VX747: try at implementing FM tuner supportMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21160 a1c6a512-1295-4272-9138-f99709370657
2009-06-01Add missing delay in i2c_start of the generic_i2c driver, used by ams targets.Bertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21159 a1c6a512-1295-4272-9138-f99709370657
2009-06-01Move the ONDIO_PAD to the others which have the same keymap in the generic ↵Thomas Martitz
directions PLA context. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21158 a1c6a512-1295-4272-9138-f99709370657
2009-06-01Samsung YH*: Enable RTC on all, enable lcd contrast on 925.Thomas Martitz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21157 a1c6a512-1295-4272-9138-f99709370657