[WebKit-devel] KF5 port

Grósz Dániel groszdani at gmail.com
Sat May 2 18:12:10 UTC 2015


Hi, I created an initial KF5 port of kwebkitpart. It uses KDELibs4Support and 
generates tons of warnings, but it works. CMakeList.txt's need attention: I'm 
new to cmake and mostly copyed&pasted things until it worked. :)
I don't have a developer account so I set up a github repository.

The following changes since commit 07fe35d2ae5c974e622ea6ac2726aebcb1dc8936:

  Merge remote-tracking branch 'origin/1.3' (2014-11-13 15:06:32 +0100)

are available in the git repository at:


  https://github.com/groszdaniel/kwebkitpart.git frameworks

for you to fetch changes up to 85a05e7ef036a7e6ab51e649771534d378674c38:

  Initial KF5 port (2015-05-02 18:56:26 +0200)

----------------------------------------------------------------
Daniel Grosz (1):
      Initial KF5 port

 CMakeLists.txt                  |  13 +++-
 kdelauncher/CMakeLists.txt      |  13 +---
 kdelauncher/main.cpp            |  17 ++++-
 src/CMakeLists.txt              |  11 +--
 src/kwebkitpart.cpp             | 155 
+++++++++++++++++++++-------------------
 src/kwebkitpart.h               |   9 +--
 src/kwebkitpart_ext.cpp         |  69 ++++++++++--------
 src/kwebkitpart_ext.h           |   8 ++-
 src/kwebkitpartfactory.h        |   2 +
 src/networkaccessmanager.cpp    |   2 +-
 src/settings/webkitsettings.cpp |   4 +-
 src/settings/webkitsettings.h   |   1 +
 src/webpage.cpp                 |  31 ++++----
 src/webpage.h                   |   7 +-
 src/webpluginfactory.cpp        |   6 +-
 src/webview.cpp                 | 114 ++++++++++++++---------------
 src/webview.h                   |   5 +-
 17 files changed, 252 insertions(+), 215 deletions(-)



More information about the WebKit-devel mailing list