kdelibs/kdewebkit/kwebkitpart
Ivailo Monev 61333c4671 generic: namespaced Qt4/Katie build fixes
most of the changes were done trought Katie's namefsck script which
convertes forward class declarations to include directives, however
other fixes here and there were needed as well as some questionable
changes to Q_DECLARE_TYPEINFO() macro calls because they most likely
have to do the namespacing themselfs (QT_BEGIN/END_NAMESPACE, and
probably will be in Katie) meaning that some of the changes may be
temporary and reverted later.

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2017-08-04 09:24:39 +00:00
..
icons generic: optimize png images with optipng 2015-07-20 17:35:19 +03:00
kdelauncher generic: misc cleanups 2015-10-12 23:58:56 +03:00
src generic: namespaced Qt4/Katie build fixes 2017-08-04 09:24:39 +00:00
.gitattributes imported kwebkitpart 2014-11-18 13:30:12 +00:00
CMakeLists.txt generic: misc cleanups 2015-09-06 14:43:27 +03:00
COPYING.LIB 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