aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO19
1 files changed, 8 insertions, 11 deletions
diff --git a/TODO b/TODO
index d27f35005..5f705c5e9 100644
--- a/TODO
+++ b/TODO
@@ -1,18 +1,15 @@
-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) ?