KDE Mobile/PlatformModifications

From KDE Community Wiki
Revision as of 09:51, 22 November 2010 by Morpheuz (talk | contribs) (Created page with '= Dependency changes = {| cellspacing="0" cellpadding="5" border="1" class="sortable" style="border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;" |...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Dependency changes

Status Object Change description Responsible
DONE kdeinit4 Depend only on kdecore, have the other ones dynamically dl-opened if available
DONE libplasma Make kdewebkit optional, use QtWebkit
DONE libplasma Make knewstuff optional, #ifdef relevant code
DONE libplasma Make solid optional, #ifdef relevant code
DONE libplasma Make kio optional, use QFileDialog
DONE libkio Make solid optional (disable KDeviceListModel and KStatusBarOfflineIndicator, make KDesktopFileAction less clever, also see KMountpoint below)
DONE libkdnssd Use KCoreConfigSkeleton (removes kdeui dependency), unfortunately in public API, can be done only for the mobile profile
TO DO libknewstuff3 Use Attica only, remove KIO dependency No One <[email protected]>
DONE libkunitconversion Use QNetwork* instead of KIO and Solid, makes it depend on kdecore only

Class moves (BIC on Windows and Mac)

Status Library Change description Responsible
DONE libkio Move KArchive and children in kdecore/io, affects libplasma
DONE libkio Move KMountpoint (needs KMountpoint to not use solid anymore, use /dev/disk/by-uuid instead) to kdecore
DONE libkio Move KDirWatch (needs KMountpoint moved first) to kdecore, affects kwallet, libplasma
DONE libkutils Split kutils in several specialized libraries (still build a dummy libkutils depending on the new libraries in the desktop case)

Postponed/Cancelled

Status Object Change description Responsible
TO DO libkdecore Make ktoolinvocation use QDesktopService and not klauncher (needs to check feasibility) No One <[email protected]>
TO DO libkio In process ioslaves (libkio stops using klauncher) No One <[email protected]>
TO DO libkio Investigate removing libstream* deps. Requires making KFileMetaInfo and PredicateProperties no-ops or use nepomuk? No One <[email protected]>