summaryrefslogtreecommitdiff
path: root/src/webtab/networkaccessmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Link custom rekonq QNAM to KDE proxy settingsAndrea Diamantini2013-06-101-1/+2
| | | | | | | | | | This is a first attempt to link our needed QNAM to KDE proxy settings. It will try to fix proxy problems when used. Oh... I also added some new error strings in case of proxy problems :) CCBUG: 304378 CCBUG: 315598
* Workaround about private browsingAndrea Diamantini2013-04-071-0/+19
| | | | | | | | | Use a unique QNAM for private browsing. This lets private windows share navigation info. I guess the "optimus workaround" should be creating this "per window". But I think this way it's easier and enough (to be a workaround...) BUG: 317565
* AdBlock ImprovementAndrea Diamantini2013-02-241-3/+3
| | | | | | | | | Hiding rules support (at least the easy ones, the most ones, against hiding id && classes) :D To test it, take a look (in example) at the url: http://simple-adblock.com/faq/testing-your-adblocker/
* - Code style check (codestyle script round)Andrea Diamantini2012-12-121-1/+1
| | | | | | | | | - restored CTRL + ENTER code - applied Vedant's patch about (thanks!!!) CCMAIL: vedant.kota@gmail.com REVIEW: 107662 REVIEWED-BY: Tirtha and me
* adblock workAndrea Diamantini2012-12-101-1/+1
| | | | | | | | readded an icon in the urlbar when adblock is active, BUT with different features: you can now disable adblock "per-site", in a similar way chromium does. cleaned up adblock manager code, removing some old no more used code fragments
* Integrated spell checking for rekonq2 (lindsay's work imported)Andrea Diamantini2012-12-101-11/+11
| | | | | | | | | | | | | - 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... :)
* Let WebView compile and workAndrea Diamantini2012-12-101-20/+85
| | | | WARNING: Not everything compiles yet...
* Copy webtab related files from rekonq repoAndrea Diamantini2012-12-101-0/+120
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...