Frameworks/Windows: Difference between revisions

From KDE Community Wiki
(kwindowsystem on msvc2010)
(→‎tier1 overview: kglobalaccel is good)
Line 67: Line 67:
|-
|-
| kglobalaccel
| kglobalaccel
|
| style="background-color:green" |  done
| style="background-color:green" |  done
| style="background-color:green" |  done
| style="background-color:green" |  done
| style="background-color:green" |  done

Revision as of 20:13, 8 May 2014

This page tracks the status of KDE Frameworks on Microsoft Windows.

Note: you MUST use emerge to build qtbase since it adds a patch that is essential for the functionality of all the frameworks.

All frameworks that are in emerge are buildable: emerge frameworks_tier1 frameworks_tier2 frameworks_tier3

status overviews

description
the framework has built fine and the tests run
the framework has built fine but some tests fail
the framework fails to build
the framework is not in emerge
the framework is untested

tier1 overview

package / compiler msvc2010_32 msvc2013_64 mingw_64
attica done done done
karchive liblzma dep doesn't build done 2/4 pass
kcodecs done done done
kconfig 12/13 pass[1] done done
kcoreaddons doesn't build[2] done done
kdbusaddons done done
kglobalaccel done done done
kguiaddons done done done
ki18n done done
kidletime no tests no tests
kimageformats 1/11 pass 1/11 pass
kitemmodels done done
kitemviews done done
kjs done done
kplotting done done
kwidgetsaddons done done done
kwindowsystem X11 only X11 only X11 only
solid done done done
sonnet done done done
threadweaver doesn't build done done
  1. kconfigcompiler-basic-test fails, seems to be LF/CRLF issues
  2. Uses unsupported C++11 features in kdelibs4migration.cpp

tier2 overview

compiler \ package msvc2013_64 mingw_64
kauth done done
kcompletion done done
kcrash 0/1 pass 0/1 pass
kdnssd no tests no tests
kdoctools no tests no tests
kjobwidgets no tests no tests
kpty
kunitconversion done

tier3 overview

package / compiler msvc2013_64 mingw_64
kactivities
kbookmarks
kcmutils
kconfigwidgets
kdeclarative
kded
kdesignerplugin
kdesu
kdewebkit
kemoticons
kiconthemes
kinit
kio
kjsembed
kmediaplayer
knewstuff
knotifications
knotifyconfig
kparts
kross
krunner
kservice
ktexteditor
ktextwidgets
kwallet
kxmlgui
plasma

tier4 overview

package / compiler msvc2013_64 mingw_64
frameworkintegration
kapidox
kdelibs4support
kfileaudiopreview
khtml


MSVC2010 32-bit (old status)

ItemViews

Builds, only some deprecated warnings. Unit test passes. Manual tests work fine. kwidgetitemdelegatetest shows a bug that is probably cross‐platform (will report later).

ThreadWeaver

Builds, tests pass sometimes, other times locks up.

KCoreAddons

KRandom isn't very well seeded

KDirWatch also has some code working around a Windows limitation, which is obsolete because QFileSystemWatcher already implements the same workaround. But getting things to compile should be a priority over removing that.

KDirWatch test fails with QFileSystemWatcher backend on both windows and linux. Added to the kdelibs cleanup.

KSharedDataCache is a nonshared memory-only cache on windows.

KWindowSystem

Hundreds of errors casting WId to HWND in Windows‐specific code.

KArchive

Builds with liblzma, bzip2 and gzip on mingw64. tests have been moved. karchivetest and kfiltertest fail on mingw64.

Tier 2

KDNSSD

Builds with fake backend. no tests available.

KWallet

Builds. I didn't install kwalletd so I didn't test if it works.