Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Missing i18n calls in the downloads page | Panagiotis Papadopoulos | 2010-06-27 | 1 | -5/+5 |
| | | | | | Also, make the "Open file" feature, that was commented out, work (the solution might be a bit hackish though^^) | ||||
* | Const iterator fixes | Jonathan Thomas | 2010-05-27 | 1 | -2/+1 |
| | |||||
* | Encapsulate single characters in single quotes, since passing a char to ↵ | Jonathan Thomas | 2010-05-27 | 1 | -1/+1 |
| | | | | QString is more efficient than passing a one-character string. | ||||
* | Make download links clickable | Panagiotis Papadopoulos | 2010-05-26 | 1 | -1/+1 |
| | | | | BUG: 238852 | ||||
* | This patch is based on Cedric's idea about fixing history with error pages | Andrea Diamantini | 2010-05-19 | 1 | -1/+2 |
| | | | | | and use it to fix back/forward buttons also on kparts and so on :) | ||||
* | Include Fixes, first bunch | Andrea Diamantini | 2010-04-30 | 1 | -2/+1 |
| | |||||
* | cleaning headers | Andrea Diamantini | 2010-04-30 | 1 | -1/+0 |
| | |||||
* | New rekonq_defines.h | Andrea Diamantini | 2010-04-30 | 1 | -3/+0 |
| | | | | Speed up compilation & linking on Win, Lin & Mac. Step 1 | ||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 1 | -136/+136 |
| | |||||
* | Fix, improve and clean WebSnap API. | Andrea Diamantini | 2010-04-22 | 1 | -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 bug | matgic78 | 2010-04-19 | 1 | -0/+30 |
| | |||||
* | Fix a bug in NewTabPage::snapFinished | matgic78 | 2010-04-16 | 1 | -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 page | matgic78 | 2010-04-09 | 1 | -1/+3 |
| | |||||
* | NewTabPage : add buttons in #actions : "Clear Private Data" for history and ↵ | matgic78 | 2010-04-05 | 1 | -0/+32 |
| | | | | bookmarks, "Edit Downloads" | ||||
* | Previews are now always completely removed when clicking the x | matgic78 | 2010-04-01 | 1 | -23/+7 |
| | |||||
* | Button on top-right to add a preview | matgic78 | 2010-04-01 | 1 | -8/+12 |
| | |||||
* | Remove limitation to the number of favorites. You are now able to add and ↵ | matgic78 | 2010-04-01 | 1 | -10/+45 |
| | | | | remove favorites. Some work needed on the "add favorite" button | ||||
* | Improve Downloads page appearance : | matgic78 | 2010-03-29 | 1 | -16/+24 |
| | | | | the downloads info are shown on 3 lines with the icon of the file | ||||
* | Downloads Page | Andrea Diamantini | 2010-03-20 | 1 | -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 API | Andrea Diamantini | 2010-03-19 | 1 | -9/+10 |
| | |||||
* | removed unuseful rekonqpage dir | Andrea Diamantini | 2010-03-19 | 1 | -0/+443 |
| | | | | (we are using just a class for it) | ||||
* | cleaning home :) | Andrea Diamantini | 2009-11-13 | 1 | -285/+0 |
| | | | | | In Italy we say "Pulizie di Pasqua". Just some changes to reorganize things better | ||||
* | switching back from rekonq: protocol to about: one | Andrea Diamantini | 2009-11-10 | 1 | -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 API | Andrea Diamantini | 2009-11-10 | 1 | -0/+285 |