summaryrefslogtreecommitdiff
path: root/docs/CREDITS (follow)
Commit message (Collapse)AuthorAge
* Firmware update utility for the Gigabeat S and probably other MTP devices. ↵Nicolas Pennequin2007-11-22
| | | | | | Based on libmtp's sendfile.c example, tweaked by Maurus Cuelenaere and me to send firmware files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15755 a1c6a512-1295-4272-9138-f99709370657
* Fix for Nano timing issues, should resolve crashes, data aborts, and Paul Louden2007-11-20
| | | | | | | | general glitchiness in playback. Based on the patch in FS#7510 by Jordan Anderson. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15705 a1c6a512-1295-4272-9138-f99709370657
* FS#8126: Translated voice strings for Swedish, with a few changes by me.Magnus Holmgren2007-11-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15621 a1c6a512-1295-4272-9138-f99709370657
* Add James Espinoza for his work on the Gigabeat S port - he should have been ↵Dave Chapman2007-11-11
| | | | | | added earlier git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15571 a1c6a512-1295-4272-9138-f99709370657
* Add Karim Boucher for his initial work on the mpegplayer assembler IDCT for ↵Jens Arnold2007-10-17
| | | | | | coldfire. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15163 a1c6a512-1295-4272-9138-f99709370657
* Fix FS#7952 - flip list settings didnt work properlyJonathan Gordon2007-10-15
| | | | | | | Accept FS#7956 - flip some sound settings on wheel targets so clockwise increases git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15113 a1c6a512-1295-4272-9138-f99709370657
* Accept FS #7914 by Stijn Hisken with corrections and additions by mePeter D'Hoye2007-10-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15073 a1c6a512-1295-4272-9138-f99709370657
* FS#7487 - mpegplayer - video start time seek with resumeRobert Kukla2007-10-09
| | | | | | | by John S. Gwynne & Brian J. Morey This should stop the patch from breaking again and give them opportunity to improve it further. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15052 a1c6a512-1295-4272-9138-f99709370657
* New plugin: robotfindskitten - a zen simulation. More (or less) information ↵Jonas Häggqvist2007-10-05
| | | | | | on robotfindskitten.org. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14993 a1c6a512-1295-4272-9138-f99709370657
* Throw myself in the docs ;)Stepan Moskovchenko2007-10-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14968 a1c6a512-1295-4272-9138-f99709370657
* FS#7712 by Przemysław Hołubowski: New codepage (CP1250 - WIN1250) addedMarcoen Hirschberg2007-10-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14942 a1c6a512-1295-4272-9138-f99709370657
* Add support for the generic Telechips firmware format checksums - use ↵Dave Chapman2007-09-30
| | | | | | -tcc=sum if the header just contains a single checksum, or -tcc=crc if the header contains two 32-bit CRCs. Credit goes to Hein-Pieter van Braam for his work on identifying the (reverse) CRC32 algorithm used when calculating the two CRCs git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14917 a1c6a512-1295-4272-9138-f99709370657
* Accept FS#7859 by David Bishop: Replace "Show ID3 Info" by "Show Track Info".Nicolas Pennequin2007-09-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14895 a1c6a512-1295-4272-9138-f99709370657
* FS#7808 by Tom Ross, Ken Fazzone and me, with help from Antoine Cellerier.Nicolas Pennequin2007-09-27
| | | | | | | | | Add two new line selector types: solid colour and gradient. Solid colour only uses the primary colour setting. The secondary colour setting is used for the gradient. Text colour for the selected item is also changeable. These new settings are a bit controversial so they may be removed later. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14868 a1c6a512-1295-4272-9138-f99709370657
* Add Pinitnun Shanasabang to the credits for his Thai translation.Jonas Häggqvist2007-09-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14861 a1c6a512-1295-4272-9138-f99709370657
* Alexander Eickhoff wrote at least two accepted patches that went in during 2003Daniel Stenberg2007-09-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14801 a1c6a512-1295-4272-9138-f99709370657
* Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by ↵Marianne Arnold2007-09-20
| | | | | | Max Kelley with tweaks, bit of cleanup and additional bitmaps by me. Some of the now enabled plugins could still be improved in regard to screen size adaptation or keymaps but this way it can easily be done later and one by one. The rather ugly 'ifndef's I added temporaryly in plugins/SOURCES will also go one by one. Plugin button actions cause some quirks in a few plugins (e.g. 'clock') but since it's not critical , the bitmaps were already done and it makes a good example for discussing plugin button actions, I thought it could go in. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14771 a1c6a512-1295-4272-9138-f99709370657
* Accept patch in FS#7791 by Peter Harley adding buttons for gigabeats to the ↵Nils Wallménius2007-09-17
| | | | | | jpegviewer sectioon of the manual, also a minor tweak by me git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14734 a1c6a512-1295-4272-9138-f99709370657
* Accept FS #7750: simulator: add missing newlines after SDL errorsPeter D'Hoye2007-09-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14666 a1c6a512-1295-4272-9138-f99709370657
* Accept patch in FS#7726 by Costas Calamvokis, enables FM radio and recording ↵Nils Wallménius2007-09-10
| | | | | | stuff for sansa in the manual git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14663 a1c6a512-1295-4272-9138-f99709370657
* FS#7742 by Sofian Babai - add missing voice string in francais.langLinus Nielsen Feltzing2007-09-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14661 a1c6a512-1295-4272-9138-f99709370657
* Commit FS#7692 - LCD garbled top two lines by Jesse Lockwood and Jonathan ↵Michael Sevakis2007-09-05
| | | | | | Backer. Works on mine and others' older models without trouble and provides a genuine fix for the garbled display lines issue troubling newer ones. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14620 a1c6a512-1295-4272-9138-f99709370657
* Add Brazillian Portuguese translation by Adilson Vicente Xavier. Update ↵Jonas Häggqvist2007-09-04
| | | | | | sapi_voices.vbs accordingly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14603 a1c6a512-1295-4272-9138-f99709370657
* Accept patch from FS#7174 by Mauricio Peccorini with canges by me and Igor ↵Nils Wallménius2007-09-02
| | | | | | 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
* Accept patch in FS#6869 by Justin Foell, increases maximum settable battery ↵Nils Wallménius2007-09-02
| | | | | | 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
* Add support for building voices with the swift engine from cepstral.com. ↵Jonas Häggqvist2007-09-01
| | | | | | Patch FS#7689 by Mario Lang. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14565 a1c6a512-1295-4272-9138-f99709370657
* Add Alex Parker to CREDITSPaul Louden2007-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14557 a1c6a512-1295-4272-9138-f99709370657
* Accept FS #6854 by Sylvain Fourmanoit: allow navigation when viewing credits ↵Peter D'Hoye2007-08-30
| | | | | | and do not exit immediately when pressing a key. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14544 a1c6a512-1295-4272-9138-f99709370657
* FS #6639 - Fixes for Last.fm logging on HWCODEC targets by Boris GjeneroRobert Keevil2007-08-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14443 a1c6a512-1295-4272-9138-f99709370657
* Voice the time in the format the user selects in the time format setting. ↵Jonas Häggqvist2007-08-21
| | | | | | Patch FS#7561 by Daniel Dalton. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14418 a1c6a512-1295-4272-9138-f99709370657
* Updated Simplified Chinese translation by Xinlu Huang.Jonas Häggqvist2007-08-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14407 a1c6a512-1295-4272-9138-f99709370657
* Updated Polish translation by Pawel WysockiJonas Häggqvist2007-08-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14405 a1c6a512-1295-4272-9138-f99709370657
* Updated Italian language file (FS #7605 by Harry Tu)Peter D'Hoye2007-08-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14374 a1c6a512-1295-4272-9138-f99709370657
* Accept FS#6499 - fix rockboxdev.sh make/gmake detection in Mac OS X/Darwin. ↵Barry Wardell2007-08-13
| | | | | | Thanks to Lenny Koepsell. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14306 a1c6a512-1295-4272-9138-f99709370657
* Accept FS#7558 - updated russian translationJonathan Gordon2007-08-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14281 a1c6a512-1295-4272-9138-f99709370657
* Add support for grouping tags. From FS#7362.Dan Everton2007-08-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14242 a1c6a512-1295-4272-9138-f99709370657
* Accept FS#7449 - use the menu/power button for the menu and use rec to ↵Jonathan Gordon2007-08-05
| | | | | | toggle slideshow mode. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14185 a1c6a512-1295-4272-9138-f99709370657
* Add support for parsing the disc number tag from metadata and use of it in ↵Dan Everton2007-08-03
| | | | | | the database. Patch originally from FS#4961 with some minor tweaks by me. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14154 a1c6a512-1295-4272-9138-f99709370657
* Accept FS#7437 - add the delete option to the wps context menu so the ↵Jonathan Gordon2007-07-31
| | | | | | currently playing file can be deleted. tested with a 130mb file on my sansa and it didnt cause problems git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14099 a1c6a512-1295-4272-9138-f99709370657
* FS7468 - updated German langJonathan Gordon2007-07-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13964 a1c6a512-1295-4272-9138-f99709370657
* FS#6679 : Estonian language by Rene Allkivi with a few tweaks by me.Nicolas Pennequin2007-07-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13944 a1c6a512-1295-4272-9138-f99709370657
* More battery updates, this time for gigabeat. FS #7433 from Johnathon MihalopPeter D'Hoye2007-07-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13891 a1c6a512-1295-4272-9138-f99709370657
* Correction for ipod video and nano battery type. FS #7216 by Andree BuschmannPeter D'Hoye2007-07-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13885 a1c6a512-1295-4272-9138-f99709370657
* Give credit to the chip8 developer(s) and the contributor who ported itPeter D'Hoye2007-07-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13799 a1c6a512-1295-4272-9138-f99709370657
* Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ↵Dave Chapman2007-07-03
| | | | | | fixed-point and malloc-less WMA decoder (based on the ffmpeg WMA decoder from early 2006, and also building on the work started by Paul Jones). The codec itself and the ASF parsing code were written by me, inspired by the ASF parser in libasf. Current performance is around 400% realtime on gigabeat, 100% realtime on PP and 20% realtime on Coldfire. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13769 a1c6a512-1295-4272-9138-f99709370657
* FS#7361 by Rhino Tanga: Move the id3 tag buffer size into a #defineNicolas Pennequin2007-06-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13730 a1c6a512-1295-4272-9138-f99709370657
* Give recording related menu entries a recording icon (settings and radio ↵Peter D'Hoye2007-06-25
| | | | | | menus). FS #7302 with small addition by me. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13718 a1c6a512-1295-4272-9138-f99709370657
* Minesweeper enhancements (FS #7327, FS #7335, some further changes by me): * ↵Jens Arnold2007-06-25
| | | | | | Make info splash display number of flags and number of mines. * Directions on iPod use Left/Right/Menu/Play now, with Select for flagging and long Select for exploring. Additionally, Scroll Left/Right goes left/right with wrapping to the previos/next line at the edges. * Make info splash work on Iaudios. * Swap main explore and flag buttons on recorder (and av300) to make them consistent with the other tragets and the rest of the minesweeper world. * On irivers, Rec can be used as an alternative for flagging, making one-handed playing easier on H1x0. * Removed unused macros. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13712 a1c6a512-1295-4272-9138-f99709370657
* Accept FS#7178 - Sansa e200 FM tuner support by Ivan Zupan. Do the needed ↵Michael Sevakis2007-06-06
| | | | | | integration work into recording and the AS3514 audio driver. Do a little AS3514 fiq_record tweak to have it all work nicely from the start. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13573 a1c6a512-1295-4272-9138-f99709370657
* FS #7247 by Gerhard Dirschl. Fixes bufferoverflow in radio code.Peter D'Hoye2007-06-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13554 a1c6a512-1295-4272-9138-f99709370657