summaryrefslogtreecommitdiff
path: root/src/icons/webicon.cpp
Commit message (Collapse)AuthorAgeFilesLines
* improvements on urlbarAndrea Diamantini2013-11-221-6/+0
| | | | | | | | | STEP 2: - work & fix on search engine favicons - simplify code (and remove dead one) - API clean up - delete ASAP list items and suggestions - let the URL in the suggestions be an hard grey
* Do NOT download everytime engines favicons if presentAndrea Diamantini2013-11-211-6/+14
|
* Get sure WebIcon does NOT autodelete the icon downloader before doneAndrea Diamantini2013-08-091-2/+3
|
* Get sure WebIcon is deleted when doneAndrea Diamantini2013-07-091-0/+2
|
* Fix rekonq pages icons according to last changes in IconManagerAndrea Diamantini2013-06-161-2/+9
|
* Restore use of webkit icon cacheAndrea Diamantini2013-06-161-3/+52
| | | | | | | Fix rekonq icon retrieve mechanism to let it show well engine icons on bar BUG:272565
* 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... :)
* IconManager restoreAndrea Diamantini2012-12-101-0/+66
Just 3 lines fixes ;) Also clean up in the dir structure...