summaryrefslogtreecommitdiff
path: root/src/iconmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* clean upAndrea Diamantini2011-07-251-24/+24
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* Calm down kDebug messagesAndrea Diamantini2011-07-191-6/+0
|
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-26/+26
|
* Clean up all d-tors to fix an eventual crash on exitAndrea Diamantini2011-02-281-5/+0
|
* Coding styleAndrea Diamantini2011-02-251-35/+35
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* No more static members in the Application class,Pierre Rossi2011-02-241-1/+1
| | | | | | | an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam
* This commit implements the new private browsign mode for rekonq:Andrea Diamantini2010-10-221-5/+1
| | | | | | | | | | | - it implements a new KAaction in the Application class to trace changes on - stops session management and save it, restoring last visited sites on restoring mormal mode - implements necessary changes to iconmanager, urlbar & application Please, note that the private browsing mode will definitely work just on KDE SC 4.6, cause of the needed changes in kdewebkit to eg handle cookies and so on.. . Hope you like it :)
* Fix green arrow show upAndrea Diamantini2010-09-111-1/+1
|
* Switch QLatin1String to QL1SRohan Garg2010-09-111-1/+1
| | | | | modified: src/iconmanager.cpp modified: src/urlbar/listitem.cpp
* Krazy Fixes for rekonqRohan Garg2010-09-111-1/+1
| | | | | | | modified: src/bookmarks/bookmarkprovider.cpp modified: src/history/historymanager.cpp modified: src/iconmanager.cpp modified: src/urlbar/listitem.cpp
* This commit aims to fix all troubles with favicons retrieving.Andrea Diamantini2010-09-111-29/+82
| | | | | 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/+14
|
* IconManager cleanupAndrea Diamantini2010-09-101-6/+20
|
* Include all .moc files removed in the previous commitJon Ander Peñalba2010-09-031-0/+1
|
* Include clean-up in the big src directoryJon Ander Peñalba2010-09-031-24/+22
|
* Folder icons for local filesAndrea Diamantini2010-08-301-1/+9
|
* Switching to "KDE" icon cache. While this "brute force" change can be dangerous,Andrea Diamantini2010-08-281-0/+154
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...