summaryrefslogtreecommitdiff
path: root/core/pim/todo
AgeCommit message (Collapse)AuthorFilesLines
2003-04-10have icons on the right sideharlekin1-4/+8
2003-04-06status has an icon again .-), closes #806harlekin1-1/+1
2003-03-14Do not crash when trying to edit and there is no datazecke2-1/+3
2003-02-22shutup todolist while runningzecke3-3/+3
remove the transport thingie..
2003-02-14Remove the #ifdef for QWSzecke2-8/+10
Fix saving of templates The backends want's to load before it saves... Oliver now things should work again
2003-02-11Add a FIXME notezecke1-0/+3
drw killed the .ui files in his nice UI appealing update but setPopup is a bad idea for small screens and there was a reason for the slotHack so I need to readd it again...
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-11Fix 0000645zecke1-1/+1
2003-02-11Add switching the views with the ActionKey..zecke8-13/+58
2003-01-29Changed some code to make all strings translatablegroucho4-56/+56
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth1-1/+1
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency.
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23take the right parent for the MultiLineEditzecke1-3/+3
2003-01-23package naming change.. alter library packages to use debian naming ↵kergoth1-1/+1
convention. also moved bits that didnt belong in lib pakcages elsewhere.
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2002-12-29Need these too...drw2-0/+398
2002-12-29More updates to edit task dialog. Rearranged info on 1st 2 tabs so it is ↵drw7-460/+95
grouped a little more logically, and also renamed these tabs.
2002-12-27Clean-up of advanced tab in edit task dialog. Next is QWhatsThis for everything.drw10-338/+213
2002-12-23Task Editor dialog: 1. added tab icons 2. rearranged the overview tab 3. ↵drw14-1003/+572
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.drw3-24/+31
2002-12-22Main todo view text color and column width fixes.drw1-24/+26
2002-12-21Main task view updates.drw5-77/+75
2002-12-21Updated to include pics/tododrw1-1/+1
2002-12-20Use icons for task priority on quick task toolbardrw2-14/+27
2002-12-20First part of GUI clean-up. Added icons to 'quick task' entry toolbar and ↵drw4-55/+86
menu choice to show/hide the bar.
2002-12-20s/Formx//cniehaus1-4/+0
2002-12-17say good bye to the nice and educationalzecke2-307/+0
QTableItems. :(
2002-12-17kill tableitems from the build processzecke3-3/+1
2002-12-17a QTableItem is no QObject so better use QObject::trzecke1-1/+3
besides that tableitems is dead... and I do drawing myself so better look at the tableview if you want to have that translated CCMAIL: cniehaus@kde.org
2002-12-17- removed Form2 caption, by Carstensimon1-4/+0
2002-12-17- word puzzle fix by Carstensimon2-2/+2
2002-12-14addLanguage rulescniehaus1-0/+2
2002-12-10Todo depends on libopiezecke1-1/+1
This should solve most of the todolist installation problems
2002-12-10Shut up the compilerzecke4-12/+5
2002-11-30More implementationzecke2-0/+100
2002-11-30Back from hospital with new powerzecke13-215/+310
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-15Fix the DueDate button not beeing enabled when it shouldzecke1-0/+1
2002-11-06Add X11..kergoth1-1/+1
2002-11-05you know the drillkergoth1-2/+8
2002-11-05Adding initial config.in fileskergoth1-0/+4
2002-11-02Cut some warningzecke3-3/+17
and applied trekres customStrokeWidth patch
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-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-21Now it should compile just finezecke1-1/+0
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-20Strike through a row to complete the Record ;)^zecke2-6/+36
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