(→Unsorted) |
(update to current state) |
||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
| − | |||
| − | |||
== Mid term == | == Mid term == | ||
| − | |||
* Implement form completion / password save | * Implement form completion / password save | ||
* Get as much of the library into kdelibs as possible. Already the QtNetwork/KIO bridge is there. | * Get as much of the library into kdelibs as possible. Already the QtNetwork/KIO bridge is there. | ||
| Line 27: | Line 22: | ||
* KDE features to form widgets etc. It is not known how to integrate KDE features such as text completion with the versions of these features implemented in JS in the web page. Currently since the AJAX mostly does not work in KHTML, the KDE versions are used. | * KDE features to form widgets etc. It is not known how to integrate KDE features such as text completion with the versions of these features implemented in JS in the web page. Currently since the AJAX mostly does not work in KHTML, the KDE versions are used. | ||
| − | |||
| − | |||
| − | |||
| − | |||
* Configuration management using kcontrol. QWebSetting is used to get settings into Webkit | * Configuration management using kcontrol. QWebSetting is used to get settings into Webkit | ||
| Line 39: | Line 30: | ||
| − | * | + | * Improve way to launch the web inspector. At the moment you can enable it in the JavaScript settings with "Enable debugger". |
* All of the QWebKit api is in the webkit repo, it is NOT in the qt gitorious. We should work at the webkit repo and submit patches there like other contributors, not work in a 'fork' git branch. | * All of the QWebKit api is in the webkit repo, it is NOT in the qt gitorious. We should work at the webkit repo and submit patches there like other contributors, not work in a 'fork' git branch. | ||
| Line 46: | Line 37: | ||
* Not loading the right thing when linking to other data types eg. text files, or spreadsheets. QWebPluginFactory should be usable to load KParts. There were some questions whether this would be able to react to dynamic changes to the set of available plugins - need way to tell the Factory to reload its plugin list. | * Not loading the right thing when linking to other data types eg. text files, or spreadsheets. QWebPluginFactory should be usable to load KParts. There were some questions whether this would be able to react to dynamic changes to the set of available plugins - need way to tell the Factory to reload its plugin list. | ||
| − | |||
| − | |||
* How to suppress right click menu. | * How to suppress right click menu. | ||