summaryrefslogtreecommitdiff
path: root/core/pim/todo/tableitems.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-10-07We're now using a home made painting of cellszecke1-2/+2
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
2002-10-07Re add fileszecke1-0/+181
for todo