kdelibs/kdewebkit/kwebkitpart
Ivailo Monev 82fc15f54b generic: use CMake moc instead of automoc4 by default
for compatibilty reasons automoc4 support is not removed but it
shall be in the future. automoc4 has not been maintained for a
while (last commit is from 2011) and the stable release is from
2009.

CMake version >= 2.8.6 provides the functionality for mocking so
I see no reason to not make use of it.
2015-02-27 07:40:26 +00:00
..
icons imported kwebkitpart 2014-11-18 13:30:12 +00:00
kdelauncher imported kwebkitpart 2014-11-18 13:30:12 +00:00
src generic: use CMake moc instead of automoc4 by default 2015-02-27 07:40:26 +00:00
.gitattributes imported kwebkitpart 2014-11-18 13:30:12 +00:00
CMakeLists.txt kdewebkit: remove redudant macro inclusions, package lookup and definitions from kdewebkitpart CMake file 2015-02-14 17:44:27 +00:00
COPYING.LIB imported kwebkitpart 2014-11-18 13:30:12 +00:00
kwebkitpart.lsm imported kwebkitpart 2014-11-18 13:30:12 +00:00
Messages.sh imported kwebkitpart 2014-11-18 13:30:12 +00:00
README imported kwebkitpart 2014-11-18 13:30:12 +00:00
TODO imported kwebkitpart 2014-11-18 13:30:12 +00:00

KWebKitPart
===========

KWebKitPart is a KDE component (KPart) wrapper for QtWebKit. It is intended to
allow KPart based KDE applications such as Konqueror to use it in place of other
browser engine, such as KHTML, to browse the web in Konqueror.

Known limitations and unimplemented features are listed in the following
documents:

* https://projects.kde.org/projects/kde/kdelibs/repository/revisions/master/entry/kdewebkit/ISSUES
* https://projects.kde.org/projects/extragear/base/kwebkitpart/repository/revisions/master/entry/TODO

Please report any issues to: https://bugs.kde.org
IMPORTANT NOTE: Do not select "konqueror" as product, but "kwebkitpart"!

There is also a public mailing list available for support:

    webkit-devel @ kde.org

How to use KWebKitPart in Konqueror
===================================

You can switch between the different rendering engines:
View -> View Mode -> {KHTML, WebKit} (website needs to be open)
If WebKit does not show up in Konqueror, run 'kbuildsycoca4' and
restart Konqueror. Note that this change does not persist. If you
press the reload button or open a new website, it will fall back
to the default rendering engine. 

If you want to set KWebKitPart as default for any website, run:
'keditfiletype text/html'
and move "WebKit (kwebkitpart)" in the "Embedding" tab to the top.

In KDE 4.6 and higher you can choose the default rendering engine
in Konqueror's configuration dialog under the "General" section.

For more information about this project please see also:
http://techbase.kde.org/Projects/WebKit