Rekonq/MissingAPI: Difference between revisions

From KDE Community Wiki
No edit summary
Line 7: Line 7:


= QtWebKit  =
= QtWebKit  =
 
# the QWebPage::createWindow() virtual protected method needs enhancements, in the QWebPage::WebWindowType enum, to understand ad example if the caller is a javascript program or target _blank link.
 


= KDELibs  =
= KDELibs  =

Revision as of 06:46, 11 June 2010

Debating in IRC about this or that cool stuff we'd like to implement it sometimes happen we have no idea how to implement this :D Some of these times someone says: if I could have/use/find this method in that class, it could be easy doing.. So here is a place to collect all these. To eventually start contributing to the fantastic libs we use..  ;)

Qt

QtWebKit

  1. the QWebPage::createWindow() virtual protected method needs enhancements, in the QWebPage::WebWindowType enum, to understand ad example if the caller is a javascript program or target _blank link.

KDELibs