1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Intro: Plans for cleaning up libkdepim.
Goal: libkdepim should no longer be a dumping ground of misc stuff for pim apps.
# Rewrite and move to kdepimlibs/akonadi/contacts
addresseelineedit
completionordereditor
kmailcompletion
# Move to kdepimlibs/kontactinterfaces?
agentprogressmonitor
overlaywidget
progressdialog
progressmanager
ssllabel
statusbarprogresswidget
# Move to kdeui/widgets after api review
kdatepickerpopup
kwidgetlister
uistatesaver
# Port korganizer and kontact to kconfigdialogmanager instead
kprefsdialog
# Get rid of
recentaddresses # replace with live searches?
# Still needed? or replaced by a new parameterized AkonadiDrag object?
maillistdrag
|