Code

TODO updated
authorKalle Wallin <kaw@linux.se>
Mon, 3 Jan 2005 17:06:29 +0000 (17:06 +0000)
committerKalle Wallin <kaw@linux.se>
Mon, 3 Jan 2005 17:06:29 +0000 (17:06 +0000)
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@2868 09075e82-0dd4-0310-85a5-a0d7c8717e4f

TODO

diff --git a/TODO b/TODO
index d27f35005c59377a96e67b1170191b44e5a33eab..5f705c5e95c12897b0fdb9e797b62f78006963f8 100644 (file)
--- 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) ?