summaryrefslogtreecommitdiff
path: root/docs (follow)
Commit message (Collapse)AuthorAge
...
* FS #9684. Japanese language update by Yoshihisa Uchida.Tom Ross2008-12-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19518 a1c6a512-1295-4272-9138-f99709370657
* Fix up the iPod install section of the manual to bring itRobert Menes2008-12-19
| | | | | | | | | more up to date (especially the Mac OS X install instructions), and also some general cleanup of language. Also added myself to the manual credits. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19487 a1c6a512-1295-4272-9138-f99709370657
* Fix SVN propertiesMaurus Cuelenaere2008-12-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19482 a1c6a512-1295-4272-9138-f99709370657
* * Add support for Onda VX747+ (FS#9674 by Olivier Barbut)Maurus Cuelenaere2008-12-19
| | | | | | | | * Fix Onda VX767 support * Small cleanup git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19481 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
* 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
* FS#9591 by Anton Veretenenko for the Philips GoGear HDD1620/1630 (with a few ↵Mark Arigo2008-12-12
| | | | | | changes by me). Fixes boot problem, pixel format, sound, and a few other things. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19395 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
* add Andrew Mahone / unhelpful to COMMITTERSAndrew Mahone2008-12-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19373 a1c6a512-1295-4272-9138-f99709370657
* Add Adam Hogan to CREDITS for the ZVM plugin keymaps (r19335).Nicolas Pennequin2008-12-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19349 a1c6a512-1295-4272-9138-f99709370657
* Accept FS#9579 by Bartosz Fabianowski, fixing make zip when your build dir ↵Nils Wallménius2008-11-26
| | | | | | is not inside the source tree git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19223 a1c6a512-1295-4272-9138-f99709370657
* Add Stephane Quertinmont to the credits for his Walloon language.Robert Menes2008-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19134 a1c6a512-1295-4272-9138-f99709370657
* Patch FS#9556 by Alex Bennee - clean up buildzip.plLinus Nielsen Feltzing2008-11-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19125 a1c6a512-1295-4272-9138-f99709370657
* Make lcd_set_enable_hook() conditional on HAVE_LCD_ENABLE and HAVE_LCD_COLORRafaël Carré2008-10-31
| | | | | | | | | | | This prepares for the Clip which will define HAVE_LCD_ENABLE but won't need the hook since the internal LCD framebuffer is updated regardless if the display is on or off. firmware/drivers/lcd-16bit.c has not been modified since HAVE_LCD_COLOR is obviously defined here git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18951 a1c6a512-1295-4272-9138-f99709370657
* Add myself to committers listRafaël Carré2008-10-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18897 a1c6a512-1295-4272-9138-f99709370657
* Commit DLanalyser tool, made by Jin LeMaurus Cuelenaere2008-10-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18896 a1c6a512-1295-4272-9138-f99709370657
* Language updates:Jonas Häggqvist2008-10-26
| | | | | | | | | - Synched Danish by me - Synched Finnish by Jani Kinnunen (FS#9488) - Fix spelling errors in Polish translation by Marcin Łukasik (FS#9416) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18887 a1c6a512-1295-4272-9138-f99709370657
* FS#9487 fixes and improvements of the calendar plugin by Teruaki KawashimaNils Wallménius2008-10-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18870 a1c6a512-1295-4272-9138-f99709370657
* Accept FS#7482 by Klaas Bosteels - return the full path of a file which ↵Jonathan Gordon2008-10-16
| | | | | | doesnt have valid tags yet (and use the end of the filename for the title) instead of before which was only using the filename git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18820 a1c6a512-1295-4272-9138-f99709370657
* Pegbox - new graphics for Archos, c200, small H10, Mini, M3 - also cleaning ↵Marianne Arnold2008-10-13
| | | | | | and small tweaks to the rest of the greyscale and monochrome bitmaps. Aspect ratio correct the pieces for the Archos screen (now uses 9x7 tiles) which made it possible to also add the header with statistics). Necessary changes to pegbox.c: don't assume piece height = piece width, prepare a new 'wide' layout for the c200 with the statics at the side. Additional cleanup - make the code more readable by replacing repeatedly used bmpheight_XYZ with defines, splitting some too long lines. Let the 'Start on level' line in the menu actually appear on the Mini's screen. Also rename the greyscale graphics according convention to '...x2.bmp' and set the mime-type more accurately for all pegbox bitmaps. Finally, add Joel Puik, the creator of the original colour graphics to CREDITS. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18803 a1c6a512-1295-4272-9138-f99709370657
* Hopefully fix the D2s 'cut and repeated LCD lines' bug (fix suggested by ↵Rob Purchase2008-10-13
| | | | | | Francesco Rigoni). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18801 a1c6a512-1295-4272-9138-f99709370657
* Commit FS#9467 - initial work on port to Sansa Clip by Rafaël Carré and ↵Dave Chapman2008-10-12
| | | | | | François Dinel. A few cosmetic changes were made by me prior to committing: 1) TAB policing in button-clip.c; 2) Add François Dinel to CREDITS; 3) Add François Dinel as (C) holder in button-target.h (it was previously blank); 4) Add Rockbox header to bootloader/sansa_as3525.c with Rafaël Carré as (C) holder; 5) Change target_id to 50 (next available number) in tools/configure and fixed indentation; 6) Change MODEL_NUMBER in config-clip.h to 50 (next available number); 7) Remove unused in/out macros from system-target.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18782 a1c6a512-1295-4272-9138-f99709370657
* Add Rockbox layout to plugin API documentationMaurus Cuelenaere2008-10-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18754 a1c6a512-1295-4272-9138-f99709370657
* Small fixes to the french translation by Eric Lassauge and Rafaël CarréNils Wallménius2008-10-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18744 a1c6a512-1295-4272-9138-f99709370657
* add morse input support to the Olympus m:robe 100, patch by Roy Wallace, FS#9450Marcoen Hirschberg2008-10-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18741 a1c6a512-1295-4272-9138-f99709370657
* Commit FS#9462: an semi-automatic plugin API documentation generatorMaurus Cuelenaere2008-10-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18722 a1c6a512-1295-4272-9138-f99709370657
* Add Denes Balatoni to the creditsFrank Gevaerts2008-10-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18718 a1c6a512-1295-4272-9138-f99709370657
* Add Rafael Carre (funman) for his work on SansaV2 hacking and contributions ↵Dave Chapman2008-10-02
| | | | | | to mkamsboot and related code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18681 a1c6a512-1295-4272-9138-f99709370657
* Accept FS #9394 by Christian Lees and extend it to all PP targets with a ↵Peter D'Hoye2008-09-28
| | | | | | WM8731: More samplerates for playback and recording. Only tested on H10 but should work on the others too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18662 a1c6a512-1295-4272-9138-f99709370657
* Add myself to committers listVitja Makarov2008-09-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18549 a1c6a512-1295-4272-9138-f99709370657
* Something horrible happened with binsize, so revert FS#8894 completely (for ↵Steve Bavin2008-09-08
| | | | | | now). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18449 a1c6a512-1295-4272-9138-f99709370657
* Add timestretching from FS#8894, as written by Stephane Doyon based on work ↵Steve Bavin2008-09-08
| | | | | | by Nicolas Pitre. Shouldn't affect playback unless it's explicitly enabled, but let me know if it does. Currently has a dedicated setting, but maybe inclusion of the code will inspire someone to integrate this with the pitch screen... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18446 a1c6a512-1295-4272-9138-f99709370657
* Language updates:Jonas Häggqvist2008-09-07
| | | | | | | | - Catalan by Víctor Zabalza (FS#9345) - Spanish by Francisco Vila (FS#9366) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18437 a1c6a512-1295-4272-9138-f99709370657
* Initial commit of iaudio 7 port by Vitja Makarov (FS#9245). Port is at ↵Dave Chapman2008-09-06
| | | | | | quite an advanced stage, but is troubled by the lack of a reliable NAND driver (similar to the Cowon D2 port) and is not yet suitable for non-developers. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18435 a1c6a512-1295-4272-9138-f99709370657
* Welcome Robert Menes as Committer #64!Robert Menes2008-09-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18426 a1c6a512-1295-4272-9138-f99709370657
* C200: Also flip the function of the volume buttons when display flip is ↵Marianne Arnold2008-09-03
| | | | | | enabled. I think it is more consistent, especially when thinking of cases where these buttons are used for something else (e.g. left/right in brickmania). Taken from FS#8393 by Volker Mische - add him to CREDITS too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18404 a1c6a512-1295-4272-9138-f99709370657
* Language updates:Jonas Häggqvist2008-08-31
| | | | | | | | | - Polish language update and sorted by Maciej Adamczak (FS#9316) - Small fix for Russian by Alexander Levin (FS#9307) - Updated Romanian translation by Florin Popescu (FS#9339) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18371 a1c6a512-1295-4272-9138-f99709370657
* Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. ↵Frank Gevaerts2008-08-29
| | | | | | Closes FS#9327 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18362 a1c6a512-1295-4272-9138-f99709370657
* * Commit dual-boot support for Creative ZVx familyMaurus Cuelenaere2008-08-27
| | | | | | | | | | * Add mkzenboot: makes it possible to integrate Rockbox bootloader with Creative firmwares without the need of distributing binaries * Add Tadeusz Pyś to credits, who figured out the minifs file system * Fix bootloader git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18352 a1c6a512-1295-4272-9138-f99709370657
* ZenUtils:Maurus Cuelenaere2008-08-24
| | | | | | | | * Apply FS#9311 by Jelle Geerts: fix compiling on MingW * Make zen::find_firmware_offset() detect the offset better git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18340 a1c6a512-1295-4272-9138-f99709370657
* French language update. In bonus, few improvements and fixes by Clément ↵Mustapha Senhaji2008-08-21
| | | | | | | | | Pit-Claudel (taken from FS#9141). Remove an empty line from the english file, while I was here. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18328 a1c6a512-1295-4272-9138-f99709370657
* Fix a problem with dict and checkbox where their internal buffer allocaters ↵Jonathan Gordon2008-08-19
| | | | | | wernt actually fixing the amount of freespace after an alloc (Spotted and fixed by Daniel Weck) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18317 a1c6a512-1295-4272-9138-f99709370657
* Updated Simplified Chinese translation by Jun Gu (FS#9283).Jonas Häggqvist2008-08-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18302 a1c6a512-1295-4272-9138-f99709370657
* Updated Tagalog translation by Melba Sitjar (FS#9289). Added as Tagalog ↵Jonas Häggqvist2008-08-16
| | | | | | maintainer as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18299 a1c6a512-1295-4272-9138-f99709370657
* Rework of the Hebrew translation - sort by English order, and small fixes by ↵Jonas Häggqvist2008-08-15
| | | | | | Tomer Shalev. Add him as Hebrew maintainer, and add myself as general translation maintainer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18293 a1c6a512-1295-4272-9138-f99709370657
* Updated Japanese translation by Takumi Suzuki, Shunsuke Shimizu and Tadayuki ↵Jonas Häggqvist2008-08-12
| | | | | | Nishizono (FS#9148). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18257 a1c6a512-1295-4272-9138-f99709370657
* Add iAudio M3 port and maintainer.Jens Arnold2008-08-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18205 a1c6a512-1295-4272-9138-f99709370657
* * Add myself to some areas in docs/MAINTAINERSMaurus Cuelenaere2008-08-06
| | | | | | | * Add lcd_call_enable_hook() call git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18204 a1c6a512-1295-4272-9138-f99709370657
* Updated Russian translation by Dennis Ivanov (FS#9244).Jonas Häggqvist2008-08-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18200 a1c6a512-1295-4272-9138-f99709370657
* Add Thomas Schott to CREDITS for fixing FS#9203 (WPS gets corrupted after ↵Bertrik Sikken2008-08-04
| | | | | | changing status bar setting) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18193 a1c6a512-1295-4272-9138-f99709370657