summaryrefslogtreecommitdiff
path: root/core/pim/todo/tableview.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-01-30Convert Todo to use new OPimMainWindow functionality, plus some other code ↵drw1-54/+34
clean-ups
2004-11-18-Kill owarn statements from the codezecke1-14/+18
-Kill magic numbers and use enum values
2004-04-04fix up owarn usagezecke1-10/+10
2004-04-02Use ODebug (another 35 down...) - all of core/pim is converted.drw1-16/+18
2004-03-02run the optimize_connect scriptalwin1-8/+8
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here)
2004-02-25Todo: libopie->libopie2drw1-9/+9
2004-02-08Fix two problems:zecke1-3/+12
1.) accept the key event so it does not reoccur and reoccur 2.) do not crash if asked to delete and there is nothing to delete
2003-09-25Fixed inconsistencies between Description and Noteseilers1-1/+1
2003-09-06-Switch to OWidgetStack actually only three lines touch by thiszecke1-0/+1
-the really quit on closeEvent and don't wait for the last window -use setName eases debugging
2003-08-01Merging changes from BRANCH_1_0 to HEADeilers1-6/+80
2003-03-14Do not crash when trying to edit and there is no datazecke1-0/+1
2003-02-11fix 0000535.zecke1-3/+13
What is the right size? That depends on the user so save the columWidth() the user used so he should be happy
2003-02-11Add switching the views with the ActionKey..zecke1-5/+16
2003-01-29Changed some code to make all strings translatablegroucho1-4/+4
2002-12-23Task Editor dialog: 1. added tab icons 2. rearranged the overview tab 3. ↵drw1-1/+2
alarm/reminder tab updates 4. code clean-up. Still need to work on advanced tab and add qwhatsthis.
2002-12-22QWhatsThis for main task view and toolbars.drw1-10/+11
2002-12-22Main todo view text color and column width fixes.drw1-24/+26
2002-12-21Main task view updates.drw1-65/+68
2002-12-17kill tableitems from the build processzecke1-0/+1
2002-12-17- word puzzle fix by Carstensimon1-1/+1
2002-12-10Shut up the compilerzecke1-2/+2
2002-11-30Back from hospital with new powerzecke1-15/+12
This versions clean up m failure on templates with Qt... in todoview Implements Recurrance( backends to not safe it yet ) OPimState and Maintainer mode in some ways and much more This one also implements the OPimMainWindow specs and has a small Memu replacement to get the toolbar in one line
2002-11-15Fix #423 dealing with strike through and DueDate...zecke1-5/+15
2002-11-02Cut some warningzecke1-1/+13
and applied trekres customStrokeWidth patch
2002-10-23Fix not beeing resizable.. now the Deadline is too wide...zecke1-76/+98
Fix a crash when being somewhere else but releasing the mouse over the table bug Fix one more thing I don't remember Add InlineEditing of summaries. It would actually work on double click but we use the single click for viewing.. Ok these things need to be configurable
2002-10-20Strike through a row to complete the Record ;)^zecke1-6/+33
2002-10-19Fix crash if todolist is emptyzecke1-4/+10
Fix paint update bugs.. knewly created items did not show up. an sort() QTable::update() is and was not enough A new feature. It's a quick entering method. It lacks icons and some more stuff but I like it Now redoing the Editor Dialog
2002-10-19MainWindow setReadAhead addedzecke1-2/+52
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-28/+69
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-121/+112
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-07Switch to sorted stuff for TableView as defaultzecke1-2/+5
Stefan it's safe
2002-10-07TodoView is a mess because I tried hard to makezecke1-7/+9
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-07Fix not showing completed taskszecke1-1/+2
2002-10-07Re add fileszecke1-0/+362
for todo