summaryrefslogtreecommitdiff
path: root/src/iconmanager.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Clean up headers && fix compilation with (the upcoming) qt 4.8.2"Andrea Diamantini2012-04-271-2/+1
| | | | This reverts commit 962d9dd1fc5fe530dc9a7e29c95a0a2c1e7aa885.
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-201-1/+2
| | | | | | | | | | | Conflicts: src/adblock/adblockwidget.h src/application.h src/history/historymanager.h src/tabpreviewpopup.cpp Backported from master branch
* Move icon manager download system to QNAMAndrea Diamantini2012-01-151-5/+1
| | | | | | | | | & Search also for favicon.ico files This seems to be the unique method to surely workaround this bug rekonq encounters when tries to load an unextant favicon with KIO (see BUG:289029 )
* IconManager, small cleanup: use (QWeb)Frames instead of pages.Andrea Diamantini2011-12-271-2/+2
|
* icon management fix/improvements/cleanupAndrea Diamantini2011-12-241-0/+2
|
* Application ShortcutAndrea Diamantini2011-11-081-0/+2
| | | | | | Added an action to manage it in the tools menu, added initial code to manage icons, added kwebapp application
* Clean up all d-tors to fix an eventual crash on exitAndrea Diamantini2011-02-281-1/+0
|
* Coding styleAndrea Diamantini2011-02-251-2/+2
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* This commit aims to fix all troubles with favicons retrieving.Andrea Diamantini2010-09-111-1/+10
| | | | | There is at least just another one about threading. But I'm not 100% sure about. And anyway, it will be eventually addressed after 0.6 release..
* Reimplemented the clearIconCache methodAndrea Diamantini2010-09-101-0/+2
|
* IconManager cleanupAndrea Diamantini2010-09-101-1/+2
|
* Include clean-up in the big src directoryJon Ander PeƱalba2010-09-031-10/+9
|
* Switching to "KDE" icon cache. While this "brute force" change can be dangerous,Andrea Diamantini2010-08-281-0/+61
it seems let everything work as expected (at least here). It also lets us to retrieve icons when sites are not visited (eg: search engines or old bookmarks) It also contains fixes & improvements for icons management in History & Bookmarks classes. More code to maintain, but more things working.Let's see what'll happen...