Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 237055 - [PATCH] Enable Webkit integration for x11-libs/qt-assistant
Summary: [PATCH] Enable Webkit integration for x11-libs/qt-assistant
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-08 12:50 UTC by Manuel Nickschas
Modified: 2008-10-01 20:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Enable webkit integration in qt-assistant (qt-assistant-enable-webkit.patch,1.17 KB, patch)
2008-09-08 12:51 UTC, Manuel Nickschas
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Nickschas 2008-09-08 12:50:02 UTC
Starting with Qt 4.4.0, Assistant allows Webkit integration. This transforms its display component to a fully featured HTML renderer and allows the display of more sophisticated online help. A good reason to use Webkit integration is the display of documentation generated with Qt's own doxygen2qthelp tool; it converts Doxygen comments to files suitable for display in Qt Assistant, and those look much better using Webkit than in stock Assistant.

cf. <http://labs.trolltech.com/blogs/2008/06/20/introducing-doxygen2qthelp-create-qch-files-from-doxygen-finally/>, "Usage", Item 4.

Patch attached below applies to the current qt-assistant-4.4.1.ebuild. It adds a new USE=webkit and the proper deps and config options.

Reproducible: Always
Comment 1 Manuel Nickschas 2008-09-08 12:51:25 UTC
Created attachment 164901 [details, diff]
Enable webkit integration in qt-assistant
Comment 2 Ben de Groot (RETIRED) gentoo-dev 2008-10-01 20:15:28 UTC
Committed. Thanks for the patch!