From: Kalle Wallin Date: Mon, 3 Jan 2005 17:06:29 +0000 (+0000) Subject: TODO updated X-Git-Tag: v0.12_alpha1~445 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=604f0cd6b92a9645443fa31d09f5bf1a1c326aaf;p=ncmpc.git TODO updated git-svn-id: https://svn.musicpd.org/ncmpc/trunk@2868 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- diff --git a/TODO b/TODO index d27f350..5f705c5 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) ?