summaryrefslogtreecommitdiff
path: root/core/pim/todo
AgeCommit message (Collapse)AuthorFilesLines
2003-12-07s/QPEToolBar/QToolBar:mickeyl3-4/+4
- remove usage of deprecated classses - makes it easier to migrate to OToolBar in the future
2003-10-07If you decide to close the mainwindow and have say editor and views open as wellzecke1-1/+1
call closeAllWindows() after all events are dispatched
2003-09-25Fixed inconsistencies between Description and Noteseilers1-1/+1
2003-09-20merge control files with BRANCHmickeyl1-1/+1
2003-09-06-Switch to OWidgetStack actually only three lines touch by thiszecke3-3/+9
-the really quit on closeEvent and don't wait for the last window -use setName eases debugging
2003-08-27-Convert to quick launch as an examplezecke3-28/+15
-Fix a bug. If flush() is called m_syncing = true and on reload m_syncing = false
2003-08-01Merging changes from BRANCH_1_0 to HEADeilers21-67/+273
2003-06-05sanitizedschurig1-1/+1
2003-05-12Hospital Hacking Sessionzecke11-51/+373
make more translatable fix up GUI for Opie1.0 in regards what is implemnted implement setting and removing of Alarms!!!! Show Alarms once they got fired...
2003-05-07one morezecke1-1/+1
2003-05-07try to use the has* functionszecke2-11/+11
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20adding dutch to the .pro-filescniehaus1-0/+1
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