summaryrefslogtreecommitdiff
path: root/src/webtab/webtab.cpp
Commit message (Collapse)AuthorAgeFilesLines
* enable webapp mode by calling "rekonq --webapp URL" :DAndrea Diamantini2012-12-101-1/+27
| | | | | NOTE: in my opinion, this is a great feature that needs a lot of attention and testing. But it's really cool to see how it works... ;)
* Zoom actionis restored, yeah! :DAndrea Diamantini2012-12-101-0/+44
|
* Re-enable the restore on crash message bar :)Andrea Diamantini2012-12-101-3/+3
|
* New Private Browsing mode :DAndrea Diamantini2012-12-101-1/+4
|
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-101-1/+1
| | | | | | | | | | | | | - 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... :)
* Removed (FOR NOW) open search featureAndrea Diamantini2012-12-101-7/+0
| | | | | | This needs a new implementation and a better integration in rekonq code WARNING: Restart reverting this...
* Urlbar, first code ported to the new APIAndrea Diamantini2012-12-101-0/+18
|
* Clean out WebTab methods not really related.Andrea Diamantini2012-12-101-105/+4
| | | | They have to be reinserted in the right place. What?
* Let WebTab compile (and everything NOT commented out...)Andrea Diamantini2012-12-101-72/+37
|
* Let WebView compile and workAndrea Diamantini2012-12-101-0/+55
| | | | WARNING: Not everything compiles yet...
* Copy webtab related files from rekonq repoAndrea Diamantini2012-12-101-0/+419
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...