summaryrefslogtreecommitdiff
path: root/src/newtabpage.h
Commit message (Collapse)AuthorAgeFilesLines
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-125/+0
| | | | Preparing repo to merge rekonq2 code...
* Get sure favorites titles fitAndrea Diamantini2012-07-141-1/+1
|
* Kitchen sink clean upAndrea Diamantini2012-05-271-2/+2
| | | | | | - astyle - copyrights - (some) includes
* reordering favorites by drag & dropAndrea Diamantini2012-05-191-0/+3
| | | | | WARNING: this code is very tricky, but I think results are really nice. Let's see what will happen...
* Clean up NewTabPage API a bitAndrea Diamantini2012-05-151-8/+1
|
* New Bookmarks pageAndrea Diamantini2012-05-151-6/+6
|
* Downloads searchAndrea Diamantini2012-05-151-1/+1
|
* History searchAndrea Diamantini2012-05-151-2/+4
|
* Update image : HALF IMPLEMENTATIONAndrea Diamantini2012-05-151-0/+1
|
* Limit default history to two days entries shownAndrea Diamantini2012-05-151-0/+4
|
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-201-2/+3
|
* improve closed tabs managementAndrea Diamantini2012-01-031-6/+1
| | | | | | | | | - remove reopened tabs from the closed tabs list. - limit them to MAX 8 elements (it seems enough to me) - save history also when there is just one tab closed - DON'T save history when you opened a "rekonq" page BUG:271224
* Do NOT load previews if not presentAndrea Diamantini2012-01-021-2/+1
| | | | This fixes problems on unwanted connections while using rekonq.
* about:tabs, easy method to manage rekonq tabs.Andrea Diamantini2012-01-021-1/+4
| | | | | | | | | | - 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
* 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