From 5067782633eb803e4e9548ce7710881f6725034f Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Fri, 30 Jan 2015 11:15:22 -0500 Subject: [PATCH] Scratch items off of the TODO list Signed-off-by: Anna Schumaker --- TODO | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/TODO b/TODO index fdefb08a..246a6ddc 100644 --- a/TODO +++ b/TODO @@ -92,12 +92,8 @@ Future work: that it is used for text processing) - Make DatabaseEntry::primary_key() private (only used by Database) - "On demand" databases that load the first time they are accessed? - - Split filtering code into index for searching and text formatting - - Text formatting includes lowercase, length strings, and date strings - - Queues have their own indexes? + - Queues have their own indexes? - Remove callbacks (may need "driver" for queues) - - Reorganize gui code into distinct layers - - Possibly merge back with lib/? - Remove glib specifc code from core/ - Virtual file system - Fake filesystem access for testing