Bob Cousins
f1925b70a0
Add my name to COMMITTERS
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23450 a1c6a512-1295-4272-9138-f99709370657
2009-10-31 20:11:22 +00:00
Maurus Cuelenaere
e415395c5b
The Onda VX777 has only one button, add it to the keymap.
...
Also fix a typo that erroneously enabled button_hold in button-target.h
Flyspray: FS#10732
Author: Yann Muller
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23383 a1c6a512-1295-4272-9138-f99709370657
2009-10-28 21:16:45 +00:00
Björn Stenberg
ff8e9d95ee
"No code in .h files or #defines"
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23319 a1c6a512-1295-4272-9138-f99709370657
2009-10-23 07:26:48 +00:00
Thomas Martitz
d85c3ec410
Convert lcd_activation callbacks to use the event system to allow for multiple parallel callbacks (for custom statusbar).
...
Increase maximum event count as we need more (I actually had a report about it during custom statusbar testing).
Removed corresponding functions from the core and plugin api. Bump min version and sort.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23302 a1c6a512-1295-4272-9138-f99709370657
2009-10-20 21:54:59 +00:00
Robert Menes
872852639f
A man who is long due for credit: added Christophe "toffe"
...
Nicolas to the credits for all of his Gigabeat findings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23300 a1c6a512-1295-4272-9138-f99709370657
2009-10-20 21:05:23 +00:00
Tomer Shalev
5d585f4b9b
Extract usb_screen logic out of screens.c into apps/gui/usb_screen.c
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23273 a1c6a512-1295-4272-9138-f99709370657
2009-10-19 21:19:30 +00:00
Dominik Wenger
41c497025f
Initial mini2440 port.
...
Flyspray: FS#10627
Author: Bob Cousins
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23265 a1c6a512-1295-4272-9138-f99709370657
2009-10-19 18:14:27 +00:00
Thomas Martitz
0070f60441
Fix %Sp expansion in wps
...
The value returned from sound_get_pitch() was shown assuming that 100%
corresponds to 1000 by skin_tokens.c::get_token_value(). The value
actually is 100*PITCH_SPEED_PRECISION.
Steal the way the callchain from gui_syncpitchscreen_run() to
pitchscreen_draw() in apps/gui/pitchscreen.c formats the value and use it
here for consistency.
Flyspray: FS#10673
Author: Junio C Hamano
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23199 a1c6a512-1295-4272-9138-f99709370657
2009-10-15 22:22:07 +00:00
Rob Purchase
ca10566561
Add Jonas Aaberg to the credits.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23195 a1c6a512-1295-4272-9138-f99709370657
2009-10-15 20:19:52 +00:00
Torne Wuff
3f66c21358
Add myself to committers. HI!
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23186 a1c6a512-1295-4272-9138-f99709370657
2009-10-15 12:03:51 +00:00
Michael Chicoine
162d3c6a09
add Seth Opgenorth to docs/CREDITS
...
correct web link in comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23023 a1c6a512-1295-4272-9138-f99709370657
2009-10-09 03:01:16 +00:00
Michael Sparmann
37e2d65c18
Add myself to COMMITTERS
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22950 a1c6a512-1295-4272-9138-f99709370657
2009-10-05 12:28:53 +00:00
Dave Chapman
14eb02d347
Patch #1 from FS#10633 (Nano 2G developments) by Michael Sparmann - Allows targets to set a different sector size than 512 for the storage system. Should not affect any other target.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22874 a1c6a512-1295-4272-9138-f99709370657
2009-10-02 16:41:55 +00:00
Michael Chicoine
2d3f20886e
Add myself to docs/COMMITTERS
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22870 a1c6a512-1295-4272-9138-f99709370657
2009-10-01 22:09:02 +00:00
Tomer Shalev
d7f4f9ff75
Added myself to the list of committers.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22851 a1c6a512-1295-4272-9138-f99709370657
2009-09-30 09:50:12 +00:00
Rob Purchase
65f1a94a08
Improved Cowon D2 touchscreen driver.
...
Flyspray: FS#10615
Author: Carsten Schreiter and myself
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22842 a1c6a512-1295-4272-9138-f99709370657
2009-09-26 17:31:30 +00:00
Bertrik Sikken
092a36bc77
CREDITS: remove duplicate names
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22814 a1c6a512-1295-4272-9138-f99709370657
2009-09-23 22:41:10 +00:00
Thomas Martitz
7301343f23
Marko Pahlke was already in CREDITS.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22811 a1c6a512-1295-4272-9138-f99709370657
2009-09-23 21:54:33 +00:00
Thomas Martitz
46408820e3
Samsung YH*: SVG player images including button description.
...
Flyspray: FS#10279 and FS#10286
Author: Marko Pahlke
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22808 a1c6a512-1295-4272-9138-f99709370657
2009-09-23 21:20:58 +00:00
Alex Parker
fe4526e868
Recognise everybody in the same CREDITS file: add the three people only in CREDITS-MANUAL to CREDITS and remove CREDITS-MANUAL.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22798 a1c6a512-1295-4272-9138-f99709370657
2009-09-23 16:47:43 +00:00
Alexander Levin
bc1f519e0e
The name should have been added to the other CREDITS file
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22766 a1c6a512-1295-4272-9138-f99709370657
2009-09-21 10:57:39 +00:00
Alexander Levin
f744e2651f
Improvements to the viewers section of the manual (FS#10531 by David Kaufmann)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22764 a1c6a512-1295-4272-9138-f99709370657
2009-09-21 10:43:22 +00:00
Alex Parker
ab563da175
Add viewports to the manual. Adapted from FS#9934 by Jonas Häggqvist and FS#10553 by David Kauffmann
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22756 a1c6a512-1295-4272-9138-f99709370657
2009-09-20 16:48:45 +00:00
Bryan Childs
bfcafc8408
Added myself to docs/COMMITTERS
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22664 a1c6a512-1295-4272-9138-f99709370657
2009-09-08 17:13:32 +00:00
Alexander Levin
af23b06b7c
New plugin: pitch detector (FS#8768) by Michael Lechner and David Johnston
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22663 a1c6a512-1295-4272-9138-f99709370657
2009-09-08 16:45:05 +00:00
Mustapha Senhaji
b661e8ad81
Polish translation update.
...
Author: Tomasz Kowalczyk
Patch: FS#10593
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22654 a1c6a512-1295-4272-9138-f99709370657
2009-09-07 19:59:13 +00:00
Maurus Cuelenaere
9680244f4a
* Fix plugin keymaps for VX777
...
* Enable plugins for VX777
* Fix VX777 simulator
All done by Aaron DeMille.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22576 a1c6a512-1295-4272-9138-f99709370657
2009-08-31 21:11:32 +00:00
Michael Giacomelli
e4c30bdf0e
Accept FS#10570 by Jason Yu. Adds metadata parsing for NSF files.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22557 a1c6a512-1295-4272-9138-f99709370657
2009-08-30 02:53:15 +00:00
Thomas Martitz
10f12340b1
Add menu button to accept in yesno screen for the Cowon D2.
...
I added the lang strings myself.
Flyspray:FS#10548
Author: Johannes Boy
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22445 a1c6a512-1295-4272-9138-f99709370657
2009-08-21 01:38:34 +00:00
Mustapha Senhaji
3ebf602968
Add Laurent Papier to credits for FS#10514 reworked and committed in r22255.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22293 a1c6a512-1295-4272-9138-f99709370657
2009-08-13 16:44:44 +00:00
Jeffrey Goode
5c29277d97
New committer!
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22275 a1c6a512-1295-4272-9138-f99709370657
2009-08-12 16:04:49 +00:00
Thomas Martitz
18e40e0f4c
Make kbd_input() show a cancel splash to indicate user abort better and for better consistency all over the place. Change checking for its return value (style-wise) at some places too.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22269 a1c6a512-1295-4272-9138-f99709370657
2009-08-12 14:38:25 +00:00
Rafaël Carré
e74ba2b63d
Add Amaury Pouly to the credits
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22252 a1c6a512-1295-4272-9138-f99709370657
2009-08-11 13:20:59 +00:00
Thomas Martitz
5e1b9cd4a6
Accept FS#9400 - "tools/configure more improvements" by Rosso Maltese.
...
This completes the command line capabilities of configure. You can now pass advanced build options (type=aXXX, where X are the shortcuts for the advanced options) as well as voice options. See configure --help.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22228 a1c6a512-1295-4272-9138-f99709370657
2009-08-09 19:02:22 +00:00
Michael Giacomelli
9e60246215
Add Jens Erdmann to CREDITS.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22156 a1c6a512-1295-4272-9138-f99709370657
2009-08-04 14:30:01 +00:00
Robert Kukla
00c657f9cc
new powerup in brickmania
...
Author: Asael Reiter
Flyspray: FS #10463
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22057 a1c6a512-1295-4272-9138-f99709370657
2009-07-26 19:51:44 +00:00
Frank Gevaerts
a175e3a42a
Add a png viewer plugin
...
Author: Christophe Gouiran
Flyspray: FS#9493
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22037 a1c6a512-1295-4272-9138-f99709370657
2009-07-25 21:36:11 +00:00
Wincent Balin
658636996b
Added myself to the list of committers.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22023 a1c6a512-1295-4272-9138-f99709370657
2009-07-24 22:55:44 +00:00
Bertrik Sikken
f2f9031f4f
FS#10445 - Error in CREDITS
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21928 a1c6a512-1295-4272-9138-f99709370657
2009-07-17 20:04:43 +00:00
Robert Menes
701021b487
FS#10438: New language - Ukrainian by Mykhailo Radzievskyl.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21908 a1c6a512-1295-4272-9138-f99709370657
2009-07-16 21:21:33 +00:00
Thomas Martitz
25371a1bfd
FS#10235 - "(fuze) pacbox keymap change" by Ralph Soto.
...
Fixes pacbox' keymapping for direction and changes accessing the menu to short home.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21843 a1c6a512-1295-4272-9138-f99709370657
2009-07-13 18:34:10 +00:00
Alexander Levin
cc7c665d9b
Improvements to the pitch screen UI (FS#10359 by David Johnston)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21781 a1c6a512-1295-4272-9138-f99709370657
2009-07-11 16:46:19 +00:00
Johannes Schwarz
755de6a3de
FS#10418: Change menu button in Sudoku on Fuze, by Nick Tryon
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21750 a1c6a512-1295-4272-9138-f99709370657
2009-07-10 18:09:28 +00:00
Bertrik Sikken
0e21789e1f
Accept FS#10210: "Mpegplayer playback controls on portrait oriented players" by Matthew Bonnett.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21718 a1c6a512-1295-4272-9138-f99709370657
2009-07-08 17:15:42 +00:00
Teruaki Kawashima
616905f965
Add myself to docs/COMMITTERS
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21700 a1c6a512-1295-4272-9138-f99709370657
2009-07-07 12:55:28 +00:00
Rafaël Carré
02bbf55d9d
fs#10290: Sansa AMS language fixes by Bertrik Sikken and Hilton Shumway
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21579 a1c6a512-1295-4272-9138-f99709370657
2009-06-30 21:15:19 +00:00
Rafaël Carré
89ccd5c145
Remove int_prio argument from timer_register, and move the only use for it into alpine_cdc plugin, since this plugin is only built on SH7034
...
Also remove it from TIMER_START()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21558 a1c6a512-1295-4272-9138-f99709370657
2009-06-29 14:29:46 +00:00
Alexander Levin
8b5d32f556
Correct the slight misalignment of the clock (FS#10334 by Andre Lupa)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21489 a1c6a512-1295-4272-9138-f99709370657
2009-06-24 13:07:46 +00:00
Maurus Cuelenaere
582942016b
* Commit a modified FS#10354 (thanks to Davide Quarta) - add support the VX747+ in scramble and configure
...
* Add support for the VX777
* Remove the touchscreen mode switching combo from the button driver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21379 a1c6a512-1295-4272-9138-f99709370657
2009-06-20 10:54:13 +00:00
Jonas Häggqvist
e82be6ead8
Language updates:
...
- Arabic by Raafat Akkad (FS#10351).
- Danish by me.
- French by Michaël Burtin (FS#10299).
- Hebrew by Tomer Shalev and Sasha Khamkov (FS#10300).
- Japanese by Yoshihisa Uchida (FS#10348).
- Portuguese by Rui Araújo (FS#10342).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21364 a1c6a512-1295-4272-9138-f99709370657
2009-06-20 09:10:41 +00:00
Johannes Schwarz
ab658baad0
added myself to the committers
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21353 a1c6a512-1295-4272-9138-f99709370657
2009-06-19 19:35:22 +00:00
Dan Everton
72c65d7575
Commit FS#10324 from Jeffrey Goode.
...
Close the debug audio stream in the simulator when playback is stopped
to allow the file to be opened by other programs. This would mostly have
been an issue on Windows.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21315 a1c6a512-1295-4272-9138-f99709370657
2009-06-17 07:55:50 +00:00
Thomas Martitz
adb55c518b
FS#10327: Patch by Frederick Full to fix the scrollwheel and default
...
controls in Rockbox on the Fuze.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21286 a1c6a512-1295-4272-9138-f99709370657
2009-06-15 05:17:54 +00:00
Steve Bavin
fb2380790e
FS#8894 - Add time stretching feature to all SWCODEC targets - the current algorithm is best for spoken word.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21258 a1c6a512-1295-4272-9138-f99709370657
2009-06-12 07:20:50 +00:00
Robert Menes
a888365969
I misspelled Vytenis Sabelka's name earlier.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21233 a1c6a512-1295-4272-9138-f99709370657
2009-06-09 10:26:02 +00:00
Robert Menes
967386e36e
New translation: Lithuanian by Vytenis Sabelka. From FS#10255.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21210 a1c6a512-1295-4272-9138-f99709370657
2009-06-08 00:57:05 +00:00
Marianne Arnold
6634e0e32f
Commit FS#10260 by Marko Pahlke: Clip SVG for the manual (used to add a pdf and update the png as well). Add him to the credits.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21131 a1c6a512-1295-4272-9138-f99709370657
2009-05-29 21:42:30 +00:00
Jack Halpin
2a194c951d
Add myself to docs/COMMITTERS and move on to the next chapter of Advanced SVN for Dummies!!
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21108 a1c6a512-1295-4272-9138-f99709370657
2009-05-27 23:28:36 +00:00
Michael Giacomelli
14cd7d71a3
Forgot to add Eric Clayton to the CREDITS file for FS #10234 .
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21072 a1c6a512-1295-4272-9138-f99709370657
2009-05-25 00:46:40 +00:00
Alex Parker
d208abe46d
Ooops, forgot to add Michael Carr to CREDITS.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21004 a1c6a512-1295-4272-9138-f99709370657
2009-05-21 00:09:19 +00:00
Robert Menes
345c70f8e4
Credit where credit's due. :)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20948 a1c6a512-1295-4272-9138-f99709370657
2009-05-15 21:30:04 +00:00
Alex Parker
e56030a40d
Apply FS#10204 by Wookey (yes, his real name :)) - Add the subline tags to the WPS Tags summary appendix.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20945 a1c6a512-1295-4272-9138-f99709370657
2009-05-15 21:17:21 +00:00
Dave Chapman
49fccaf2d9
FS#9730 by Torne Wuff - support installing Rockbox in the firmware partition in place of the main Apple firmware. This image is only loaded if no rockbox.ipod is found so does not affect current behaviour. The advantage is a small increase in boottime. This patch also adds documentation to bootloader/ipod.c in the form of a comment describing the booting behaviour.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20921 a1c6a512-1295-4272-9138-f99709370657
2009-05-12 20:41:44 +00:00
Mohamed Tarek
0cb3ad58b3
-Took cook_random() from an old cook.c revision [6 mar 2007], which is a
...
simple RNG, to eliminate the need for lfg.c/h.
-Remove lfg.c/h and md5.c/h as they are no longer needed and use the
more common form of my name in docs/COMMITTERS.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20915 a1c6a512-1295-4272-9138-f99709370657
2009-05-11 23:35:50 +00:00
Mohamed Tarek
75a34b2f4b
Add my name to docs/COMMITTERS
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20912 a1c6a512-1295-4272-9138-f99709370657
2009-05-11 21:19:06 +00:00
Marc Guay
b0f40b7d2b
Documentation for pcm_play_data() API function. Info taken from http://www.rockbox.org/mail/archive/rockbox-dev-archive-2008-07/0059.shtml .
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20868 a1c6a512-1295-4272-9138-f99709370657
2009-05-07 14:45:43 +00:00
Dave Hooper
f6bc9fb820
Adding myself to docs/COMMITTERS :)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20758 a1c6a512-1295-4272-9138-f99709370657
2009-04-20 20:11:09 +00:00
Thomas Martitz
c48f4c6be4
FS#10127 - Sansa e200v2: wrapping in menus by Dustin Skoracki and me. 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-13 14:08:43 +00:00
Thomas Martitz
e6cbad6974
FS#10075 - FUZE: QUIT Plugin by selecting BUTTON_HOME by Johannes Schwarz. 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-10 17:28:26 +00:00
Michael Giacomelli
30b888cb58
Commit fs#9959 by Jack Halpin. Removes delays from the Sansa e200v2 button driver and cleans up the code.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20676 a1c6a512-1295-4272-9138-f99709370657
2009-04-10 15:19:59 +00:00
Boris Gjenero
463c96eb77
Add myself (Boris Gjenero) to committers list
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20557 a1c6a512-1295-4272-9138-f99709370657
2009-03-27 17:32:45 +00:00
Marianne Arnold
1916ff5976
Update german translation: go back to 'Safety' in the agc settings for now (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-22 22:41:05 +00:00
Thomas Martitz
b7739fbf1c
Rework lcd_enabled and lcd_set/call_enable hook
...
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-17 02:43:47 +00:00
Robert Menes
8189ef5b17
Commit FS#9998: Updates to the Hebrew translation. Translation work done by 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-11 21:59:21 +00:00
Mustapha Senhaji
ec13976fe4
Add Michael Burtin to the credits for FS#9917, partially committed in r20264.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20287 a1c6a512-1295-4272-9138-f99709370657
2009-03-11 14:27:18 +00:00
Jonas Häggqvist
54dbd6185e
Spanish translation update by Francisco Vila (FS#10003). Also add him as Spanish maintainer.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20286 a1c6a512-1295-4272-9138-f99709370657
2009-03-11 11:05:42 +00:00
Marianne Arnold
f2446452fa
Update German translation: add missing strings, improve wording in a few 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-09 22:06:12 +00:00
Peter D'Hoye
e92d9967d6
Add Sam Bouwer to the credits and inside the langfile header
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20263 a1c6a512-1295-4272-9138-f99709370657
2009-03-09 21:57:01 +00:00
Thomas Martitz
2b6e4adbd2
Fix FS#9977 - Thanks to Brian Sutherland for intensive testing and effort
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20214 a1c6a512-1295-4272-9138-f99709370657
2009-03-06 15:21:58 +00:00
Alexander Levin
831e390657
Improve grammar and key map in reversi (FS#9960 and FS#9961)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20179 a1c6a512-1295-4272-9138-f99709370657
2009-03-02 20:32:33 +00:00
Thomas Martitz
d13f1a485f
Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which 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-03-01 17:55:59 +00:00
Alexander Levin
9bb83429d1
Mention the .link files as a supported file type (FS#9927)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20145 a1c6a512-1295-4272-9138-f99709370657
2009-02-28 22:04:58 +00:00
Alexander Levin
027b023241
Welcome #108
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20137 a1c6a512-1295-4272-9138-f99709370657
2009-02-28 13:47:32 +00:00
Alex Parker
4b4510d71a
Add myself to the manual credits
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20086 a1c6a512-1295-4272-9138-f99709370657
2009-02-22 19:26:18 +00:00
Mustapha Senhaji
29b1156d86
Add Sei Aoyumi to credits for FS#9915 commited in r20030.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20038 a1c6a512-1295-4272-9138-f99709370657
2009-02-18 04:23:38 +00:00
Alex Parker
aecc224eca
Welcome me - hello all!
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20018 a1c6a512-1295-4272-9138-f99709370657
2009-02-16 19:21:06 +00:00
Frank Gevaerts
b411f5eee5
fix layout so it actually looks consistent. Nothing worse than bad looking style guides!
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19990 a1c6a512-1295-4272-9138-f99709370657
2009-02-12 20:49:53 +00:00
Mustapha Senhaji
f2d5c3532f
New game plugin by Joshua Simmons FS#7369: Goban plugin, Go/Igo/Weiqi/Baduk game recorder and viewer.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19972 a1c6a512-1295-4272-9138-f99709370657
2009-02-11 16:03:17 +00:00
Frank Gevaerts
08444b6a86
Add "historical" committers. These are people who didn't respond to the call 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-23 18:58:22 +00:00
Thomas Martitz
0f8dd60fc7
Welcome Thomas Martitz :)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19810 a1c6a512-1295-4272-9138-f99709370657
2009-01-21 13:35:44 +00:00
Bertrik Sikken
c9d000d16e
FS#9808 by Ori Avtalion: Update simulator documentation with new 'simdisk' directory
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19793 a1c6a512-1295-4272-9138-f99709370657
2009-01-18 19:30:28 +00:00
Andrew Mahone
2fbf09752d
remove align_buffer from firmare/general.c, replacing with ALIGN_BUFFER 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-13 13:48:26 +00:00
Jonas Häggqvist
36122cac6a
rockboxdev.sh now respects the environment variables RBDEV_DOWNLOAD, 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
2009-01-08 20:00:10 +00:00
Mustapha Senhaji
7428c7cc5b
Add Ryan Press, Craig Elliot and Kenderes Tamas to the credits file for FS#8624
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19591 a1c6a512-1295-4272-9138-f99709370657
2008-12-25 12:15:07 +00:00
Marianne Arnold
bd43105436
Update German translation. Based on FS#9669 by Kaspar Rothenfusser (add him 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-23 20:28:50 +00:00
Jonas Häggqvist
81781abd63
Language updates:
...
- 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-23 07:51:45 +00:00
Jonas Häggqvist
1ab624385a
Updated Korean translation by Sanggon Lee (FS#9690).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19528 a1c6a512-1295-4272-9138-f99709370657
2008-12-21 16:00:14 +00:00
Tom Ross
336ef0ae5a
FS #9684 . Japanese language update by Yoshihisa Uchida.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19518 a1c6a512-1295-4272-9138-f99709370657
2008-12-21 03:44:50 +00:00
Robert Menes
1b5c32d246
Fix up the iPod install section of the manual to bring it
...
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-19 16:36:47 +00:00
Maurus Cuelenaere
9da2456c26
Fix SVN properties
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19482 a1c6a512-1295-4272-9138-f99709370657
2008-12-19 11:29:18 +00:00
Maurus Cuelenaere
40ec543052
* Add support for Onda VX747+ (FS#9674 by Olivier Barbut)
...
* Fix Onda VX767 support
* Small cleanup
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19481 a1c6a512-1295-4272-9138-f99709370657
2008-12-19 11:13:58 +00:00
Jonas Häggqvist
e7022761b9
Updated Turkish translation by Brian Cloutier. His work isn't complete, so 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-13 19:28:35 +00:00
Jonas Häggqvist
cc57381707
Language updates:
...
- 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-13 01:53:20 +00:00
Mark Arigo
08585e417b
FS#9591 by Anton Veretenenko for the Philips GoGear HDD1620/1630 (with a few 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-12 04:56:25 +00:00
Andrew Mahone
781421afa2
resize-on-load for bitmap files on 2bpp and color targets
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19374 a1c6a512-1295-4272-9138-f99709370657
2008-12-09 23:07:59 +00:00
Andrew Mahone
a2c71fde1b
add Andrew Mahone / unhelpful to COMMITTERS
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19373 a1c6a512-1295-4272-9138-f99709370657
2008-12-09 21:48:09 +00:00
Nicolas Pennequin
f577cd1fdb
Add Adam Hogan to CREDITS for the ZVM plugin keymaps (r19335).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19349 a1c6a512-1295-4272-9138-f99709370657
2008-12-04 23:38:11 +00:00
Nils Wallménius
28f06901f7
Accept FS#9579 by Bartosz Fabianowski, fixing make zip when your build dir is not inside the source tree
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19223 a1c6a512-1295-4272-9138-f99709370657
2008-11-26 09:36:34 +00:00
Robert Menes
b0b4a4244a
Add Stephane Quertinmont to the credits for his Walloon language.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19134 a1c6a512-1295-4272-9138-f99709370657
2008-11-18 12:44:10 +00:00
Linus Nielsen Feltzing
7afbb491bf
Patch FS#9556 by Alex Bennee - clean up buildzip.pl
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19125 a1c6a512-1295-4272-9138-f99709370657
2008-11-17 10:14:48 +00:00
Rafaël Carré
ee593c95e2
Make lcd_set_enable_hook() conditional on HAVE_LCD_ENABLE and HAVE_LCD_COLOR
...
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-31 21:48:44 +00:00
Rafaël Carré
ab77820aea
Add myself to committers list
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18897 a1c6a512-1295-4272-9138-f99709370657
2008-10-28 10:42:41 +00:00
Maurus Cuelenaere
3b45b8cbf1
Commit DLanalyser tool, made by Jin Le
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18896 a1c6a512-1295-4272-9138-f99709370657
2008-10-27 18:45:01 +00:00
Jonas Häggqvist
a28e33f861
Language updates:
...
- 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-26 14:17:49 +00:00
Nils Wallménius
be00a109b3
FS#9487 fixes and improvements of the calendar plugin by Teruaki Kawashima
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18870 a1c6a512-1295-4272-9138-f99709370657
2008-10-24 08:40:48 +00:00
Jonathan Gordon
00a228fefb
Accept FS#7482 by Klaas Bosteels - return the full path of a file which 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
2008-10-16 11:11:45 +00:00
Marianne Arnold
b774adafe4
Pegbox - new graphics for Archos, c200, small H10, Mini, M3 - also cleaning 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
2008-10-13 23:13:12 +00:00
Rob Purchase
14a6fd9bbe
Hopefully fix the D2s 'cut and repeated LCD lines' bug (fix suggested by Francesco Rigoni).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18801 a1c6a512-1295-4272-9138-f99709370657
2008-10-13 20:25:16 +00:00
Dave Chapman
da8bff107e
Commit FS#9467 - initial work on port to Sansa Clip by Rafaël Carré and 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
2008-10-12 16:46:01 +00:00
Maurus Cuelenaere
c626f47cb5
Add Rockbox layout to plugin API documentation
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18754 a1c6a512-1295-4272-9138-f99709370657
2008-10-09 12:24:57 +00:00
Nils Wallménius
cb1173cedd
Small fixes to the french translation by Eric Lassauge and Rafaël Carré
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18744 a1c6a512-1295-4272-9138-f99709370657
2008-10-08 19:30:38 +00:00
Marcoen Hirschberg
88c60e6b07
add morse input support to the Olympus m:robe 100, patch by Roy Wallace, FS#9450
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18741 a1c6a512-1295-4272-9138-f99709370657
2008-10-08 11:02:51 +00:00
Maurus Cuelenaere
20fb47ec77
Commit FS#9462: an semi-automatic plugin API documentation generator
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18722 a1c6a512-1295-4272-9138-f99709370657
2008-10-06 22:19:54 +00:00
Frank Gevaerts
4450d3c9fe
Add Denes Balatoni to the credits
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18718 a1c6a512-1295-4272-9138-f99709370657
2008-10-05 19:53:27 +00:00
Dave Chapman
d1d8b4ca55
Add Rafael Carre (funman) for his work on SansaV2 hacking and contributions to mkamsboot and related code
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18681 a1c6a512-1295-4272-9138-f99709370657
2008-10-02 11:29:34 +00:00
Peter D'Hoye
11ef4ce1f9
Accept FS #9394 by Christian Lees and extend it to all PP targets with a 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
2008-09-28 23:25:07 +00:00
Vitja Makarov
afe32ef15d
Add myself to committers list
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18549 a1c6a512-1295-4272-9138-f99709370657
2008-09-19 05:36:31 +00:00
Steve Bavin
4bb8fd286b
Something horrible happened with binsize, so revert FS#8894 completely (for now).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18449 a1c6a512-1295-4272-9138-f99709370657
2008-09-08 09:00:41 +00:00
Steve Bavin
f6982346a1
Add timestretching from FS#8894, as written by Stephane Doyon based on work 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
2008-09-08 08:27:51 +00:00
Jonas Häggqvist
97f775df05
Language updates:
...
- 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
2008-09-07 11:47:12 +00:00
Dave Chapman
d462a64a91
Initial commit of iaudio 7 port by Vitja Makarov (FS#9245). Port is at 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
2008-09-06 17:50:59 +00:00
Robert Menes
c8f7ea8fd9
Welcome Robert Menes as Committer #64 !
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18426 a1c6a512-1295-4272-9138-f99709370657
2008-09-05 22:27:56 +00:00
Marianne Arnold
23ab966f64
C200: Also flip the function of the volume buttons when display flip is 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
2008-09-03 22:30:30 +00:00
Jonas Häggqvist
75822121ee
Language updates:
...
- 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
2008-08-31 18:20:10 +00:00
Frank Gevaerts
5d22e3cbdd
Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Closes FS#9327
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18362 a1c6a512-1295-4272-9138-f99709370657
2008-08-29 21:08:38 +00:00
Maurus Cuelenaere
944c33403c
* Commit dual-boot support for Creative ZVx family
...
* 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
2008-08-27 20:32:12 +00:00
Maurus Cuelenaere
ced10d4db1
ZenUtils:
...
* 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
2008-08-24 21:15:29 +00:00
Mustapha Senhaji
c582976f25
French language update. In bonus, few improvements and fixes by Clément 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
2008-08-21 14:56:34 +00:00
Jonathan Gordon
5bca7a42ba
Fix a problem with dict and checkbox where their internal buffer allocaters 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
2008-08-19 12:16:04 +00:00
Jonas Häggqvist
3adf579702
Updated Simplified Chinese translation by Jun Gu (FS#9283).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18302 a1c6a512-1295-4272-9138-f99709370657
2008-08-17 12:01:40 +00:00
Jonas Häggqvist
feaeccd8f2
Updated Tagalog translation by Melba Sitjar (FS#9289). Added as Tagalog maintainer as well.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18299 a1c6a512-1295-4272-9138-f99709370657
2008-08-16 21:38:13 +00:00
Jonas Häggqvist
344721c2d6
Rework of the Hebrew translation - sort by English order, and small fixes by 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
2008-08-15 22:45:44 +00:00
Jonas Häggqvist
c6841775ae
Updated Japanese translation by Takumi Suzuki, Shunsuke Shimizu and Tadayuki Nishizono (FS#9148).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18257 a1c6a512-1295-4272-9138-f99709370657
2008-08-12 17:29:27 +00:00
Jens Arnold
99f68ea7e8
Add iAudio M3 port and maintainer.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18205 a1c6a512-1295-4272-9138-f99709370657
2008-08-06 21:18:06 +00:00
Maurus Cuelenaere
88f649f9c5
* Add myself to some areas in docs/MAINTAINERS
...
* Add lcd_call_enable_hook() call
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18204 a1c6a512-1295-4272-9138-f99709370657
2008-08-06 21:07:45 +00:00
Jonas Häggqvist
a8502a3268
Updated Russian translation by Dennis Ivanov (FS#9244).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18200 a1c6a512-1295-4272-9138-f99709370657
2008-08-06 16:35:19 +00:00
Bertrik Sikken
356be38cd2
Add Thomas Schott to CREDITS for fixing FS#9203 (WPS gets corrupted after changing status bar setting)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18193 a1c6a512-1295-4272-9138-f99709370657
2008-08-04 18:34:13 +00:00
Dave Chapman
84d8d83c50
Improved README for sansapatcher, contributed by Ori Avtalion, slightly modified by me.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18169 a1c6a512-1295-4272-9138-f99709370657
2008-08-01 11:42:33 +00:00
Nils Wallménius
53dd4cc5c0
Add me as a maintainer of keybox
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18156 a1c6a512-1295-4272-9138-f99709370657
2008-07-30 20:30:01 +00:00
Maurus Cuelenaere
a5d1f4e1f0
Commit FS#9102 thanks to Martin Pahl
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18154 a1c6a512-1295-4272-9138-f99709370657
2008-07-30 15:58:56 +00:00
Jonas Häggqvist
e35270a71c
Language updates:
...
- New (incomplete) translation: Arabic by Mohamed Tarek
- Updated Russian by Adrian Osoianu
- Updated Catala by Victor Zabalza
- Updated Tagalog by Melba Sitjar
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18130 a1c6a512-1295-4272-9138-f99709370657
2008-07-27 15:31:05 +00:00
Dominik Wenger
2740923ec0
Add the asap team to the credits.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18128 a1c6a512-1295-4272-9138-f99709370657
2008-07-27 14:41:19 +00:00
Jonathan Gordon
4aafed43d4
Accept FS#9191 - lots of code reworking for maze.rock, should also fix FS#9184
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18045 a1c6a512-1295-4272-9138-f99709370657
2008-07-15 13:49:07 +00:00
Maurus Cuelenaere
141774be48
And of course add him to CREDITS :)
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18011 a1c6a512-1295-4272-9138-f99709370657
2008-07-11 16:08:52 +00:00
Rob Purchase
b564ac44cd
D2: A working implementation of lcd_blit_yuv() by Thibaut Girka.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18000 a1c6a512-1295-4272-9138-f99709370657
2008-07-09 20:51:47 +00:00
Dan Everton
0229e94545
Fix FS #8361 - Custom stereo width reset by changing treble on e200. Thanks to Tomer Shalev for the investigation work and the patch.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17976 a1c6a512-1295-4272-9138-f99709370657
2008-07-07 08:11:52 +00:00
Marcoen Hirschberg
746986c5ac
polish language update by Maciej Adamczak
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17899 a1c6a512-1295-4272-9138-f99709370657
2008-06-30 20:37:47 +00:00
Jonathan Gordon
3dcfbc0945
Accept FS#9111 - only exit te stats plugin if the exit button is pressed
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17866 a1c6a512-1295-4272-9138-f99709370657
2008-06-29 06:48:07 +00:00
Robert Kukla
1f045bcb1e
FS#9085 - Stopwatch: Retain stopwatch times after exit
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17858 a1c6a512-1295-4272-9138-f99709370657
2008-06-28 21:01:08 +00:00
Marcoen Hirschberg
91b0b68035
Arabic support by Mohamed Tarek, closes FS#9109
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17797 a1c6a512-1295-4272-9138-f99709370657
2008-06-25 15:23:17 +00:00
Daniel Stenberg
5b2d06ad51
welcome Marc Guay!
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17735 a1c6a512-1295-4272-9138-f99709370657
2008-06-20 20:45:37 +00:00
Peter D'Hoye
825d89fe28
Accept FS #9021 by James Vasile and apply the fix to the other drivers that have the same issue.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17630 a1c6a512-1295-4272-9138-f99709370657
2008-05-25 21:19:07 +00:00
Paul Louden
ff2dfd31cc
Add Davide's name to the credits.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17550 a1c6a512-1295-4272-9138-f99709370657
2008-05-17 00:32:54 +00:00
Nils Wallménius
4840682e25
FS#8995 by Mark Ganson fixing the display of am/pm for the digital clock mode
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17526 a1c6a512-1295-4272-9138-f99709370657
2008-05-15 20:16:38 +00:00
Maurus Cuelenaere
a94e40d515
Add Falafel to the credits
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17491 a1c6a512-1295-4272-9138-f99709370657
2008-05-13 08:35:44 +00:00
Will Robertson
8a3c77e31e
Initial work on a Gigabeat S manual. Still a bit to do.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17429 a1c6a512-1295-4272-9138-f99709370657
2008-05-09 07:08:18 +00:00
Stéphane Doyon
5b33a417e3
Other people have accents in their names?! I want mine too then :-).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17393 a1c6a512-1295-4272-9138-f99709370657
2008-05-05 23:35:07 +00:00
Nicolas Pennequin
357ffb3c46
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17369 a1c6a512-1295-4272-9138-f99709370657
2008-05-05 10:32:46 +00:00
Marianne Arnold
977ad4b5a1
Remove duplicate entry.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17349 a1c6a512-1295-4272-9138-f99709370657
2008-05-04 09:41:58 +00:00
Frank Gevaerts
b2ad20c2cb
cabbiev2 gigabeat f fixes by Johannes Voggenthaler
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17319 a1c6a512-1295-4272-9138-f99709370657
2008-05-03 14:26:19 +00:00
Jonathan Gordon
7a42bdd829
Accept FS#7708 by John Kaminar
...
Add ability to Export/Import the folder list to a plain text file so it can be easily modified on a computer.
Also other minor code changes by me
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17237 a1c6a512-1295-4272-9138-f99709370657
2008-04-24 10:59:56 +00:00
Miika Pekkarinen
984278b10a
FS#8795 - Fixed fault of the escape processing in Changelog (by Kenjiro Arai).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17178 a1c6a512-1295-4272-9138-f99709370657
2008-04-19 23:48:13 +00:00
Stéphane Doyon
be4f41f0b7
My own name was in CREDITS twice, one of them a misspelling.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17102 a1c6a512-1295-4272-9138-f99709370657
2008-04-14 00:25:43 +00:00
Nils Wallménius
02eb1d83a7
FS#8871 by Tomasz Wasilczyk, avoid negative runtime estimation (that would later be cast to an unsigned giving huge values
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17080 a1c6a512-1295-4272-9138-f99709370657
2008-04-12 07:14:13 +00:00
Daniel Stenberg
5a3651bf94
welcome Maurus Cuelenaere!
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17041 a1c6a512-1295-4272-9138-f99709370657
2008-04-08 21:44:38 +00:00
Linus Nielsen Feltzing
ce08cdb294
Patch FS#8857 by Justin Hannigan - Correct Gigabeat instructions for Bubbles
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17015 a1c6a512-1295-4272-9138-f99709370657
2008-04-07 06:33:21 +00:00
Daniel Stenberg
6118a54aa2
welcome Bertrik!
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16954 a1c6a512-1295-4272-9138-f99709370657
2008-04-03 21:11:35 +00:00
Frank Gevaerts
fd6b8a0cb1
add Martin Ritter to CREDITS
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16925 a1c6a512-1295-4272-9138-f99709370657
2008-04-01 21:03:50 +00:00
Linus Nielsen Feltzing
29cdd30dbc
Fix for FS#8820 by Christopher Williams - Misformatted time in Rockbox Info
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16899 a1c6a512-1295-4272-9138-f99709370657
2008-03-31 07:37:19 +00:00
Daniel Stenberg
08cabe9169
kill the release script and build tarball from *everything* in SVN...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16818 a1c6a512-1295-4272-9138-f99709370657
2008-03-26 13:12:07 +00:00
Rob Purchase
df4e4f5921
Re-instate the double newline in CREDITS.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16756 a1c6a512-1295-4272-9138-f99709370657
2008-03-23 01:42:42 +00:00
Rob Purchase
554d7ed902
D2: Enable plugin building (using initial keymaps from FS#8708 by Andreas Mueller, with some tweaks).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16751 a1c6a512-1295-4272-9138-f99709370657
2008-03-22 22:03:34 +00:00
Daniel Stenberg
bcc50a18ba
welcome Andree Buschmann!
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16715 a1c6a512-1295-4272-9138-f99709370657
2008-03-19 12:35:56 +00:00
Miika Pekkarinen
3da7d79208
Keep those two empty lines.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16633 a1c6a512-1295-4272-9138-f99709370657
2008-03-11 19:47:49 +00:00
Miika Pekkarinen
52d827a26d
FS#7598 - Dircache support for multivolume targets (by Phil Light).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16632 a1c6a512-1295-4272-9138-f99709370657
2008-03-11 19:39:26 +00:00
Miika Pekkarinen
6ab1c90513
FS#8707 - Enable "Load to RAM" (HAS_TC_RAMCACHE) compilation without Directory Cache (HAS_DIRCACHE).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16594 a1c6a512-1295-4272-9138-f99709370657
2008-03-09 20:33:19 +00:00
Mustapha Senhaji
3290999e09
Yet an other translation: FS#8703 Serbian translation by Ivan Pesic.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16558 a1c6a512-1295-4272-9138-f99709370657
2008-03-08 18:20:35 +00:00
Miika Pekkarinen
8f74e78271
Document the database WPS tags.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16553 a1c6a512-1295-4272-9138-f99709370657
2008-03-08 08:19:42 +00:00
Daniel Stenberg
b4960653d3
removed FAQ, hopelessly outdated and better kept and maintained in the wiki
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16460 a1c6a512-1295-4272-9138-f99709370657
2008-03-01 00:36:08 +00:00
Michael DiFebbo
45cd4606a2
Add contributors to the default theme to the credits.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16440 a1c6a512-1295-4272-9138-f99709370657
2008-02-27 22:03:27 +00:00
Daniel Stenberg
5471d37e6a
fix petur's name
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16413 a1c6a512-1295-4272-9138-f99709370657
2008-02-24 22:44:21 +00:00
Daniel Stenberg
fdea056fea
first commit of this file which only contains the SVN user name to real name
...
mapping
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16412 a1c6a512-1295-4272-9138-f99709370657
2008-02-24 22:40:41 +00:00
Mustapha Senhaji
8bf16aecfe
FS#8613 Update the bulgarian translation by Nicolay Jordanov and add him to the credits.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16320 a1c6a512-1295-4272-9138-f99709370657
2008-02-16 19:32:35 +00:00
Jens Arnold
98e896cede
Remove duplicate as reported on IRC.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16315 a1c6a512-1295-4272-9138-f99709370657
2008-02-15 07:42:11 +00:00
Jonas Häggqvist
8681ba082c
Updated German translation by Sascha Wolf.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16283 a1c6a512-1295-4272-9138-f99709370657
2008-02-11 17:29:25 +00:00
Jonas Häggqvist
53ce9d5b90
Updated Spanish translation by Chelo Sacristán.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16281 a1c6a512-1295-4272-9138-f99709370657
2008-02-11 16:16:33 +00:00
Björn Stenberg
2f7cffa204
Major USB fixes by Frank Gevaerts. Still disabled in builds, #define USE_ROCKBOX_USB to test.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16279 a1c6a512-1295-4272-9138-f99709370657
2008-02-11 14:26:25 +00:00
Jonas Häggqvist
05e82a45da
Add Mateusz Kubica to the credits.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16266 a1c6a512-1295-4272-9138-f99709370657
2008-02-10 12:15:23 +00:00
Nicolas Pennequin
0709d12e5f
Convert to UTF-8 and a few tweaks.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16239 a1c6a512-1295-4272-9138-f99709370657
2008-02-07 00:56:07 +00:00
Daniel Stenberg
602532de9e
Most, if not all, of this document is completely outdated. You should rather
...
hunt down this info in the Rockbox wiki or source code!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16236 a1c6a512-1295-4272-9138-f99709370657
2008-02-06 23:33:23 +00:00