summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-02Fix FS#7679 - modifying files with dircahce enabled doesnt change the access ↵Jonathan Gordon
time/date in dircache git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14580 a1c6a512-1295-4272-9138-f99709370657
2007-09-02Accept FS#7695 - updated Norwegian Nynorsk lang updateJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14579 a1c6a512-1295-4272-9138-f99709370657
2007-09-02- check for specific files / folders case-insensitiveDominik Riebeling
- linux: when detecting the mountpoint only accept vfat drives git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14578 a1c6a512-1295-4272-9138-f99709370657
2007-09-02Fix warning.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14577 a1c6a512-1295-4272-9138-f99709370657
2007-09-02Add first time detection for some archos devices and gigabeat based on ↵Dominik Riebeling
player-specific files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14576 a1c6a512-1295-4272-9138-f99709370657
2007-09-02Accept patch from FS#7174 by Mauricio Peccorini with canges by me and Igor ↵Nils Wallménius
Kuzmin, chessbox now saves played games in a pgn file called .rockbox/rocks/games/chessbox.pgn git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14575 a1c6a512-1295-4272-9138-f99709370657
2007-09-02use the getmntend api here too.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14574 a1c6a512-1295-4272-9138-f99709370657
2007-09-02Fix autodetection based on rockbox-info.txt which I broke when fixing X5 ↵Dominik Riebeling
detection. Replace mountpoint detection to use getmntent api on linux. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14573 a1c6a512-1295-4272-9138-f99709370657
2007-09-02Accept patch in FS#6869 by Justin Foell, increases maximum settable battery ↵Nils Wallménius
capacity to 1200 mAh for ipod color and 4g, closes FS#6422 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14572 a1c6a512-1295-4272-9138-f99709370657
2007-09-02Apparently, negative exponents are possible when decoding exponential VLC. ↵Michael Giacomelli
Should fix occasional glitches that happened in files of all bitrates. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14571 a1c6a512-1295-4272-9138-f99709370657
2007-09-02Make clip generation progress indicator work reliably.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14570 a1c6a512-1295-4272-9138-f99709370657
2007-09-01Mac OS X only - automatically unmount the FAT32 partition before attempting ↵Dave Chapman
to open the disk device for writing. This step can be removed from the manual when the next ipodpatcher version is released. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14569 a1c6a512-1295-4272-9138-f99709370657
2007-09-01Add options to create Universal binaries on Mac OS XDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14568 a1c6a512-1295-4272-9138-f99709370657
2007-09-01Make genlang ignore leading and trailing whitespace in source and desc lines ↵Jonas Häggqvist
(not the strings). If this behavior is unwanted, feel free to revert. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14567 a1c6a512-1295-4272-9138-f99709370657
2007-09-01Fix a cosmetic error in a desc: line that propagated from English to other ↵Jonas Häggqvist
translations. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14566 a1c6a512-1295-4272-9138-f99709370657
2007-09-01Add support for building voices with the swift engine from cepstral.com. ↵Jonas Häggqvist
Patch FS#7689 by Mario Lang. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14565 a1c6a512-1295-4272-9138-f99709370657
2007-09-01Accept FS #7687: Define the key for toggling pitch screen mode for SansaPeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14564 a1c6a512-1295-4272-9138-f99709370657
2007-09-01Update german translation.Marianne Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14563 a1c6a512-1295-4272-9138-f99709370657
2007-09-01Voice file generation: * Significant speedup of SAPI5 voice generation by ↵Jens Arnold
running lame and wavtrim from inside the VB script instead of the perl script, avoiding the large overhead of process generation within cygwin. Added proper synchronisation between perl script and VB script as the pipes are buffered. * Make wavtrim work as intended (threashold wasn't passed). * Set correct SVN properties for the VB script. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14562 a1c6a512-1295-4272-9138-f99709370657
2007-09-01Francais language update:Mustapha Senhaji
* Follow the langv2 rules. * Update the new voice strings. * Sync to current svn version. Plus add myself to maintainers. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14561 a1c6a512-1295-4272-9138-f99709370657
2007-08-31Update the 'Enabling Speech Support' paragraph in the manual. Hopefully the ↵Marianne Arnold
rename and copy part can soon be replaced... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14560 a1c6a512-1295-4272-9138-f99709370657
2007-08-31Fix FS #7685 by using the backlight helper functions. Some code policing and ↵Peter D'Hoye
cleaning. Still contains a potential crash although this version does not crash atm. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14559 a1c6a512-1295-4272-9138-f99709370657
2007-08-31Added a couple of missed accent in voice strings and minor adjustement.Alessio Lenzi
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14558 a1c6a512-1295-4272-9138-f99709370657
2007-08-31Add Alex Parker to CREDITSPaul Louden
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14557 a1c6a512-1295-4272-9138-f99709370657
2007-08-31Oops, applied the 'clean' patch instead of the one modified to meet the Paul Louden
second goal of committing it. Fixed so that you can actually stop now, and so 'A' has a use again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14556 a1c6a512-1295-4272-9138-f99709370657
2007-08-31Fix the manual to reflect the change made in my previous commit.Paul Louden
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14555 a1c6a512-1295-4272-9138-f99709370657
2007-08-31Accept FS#6920, swap the 'A' and 'Select' button functions while in the Paul Louden
WPS. This allows a wider range of available functionality when just using the cross with a thumb, and brings controls more parallel to devices with similar input options in Rockbox. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14554 a1c6a512-1295-4272-9138-f99709370657
2007-08-31Fix a possible crash when entering the talkfile window without correct ↵Dominik Riebeling
settings. Thanks to Nico_P. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14553 a1c6a512-1295-4272-9138-f99709370657
2007-08-30remove unused varsChristian Gmeiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14552 a1c6a512-1295-4272-9138-f99709370657
2007-08-30* remove more debugChristian Gmeiner
* add basic way to detect IN transfers.. more will follow git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14551 a1c6a512-1295-4272-9138-f99709370657
2007-08-30TTS configuration: default to the first profile found.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14550 a1c6a512-1295-4272-9138-f99709370657
2007-08-30Corrected some voice strings as requested in <a ↵Alessio Lenzi
href="http://www.rockbox.org/tracker/task/7611">FS #7611</a>. Ope fixed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14549 a1c6a512-1295-4272-9138-f99709370657
2007-08-30Update Dutch language filePeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14548 a1c6a512-1295-4272-9138-f99709370657
2007-08-30the last oops?Peter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14547 a1c6a512-1295-4272-9138-f99709370657
2007-08-30fix yellow :)Peter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14546 a1c6a512-1295-4272-9138-f99709370657
2007-08-30fix redPeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14545 a1c6a512-1295-4272-9138-f99709370657
2007-08-30Accept FS #6854 by Sylvain Fourmanoit: allow navigation when viewing credits ↵Peter D'Hoye
and do not exit immediately when pressing a key. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14544 a1c6a512-1295-4272-9138-f99709370657
2007-08-30remove some debug.. Christian Gmeiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14543 a1c6a512-1295-4272-9138-f99709370657
2007-08-30update UI a few times more often during installation.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14542 a1c6a512-1295-4272-9138-f99709370657
2007-08-30add usb state handling and other small fixesChristian Gmeiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14541 a1c6a512-1295-4272-9138-f99709370657
2007-08-30When installing builds use the real platform name, not the configuration ↵Dominik Riebeling
section one. Fixes installation of X5V builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14540 a1c6a512-1295-4272-9138-f99709370657
2007-08-30When installing a build also save the platform information to the log file. ↵Dominik Riebeling
This solves the detection issue on X5 / X5V (as they share the same build but not bootloader). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14539 a1c6a512-1295-4272-9138-f99709370657
2007-08-30Accept FS #7671 - Hungarian language updatePeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14538 a1c6a512-1295-4272-9138-f99709370657
2007-08-30Accept FS #7676 - Chinese trad language updatePeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14537 a1c6a512-1295-4272-9138-f99709370657
2007-08-30Accept FS #7678 - Chinese simp language updatePeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14536 a1c6a512-1295-4272-9138-f99709370657
2007-08-30When collapsing the devices tree upon detection collapse all.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14535 a1c6a512-1295-4272-9138-f99709370657
2007-08-30rbutilQt: add the ipodvideo64mb build to rbutil. Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14534 a1c6a512-1295-4272-9138-f99709370657
2007-08-30When autodetecting, don't segfault if no item was previously selected and a ↵Dominik Riebeling
device is found. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14533 a1c6a512-1295-4272-9138-f99709370657
2007-08-30rbutilqt: French translation update.Nicolas Pennequin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14532 a1c6a512-1295-4272-9138-f99709370657
2007-08-30FS #7166. Musepack optimizations and cleanups. Huge speedup on ARM. Note ↵Thom Johansen
that all ARM (Ipod/Sansa/Gigabeat) targets will now play back Musepack files with somewhat reduced accuracy. Please get in touch via forums or Flyspray if you've got sample files where this is very apparent. Most users should hear no difference. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14531 a1c6a512-1295-4272-9138-f99709370657