summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-05-31 01:39:29 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-05-31 01:39:29 +0200
commitd37ff6f9334f1243219dc6a3da27b198c0b145fe (patch)
treea6361bef8cdb369988e5d465d69a196750c33491
parent62ad1f1e5c7164eab0e19af65f6384a13ad701ee (diff)
Update TODO
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index 6214f14..af1f3c6 100644
--- a/TODO
+++ b/TODO
@@ -24,4 +24,7 @@ and moved so that its top corner is only on screen 1, and then fullscreen is
turned on (after that, it'll work for all images in the slideshow).
Maybe I'll someday find out how to fix that :>
-The thumbnail code seems to be a bit inefficient with large filelists.
+Since the thumbnail mode draws an image, it gets kinda slow once you have lots
+of files in the filelist (->big thumbnail index image). The ideal way would be
+to rewrite it to use some GUI-ish thing, alternatively a workaround (only
+rendering every n'th image?) would be nice.