From 626183d58f43f010f5cfb055f8582be0227ff59c Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 07 Oct 2002 23:37:48 +0000 Subject: We're now using a home made painting of cells This will theoretically speed up things Currently it's noticeable slower on SQL Cause we do up to 80 queries for 10 different items. As you see a cache could be the answer to these problems. The reason for custom drawing is speed and memory consumption. Take the unlikely case of 10.000 items We would have 40.000 QTableItem but would only show 40 of them at a time. The rest seems to be wasted --- (limited to 'core/pim/todo/todoview.h') diff --git a/core/pim/todo/todoview.h b/core/pim/todo/todoview.h index 81ace3a..9408ef1 100644 --- a/core/pim/todo/todoview.h +++ b/core/pim/todo/todoview.h @@ -102,7 +102,7 @@ namespace Todo { virtual void setShowDeadline( bool ) = 0; virtual void setShowCategory( const QString& = QString::null ) = 0; virtual void clear() = 0; - virtual QArray completed() = 0; +/* virtual QArray completed() = 0; */ virtual void newDay() = 0; virtual void connectShow( QObject*, const char* ) = 0; -- cgit v0.9.0.2