summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-06* Add myself to some areas in docs/MAINTAINERSMaurus Cuelenaere
* Add lcd_call_enable_hook() call git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18204 a1c6a512-1295-4272-9138-f99709370657
2008-08-06* Add basic (non-working) support for NAND flashMaurus Cuelenaere
* Add panicf() handling * Add not-yet-enabled dma acceleration * Other (minor) fixes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18203 a1c6a512-1295-4272-9138-f99709370657
2008-08-06First step of the recording screen redesign. The screen is split into a ↵Peter D'Hoye
fixed top part containing essential data and the peakmeters/triggerbar, and a bottom part that is in fact a list. The list contains the items that can be changed, and also some stuff that isn't important enough to be on the top part, like the filename. That filename is now shown completely. If the font is too big to have 6 lines on the display, sysfont is used. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18202 a1c6a512-1295-4272-9138-f99709370657
2008-08-06Bugfix: Printing the unknown vendor warning to StdOut made it not appear in ↵Jens Arnold
the console, and confused voice.pl. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18201 a1c6a512-1295-4272-9138-f99709370657
2008-08-06Updated Russian translation by Dennis Ivanov (FS#9244).Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18200 a1c6a512-1295-4272-9138-f99709370657
2008-08-05Fix problems (mostly not noticable to user) reported in norwegian translation.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18199 a1c6a512-1295-4272-9138-f99709370657
2008-08-05Apply FS#9195 (LCD disable for sansa c200), which puts the sansa c200 ↵Bertrik Sikken
display controller in standby when the backlight is turned off and thereby improves runtime. I measured 40 minutes improvement over a runtime of about 14h. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18198 a1c6a512-1295-4272-9138-f99709370657
2008-08-05Fix sansa c200 battery type comment.Bertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18197 a1c6a512-1295-4272-9138-f99709370657
2008-08-04Handle SAPI5 voices without vendor attribute (reported for japanese L&H ↵Jens Arnold
engines - see FS#9148). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18196 a1c6a512-1295-4272-9138-f99709370657
2008-08-04Updated dutch voice translationsBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18195 a1c6a512-1295-4272-9138-f99709370657
2008-08-04Rename africaans to afrikaansBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18194 a1c6a512-1295-4272-9138-f99709370657
2008-08-04Add Thomas Schott to CREDITS for fixing FS#9203 (WPS gets corrupted after ↵Bertrik Sikken
changing status bar setting) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18193 a1c6a512-1295-4272-9138-f99709370657
2008-08-04Apply fix for FS#9203 (WPS gets corrupted after changing status bar setting) ↵Bertrik Sikken
by Thomas Schott git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18192 a1c6a512-1295-4272-9138-f99709370657
2008-08-03A bit of code police, no functional changesPeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18191 a1c6a512-1295-4272-9138-f99709370657
2008-08-03Fix FS#9237 (Mismatch in voiced and displayed buffer size).Bertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18190 a1c6a512-1295-4272-9138-f99709370657
2008-08-03Don't over-quote additional command line options for external TTS.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18189 a1c6a512-1295-4272-9138-f99709370657
2008-08-03Bring the Danish translation in line with English.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18188 a1c6a512-1295-4272-9138-f99709370657
2008-08-03Prepare Creative bootloader compilation for future dual boot integrationMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18187 a1c6a512-1295-4272-9138-f99709370657
2008-08-02Fix voicing of incorrect run time (top time instead of run time). Simplify ↵Bertrik Sikken
runtime callback a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18186 a1c6a512-1295-4272-9138-f99709370657
2008-08-02Unify opening of utf-8 files (FS#6203). This also adds ignoring the BOM in ↵Dominik Riebeling
several places it has been missing (as FS#6071). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18185 a1c6a512-1295-4272-9138-f99709370657
2008-08-02Some minor fixes to italian translation.Alessio Lenzi
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18184 a1c6a512-1295-4272-9138-f99709370657
2008-08-02rbutil: try to detect position of tts executeables without opening the ↵Dominik Wenger
config window. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18183 a1c6a512-1295-4272-9138-f99709370657
2008-08-02Commit FS#9228 thanks to Alex ParkerMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18179 a1c6a512-1295-4272-9138-f99709370657
2008-08-01Apply FS#9217 - Rockpaint line-drawing function, replace line-drawing ↵Bertrik Sikken
algorithm by better looking bresenham algorithm git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18176 a1c6a512-1295-4272-9138-f99709370657
2008-08-01Improved README for sansapatcher, contributed by Ori Avtalion, slightly ↵Dave Chapman
modified by me. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18169 a1c6a512-1295-4272-9138-f99709370657
2008-08-01Commit second version of FS#9158 (Tomer Shalev) with spelling fixMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18168 a1c6a512-1295-4272-9138-f99709370657
2008-07-31Fix some issues with hebrew.lang. Not all are fixed, the maintainer should ↵Peter D'Hoye
have a look at this... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18166 a1c6a512-1295-4272-9138-f99709370657
2008-07-31Install a second translator for using the internal translation of Qt's ↵Dominik Riebeling
widgets. Embedding them into the resources is still missing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18165 a1c6a512-1295-4272-9138-f99709370657
2008-07-30Set svn:keywords on the last remaining file. I'm done now. Really.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18163 a1c6a512-1295-4272-9138-f99709370657
2008-07-30Add Manuel Dejonghe back to the German credits, document where Joao came ↵Jonas Häggqvist
from, and set svn:keywords on a few missing files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18162 a1c6a512-1295-4272-9138-f99709370657
2008-07-30Remove another entry which seems to be a mistake.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18161 a1c6a512-1295-4272-9138-f99709370657
2008-07-30Updated Polish translation by Maciej Adamczak (closes FS#9151)Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18160 a1c6a512-1295-4272-9138-f99709370657
2008-07-30Forgot to remove this one which didn't belong.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18159 a1c6a512-1295-4272-9138-f99709370657
2008-07-30Add a Rockbox header, and a list detailing who contributed to all language ↵Jonas Häggqvist
files. Please try to keep this updated. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18158 a1c6a512-1295-4272-9138-f99709370657
2008-07-30Remove duplicate splash when loading a plugin so that the voice clip is only ↵Nils Wallménius
spoken once, thanks to bertrik for spotting. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18157 a1c6a512-1295-4272-9138-f99709370657
2008-07-30Add me as a maintainer of keyboxNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18156 a1c6a512-1295-4272-9138-f99709370657
2008-07-30Non-translating fixes by Robert Menes (FS#9225)Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18155 a1c6a512-1295-4272-9138-f99709370657
2008-07-30Commit FS#9102 thanks to Martin PahlMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18154 a1c6a512-1295-4272-9138-f99709370657
2008-07-30Commit FS#9012 thanks to Thomas MartitzMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18153 a1c6a512-1295-4272-9138-f99709370657
2008-07-30Commit FS#9158 thanks to Tomer ShalevMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18152 a1c6a512-1295-4272-9138-f99709370657
2008-07-30Updated bootloader containing more debug informationMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18151 a1c6a512-1295-4272-9138-f99709370657
2008-07-30Don't erase people's NAND flash...Maurus Cuelenaere
(aka fix usbtool) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18150 a1c6a512-1295-4272-9138-f99709370657
2008-07-30Fix compilingMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18149 a1c6a512-1295-4272-9138-f99709370657
2008-07-30Adjust MIPSel compiler to the same as used in rockboxdev.shMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18148 a1c6a512-1295-4272-9138-f99709370657
2008-07-29Only voice track insertion splash if voice menus enabled - fix for FS#9223Steve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18147 a1c6a512-1295-4272-9138-f99709370657
2008-07-29Remove the old recording screen (context) menu button. Pressing down, the ↵Marc Guay
normal behavior of which is to return to the main menu, now does nothing as it's not possible to do so while recording. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18146 a1c6a512-1295-4272-9138-f99709370657
2008-07-29No button called Select on the H10, change to ButtonRight and hopefully ↵Marc Guay
repair manuals. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18145 a1c6a512-1295-4272-9138-f99709370657
2008-07-28... and the manual update.Marc Guay
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18144 a1c6a512-1295-4272-9138-f99709370657
2008-07-28Make the recording screen keymap consistent with the rest of the interface ↵Marc Guay
on the e200. Menu is now long-select instead of down. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18143 a1c6a512-1295-4272-9138-f99709370657
2008-07-28Commit FS#9170 by Dave Hooper. Adds support for profiling on ARM, and fixes ↵Michael Giacomelli
various issues with compiling profile builds. Also, note that profile_reader.pl syntax has changed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18142 a1c6a512-1295-4272-9138-f99709370657