summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
* Fix building on FreeBSD (FS#8622).Dominik Riebeling2008-02-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16365 a1c6a512-1295-4272-9138-f99709370657
* When failing to auto-load a bookmark, don't show the 'Nothing to resume' ↵Magnus Holmgren2008-02-21
| | | | | | message. The selected file will (hopefully) be played instead. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16364 a1c6a512-1295-4272-9138-f99709370657
* oops japanese and korean are not for the playerDaniel Stenberg2008-02-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16350 a1c6a512-1295-4272-9138-f99709370657
* fix the Makefile to provide the correct include path so that SOURCES workDaniel Stenberg2008-02-18
| | | | | | | properly and the correct languages are built... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16349 a1c6a512-1295-4272-9138-f99709370657
* added lang/MakefileDaniel Stenberg2008-02-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16346 a1c6a512-1295-4272-9138-f99709370657
* set svn:keywords propertyDaniel Stenberg2008-02-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16345 a1c6a512-1295-4272-9138-f99709370657
* fix missing quotesDaniel Stenberg2008-02-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16344 a1c6a512-1295-4272-9138-f99709370657
* FS#8482 take two. Make the language files built first, so that the largestDaniel Stenberg2008-02-18
| | | | | | | | size can be used as buffer size for languages. Work to this also contributed by Jonas Haggqvist. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16343 a1c6a512-1295-4272-9138-f99709370657
* eeek, revert the FS#8482 commit again as it broke the bootloaders and theDaniel Stenberg2008-02-17
| | | | | | | generated size wasn't actually used yet! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16339 a1c6a512-1295-4272-9138-f99709370657
* FS#8482:Daniel Stenberg2008-02-17
| | | | | | | | | Build system tweak that builds all languages first, to make the system able to use a buffer size that fits the larger language only. Parts of this work done by Jonas Haggqvist, but all the mistakes are my own! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16337 a1c6a512-1295-4272-9138-f99709370657
* Fix up incomplete reversal.Jens Arnold2008-02-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16336 a1c6a512-1295-4272-9138-f99709370657
* FS#8617 Massive update of bulgarian translation by Hristo Kovachev.Mustapha Senhaji2008-02-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16333 a1c6a512-1295-4272-9138-f99709370657
* Fixed red, forgot to commit header changes.Miika Pekkarinen2008-02-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16332 a1c6a512-1295-4272-9138-f99709370657
* A few fixes to problems in deutsch.lang as revealed by rasher's page. There ↵Marianne Arnold2008-02-17
| | | | | | are a very few more things I'm unsure how to deal with them at the moment, so let's start with the easy things. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16331 a1c6a512-1295-4272-9138-f99709370657
* FS#8565 - fix for runtime data causing extra spin ups. Included a debug menu ↵Miika Pekkarinen2008-02-17
| | | | | | update also. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16330 a1c6a512-1295-4272-9138-f99709370657
* revert my work, suggested by amiconnChristian Gmeiner2008-02-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16328 a1c6a512-1295-4272-9138-f99709370657
* FS#8611: move hw_info for pp targets into target treeChristian Gmeiner2008-02-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16324 a1c6a512-1295-4272-9138-f99709370657
* Plugins now enabled and working for the Gigabeat S.Will Robertson2008-02-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16323 a1c6a512-1295-4272-9138-f99709370657
* FS#8613 Update the bulgarian translation by Nicolay Jordanov and add him to ↵Mustapha Senhaji2008-02-16
| | | | | | the credits. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16320 a1c6a512-1295-4272-9138-f99709370657
* fix compiling of debug menu for tcc780xChristian Gmeiner2008-02-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16316 a1c6a512-1295-4272-9138-f99709370657
* Update Swedish translation.Magnus Holmgren2008-02-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16313 a1c6a512-1295-4272-9138-f99709370657
* fix yellowPeter D'Hoye2008-02-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16297 a1c6a512-1295-4272-9138-f99709370657
* Remove temporary variables used for GPIO reading in the debug menuPeter D'Hoye2008-02-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16296 a1c6a512-1295-4272-9138-f99709370657
* Notify the buffering thread when a handle is added, so it can go into ↵Nicolas Pennequin2008-02-12
| | | | | | | | | 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
* Revert the buggy warning fix for gcc 4.2. It caused a sim built with gcc 4.2 ↵Jens Arnold2008-02-12
| | | | | | 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
* fix FS#8599 - First Song in Tagcache can't be ratedRobert Kukla2008-02-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16291 a1c6a512-1295-4272-9138-f99709370657
* Make I/O debug screen fit again on H10 5gb screenPeter D'Hoye2008-02-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16290 a1c6a512-1295-4272-9138-f99709370657
* Updated Polish translation by Mateusz KubicaPeter D'Hoye2008-02-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16289 a1c6a512-1295-4272-9138-f99709370657
* Hopefully remove the BOM again that slipped in with the previous commit.Marianne Arnold2008-02-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16287 a1c6a512-1295-4272-9138-f99709370657
* Deutsch.lang: Get rid of unnecessary denglish and be consistent with the ↵Marianne Arnold2008-02-11
| | | | | | rest of the translation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16286 a1c6a512-1295-4272-9138-f99709370657
* Updated German translation by Sascha Wolf.Jonas Häggqvist2008-02-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16283 a1c6a512-1295-4272-9138-f99709370657
* Fix a few syntax errors in the Spanish translation.Jonas Häggqvist2008-02-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16282 a1c6a512-1295-4272-9138-f99709370657
* Updated Spanish translation by Chelo Sacristán.Jonas Häggqvist2008-02-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16281 a1c6a512-1295-4272-9138-f99709370657
* Hopefully fix FS#8459 by updating the WPS data when returning from the ↵Nicolas Pennequin2008-02-10
| | | | | | context menu. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16277 a1c6a512-1295-4272-9138-f99709370657
* Accept FS #8570 by Thomas Martitz: recording dir location was not saved when ↵Peter D'Hoye2008-02-10
| | | | | | set via context menu. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16275 a1c6a512-1295-4272-9138-f99709370657
* Fix a few minor mistakes in languages which might confuse genlang.Jonas Häggqvist2008-02-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16268 a1c6a512-1295-4272-9138-f99709370657
* Better bookmark resume handling, in particular when resuming a directory. If ↵Magnus Holmgren2008-02-10
| | | | | | 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
* Updated Polish translation by Mateusz Kubica.Jonas Häggqvist2008-02-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16265 a1c6a512-1295-4272-9138-f99709370657
* Try that again.Michael Giacomelli2008-02-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16261 a1c6a512-1295-4272-9138-f99709370657
* Fix building the ipod sims.Michael Giacomelli2008-02-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16260 a1c6a512-1295-4272-9138-f99709370657
* Commit FS#8379 by Andree Buschmann. Disables much of the remaining unneeded ↵Michael Giacomelli2008-02-10
| | | | | | 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
* Updated Hindi translation to remove untranslated strings. By Apoo Maha.Jonas Häggqvist2008-02-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16257 a1c6a512-1295-4272-9138-f99709370657
* Added the checksum for H100/H110/H115 bootloader also.Miika Pekkarinen2008-02-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16254 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#7334, make Follow Playlist work when STOP is pressed.Steve Bavin2008-02-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16253 a1c6a512-1295-4272-9138-f99709370657
* Prepare for a new bootloader 7-pre4 release for iriver H100 series. Synced ↵Miika Pekkarinen2008-02-09
| | | | | | to work properly with SVN, and hopefully fixed remote detection problem and audio thump for some users. Also pure H100/H115 should be supported now. Actual bootloaders will be released separately. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16252 a1c6a512-1295-4272-9138-f99709370657
* UI Simulator for Gigabeat S.Will Robertson2008-02-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16246 a1c6a512-1295-4272-9138-f99709370657
* global_settings.colors_file will always be !false which means even when the ↵Jonathan Gordon2008-02-08
| | | | | | setting isnt set it will try to read /.rockbox/.icons which is bad mmkay git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16244 a1c6a512-1295-4272-9138-f99709370657
* Optimize the ARM ASM qmf_synth() clipping stage a bit. Also fix a typo and ↵Thom Johansen2008-02-08
| | | | | | remove some trailing white space. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16242 a1c6a512-1295-4272-9138-f99709370657
* make the gcc work-around somewhat more inclusive for gcc 4.2.X where X is 1Daniel Stenberg2008-02-07
| | | | | | | or bigger git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16238 a1c6a512-1295-4272-9138-f99709370657
* a rather lame attempt to silence the gcc 4.2.3 warnings on what seems to beDaniel Stenberg2008-02-06
| | | | | | | legitimate code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16237 a1c6a512-1295-4272-9138-f99709370657