Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -9/+9 |
| | |||||
* | Replace with QByteArray for faster searches | Rohan Garg | 2010-08-24 | 1 | -5/+6 |
| | | | | modified: src/newtabpage.cpp | ||||
* | Removed unused includes in src/bookmarks/bookmarkprovider.h | Jon Ander Peñalba | 2010-08-20 | 1 | -0/+2 |
| | |||||
* | Changed the name of the files src/bookmarks/bookmarksmanager.* to ↵ | Jon Ander Peñalba | 2010-08-20 | 1 | -1/+1 |
| | | | | src/bookmarks/bookmarkprovider.* | ||||
* | Refactor createNavItem to use it everywhere .link items are used | Benjamin Poulain | 2010-08-11 | 1 | -30/+38 |
| | | | | | | | | | | | | | | | 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 item | Benjamin Poulain | 2010-08-11 | 1 | -52/+21 |
| | | | | | Almost identical code was copied 5 times. It has been replaced by a private function. | ||||
* | Fix the file scheme of NewTabPage::browsingMenu() | Benjamin Poulain | 2010-08-11 | 1 | -1/+1 |
| | | | | | | The path added to the scheme is already supposed to be an absolute path, so starting with a '/'. By putting three slashes for the scheme, the final path has four /, which is not a valid url (legacy url). | ||||
* | Modify NewTabPage::browsingMenu() to use explicit text encoding. | Benjamin Poulain | 2010-08-11 | 1 | -30/+55 |
| | | | | | | | | | | | Use explicit text encoding in NewTabPage::browsingMenu() with QLatin1String(). Using explicit text encoding has a some advantages: -it is safe if the default codec is changed -the application compile even with QT_NO_CAST_FROM_ASCII Reviewed-by: Andreas Kling | ||||
* | Stay consistent with the terms | Panagiotis Papadopoulos | 2010-08-11 | 1 | -2/+2 |
| | | | | In the Favorites page we add Favorites, not Previews^^ | ||||
* | - Fix bookmarks' text which is truncated in some places (new tab page, some ↵ | Yoann Laissus | 2010-08-10 | 1 | -2/+2 |
| | | | | | | | | dialogues, ...) - Fix bookmark icons with the bookmark panel BUG: 247196 | ||||
* | Moving download history management from HistoryManager to Application class | Andrea Diamantini | 2010-07-21 | 1 | -1/+1 |
| | | | | | It's actually the same, but probably a bit more coherent. More over, we are going to change a lot of things in the HistoryManager class... | ||||
* | 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 |