Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | rekonq 0.5.55 | Andrea Diamantini | 2010-08-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | - bk icon on the left - bookmarks loading improvements - smooth scrolling - NewTabPage class refactored - bug fixes | |||||
* | | Follow pano & yoann suggestions about bookmark saving | Andrea Diamantini | 2010-08-14 | 1 | -6/+7 | |
| | | ||||||
* | | Moving bookmark icon on the left | Andrea Diamantini | 2010-08-14 | 3 | -18/+17 | |
| | | ||||||
* | | Manually importing Yoann merge 2260 | Andrea Diamantini | 2010-08-14 | 7 | -0/+329 | |
| | | | | | | | | PLease, check if I did something wrong.. | |||||
* | | Fixed focus regression. | Andrea Diamantini | 2010-08-14 | 4 | -22/+14 | |
| | | | | | | | | | | | | As show slot calls setVisible(true) in QWidget code, we cannot override show() AND setVisible(bool). The best thing is IMHO inheriting show() && hide() slots | |||||
* | | Merge commit 'refs/merge-requests/168' of ↵ | Andrea Diamantini | 2010-08-13 | 1 | -6/+6 | |
|\ \ | | | | | | | | | | git://gitorious.org/rekonq/mainline into m168 | |||||
| * | | Fix the BK panel's drag and drop | Yoann Laissus | 2010-08-12 | 1 | -6/+6 | |
| | | | ||||||
* | | | Fix the double fill of the bookmark bar at startup | Yoann Laissus | 2010-08-12 | 1 | -2/+4 | |
|/ / | ||||||
* | | Merge commit 'refs/merge-requests/165' of git://gitorious.org/rekonq/mainline | Andrea Diamantini | 2010-08-12 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | Fix smooth scrolling for some sites (eg: gmail) | Yoann Laissus | 2010-08-11 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge commit 'refs/merge-requests/164' of ↵ | Andrea Diamantini | 2010-08-12 | 1 | -2/+16 | |
|\ \ \ | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m164 | |||||
| * | | | loading color: (highlight + 2*background)/3 | lionelc | 2010-08-11 | 1 | -4/+14 | |
| | | | | ||||||
| * | | | loading animation color: fallback to the Highlight color if ToolTipBase ↵ | lionelc | 2010-08-11 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | color is quiet the same as Text color | |||||
| * | | | change gradiant of the loading animation: fix aliasing | lionelc | 2010-08-11 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge commit 'refs/merge-requests/163' of git://gitorious.org/rekonq/mainline | Andrea Diamantini | 2010-08-12 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * | | | | Set the hide timer of FindBar to single shot | Benjamin Poulain | 2010-08-11 | 1 | -0/+1 | |
| | |_|/ | |/| | | | | | | | | | | We don't need a timeout every minute after the bar has been hidden. | |||||
* | | | | Merge commit 'refs/merge-requests/162' of ↵ | Andrea Diamantini | 2010-08-12 | 2 | -64/+69 | |
|\ \ \ \ | | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m162 | |||||
| * | | | | Refactor createNavItem to use it everywhere .link items are used | Benjamin Poulain | 2010-08-11 | 2 | -31/+40 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -53/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | | | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2010-08-12 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | remove superfluous space | Panagiotis Papadopoulos | 2010-08-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | Stay consistent with the terms | Panagiotis Papadopoulos | 2010-08-11 | 1 | -2/+2 | |
|/ / | | | | | | | In the Favorites page we add Favorites, not Previews^^ | |||||
* | | Delaying single shots to let rekonq have more time to show itself before... | Andrea Diamantini | 2010-08-11 | 2 | -2/+4 | |
| | | | | | | | | | | It seems working pretty well here. Ready to revert if something seems wrong about this | |||||
* | | rekonq 0.5.54 | Andrea Diamantini | 2010-08-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | I think you'll be quite impressed testing the new features and the fixes in this sub release. And we have 9 days for improvements, yet!! | |||||
* | | don't replace the type text by the url of the listitem when this listitem is ↵ | lionelc | 2010-08-11 | 2 | -25/+18 | |
| | | | | | | | | a searchlistitem | |||||
* | | select first item | lionelc | 2010-08-11 | 1 | -41/+23 | |
| | | ||||||
* | | Merge commit 'refs/merge-requests/161' of ↵ | Andrea Diamantini | 2010-08-11 | 4 | -11/+12 | |
|\ \ | | | | | | | | | | git://gitorious.org/rekonq/mainline into m161 | |||||
| * | | - Fix bookmarks' text which is truncated in some places (new tab page, some ↵ | Yoann Laissus | 2010-08-10 | 4 | -11/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | dialogues, ...) - Fix bookmark icons with the bookmark panel BUG: 247196 | |||||
* | | | Merge commit 'refs/merge-requests/160' of ↵ | Andrea Diamantini | 2010-08-11 | 4 | -24/+169 | |
|\ \ \ | | |/ | |/| | | | | git://gitorious.org/rekonq/mainline into m160 | |||||
| * | | Fix the factor | Yoann Laissus | 2010-08-10 | 1 | -3/+2 | |
| | | | ||||||
| * | | Increase spped | Yoann Laissus | 2010-08-08 | 1 | -1/+1 | |
| | | | ||||||
| * | | - Use default scrolling for editable contents | Yoann Laissus | 2010-08-08 | 1 | -3/+3 | |
| | | | | | | | | | | | | - Smooth scrolling now follows QApplication::wheelScrollLines() but with a factor | |||||
| * | | Code cleanup | Yoann Laissus | 2010-08-08 | 2 | -99/+90 | |
| | | | ||||||
| * | | Implement KHTML smooth scrolling for rekonq | Yoann Laissus | 2010-08-08 | 4 | -3/+158 | |
| |/ | ||||||
* | | Merge commit 'refs/merge-requests/159' of ↵ | Andrea Diamantini | 2010-08-10 | 10 | -91/+300 | |
|\ \ | | | | | | | | | | git://gitorious.org/rekonq/mainline into m159 | |||||
| * | | Fix comments | Yoann Laissus | 2010-08-10 | 2 | -2/+4 | |
| | | | ||||||
| * | | - Checkable action for the zoom and find bars | Yoann Laissus | 2010-08-10 | 5 | -3/+46 | |
| | | | ||||||
| * | | - Fix Ctrl + wheel shortcut | Yoann Laissus | 2010-08-10 | 4 | -7/+10 | |
| | | | | | | | | | | | | | | | - Fix zoomUp at the end of the bar - add a stretch on the right | |||||
| * | | remove useless #includes | lionelc | 2010-08-09 | 2 | -7/+0 | |
| | | | ||||||
| * | | add zoom bar at the bottom of rekonq, remove zoom widgets from the tool ↵ | lionelc | 2010-08-09 | 6 | -89/+257 | |
| | | | | | | | | | | | | button menu | |||||
* | | | Merge branch 'master' of gitorious.org:rekonq/mainline | Andrea Diamantini | 2010-08-10 | 1 | -0/+1 | |
|\ \ \ | |/ / | ||||||
| * | | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2010-08-09 | 1 | -0/+1 | |
| |/ | ||||||
* | | Merge commit 'refs/merge-requests/158' of ↵ | Andrea Diamantini | 2010-08-09 | 2 | -3/+12 | |
|\ \ | |/ |/| | | | git://gitorious.org/rekonq/mainline into m158 | |||||
| * | Added option to detachTab() to allow moving to existing window | Nikhil Marathe | 2010-08-07 | 2 | -3/+12 | |
| | | ||||||
* | | Merge branch 'm155' | Andrea Diamantini | 2010-08-05 | 4 | -3/+20 | |
|\ \ | ||||||
| * | | - Add a 'Don't ask again' option to some message dialog | Yoann Laissus | 2010-08-04 | 4 | -3/+20 | |
| | | | | | | | | | | | | | | | | | | - Prevent a crash if the previous option is enabled because KMenu blocks all GUI events ... BUG: 246565 | |||||
* | | | Stupid spaces.. | Andrea Diamantini | 2010-08-05 | 1 | -3/+0 | |
|/ / | ||||||
* | | SVN_SILENT made messages (.desktop file) | Script Kiddy | 2010-08-03 | 1 | -0/+1 | |
| | |