|
12768 | Rockbox | Patches | Plugins | Low | This patch implements exp, ln and log in the calculator ... | 2012-10-17 | 1 |
Task Description
I am no skilled C programmer, nor am I used to writing rockbox plugins, so please review this patch carefully, and don’t judge me to severely.
|
|
12767 | Rockbox | Bugs | Battery/Charging | Low | This patch implements exp, ln and log in the calculator ... | 2012-10-17 | 1 |
Task Description
I am no skilled C programmer, nor am I used to writing rockbox plugins, so please review this patch carefully, and don’t judge me to severely.
|
|
12485 | Rockbox | Bugs | Codecs | Low | Seeking in .ape file doesn't work | 2011-12-25 | 1 |
Task Description
The .ape file I join make rockbox produce a horrible noise (like random audio) when seeking inside it. The original file was very large, so I created this one with: dd if=original.ape of=test.ape bs=512 count=1000 So the produced file may not be correct, but it plays correctly in rockbox, and reproduces the bug, so I join it…
|
|
12392 | Rockbox | Patches | Language | Low | Update francais.lang | 2011-11-17 | 1 |
Task Description
This is an update of the french translation.
|
|
12387 | Rockbox | Bugs | Games | Low | Correct field initialisation in minesweeper (with patch ... | 2011-11-15 | 1 |
Task Description
Minesweeper can currently create annoying mine fields, where the first tile played is adjacent to a mine. This one-line patch corrects this.
|
|
12104 | Rockbox | Patches | User Interface | Low | Prefill the playlist name when creating a new playlist ... | 2011-05-07 | 3 |
Task Description
As it’s not easy to enter text on a small DAAP, adding a new playlist from the file browser took a long time. We had to enter the full name of the playlist from the keyboard. With this patch, we can still enter text, but the text field is prefilled with the name of the directory, or file, from which the playlist is created.
|
|
12085 | Rockbox | Bugs | Operating System/Drivers | Low | Correction of iap.c to avoid sending useless data to an ... | 2011-04-28 | 1 |
Task Description
This patch corrects a bit my previous patch, which has yet been committed (http://www.rockbox.org/tracker/task/12079)
It removes an ugly #define I used, and makes use of the standard MAX_PATH instead. It also send just the needed length when sending a string to the accessory. Before, it sent the entire buffer to the device, whereas now, it stops at the first ‘\0’ (null byte).
|
|
12084 | Rockbox | Bugs | Battery/Charging | Low | Correction of iap.c to avoid sending useless data to an ... | 2011-04-28 | |
Task Description
This patch corrects a bit my previous patch, which has yet been committed (http://www.rockbox.org/tracker/task/12079)
It removes an ugly #define I used, and makes use of the standard MAX_PATH instead. It also send just the needed length when sending a string to the accessory. Before, it sent the entire buffer to the device, whereas now, it stops at the first ‘\0’ (null byte).
|
|
12079 | Rockbox | Patches | Drivers | Low | Support for new commands in iap.c | 2011-04-24 | 3 |
Task Description
This is my first consequent patch to rockbox, so I may have done a lot of mistakes, please be indulgent.
This patch implements several new commands in iap.c to support some stuff related to playlists. Basically, this allows me to access quickly my playlists from my iPod dock.
|
|
12058 | Rockbox | Bugs | Battery/Charging | Low | Some ogg will not play | 2011-04-10 | |
Task Description
All the ogg files of this album refuse to play on rockbox, whereas they play well in vlc or GStreamer. The problem seems to come from the ID3 tags at the beginning of the file, as when I remove them, rockbox accepts to start playback.
|
|
12056 | Rockbox | Patches | Games | Low | Xobox: Xonix starts moving on its own (without any keyp ... | 2011-04-09 | 1 |
Task Description
Steps to reproduce the bug: 1. Start playing xobox 2. When you are about to finish the first level, keep the down key pressed to cut a part of the infected area. 3. Keep the key pressed even when it tells you «first level finished». 4. On the second level, your key press will still be in the buffer, and xonix will start moving even if you are not pressing a key anymore.
My little patch just adds a call to rb→button_clear_queue(); at the beginning of every new level.
|
|
12047 | Rockbox | Bugs | User Interface | Low | WPS on startup doesn't work on iPod Video | 2011-04-06 | 1 |
Task Description
On my iPod video, when I choose to load the WPS on startup (either in the Settings menu or in the alarm menu), it doesn't work. The player stays on the main (root?) screen.
I had to tweak root_menu.c (which I join) to get the alarm to work with the WPS. This is not a patch, but a quick and dirty workaround that I did just to be waked up on time tomorrow…
|