summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
* Deprecate LANG_RESTARTING_PLAYBACK in Serbian translation.Tom Ross2008-12-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19429 a1c6a512-1295-4272-9138-f99709370657
* Fix some errors in the Serbian translation and bring it up to date (no ↵Tom Ross2008-12-13
| | | | | | translation changes). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19427 a1c6a512-1295-4272-9138-f99709370657
* Updated Turkish translation by Brian Cloutier. His work isn't complete, so ↵Jonas Häggqvist2008-12-13
| | | | | | it's been automaticly merged with the old translation to hopefully produce the best possible combination of the two. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19425 a1c6a512-1295-4272-9138-f99709370657
* Ooops, Thai and Tagalog can also be brought up to date by simply deprecating ↵Jonas Häggqvist2008-12-13
| | | | | | LANG_RESTARTING_PLAYBACK. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19424 a1c6a512-1295-4272-9138-f99709370657
* Fix a small syntax issue that caused some trouble with the web translator ↵Jonas Häggqvist2008-12-13
| | | | | | interface. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19423 a1c6a512-1295-4272-9138-f99709370657
* Deprecate LANG_RESTARTING_PLAYBACK in these languages (Danish, Swedish, ↵Jonas Häggqvist2008-12-13
| | | | | | Walloon, Catalan and Finnish) and add user: fields to a some phrases. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19422 a1c6a512-1295-4272-9138-f99709370657
* A few new messages for robotfindskitten. Enjoy. :)Robert Menes2008-12-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19421 a1c6a512-1295-4272-9138-f99709370657
* Update Dutch language filePeter D'Hoye2008-12-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19419 a1c6a512-1295-4272-9138-f99709370657
* Some plugins need to yield under heavy user input especially with a scrollwheel.Michael Sevakis2008-12-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19416 a1c6a512-1295-4272-9138-f99709370657
* Keyclick fixup take two. It is only 88 samples (2msec) long so keep a small ↵Michael Sevakis2008-12-13
| | | | | | static buffer around for beeps less than or equal to keyclick duration. This way it operates no matter the buffer state and still won't interfere with alternate PCM operations like recording or plugin playback. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19415 a1c6a512-1295-4272-9138-f99709370657
* Clean up the newly updated Portuguse lang file. Add some strings that ↵Tom Ross2008-12-13
| | | | | | accidentally got lost in the previous update and remove strings that have not been translated. Should get rid of most of the yellow. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19414 a1c6a512-1295-4272-9138-f99709370657
* PCM buffer beeping needs the audio buffer reset in order to work after ↵Michael Sevakis2008-12-13
| | | | | | operations that trash the buffer or keyclick won't be audible until playback is restarted. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19413 a1c6a512-1295-4272-9138-f99709370657
* Language updates:Jonas Häggqvist2008-12-13
| | | | | | | | - Portuguese by Rui Araújo (FS#9587) - Catalan by Vicente Ibarra (FS#9553) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19412 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#8660-Recording hardlocks with keyclick enabled and FS#9388-keyclicks ↵Michael Sevakis2008-12-13
| | | | | | too late. Introduce audio_buffer_state to check whether PCM buffer is useable or disabled (trashed). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19411 a1c6a512-1295-4272-9138-f99709370657
* Make some more constants involved in right shifts unsigned to get rid of ↵Jens Arnold2008-12-12
| | | | | | __ashrsi3 in the Player's core as well, saving some binsize. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19409 a1c6a512-1295-4272-9138-f99709370657
* Bugfixes for Pictureflow (FS#9627 by Thomas Martitz):Jonas Häggqvist2008-12-12
| | | | | | | | | | | - Get complete metadata for albums (closes FS#9606). - Explicitly remove existing cache before creating new one (closes FS#9135). - Resetting the selection variable upon re-entering tracklist mode (better fix for FS#8347). - Use the system-wide HAVE_SCROLLWHEEL define rather than the local SCROLLWHEEL. - Change a buffer to be of size MAX_PATH+1 rather than MAX_PATH. It's unclear whether this is needed or not. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19408 a1c6a512-1295-4272-9138-f99709370657
* m200v4: rename Keys, so they match better other targets with similar ↵Dominik Wenger2008-12-12
| | | | | | key-layout. Enable plugins, add keymaps for plugins. More keymap improvements needed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19405 a1c6a512-1295-4272-9138-f99709370657
* Pictureflow:Jonas Häggqvist2008-12-12
| | | | | | | | - Always initialise artist and albumartist to NULL to avoid segfaults and other nastiness (closes FS#9266). Ideally they should be set to their actual values (would fix FS#9606), but this fix at least avoids some problems. - Be a bit more precise in the error given when no albumart is found. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19404 a1c6a512-1295-4272-9138-f99709370657
* Bring consistency to pcm implementation and samplerate handling. Less ↵Michael Sevakis2008-12-12
| | | | | | low-level duplication. A small test_sampr fix so it works on coldfire again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19400 a1c6a512-1295-4272-9138-f99709370657
* Don't let the user play the hand if it has already completed. Fixes FS #9399.Tom Ross2008-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19398 a1c6a512-1295-4272-9138-f99709370657
* fix FS#9615 - the set time/date screen was not setting the viewport before ↵Jonathan Gordon2008-12-12
| | | | | | using the lcd funcitons git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19397 a1c6a512-1295-4272-9138-f99709370657
* fix yellowAndrew Mahone2008-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19394 a1c6a512-1295-4272-9138-f99709370657
* fix broken greyscale upscalingAndrew Mahone2008-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19393 a1c6a512-1295-4272-9138-f99709370657
* add yields in superdom, patch from FS#7528Andrew Mahone2008-12-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19389 a1c6a512-1295-4272-9138-f99709370657
* Fix a wrong comment in thread.c and mention an alternative approach to ↵Michael Sevakis2008-12-10
| | | | | | inits. Fix a couple headers' Id fields while at it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19386 a1c6a512-1295-4272-9138-f99709370657
* fix get_totalsize to return the correct size in some cases where it failedAndrew Mahone2008-12-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19385 a1c6a512-1295-4272-9138-f99709370657
* code cleanup, more descriptive variable names, and algorithm docs for color ↵Andrew Mahone2008-12-10
| | | | | | scalers git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19381 a1c6a512-1295-4272-9138-f99709370657
* small binsize improvement for color scalersAndrew Mahone2008-12-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19380 a1c6a512-1295-4272-9138-f99709370657
* add some missing ifdef HAVE_TAGCACHE checks spooted by funmanJonathan Gordon2008-12-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19379 a1c6a512-1295-4272-9138-f99709370657
* Fix red and a couple other things I somehow missed.Michael Sevakis2008-12-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19378 a1c6a512-1295-4272-9138-f99709370657
* Use cookies for thread identification instead of pointers directly which ↵Michael Sevakis2008-12-10
| | | | | | gives a buffer against wrongly identifying a thread when the slot is recycled (which has been nagging me for awhile). A slot gets 255 uses before it repeats. Everything gets incompatible so a full update is required. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19377 a1c6a512-1295-4272-9138-f99709370657
* fix yellow - bogus unitialized use warningsAndrew Mahone2008-12-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19376 a1c6a512-1295-4272-9138-f99709370657
* Assembler optimised mono predictor for ARM. Speedup for -c1000 mono is ~5% ↵Jens Arnold2008-12-09
| | | | | | on PP, ~8% on Gigabeat S (less for higher compression levels). Also fix some overlooked comments in the stereo predictor. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19375 a1c6a512-1295-4272-9138-f99709370657
* resize-on-load for bitmap files on 2bpp and color targetsAndrew Mahone2008-12-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19374 a1c6a512-1295-4272-9138-f99709370657
* FS#9609 FM radio support for the Gigabeat S, seeking/scanning is not yet Nils Wallménius2008-12-09
| | | | | | | | | implemented but manual tuning works nicely. Thanks to Rafaël Carré, Bertrik Sikken and Robert Menes for suggestions and debugging help. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19372 a1c6a512-1295-4272-9138-f99709370657
* Compile the WPS debug functions for the sim, to make --debugwps work.Jonas Häggqvist2008-12-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19371 a1c6a512-1295-4272-9138-f99709370657
* Commit FS#9607 by Adam Hogan: fix plugin keymaps for Creative Zen Vision:MMaurus Cuelenaere2008-12-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19363 a1c6a512-1295-4272-9138-f99709370657
* Fix red player buildBjörn Stenberg2008-12-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19362 a1c6a512-1295-4272-9138-f99709370657
* fix "warning: comparison between signed and unsigned"Daniel Stenberg2008-12-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19359 a1c6a512-1295-4272-9138-f99709370657
* Apply FS#9368 : add generic settings tag to WPS.Antoine Cellerier2008-12-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19357 a1c6a512-1295-4272-9138-f99709370657
* Add new cfg_to_string function (this just splits existing code).Antoine Cellerier2008-12-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19356 a1c6a512-1295-4272-9138-f99709370657
* Meg F/X can beep and click using a hardware timer so let us try it out. To ↵Michael Sevakis2008-12-07
| | | | | | match things up better, fix PCM beeping to give correct frequency (and get a pointer wrap bug too). Do some minor adjustments to compensate for corrections. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19355 a1c6a512-1295-4272-9138-f99709370657
* Sansa AMS: PCM driver (FS#9592)Rafaël Carré2008-12-04
| | | | | | | Note that on low memory targets (Clip/m200v4 tested) you will encounter random crashes. Applying FS#9332 seems to help a lot. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19342 a1c6a512-1295-4272-9138-f99709370657
* Cleaned up codepage handling, by Yoshihisa Uchida. (FS#9349)Björn Stenberg2008-12-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19339 a1c6a512-1295-4272-9138-f99709370657
* Added keymaps for ZVM to plugins. Enabled zvm plugin building in ↵Björn Stenberg2008-12-04
| | | | | | tools/configure. FS#9605 by Adam Hogan and Robert Menes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19335 a1c6a512-1295-4272-9138-f99709370657
* playback: sanity check for pcmbuf_init() requirement (enabled in DEBUG)Rafaël Carré2008-12-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19331 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#8282 - if next-dir fails resume the old playlistJonathan Gordon2008-12-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19324 a1c6a512-1295-4272-9138-f99709370657
* Place cleanup TODO notice in a comment and not in the desc: field.Michael Sevakis2008-12-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19321 a1c6a512-1295-4272-9138-f99709370657
* Straighten out some powermanagement stuff. Give target complete control over ↵Michael Sevakis2008-12-03
| | | | | | how power inputs are sensed. Clean SIMULATOR stuff out of target files. Get rid of USB charging option on targets that don't support it or don't implement it yet. Menu string remains to avoid language incompatibility but should be removed on next cleanup for targets not using it (notice in english.lang). global_settings becomes incompatible for some builds and so plugin API version is incremented. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19315 a1c6a512-1295-4272-9138-f99709370657
* Move #defines and #include into c file as this is the only place they are usedNils Wallménius2008-12-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19313 a1c6a512-1295-4272-9138-f99709370657