All Projects

IDProjectTask TypeCategorySeveritySummaryOpened
 11902 RockboxPatchesUser InterfaceMedium Android Widget 2011-01-222419 Task Description

The attached patch adds a Rockbox control widget for the android application.
It displays the title, artist and album when a track plays and features a play/pause button and a next track button. Clicking on the text label launches the Rockbox application. Icons from the cabbiev2 theme are used.

The widget-*.png files are screenshots corresponding to the current code.

 9368 RockboxPatchesThemesLow Add settings tag to WPS 2008-09-0594 Task Description

wps_settings.patch adds a %St|<some setting name>| tag that can be used to display the value of any rockbox setting in the WPS.

cfg_to_string.patch adds a new function called cfg_to_string and exports it.

 7958 RockboxPatchesApplicationsLow Playlist viewer move live preview 2007-10-142 Task Description

This patch changes the way playlist viewer behaves when moving an item. Previously it would flag the item to move and move it to the selected line once ACTION_OK was fired. Now it draws the item to move in the target position every time you move the cursor and confirms the move when ACTION_OK is send (Example in the screenshot: I’m moving the 4th item (d).)

I’ll commit this soon unless someone objects (since it allows comiting FS #7875)

 7875 RockboxPatchesApplicationsLow Remove gui list flash / lcd scroll invert code. 2007-09-3063 Task Description

This removes the invertscroll functions in firmware/drivers/ and the gui_(sync)list_flash functions in apps/gui/. This code was only used by the playlist_viewer when moving an item. Since we have a specific icon to flag the track to be moved this was redundant (and it didn't work well with the new gradient/colored selection bar code). This saves about 500 bytes on the ipod video build.

 7807 RockboxPatchesPluginsLow gzip/gunzip port 2007-09-2061 Task Description

This is a port of gzip 1.3.12 to rockbox.

This patch adds a gzip_rb viewer (to compress files in the gzip format) and a gunzip_rb viewer (to decompress files in the gzip format and some other formats handled by gzip). You can also run gzip_rb as a standalone plugin to configure the gzip compression level. gunzip_rb is configured as a viewer for .gz, .tgz, .Z, .z and .taz files.

These files are from gzip 1.3.12 including modifications for rockbox (note that a lot of documentation, build system and optional source code files from the original gzip 1.3.12 tarball have been left out). Some more code cleanup and improvements to the messaging system might be needed (currently uses splash() and DEBUGF() kind of randomly):
A apps/plugins/gzip/tailor.h
A apps/plugins/gzip/unlzh.c
A apps/plugins/gzip/crypt.c
A apps/plugins/gzip/bits.c
A apps/plugins/gzip/zip.c
A apps/plugins/gzip/revision.h
A apps/plugins/gzip/AUTHORS
A apps/plugins/gzip/deflate.c
A apps/plugins/gzip/unzip.c
A apps/plugins/gzip/crypt.h
A apps/plugins/gzip/ChangeLog
A apps/plugins/gzip/THANKS
A apps/plugins/gzip/gzip.c
A apps/plugins/gzip/README
A apps/plugins/gzip/lzw.c
A apps/plugins/gzip/util.c
A apps/plugins/gzip/gzip.h
A apps/plugins/gzip/unlzw.c
A apps/plugins/gzip/unpack.c
A apps/plugins/gzip/lzw.h
A apps/plugins/gzip/trees.c
A apps/plugins/gzip/inflate.c
A apps/plugins/gzip/TODO
A apps/plugins/gzip/INSTALL
A apps/plugins/gzip/COPYING
A apps/plugins/gzip/NEWS

These files are rockbox specific:
A apps/plugins/gzip/Makefile
A apps/plugins/gzip/gzip_rb.c
A apps/plugins/gzip/gunzip_rb.c
A apps/plugins/gzip/malloc.c

The plugins have been tested and work fine on:
* ipod video sim
* ipod video
* archos recoder sim

The plugins don’t build for the archos recorder (and most likely all other hwcodec targets) due to a lack of RAM. This might be fixable at least for the gunzip_rb plugin by making sure that it links only with functions needed for unzipping (gzip and gunzip currently call the same gzip function (~the orignal gzip main()). It would be possible to make a simplified version for gunzip support only)

7252RockboxPatchesVideoLowSubRip (srt) subtitle support in MPEG Player. (Edit: +o...2007-06-02258 Task Description

This patch adds SubRip subtitle support to MPEG Player.
http://wiki.multimedia.cx/index.php?title=SubRip

Files need to have the same name as the video file with a “.srt” extension.

I know that the OSD rendering is not implement in a way that linuxstb and jhMikeS would like but I still wanted to post the patch here in case anyone felt like adapting it. (Current OSD only renders on top of the video area, it can be adapted to add other OSD channels … like display a seek bar, volume control, playback state, etc.)

Enjoy,

Edit: I’ve also added a timebar display (when changing the volume)

 2534 RockboxPatchesPluginsLow Add srand call to solitaire 2005-06-181 Task Description

i don't like playing the exact same game over and over,
so i figured a call to srand might be a good idea.

 2530 RockboxPatchesPluginsLow Solitaire bug fix 2005-06-1711 Task Description

When cursor was on remains' stack and the user pressed
the F2 key, the cursor stayed on the old card instead
of moving to the top card.

Trailing spaces were also removed from the file.

 2306 RockboxPatchesPluginsLow Solitaire plugin update 2004-08-181 Task Description

Easier in game navigation
Fixed some graphical bugs (such as cursor not chowing
on empty cols)
Rewrote part of the code (it's now easier to understand
although it's not organized)

Unless some bugs are reported or features asked, this
should be the final version. (i didn't expect the
previous patch i posted to make it to cvs so quickly)

 2301 RockboxPatchesLow A documentation of the Plugin API 2004-08-1221 Task Description

A documentation of the Plugin API

 2299 RockboxPatchesPluginsLow Solitaire 2004-08-1161 Task Description

the classic solitaire card game

 2298 RockboxPatchesPluginsLow Minesweeper 2004-08-1111 Task Description

A mine sweeper game

Showing tasks 1 - 12 of 12 Page 1 of 1

Available keyboard shortcuts

Tasklist

Task Details

Task Editing