summaryrefslogtreecommitdiff
path: root/src/webtab/protocolhandler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move from about: to rekonq: protocol for our special linksAndrea Diamantini2013-06-061-15/+9
|
* Use webkit general font to render rekonq pagesAndrea Diamantini2013-06-061-1/+2
| | | | BUG: 320318
* Get sure JS is properly detected and executedAndrea Diamantini2013-06-061-1/+1
|
* urlbar look changeAndrea Diamantini2013-04-151-3/+0
| | | | | | Move SSL icon in place of left urlbar favicon (as usually major browsers do). Remove positive and negative background when https page is visited.
* Support "open in webapp" && "install webapp" linksAndrea Diamantini2013-03-171-0/+23
| | | | And now... :D
* Closed Tabs page return, first bitsAndrea Diamantini2013-02-171-0/+3
| | | | | Restore about:closedTabs page and the ability to open back closed tabs. What's missing then? To load back on restart the closed tabs saved...
* Fix tab when showing a kpart. Let also see title where neededAndrea Diamantini2013-01-271-1/+1
|
* Do NOT clean up urlbar on page errorsAndrea Diamantini2013-01-131-3/+13
|
* Ensure settings respectAndrea Diamantini2012-12-101-8/+6
| | | | Honor settings when opening new tab (fix for the rekonq2 port)
* Fix new page creation on blank target url clickAndrea Diamantini2012-12-101-4/+4
|
* New Private Browsing mode :DAndrea Diamantini2012-12-101-0/+3
|
* rekonq new tab page restored :)Andrea Diamantini2012-12-101-3/+4
|
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-101-2/+2
| | | | | | | | | | | | | - 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... :)
* Port WebWindow to use Urlbar class. Easier testing changes...Andrea Diamantini2012-12-101-2/+2
|
* Remove a lot of application calls by refactoring codeAndrea Diamantini2012-12-101-9/+17
|
* Let WebView compile and workAndrea Diamantini2012-12-101-14/+12
| | | | WARNING: Not everything compiles yet...
* Copy webtab related files from rekonq repoAndrea Diamantini2012-12-101-0/+386
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...