Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Application Shortcut | Andrea Diamantini | 2011-11-08 | 1 | -0/+13 |
| | | | | | | Added an action to manage it in the tools menu, added initial code to manage icons, added kwebapp application | ||||
* | Calm down kDebug messages | Andrea Diamantini | 2011-10-11 | 1 | -1/+1 |
| | |||||
* | clean up | Andrea Diamantini | 2011-07-25 | 1 | -24/+24 |
| | | | | | | - QL1S - one stupid kDebug less - codingstyle | ||||
* | Calm down kDebug messages | Andrea Diamantini | 2011-07-19 | 1 | -6/+0 |
| | |||||
* | A round of the "new" astyle 2.01... | Andrea Diamantini | 2011-07-17 | 1 | -26/+26 |
| | |||||
* | Clean up all d-tors to fix an eventual crash on exit | Andrea Diamantini | 2011-02-28 | 1 | -5/+0 |
| | |||||
* | Coding style | Andrea Diamantini | 2011-02-25 | 1 | -35/+35 |
| | |||||
* | Finally found time to update copyrights... ;) | Andrea Diamantini | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | No more static members in the Application class, | Pierre Rossi | 2011-02-24 | 1 | -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 Diamantini | 2010-10-22 | 1 | -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 up | Andrea Diamantini | 2010-09-11 | 1 | -1/+1 |
| | |||||
* | Switch QLatin1String to QL1S | Rohan Garg | 2010-09-11 | 1 | -1/+1 |
| | | | | | modified: src/iconmanager.cpp modified: src/urlbar/listitem.cpp | ||||
* | Krazy Fixes for rekonq | Rohan Garg | 2010-09-11 | 1 | -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 Diamantini | 2010-09-11 | 1 | -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 method | Andrea Diamantini | 2010-09-10 | 1 | -0/+14 |
| | |||||
* | IconManager cleanup | Andrea Diamantini | 2010-09-10 | 1 | -6/+20 |
| | |||||
* | Include all .moc files removed in the previous commit | Jon Ander Peñalba | 2010-09-03 | 1 | -0/+1 |
| | |||||
* | Include clean-up in the big src directory | Jon Ander Peñalba | 2010-09-03 | 1 | -24/+22 |
| | |||||
* | Folder icons for local files | Andrea Diamantini | 2010-08-30 | 1 | -1/+9 |
| | |||||
* | Switching to "KDE" icon cache. While this "brute force" change can be dangerous, | Andrea Diamantini | 2010-08-28 | 1 | -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... |