summaryrefslogtreecommitdiff
path: root/src/iconmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-201-5/+5
|
* Move icon manager download system to QNAMAndrea Diamantini2012-01-151-68/+6
| | | | | | | | | & 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 )
* about:tabs, easy method to manage rekonq tabs.Andrea Diamantini2012-01-021-0/+7
| | | | | | | | | | - added tabs page to rekonq ones - manage about:tabs links - let it manage show/close tabs - fix settings for the new page - adjust controls for it (modify, add thing removed) REVIEW:103566
* IconManager, small cleanup: use (QWeb)Frames instead of pages.Andrea Diamantini2011-12-271-3/+3
|
* icon management fix/improvements/cleanupAndrea Diamantini2011-12-241-8/+83
|
* Revert a small part of commit 3e59ea5cab2a097Andrea Diamantini2011-12-181-3/+2
| | | | | | | This will let iconmanager to NOT disturb users with dialog about missing (remote) icons. Really, do you know the difference between KIO::copy and KIO::file_copy??
* Do NOT search for (probably) non extant faviconsAndrea Diamantini2011-12-161-4/+9
| | | | | | | | | also use KIO::copy instead of KIO::file_copy to delegate file management to KIO This should hopefully fix||workaround HTML code shown bug. Anyway, I cannot understand why KIO merges the two different jobs data together CCBUG: 289029
* Application ShortcutAndrea Diamantini2011-11-081-0/+13
| | | | | | Added an action to manage it in the tools menu, added initial code to manage icons, added kwebapp application
* Calm down kDebug messagesAndrea Diamantini2011-10-111-1/+1
|
* 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...