summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2012-06-26FS#12707 - [PATCH] Last missing strings in Catalan translationEnric Morales
Signed-off-by: Bertrik Sikken <bertrik@sikken.nl> Change-Id: Icf726324d533ce2cd0eb918a7188ab6201e5c99f
2012-06-05FS#12689 - Missing strings for Español (Spanish) translationEduardo Gonzalez
Signed-off-by: Bertrik Sikken <bertrik@sikken.nl> Change-Id: I2f33c613dc8dbf149c10efc6b73b16e969cf0903
2012-04-22Fix Rockblox plugin display issues on Clip ZipMarty Miller
Added Rockblox background, layout and detection for 96x96x16 displays Change-Id: I4585d5e679851b5696542269fe2123cf7df200de
2012-03-03Set %cs(Current Screen) to "Bookmark browser" when listing bookmarks from ↵Osborne Jacobs
the Context Menu Currently when you select list bookmarks from the context menu %cs returns "Context Menu" when in the bookmark browser screen. This change makes %cs return "Bookmark browser" when listing bookmarks from the context menu, the same as when you list recent bookmarks. This change will make it possible to determin that you are on a bookmark browser screen when skinning using an sbs file. Change-Id: I7fb93525fbafb5d14bba2ae5df7a78df908d09ae Reviewed-on: http://gerrit.rockbox.org/169 Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
2012-03-02Bulgarian translation for the remaining strings.Dimitar Dimitrov
Change-Id: If1c7cde9ba3196f99dcce80b8eaaf46ec6b84b46 Reviewed-on: http://gerrit.rockbox.org/161 Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
2012-02-25Add unwarminder author to CREDITSMarcin Bukat
Change-Id: Ida502b717783085d8d6e56342d050f6f9e81cde3
2012-02-25Add Fukuda Takafumi to the creditsNils Wallménius
Change-Id: I636b865b7588cc22d107d943fc5b8c3ebc2883b2
2012-02-13Add Cástor Muñoz and Albert Barca to CREDITS.Nils Wallménius
Change-Id: I8498d40cf55d550ba09b3df4429ef9d941bdbc56
2012-02-10FS#12582 - update for ukrainian languageIgor Petelin
Signed-off-by: Bertrik Sikken <bertrik@sikken.nl> Change-Id: I620b83774ecc6cd1ce797bd0d197d5dd56fdbeb1
2012-02-03Add graphics for solitaire/blackjack plugins for the sansa clip zip by ↵Bertrik Sikken
Nathan Korth Change-Id: Ic87bf074f2d60687a2933b05fcad1c0d27dfd9ec Reviewed-on: http://gerrit.rockbox.org/79 Reviewed-by: Bertrik Sikken <bertrik@sikken.nl> Tested-by: Bertrik Sikken <bertrik@sikken.nl>
2012-01-28Use is_keys_locked when possibleWieland Hoffmann
Change-Id: Ib0ae0f31a8b040aba5dca4e11df934c89aaca232 Reviewed-on: http://gerrit.rockbox.org/73 Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info>
2012-01-24Update CONTRIBUTING to reflect our switch to git on gerrit.Marcin Bukat
Fixes FS#12536 Change-Id: Iee4700ef01eb23c92a026df5074ffcf0257fe0ec
2012-01-09FS#12511 - Polish translation by Artur JuraszekBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31646 a1c6a512-1295-4272-9138-f99709370657
2011-12-31Update the Russian translation (FS#12420 by James Hunt)Alexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31483 a1c6a512-1295-4272-9138-f99709370657
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz
This port is a hybrid native/RaaA port. It runs on a embedded linux system, but is the only application. It therefore can implement lots of stuff that native targets also implement, while leveraging the underlying linux kernel. The port is quite advanced. User interface, audio playback, plugins work mostly fine. Missing is e.g. power mangement and USB (see SamsungYPR0 wiki page). Included in utils/ypr0tools are scripts and programs required to generate a patched firmware. The patched firmware has the rootfs modified to load Rockbox. It includes a early/safe USB mode. This port needs a new toolchain, one that includes glibc headers and libraries. rockboxdev.sh can generate it, but e.g. codesourcey and distro packages may also work. Most of the initial effort is done by Lorenzo Miori and others (on ABI), including reverse engineering and patching of the original firmware, initial drivers, and more. Big thanks to you. Flyspray: FS#12348 Author: Lorenzo Miori, myself Merry christmas to ypr0 owners! :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31415 a1c6a512-1295-4272-9138-f99709370657
2011-12-22Thank you for the bug hunting help, Andrej Sinicyn. However CREDITS is ↵Björn Stenberg
reserved for people who contribute substantial amounts of code or data. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31403 a1c6a512-1295-4272-9138-f99709370657
2011-12-22Add Andrej Sinicyn to creditsAmaury Pouly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31402 a1c6a512-1295-4272-9138-f99709370657
2011-12-12Belatedly adding myself to COMMITTERS in alphabetical orderNick Peskett
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31216 a1c6a512-1295-4272-9138-f99709370657
2011-12-12Belatedly adding myself to COMMITTERSNick Peskett
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31215 a1c6a512-1295-4272-9138-f99709370657
2011-11-30fuze+: update keymap and touchpad driver based on FS#12405 with minor ↵Amaury Pouly
modifications. Thanks to Jean-Louis Biasini. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31098 a1c6a512-1295-4272-9138-f99709370657
2011-11-26lcd_color/cabbiev2: New iconset in multiple sizesThomas Martitz
The new iconset features transparency which can be more easier generated from svgs and looks better. For for bigger displays there are new sizes. The bmps are the generated from the SVGs added to the tree and create-icons-from-tango.pl is updated to enable easy generation. rockbox-clef.svg is changed to have a bit more border. NOTE: Icons for greyscale are unchanged. Someone needs to update them, I don't know how to do it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31059 a1c6a512-1295-4272-9138-f99709370657
2011-11-17Brazilian Portuguese translation updateThomas Martitz
Flyspray: FS#12341 Author: Kessia Pinheiro git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31019 a1c6a512-1295-4272-9138-f99709370657
2011-11-17French translation updateThomas Martitz
Flyspray: FS#12372 Author: Olivier Kaloudoff git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31018 a1c6a512-1295-4272-9138-f99709370657
2011-11-17Updated Russian translationThomas Martitz
FS: FS#12382 Author: Desu Rozen git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31012 a1c6a512-1295-4272-9138-f99709370657
2011-11-16Add myself to COMMITTERSTomasz Moń
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30999 a1c6a512-1295-4272-9138-f99709370657
2011-11-15Commit FS#12352 by Stanislav Chizhik. Add support for the PCF50635. ↵Michael Giacomelli
Enables detection of USB power sources. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30992 a1c6a512-1295-4272-9138-f99709370657
2011-11-05Change cyrillic name in CREDITS to latin transliteration.Dominik Riebeling
As discussed on IRC the cyrillic characters can cause various problems and not all fonts include them so stick with extended latin. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30901 a1c6a512-1295-4272-9138-f99709370657
2011-11-03Rockbox Utility: update russian translation by Постолати Максим.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30895 a1c6a512-1295-4272-9138-f99709370657
2011-11-02Add me to docs/COMMITTERSAndrew Ryabinin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30888 a1c6a512-1295-4272-9138-f99709370657
2011-10-17Credit Andrew Ryabinin for hifiman-hm60x portMarcin Bukat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30767 a1c6a512-1295-4272-9138-f99709370657
2011-09-13Add a missing string to the US English translation. Thanks to Richard ↵Frank Gevaerts
Brittain (FS#12269) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30517 a1c6a512-1295-4272-9138-f99709370657
2011-09-08FS#12257 by Michael Goerner, fixing stone colours in goban for inversed ↵Nils Wallménius
displays (clips and mrobe100). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30479 a1c6a512-1295-4272-9138-f99709370657
2011-08-16Add Nick Peskett to CREDITSThomas Jarosch
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30324 a1c6a512-1295-4272-9138-f99709370657
2011-08-07Submit initial patch from FS#12176. Adds support for several new game music ↵Andree Buschmann
formats (AY, GBS, HES, KSS, SGC, VGM and VGZ) and replaces the current NSF and NSFE with a new implementation based on a port of the Game Music Emu library 'GME'. This first submit does not cover the full functionality provided by the author's original patch: Coleco-SGV is not supported, some GME-specific m3u-support has been removed and IRAM is not used yet. Further changes are very likely to follow this submit. Thanks to Mauricio Garrido. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30264 a1c6a512-1295-4272-9138-f99709370657
2011-07-29FS#12210 - Bulgarian translation update by Vencislav AtanasovBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30223 a1c6a512-1295-4272-9138-f99709370657
2011-07-28New language: Basque by Asier Arsuaga (FS#12205)Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30221 a1c6a512-1295-4272-9138-f99709370657
2011-07-21FS#12193 - Polish translation refresh by Wojciech LeśniakBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30188 a1c6a512-1295-4272-9138-f99709370657
2011-06-20Submit first part of FS#12154. Whitespace removal and correction of several ↵Andree Buschmann
defines in WM8758 driver according to data sheet, no functional change. Thanks to Seheon Ryu. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30024 a1c6a512-1295-4272-9138-f99709370657
2011-06-08Remove superfluous executable bits on a bunch of files.Torne Wuff
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29986 a1c6a512-1295-4272-9138-f99709370657
2011-06-04Move various logo files to a single location.Dominik Riebeling
Introduce a new folder that will hold the original files for various variants of the Rockbox logo. The "Rb" variant of the icon (used in the Rockbox Utility icon on Windows) has been missing from svn. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29960 a1c6a512-1295-4272-9138-f99709370657
2011-06-01Add Sean Bartell to CREDITS.Nils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29943 a1c6a512-1295-4272-9138-f99709370657
2011-05-09FS#11931 part 1: Make fade in/out behavior more consistent across theMichael Hohmuth
various causes of pause and unpause. Patch by John Morris. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29844 a1c6a512-1295-4272-9138-f99709370657
2011-05-04Commit FS#12096 by Stephan Grossklass. Increases the maximum ID3v2 field ↵Michael Giacomelli
length to 240 bytes on large memory targets, and 90 bytes on low memory targets. Total bytes for all tags combined remains unchanged. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29821 a1c6a512-1295-4272-9138-f99709370657
2011-04-25iap: fix shutdown of logitech Pure-Fi Elite dock, by Ophir LojkineBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29783 a1c6a512-1295-4272-9138-f99709370657
2011-04-24Hopefully correct spelling of Noé LojkineAlex Parker
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29782 a1c6a512-1295-4272-9138-f99709370657
2011-04-24Commit FS#12056 by Noe Lojkinse. Fixes a bug in Xobox where old key presses ↵Michael Giacomelli
were left on the buffer too long. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29781 a1c6a512-1295-4272-9138-f99709370657
2011-04-20FS#12072 Improved and updated translation of Romaneste by Sergiu Rotaru.Nils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29751 a1c6a512-1295-4272-9138-f99709370657
2011-03-25Fix error in Ohm's law formula as provided in FS#12023. Thanks to Leif Andersen.Andree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29644 a1c6a512-1295-4272-9138-f99709370657
2011-03-19Forgot CREDITS in the prev commit.Nils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29616 a1c6a512-1295-4272-9138-f99709370657
2011-02-25Latvian language translation, FS#11967 by Mārtiņš ŠimisBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29399 a1c6a512-1295-4272-9138-f99709370657