summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f13b6fc)
raw | patch | inline | side by side (parent: f13b6fc)
author | Kalle Wallin <kaw@linux.se> | |
Mon, 3 Jan 2005 17:06:29 +0000 (17:06 +0000) | ||
committer | Kalle Wallin <kaw@linux.se> | |
Mon, 3 Jan 2005 17:06:29 +0000 (17:06 +0000) |
TODO | patch | blob | history |
index d27f35005c59377a96e67b1170191b44e5a33eab..5f705c5e95c12897b0fdb9e797b62f78006963f8 100644 (file)
--- a/TODO
+++ b/TODO
-Features:
-* remote playlists
-* search screen
-* id3 browser
+ * Make status line scrolling optional
-Glib
-* replace snprintf with g_snprintf or g_strdup_printf
-* replace strcat with g_strlcat or g_strconcat()
-* replace strncpy with g_strlcpy
-* replace strstr with g_strrstr
-* replace vsnprintf with g_vsprintf or g_strdup_vprintf(format,ap);
-* ...
+ * Scroll long list entries, move left/right (#242)
+ * Search screen (with a simple ui)
+ * Merge the help and key definition screens
+ * Redesign the keyboard input code
+ + allow keys to be assign to multiple commands
+ + support macros, could be used to create a parent-dir cmd (#328)
+ * LIRC support (without irpty) ?