summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2009-04-20Adding myself to docs/COMMITTERS :)Dave Hooper
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20758 a1c6a512-1295-4272-9138-f99709370657
2009-04-13FS#10127 - Sansa e200v2: wrapping in menus by Dustin Skoracki and me. ↵Thomas Martitz
Implements better list wrap handling mostly by taking Fuze's scrollwheel driver, but with tweaks w.r.t. to BUTTON_REPEAT to make it work on the e200v2. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20700 a1c6a512-1295-4272-9138-f99709370657
2009-04-10FS#10075 - FUZE: QUIT Plugin by selecting BUTTON_HOME by Johannes Schwarz. ↵Thomas Martitz
Updates the plugin keymap to use Long Home to exit plugins to be more inline with the core keymap. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20680 a1c6a512-1295-4272-9138-f99709370657
2009-04-10Commit fs#9959 by Jack Halpin. Removes delays from the Sansa e200v2 button ↵Michael Giacomelli
driver and cleans up the code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20676 a1c6a512-1295-4272-9138-f99709370657
2009-03-27Add myself (Boris Gjenero) to committers listBoris Gjenero
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20557 a1c6a512-1295-4272-9138-f99709370657
2009-03-22Update german translation: go back to 'Safety' in the agc settings for now ↵Marianne Arnold
(revert half applied patch), one tweak and add the missing phrase (taken from FS#9999, add Kai Posadowsky to CREDITS for it). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20476 a1c6a512-1295-4272-9138-f99709370657
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz
a) lcd_enabled() is now lcd_active(), and is available for HAVE_LCD_SLEEP only targets (e.g. ipod video) too. It was depandent on HAVE_LCD_ENALE only before b) rename the hook accordingly, and implement the hook for other other targets too (e.g. the clip [the only mono target with lcd_enable/lcd_sleep yet, so the code is still in the lcd driver], ipod, fuze, c200) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20331 a1c6a512-1295-4272-9138-f99709370657
2009-03-11Commit FS#9998: Updates to the Hebrew translation. Translation work done by ↵Robert Menes
Tomer Sharev and Sashe Khamkov; patch by Tom Ross. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20296 a1c6a512-1295-4272-9138-f99709370657
2009-03-11Add Michael Burtin to the credits for FS#9917, partially committed in r20264.Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20287 a1c6a512-1295-4272-9138-f99709370657
2009-03-11Spanish translation update by Francisco Vila (FS#10003). Also add him as ↵Jonas Häggqvist
Spanish maintainer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20286 a1c6a512-1295-4272-9138-f99709370657
2009-03-09Update German translation: add missing strings, improve wording in a few ↵Marianne Arnold
phrases and some cosmetic changes (whitespace and consistent case). Taken from FS#9754 but leaving out some changes which that didn't feel right to me for the moment. Add Johannes Linke to the credits for his work. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20266 a1c6a512-1295-4272-9138-f99709370657
2009-03-09Add Sam Bouwer to the credits and inside the langfile headerPeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20263 a1c6a512-1295-4272-9138-f99709370657
2009-03-06Fix FS#9977 - Thanks to Brian Sutherland for intensive testing and effortThomas Martitz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20214 a1c6a512-1295-4272-9138-f99709370657
2009-03-02Improve grammar and key map in reversi (FS#9960 and FS#9961)Alexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20179 a1c6a512-1295-4272-9138-f99709370657
2009-03-01Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which ↵Thomas Martitz
respects numbers within strings, and gives a more intuitive sorting. This also adds a setting, so that the sorting can be used in the file browser. The implementation is very generic, and can possibly be used in other places. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20155 a1c6a512-1295-4272-9138-f99709370657
2009-02-28Mention the .link files as a supported file type (FS#9927)Alexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20145 a1c6a512-1295-4272-9138-f99709370657
2009-02-28Welcome #108Alexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20137 a1c6a512-1295-4272-9138-f99709370657
2009-02-22Add myself to the manual creditsAlex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20086 a1c6a512-1295-4272-9138-f99709370657
2009-02-18Add Sei Aoyumi to credits for FS#9915 commited in r20030.Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20038 a1c6a512-1295-4272-9138-f99709370657
2009-02-16Welcome me - hello all!Alex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20018 a1c6a512-1295-4272-9138-f99709370657
2009-02-12fix layout so it actually looks consistent. Nothing worse than bad looking ↵Frank Gevaerts
style guides! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19990 a1c6a512-1295-4272-9138-f99709370657
2009-02-11New game plugin by Joshua Simmons FS#7369: Goban plugin, Go/Igo/Weiqi/Baduk ↵Mustapha Senhaji
game recorder and viewer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19972 a1c6a512-1295-4272-9138-f99709370657
2009-01-23Add "historical" committers. These are people who didn't respond to the call ↵Frank Gevaerts
for new passwords on the cvs->svn switch, or people who have a different username now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19828 a1c6a512-1295-4272-9138-f99709370657
2009-01-21Welcome Thomas Martitz :)Thomas Martitz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19810 a1c6a512-1295-4272-9138-f99709370657
2009-01-18FS#9808 by Ori Avtalion: Update simulator documentation with new 'simdisk' ↵Bertrik Sikken
directory git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19793 a1c6a512-1295-4272-9138-f99709370657
2009-01-13remove align_buffer from firmare/general.c, replacing with ALIGN_BUFFER ↵Andrew Mahone
macro, and replace all uses of it (only resize.c in core, and pictureflow and mpegplayer plugins), remove it from plugin_api, and remove wrapper for it from plugin.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19758 a1c6a512-1295-4272-9138-f99709370657
2009-01-08rockboxdev.sh now respects the environment variables RBDEV_DOWNLOAD, ↵Jonas Häggqvist
RBDEV_PREFIX and RBDEV_BUILD to enable setting download, install and build directories without editing the script. FS#9657 by Eric Shattow. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19725 a1c6a512-1295-4272-9138-f99709370657
2008-12-25Add Ryan Press, Craig Elliot and Kenderes Tamas to the credits file for FS#8624Mustapha Senhaji
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19591 a1c6a512-1295-4272-9138-f99709370657
2008-12-23Update German translation. Based on FS#9669 by Kaspar Rothenfusser (add him ↵Marianne Arnold
to CREDITS too, hopefully correct spelling) with additional tweaks by Tom Ross and me. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19567 a1c6a512-1295-4272-9138-f99709370657
2008-12-23Language updates:Jonas Häggqvist
- Fix hebrew by me, should be safe. - Korean update by Sanggon Lee (FS#9690). - Walloon fixes by Stephane Quertinmont (FS#9698). - Russian update by Anton Veretenenko (FS#9676). - Greek update by Alexander Spyridakis (FS#9699). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19560 a1c6a512-1295-4272-9138-f99709370657
2008-12-21Updated Korean translation by Sanggon Lee (FS#9690).Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19528 a1c6a512-1295-4272-9138-f99709370657
2008-12-21FS #9684. Japanese language update by Yoshihisa Uchida.Tom Ross
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19518 a1c6a512-1295-4272-9138-f99709370657
2008-12-19Fix up the iPod install section of the manual to bring itRobert Menes
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
2008-12-19Fix SVN propertiesMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19482 a1c6a512-1295-4272-9138-f99709370657
2008-12-19 * Add support for Onda VX747+ (FS#9674 by Olivier Barbut)Maurus Cuelenaere
* Fix Onda VX767 support * Small cleanup git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19481 a1c6a512-1295-4272-9138-f99709370657
2008-12-13Updated Turkish translation by Brian Cloutier. His work isn't complete, so ↵Jonas Häggqvist
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
2008-12-13Language updates:Jonas Häggqvist
- 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
2008-12-12FS#9591 by Anton Veretenenko for the Philips GoGear HDD1620/1630 (with a few ↵Mark Arigo
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
2008-12-09resize-on-load for bitmap files on 2bpp and color targetsAndrew Mahone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19374 a1c6a512-1295-4272-9138-f99709370657
2008-12-09add Andrew Mahone / unhelpful to COMMITTERSAndrew Mahone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19373 a1c6a512-1295-4272-9138-f99709370657
2008-12-04Add Adam Hogan to CREDITS for the ZVM plugin keymaps (r19335).Nicolas Pennequin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19349 a1c6a512-1295-4272-9138-f99709370657
2008-11-26Accept FS#9579 by Bartosz Fabianowski, fixing make zip when your build dir ↵Nils Wallménius
is not inside the source tree git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19223 a1c6a512-1295-4272-9138-f99709370657
2008-11-18Add Stephane Quertinmont to the credits for his Walloon language.Robert Menes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19134 a1c6a512-1295-4272-9138-f99709370657
2008-11-17Patch FS#9556 by Alex Bennee - clean up buildzip.plLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19125 a1c6a512-1295-4272-9138-f99709370657
2008-10-31Make lcd_set_enable_hook() conditional on HAVE_LCD_ENABLE and HAVE_LCD_COLORRafaël Carré
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
2008-10-28Add myself to committers listRafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18897 a1c6a512-1295-4272-9138-f99709370657
2008-10-27Commit DLanalyser tool, made by Jin LeMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18896 a1c6a512-1295-4272-9138-f99709370657
2008-10-26Language updates:Jonas Häggqvist
- 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
2008-10-24FS#9487 fixes and improvements of the calendar plugin by Teruaki KawashimaNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18870 a1c6a512-1295-4272-9138-f99709370657
2008-10-16Accept FS#7482 by Klaas Bosteels - return the full path of a file which ↵Jonathan Gordon
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