summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-13FS #8340 by David Bishop. Remove contractions from the manual, as this seems ↵Thom Johansen
to be common practice in this format and makes it easier to read for non-native english speakers. New manual work should try to adhere to this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16302 a1c6a512-1295-4272-9138-f99709370657
2008-02-13FS#8604 - A snippet about ignoring directories during database initializingRobert Kukla
and updated table of supported tags git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16301 a1c6a512-1295-4272-9138-f99709370657
2008-02-13Return value of audiohw_set_xxx_vol is never used and most of the time we ↵Christian Gmeiner
have a return 0; --> kick it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16300 a1c6a512-1295-4272-9138-f99709370657
2008-02-13Fix the red.Karl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16299 a1c6a512-1295-4272-9138-f99709370657
2008-02-13Make the gigabeat LCD initialization work properly without the original ↵Karl Kurbjun
firmware. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16298 a1c6a512-1295-4272-9138-f99709370657
2008-02-12fix yellowPeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16297 a1c6a512-1295-4272-9138-f99709370657
2008-02-12Remove temporary variables used for GPIO reading in the debug menuPeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16296 a1c6a512-1295-4272-9138-f99709370657
2008-02-12Notify the buffering thread when a handle is added, so it can go into ↵Nicolas Pennequin
filling mode. This is some sort of a replacement for the ATA idle callback. It will interrupt an ongoing buffering process (buffer_handle), but not for long enough to be a problem. Should fix a problem reported by Dave Hooper where inserting tracks into the playlist would flush the buffer and not refill it, sometimes causing the inserted tracks to be skipped. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16295 a1c6a512-1295-4272-9138-f99709370657
2008-02-12Make TTS name conversion functions static members.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16294 a1c6a512-1295-4272-9138-f99709370657
2008-02-12move audiohw_postinit to audiohw.hChristian Gmeiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16293 a1c6a512-1295-4272-9138-f99709370657
2008-02-12Revert the buggy warning fix for gcc 4.2. It caused a sim built with gcc 4.2 ↵Jens Arnold
to segfault. Get rid of the warning by introducing a temporary variable instead. Obviously the cfft1(pos|neg)() call is too complex for gcc 4.2 to cope without that tempvar. Oh well... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16292 a1c6a512-1295-4272-9138-f99709370657
2008-02-12fix FS#8599 - First Song in Tagcache can't be ratedRobert Kukla
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16291 a1c6a512-1295-4272-9138-f99709370657
2008-02-11Make I/O debug screen fit again on H10 5gb screenPeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16290 a1c6a512-1295-4272-9138-f99709370657
2008-02-11Updated Polish translation by Mateusz KubicaPeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16289 a1c6a512-1295-4272-9138-f99709370657
2008-02-11rbutil: new shiny Talkfile Button icon, by Dave Hooper.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16288 a1c6a512-1295-4272-9138-f99709370657
2008-02-11Hopefully remove the BOM again that slipped in with the previous commit.Marianne Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16287 a1c6a512-1295-4272-9138-f99709370657
2008-02-11Deutsch.lang: Get rid of unnecessary denglish and be consistent with the ↵Marianne Arnold
rest of the translation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16286 a1c6a512-1295-4272-9138-f99709370657
2008-02-11Optimise (replace two loops with one) and bug-fix the ProductId string ↵Dave Chapman
returned by SCSI Inquiry - the previous code was skipping 4 shorts (the first 8 chars) of the ProductId. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16285 a1c6a512-1295-4272-9138-f99709370657
2008-02-11rbutil: fix a Bug in the sapi settings. Allow sapi4 (not sure if it really ↵Dominik Wenger
works). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16284 a1c6a512-1295-4272-9138-f99709370657
2008-02-11Updated German translation by Sascha Wolf.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16283 a1c6a512-1295-4272-9138-f99709370657
2008-02-11Fix a few syntax errors in the Spanish translation.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16282 a1c6a512-1295-4272-9138-f99709370657
2008-02-11Updated Spanish translation by Chelo Sacristán.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16281 a1c6a512-1295-4272-9138-f99709370657
2008-02-11Removed compiler warningBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16280 a1c6a512-1295-4272-9138-f99709370657
2008-02-11Major USB fixes by Frank Gevaerts. Still disabled in builds, #define ↵Björn Stenberg
USE_ROCKBOX_USB to test. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16279 a1c6a512-1295-4272-9138-f99709370657
2008-02-11Some misc. ATA stuff: Increase threads' priority (important for idle ↵Michael Sevakis
callbacks to get done faster). Use a simpler loop for ata thread. Add a balancing mutex_lock call to ata_init (oops). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16278 a1c6a512-1295-4272-9138-f99709370657
2008-02-10Hopefully fix FS#8459 by updating the WPS data when returning from the ↵Nicolas Pennequin
context menu. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16277 a1c6a512-1295-4272-9138-f99709370657
2008-02-10Manual: Introducing a 'multivolume' macro to be a bit more accurate about ↵Marianne Arnold
the Rockbox Info screen, maybe it can be used somewhere else too. The naming follows the idea of parsing the features.txt to usable options (see FS#8567). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16276 a1c6a512-1295-4272-9138-f99709370657
2008-02-10Accept FS #8570 by Thomas Martitz: recording dir location was not saved when ↵Peter D'Hoye
set via context menu. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16275 a1c6a512-1295-4272-9138-f99709370657
2008-02-10Untie rbutil core logic from QtGui for cli:Dominik Riebeling
- include QtCore instead of QtGui if possible - replace qApp with QCoreApplication::instance(), as qApp is only defined for QtGui - use QCoreApplication instead of QApplication for inherited static members. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16274 a1c6a512-1295-4272-9138-f99709370657
2008-02-10Use the correct target cpu in Gigabeast builds, rerun configure.Nils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16273 a1c6a512-1295-4272-9138-f99709370657
2008-02-10Revert the espeak commit as the method was completely broken.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16272 a1c6a512-1295-4272-9138-f99709370657
2008-02-10Voice-building changes: Ask for which eSpeak voice to use for some ↵Jonas Häggqvist
languages. Please test and report if you have any problems. If you automatically build eSpeak voices, you'll have to update your script. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16271 a1c6a512-1295-4272-9138-f99709370657
2008-02-10make mrobe100 work againRobert Kukla
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16270 a1c6a512-1295-4272-9138-f99709370657
2008-02-10Simplify and better integrate the SAPI5 voice list output code (less ↵Jens Arnold
duplication), and add list output for SAPI4. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16269 a1c6a512-1295-4272-9138-f99709370657
2008-02-10Fix a few minor mistakes in languages which might confuse genlang.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16268 a1c6a512-1295-4272-9138-f99709370657
2008-02-10Better bookmark resume handling, in particular when resuming a directory. If ↵Magnus Holmgren
Load Last Bookmark is set to Yes and the last bookmarked file could not be found, play the selected file instead. When selecting a bookmark for a missing file in the bookmark list, show a message that resume isn't possible (and don't play any selected file if Load Last Bookmark is set to Ask). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16267 a1c6a512-1295-4272-9138-f99709370657
2008-02-10Add Mateusz Kubica to the credits.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16266 a1c6a512-1295-4272-9138-f99709370657
2008-02-10Updated Polish translation by Mateusz Kubica.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16265 a1c6a512-1295-4272-9138-f99709370657
2008-02-10rbutil: h10 bootloaderinstallation: fixed wrong OF.mi4 name for dualboot.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16264 a1c6a512-1295-4272-9138-f99709370657
2008-02-10Now really add missing space. ;)Marianne Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16263 a1c6a512-1295-4272-9138-f99709370657
2008-02-10Improve handling of RVA2 (replaygain) frames.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16262 a1c6a512-1295-4272-9138-f99709370657
2008-02-10Try that again.Michael Giacomelli
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16261 a1c6a512-1295-4272-9138-f99709370657
2008-02-10Fix building the ipod sims.Michael Giacomelli
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16260 a1c6a512-1295-4272-9138-f99709370657
2008-02-10Commit FS#8379 by Andree Buschmann. Disables much of the remaining unneeded ↵Michael Giacomelli
hardware on PP50xx targets (Ipods, Sansa, H10s, etc) resulting in a large savings in power and consequent increase in battery life. Results vary from target to target and from codec to codec, but we now approach the OF runtime on several PP devices. For now, leave base CPU clock at 30MHz, although further savings is possible with some codecs if clock is reduced. Additionally, fix battery capacity on c200 and use my measurements to improve runtime estimation for Sandisk targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16259 a1c6a512-1295-4272-9138-f99709370657
2008-02-09Set svn:keywords for Hindi translation.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16258 a1c6a512-1295-4272-9138-f99709370657
2008-02-09Updated Hindi translation to remove untranslated strings. By Apoo Maha.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16257 a1c6a512-1295-4272-9138-f99709370657
2008-02-09Use a fixed multiplier of 2^10 as required when calculating number of blocks.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16256 a1c6a512-1295-4272-9138-f99709370657
2008-02-09rbutil: tts and encoders: preparation for cli interface. installers: make ↵Dominik Wenger
sure all installers correctly emit a done signal. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16255 a1c6a512-1295-4272-9138-f99709370657
2008-02-09Added the checksum for H100/H110/H115 bootloader also.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16254 a1c6a512-1295-4272-9138-f99709370657
2008-02-09Fix FS#7334, make Follow Playlist work when STOP is pressed.Steve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16253 a1c6a512-1295-4272-9138-f99709370657