summaryrefslogtreecommitdiff
path: root/src/icons/iconmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Get sure we try downloading just once engine favicon(s)...Andrea Diamantini2013-12-151-3/+11
|
* improvements on urlbarAndrea Diamantini2013-11-221-7/+4
| | | | | | | | | 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
* Get sure WebIcon is deleted when doneAndrea Diamantini2013-07-091-1/+1
|
* Fix rekonq pages icons according to last changes in IconManagerAndrea Diamantini2013-06-161-16/+8
|
* Manage local mimetype iconsAndrea Diamantini2013-06-161-3/+7
|
* Restore use of webkit icon cacheAndrea Diamantini2013-06-161-61/+26
| | | | | | | Fix rekonq icon retrieve mechanism to let it show well engine icons on bar BUG:272565
* Move from about: to rekonq: protocol for our special linksAndrea Diamantini2013-06-061-18/+13
|
* 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-231-13/+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
|
* IconManager restoreAndrea Diamantini2012-12-101-0/+280
Just 3 lines fixes ;) Also clean up in the dir structure...