summaryrefslogtreecommitdiff
path: root/src/webtab
Commit message (Collapse)AuthorAgeFilesLines
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-109-39/+259
| | | | | | | | | | | | | - inline spell highlighter. This requires WebKit 2.3 to work. - Addition of a suggested replacement word list to the context menu, for the word right clicked on - A standard modeless spell check dialog that works on the current editable text (or selection). Heavily cribbed from Dawit's work on kdewebkitpart. oops... also a codingstyle script round here... :)
* Get sure rekonq makes use of djvu pluginAndrea Diamantini2012-12-102-2/+15
| | | | | Also, clean up mimetype detection, following kdewebkit. This fixes bug 304562 and has been imported from rekonq code
* Restore rekonq settingsAndrea Diamantini2012-12-101-4/+2
|
* Removed (FOR NOW) open search featureAndrea Diamantini2012-12-102-8/+0
| | | | | | This needs a new implementation and a better integration in rekonq code WARNING: Restart reverting this...
* Fix urlbar widget showAndrea Diamantini2012-12-102-0/+19
|
* Port WebWindow to use Urlbar class. Easier testing changes...Andrea Diamantini2012-12-101-2/+2
|
* Urlbar, first code ported to the new APIAndrea Diamantini2012-12-102-0/+21
|
* Remove a lot of application calls by refactoring codeAndrea Diamantini2012-12-104-30/+32
|
* Fix use of webpageAndrea Diamantini2012-12-103-21/+12
|
* Clean out WebTab methods not really related.Andrea Diamantini2012-12-102-121/+5
| | | | They have to be reinserted in the right place. What?
* Let WebTab compile (and everything NOT commented out...)Andrea Diamantini2012-12-103-95/+50
|
* Let WebView compile and workAndrea Diamantini2012-12-109-171/+241
| | | | WARNING: Not everything compiles yet...
* Copy webtab related files from rekonq repoAndrea Diamantini2012-12-1027-0/+5477
NOTE: This change does NOT affect CMakeLists.txt, so that compilation will continue to work as the previous commit. I'm just trying to track changes from original rekonq files...