summaryrefslogtreecommitdiff
path: root/src/icons
Commit message (Collapse)AuthorAgeFilesLines
* Get sure we try downloading just once engine favicon(s)...Andrea Diamantini2013-12-152-4/+15
|
* improvements on urlbarAndrea Diamantini2013-11-223-15/+5
| | | | | | | | | 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-092-1/+3
|
* Fix rekonq pages icons according to last changes in IconManagerAndrea Diamantini2013-06-163-21/+19
|
* Manage local mimetype iconsAndrea Diamantini2013-06-161-3/+7
|
* Restore use of webkit icon cacheAndrea Diamantini2013-06-163-69/+83
| | | | | | | Fix rekonq icon retrieve mechanism to let it show well engine icons on bar BUG:272565
* Link custom rekonq QNAM to KDE proxy settingsAndrea Diamantini2013-06-101-2/+4
| | | | | | | | | | 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
* Move from about: to rekonq: protocol for our special linksAndrea Diamantini2013-06-061-18/+13
|
* Fix forward declarationMontel Laurent2013-05-061-1/+0
|
* Supporting panel (again) :)Andrea Diamantini2013-03-101-2/+2
| | | | | | | | | - Move to a pure QWidget base window (instead of TabWidget one) (this to properly store panels position) - Restoring && rewamping panels code - Restoring actions to activate/deactivate them BUG: 312354
* Improve icon management codeAndrea Diamantini2013-01-232-16/+1
| | | | | In the 1.x way, IconManager notified all the tabs about icons changed. This way, just the interested tab is :)
* Fix IconManager to let webapp window favicons workAndrea Diamantini2013-01-201-1/+1
|
* New Private Browsing mode :DAndrea Diamantini2012-12-101-1/+1
|
* 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-106-0/+657
Just 3 lines fixes ;) Also clean up in the dir structure...