summaryrefslogtreecommitdiff
path: root/core/pim/todo/tableview.h
AgeCommit message (Collapse)AuthorFilesLines
2004-02-25Todo: libopie->libopie2drw1-4/+4
2003-08-01Merging changes from BRANCH_1_0 to HEADeilers1-0/+18
2003-02-11Add switching the views with the ActionKey..zecke1-0/+1
2002-12-21Main task view updates.drw1-0/+4
2002-12-17kill tableitems from the build processzecke1-1/+0
2002-11-02Cut some warningzecke1-0/+2
and applied trekres customStrokeWidth patch
2002-10-20Strike through a row to complete the Record ;)^zecke1-0/+3
2002-10-19MainWindow setReadAhead addedzecke1-0/+3
Tableview we now try to read ahead in timerEvent.. the TodoView interface needs an update on this matter too... besides that I'm quite happy with the speed and go on to implement new features
2002-10-13Speed Speed Speed...zecke1-0/+7
main.cpp disabled messagehandler.. TableView: do not update View from setCategory if category was not changed and if not first setCategory Inline editing is working again current is working too Fixed sorting MainWindow: Show Event and Edit event does work again Try to avoid calling sorted or allRecords unneeded... 10.000 todos on SQL does feel fast I need to get it down some more... maybe tweaking libsqlite a bit ( some compiler switches and disable asserts ) Before I implement new features I want to get down to 2-3 seconds loading of Data The UI will instantly pop up and then load the stuff within seconds
2002-10-07We're now using a home made painting of cellszecke1-35/+9
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-07TodoView is a mess because I tried hard to makezecke1-2/+1
it work with templates... I've to clean this up Then I made the way free to use sorted my next step is to make the paint hack work
2002-10-07Re add fileszecke1-0/+120
for todo