summaryrefslogtreecommitdiff
path: root/src/newtabpage.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix icon updateFurkan Uzumcu2011-08-211-0/+2
| | | | | | | | | When "use the favicon of the current web site as the window icon" option is enabled, the window icon used to have problems changing on new tab page. Wrong icons or no icon. This patch fixes this problem. REVIEW: 102310 REVIEWED-BY: adjam
* Clean up all d-tors to fix an eventual crash on exitAndrea Diamantini2011-02-281-1/+0
|
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-1/+1
|
* Include clean-up in the big src directoryJon Ander PeƱalba2010-09-031-6/+4
|
* Refactor createNavItem to use it everywhere .link items are usedBenjamin Poulain2010-08-111-1/+2
| | | | | | | | | | | | | | | Change createNavItem() to a more generic createLinkItem() capable of generating icon of any type. Use the new createLinkItem() in every position where .link items are created. Fix the flags used for icons. The flags were specified with a boolean or operator: KIconLoader::SizeSmall || KIconLoader::Small -> one | All the icon flags have been changed to KIconLoader::Toolbar in order to keep the same behavior as before (Toolbar value equals 1).
* Refactor NewTabPage::browsingMenu() to clean the creation of itemBenjamin Poulain2010-08-111-1/+3
| | | | | Almost identical code was copied 5 times. It has been replaced by a private function.
* New rekonq_defines.hAndrea Diamantini2010-04-301-2/+2
| | | | Speed up compilation & linking on Win, Lin & Mac. Step 1
* A coding style roundAndrea Diamantini2010-04-301-16/+16
|
* Fix, improve and clean WebSnap API.Andrea Diamantini2010-04-221-3/+5
| | | | | | This led me to a little polish in the classes using the WebSnap facilities and to change the mechanism the NewTabPage retrieves images from the "cache"
* Downloads PageAndrea Diamantini2010-03-201-3/+4
| | | | | | This commit implements the downloads history page. While it is in an horrible shape, its slots seem working well It needs just some love..
* NewTabPage: clean APIAndrea Diamantini2010-03-191-17/+27
|
* removed unuseful rekonqpage dirAndrea Diamantini2010-03-191-0/+109
| | | | (we are using just a class for it)
* cleaning home :)Andrea Diamantini2009-11-131-72/+0
| | | | | In Italy we say "Pulizie di Pasqua". Just some changes to reorganize things better
* switching back from rekonq: protocol to about: oneAndrea Diamantini2009-11-101-1/+1
| | | | | | This is the more logical solution and let rekonq working also with the upcoming Qt4.6. (QWebView::setHtml() trouble) Anyway we have a little regression in the urlbar clean && select
* Changing homepage.* --> newtabpage.* and fixing APIAndrea Diamantini2009-11-101-0/+72