summaryrefslogtreecommitdiff
path: root/src/iconmanager.h
Commit message (Collapse)AuthorAgeFilesLines
* 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...