summaryrefslogtreecommitdiff
path: root/src/newtabpage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Include Fixes, first bunchAndrea Diamantini2010-04-301-2/+1
|
* cleaning headersAndrea Diamantini2010-04-301-1/+0
|
* New rekonq_defines.hAndrea Diamantini2010-04-301-3/+0
| | | | Speed up compilation & linking on Win, Lin & Mac. Step 1
* A coding style roundAndrea Diamantini2010-04-301-136/+136
|
* Fix, improve and clean WebSnap API.Andrea Diamantini2010-04-221-36/+42
| | | | | | 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"
* Add some text when a newtabpage is empty for users to know that this isn't a bugmatgic782010-04-191-0/+30
|
* Fix a bug in NewTabPage::snapFinishedmatgic782010-04-161-14/+20
| | | | | | | | When you started to load closedTabs and opened favorites, previews were replaced when background load of previews finished. Changes : - preview titles are saved only when urls match - previews are replaced only when urls match - added some checks to prevent NewTabPage to have strange behaviour in the future
* Better datetime for downloads pagematgic782010-04-091-1/+3
|
* NewTabPage : add buttons in #actions : "Clear Private Data" for history and ↵matgic782010-04-051-0/+32
| | | | bookmarks, "Edit Downloads"
* Previews are now always completely removed when clicking the xmatgic782010-04-011-23/+7
|
* Button on top-right to add a previewmatgic782010-04-011-8/+12
|
* Remove limitation to the number of favorites. You are now able to add and ↵matgic782010-04-011-10/+45
| | | | remove favorites. Some work needed on the "add favorite" button
* Improve Downloads page appearance :matgic782010-03-291-16/+24
| | | | the downloads info are shown on 3 lines with the icon of the file
* Downloads PageAndrea Diamantini2010-03-201-0/+51
| | | | | | 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-9/+10
|
* removed unuseful rekonqpage dirAndrea Diamantini2010-03-191-0/+443
| | | | (we are using just a class for it)
* cleaning home :)Andrea Diamantini2009-11-131-285/+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-12/+12
| | | | | | 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/+285