diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2002-05-23 15:20:27 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2002-05-23 15:20:27 +0000 |
| commit | ec98d73a06f82b06f336b7b06148d9363f6b181a (patch) | |
| tree | 2ea4c79eeb6e0087ec80ae356e382ba916ed6ff2 | |
| parent | 47a6f6c6557e6e8bfd0ba9a9f22b2f907dbc01c3 (diff) | |
| download | rockbox-ec98d73a06f82b06f336b7b06148d9363f6b181a.zip rockbox-ec98d73a06f82b06f336b7b06148d9363f6b181a.tar.gz rockbox-ec98d73a06f82b06f336b7b06148d9363f6b181a.tar.bz2 rockbox-ec98d73a06f82b06f336b7b06148d9363f6b181a.tar.xz | |
Update
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@676 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | www/activity.t | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/activity.t b/www/activity.t index e241cc4..26c0630 100644 --- a/www/activity.t +++ b/www/activity.t @@ -31,10 +31,12 @@ STATUS(GREEN,API docs,firmware/API,"http://cvs.sourceforge.net/cgi-bin/viewcvs.c STATUS(GREEN,Key handling,firmware/drivers/button.c,"http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/rockbox/firmware/drivers/button.c", ,Works) STATUS(GREEN,CPU setup,firmware/system.c,"http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/rockbox/firmware/system.c", Linus,Works) STATUS(GREEN,Directory browser UI,apps/tree.c,"http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/rockbox/apps/tree.c", Daniel,Works) -STATUS(YELLOW,LCD driver,firmware/drivers/lcd.c,"http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/rockbox/firmware/drivers/lcd.c", Björn,Written; untested) +STATUS(GREEN,LCD driver,firmware/drivers/lcd.c,"http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/rockbox/firmware/drivers/lcd.c", Björn,Works) STATUS(YELLOW,Playlist handling,firmware/playlist.c,"http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/rockbox/firmware/playlist.c", Wavey, Progressing) +STATUS(YELLOW,Mpeg thread, , ,Linus, Progressing) +#if 0 STATUS(RED,Boot loader (rolo), ,"", ,Planned) -STATUS(RED,Application...,apps/app.c,"http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/rockbox/apps/app.c", ,Embryo) STATUS(RED,New DSP algorithms, ,"", ,We need help!) +#endif </tr></table> <i><small>Updated __DATE__</small></i> |