summaryrefslogtreecommitdiff
path: root/core/pim
AgeCommit message (Collapse)AuthorFilesLines
2002-11-15Fix #423 dealing with strike through and DueDate...zecke1-5/+15
2002-11-15Fix the DueDate button not beeing enabled when it shouldzecke1-0/+1
2002-11-06Add X11..kergoth7-7/+7
2002-11-05you know the drillkergoth4-21/+29
2002-11-05you know the drillkergoth2-0/+2
2002-11-05Adding initial config.in fileskergoth7-0/+32
2002-11-05transition to new opie pim api, no finished yet, but should allready close ↵harlekin4-30/+29
bug #1 cvs upcvs up
2002-11-03no default argumentszecke1-1/+1
Patch from jowenn
2002-11-02Cut some warningzecke3-3/+17
and applied trekres customStrokeWidth patch
2002-11-01Complete redesign of internal structure. Now, there exist a cetral vieweilers2-0/+412
class which manages the current implemented views table and card...
2002-10-31fixes for the new exclude from refresh systemharlekin1-3/+18
2002-10-31started support for plugins without refresh, not finished yetharlekin10-70/+119
2002-10-31Added Conflicts with qpe-tkcaddressbook and qpe-tkccalendar, because tkc ↵kergoth2-0/+2
unfortunately tries to replace the existing versions, including desktop icons, rather than creating their own.
2002-10-28 less qcop trouble on retial romharlekin5-26/+15
2002-10-28Next changes may brake future snapshots. Therefore we work oneilers1-0/+6
the branch "GO_FOR_OPIE_1_0" .. ;) We will be merge all changes at code freeze..
2002-10-27OContact now uses QDate to avoid wrong interpreted stringseilers2-19/+20
A lot of inline functions moved into the library..
2002-10-25widget widthzecke1-0/+1
2002-10-25MainWindow i18n change 'Show only over due' to avoid misunderstandingzecke6-17/+59
then 'share' and 'preload' the taskeditor on first request it'll be created but on destroyed until Destruction the interface. This will happen when the apps quits. This should speed up editing and entering quite a lot
2002-10-25sorts the tanslated country nowtille2-2/+5
2002-10-25If I want to edit my personal settings, category is disabled.eilers5-41/+154
Now using Datepicker for birthday and annyversary..
2002-10-24today refreshes itself now by a timer, important for fast load and on retail ↵harlekin6-3/+39
rom which might not get the pim signal we will have soon - closes bug #335
2002-10-24It is increasing..eilers1-1/+5
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-22Find bugfix. Tried to make the letterpicker more visible due toeilers9-45/+227
undelign does not work on my Z.. :( Added use of alternative mail-application (opie-mail instead of QT-Mail)
2002-10-21Now it should compile just finezecke1-1/+0
2002-10-21Some usability updates in picker and find..eilers8-42/+164
2002-10-21Fix a bug where newly added items did not show up in the viewzecke13-746/+1271
Now we add the Entry to the backend first and then update the view next step is to make place for the new EditorWidget It features Completed/Start Date State Began, Postponed... Maintainer Mode: needs to be done by... Maintainer: Choose a person who is responsible for ( once implemented I hope he master of our feeds is happy ) Recurrance Widget Alarms + Reminders Widget Parent to be added Most of it is not implemented cause first of all OTodo does not know anything about these attributes but this will change soon. I'll start to implement it very soon
2002-10-20Connected configuration to search engineeilers4-11/+14
2002-10-20Strike through a row to complete the Record ;)^zecke2-6/+36
2002-10-19New find widget works. Settings moved into a config dialog.eilers10-37/+381
2002-10-19Fix crash if todolist is emptyzecke8-10/+247
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 addedzecke4-2/+60
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-18First attempt of new find entry field.. It still needs some finetuning !eilers7-25/+97
2002-10-16Temporarely added save function..eilers1-3/+16
2002-10-16Fixed reload after sync- bugeilers4-65/+25
2002-10-15A lot of work pending..eilers1-2/+9
2002-10-14Some final language fixeseilers3-26/+63
2002-10-14Last patch for language bug. I am not really happy with it, but it should ↵eilers2-38/+53
work now. Please use the current release of libopie with this application. Otherwise the app will fail !
2002-10-13Implement beaming and adding of todos. Use the vCal resource for thatzecke3-7/+48
2002-10-13First attempt to fix language translation bug. Comboboxes should noweilers2-98/+102
work if translation is broken... Some translations should be reenabled in next fix..
2002-10-13Speed Speed Speed...zecke7-34/+86
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-11 added more whatsthisharlekin7-9/+21
2002-10-11Path to the .desktop was incorrect, resulted in failure to build a todo list ↵kergoth1-1/+1
ipk.
2002-10-10Drop the output with a custom message handler....zecke1-1/+6
2002-10-10tooltip experimentsharlekin3-5/+11
2002-10-09What should be done next..eilers1-0/+16
2002-10-08email handling fixedeilers1-3/+3
2002-10-08contacteditor.cppeilers1-1/+2
2002-10-08remove -lopiesqlzecke1-1/+1
2002-10-08Joined development branch: It uses the new PIM APIeilers10-1737/+1612
Some features in "View" added by Darwin Zins, but they are not finished..