[Webkit-unassigned] [Bug 26581] [Qt] WebKit cannot be used when QT is running it Tty mode.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 2 08:02:17 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=26581
hausmann at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hausmann at webkit.org
------- Comment #8 from hausmann at webkit.org 2009-07-02 08:02 PDT -------
I think this is a useful piece of functionality, and Qt does support drawing to
images, including text, without a display connection on X11. You can take a
QTextDocument, fill it with HTML, render it into a QImage or convert it to PDF
using a QPrinter, all without an X11 connnection.
However there are some issues with the patch. For example the use of
QApplication::fontMetrics() in RenderThemeQt::minimumMenuListSize should work I
think and not require the Tty check.
See also http://qt.gitorious.org/qt/qt/merge_requests/709
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list