Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restoring inspector, part 1 | Andrea Diamantini | 2012-12-10 | 1 | -0/+9 |
| | | | | restored action and code to activate/deactivate it | ||||
* | Fix tabwindow title when webwindow one is empty | Andrea Diamantini | 2012-12-10 | 1 | -1/+1 |
| | | | | (no more "rekonq - rekonq") | ||||
* | enable webapp mode by calling "rekonq --webapp URL" :D | Andrea Diamantini | 2012-12-10 | 1 | -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! :D | Andrea Diamantini | 2012-12-10 | 1 | -0/+44 |
| | |||||
* | Re-enable the restore on crash message bar :) | Andrea Diamantini | 2012-12-10 | 1 | -3/+3 |
| | |||||
* | New Private Browsing mode :D | Andrea Diamantini | 2012-12-10 | 1 | -1/+4 |
| | |||||
* | Integrated spell checking for rekonq2 (lindsay's work imported) | Andrea Diamantini | 2012-12-10 | 1 | -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 feature | Andrea Diamantini | 2012-12-10 | 1 | -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 API | Andrea Diamantini | 2012-12-10 | 1 | -0/+18 |
| | |||||
* | Clean out WebTab methods not really related. | Andrea Diamantini | 2012-12-10 | 1 | -105/+4 |
| | | | | They have to be reinserted in the right place. What? | ||||
* | Let WebTab compile (and everything NOT commented out...) | Andrea Diamantini | 2012-12-10 | 1 | -72/+37 |
| | |||||
* | Let WebView compile and work | Andrea Diamantini | 2012-12-10 | 1 | -0/+55 |
| | | | | WARNING: Not everything compiles yet... | ||||
* | Copy webtab related files from rekonq repo | Andrea Diamantini | 2012-12-10 | 1 | -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... |