summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Define GeneralWidget::disableKGet() to disable KGetRohan Garg2010-08-172-0/+21
| | | | | | | when KGet is not installed modified: src/settings/generalwidget.cpp Declare GeneralWidget::disableKGet() modified: src/settings/generalwidget.h
* Merge commit 'refs/merge-requests/172' of ↵Andrea Diamantini2010-08-174-56/+65
|\ | | | | | | git://gitorious.org/rekonq/mainline into m172
| * Message displayed when deleting a bookmark improvedJon Ander Peñalba2010-08-161-6/+20
| |
| * Unify the deletion of bookmarks in one placeJon Ander Peñalba2010-08-164-56/+51
| |
* | Made the bookmark search case insensitive and added some comments to the ↵Jon Ander Peñalba2010-08-162-9/+14
|/ | | | BookmarksProxy class.
* Bug when closing the 'New Folder' dialog fixed.Jon Ander Peñalba2010-08-151-2/+5
|
* SVN_SILENT made messages (.desktop file)Script Kiddy2010-08-151-0/+5
|
* Follow pano & yoann suggestions about bookmark savingAndrea Diamantini2010-08-141-6/+7
|
* Moving bookmark icon on the leftAndrea Diamantini2010-08-143-18/+17
|
* Manually importing Yoann merge 2260Andrea Diamantini2010-08-147-0/+329
| | | | PLease, check if I did something wrong..
* Fixed focus regression.Andrea Diamantini2010-08-144-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 Diamantini2010-08-131-6/+6
|\ | | | | | | git://gitorious.org/rekonq/mainline into m168
| * Fix the BK panel's drag and dropYoann Laissus2010-08-121-6/+6
| |
* | Fix the double fill of the bookmark bar at startupYoann Laissus2010-08-121-2/+4
|/
* Merge commit 'refs/merge-requests/165' of git://gitorious.org/rekonq/mainlineAndrea Diamantini2010-08-121-2/+2
|\
| * Fix smooth scrolling for some sites (eg: gmail)Yoann Laissus2010-08-111-2/+2
| |
* | Merge commit 'refs/merge-requests/164' of ↵Andrea Diamantini2010-08-121-2/+16
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into m164
| * | loading color: (highlight + 2*background)/3lionelc2010-08-111-4/+14
| | |
| * | loading animation color: fallback to the Highlight color if ToolTipBase ↵lionelc2010-08-111-1/+5
| | | | | | | | | | | | color is quiet the same as Text color
| * | change gradiant of the loading animation: fix aliasinglionelc2010-08-111-1/+1
| | |
* | | Merge commit 'refs/merge-requests/163' of git://gitorious.org/rekonq/mainlineAndrea Diamantini2010-08-121-0/+1
|\ \ \
| * | | Set the hide timer of FindBar to single shotBenjamin Poulain2010-08-111-0/+1
| | | | | | | | | | | | | | | | We don't need a timeout every minute after the bar has been hidden.
* | | | Merge commit 'refs/merge-requests/162' of ↵Andrea Diamantini2010-08-122-64/+69
|\ \ \ \ | | | | | | | | | | | | | | | git://gitorious.org/rekonq/mainline into m162
| * | | | Refactor createNavItem to use it everywhere .link items are usedBenjamin Poulain2010-08-112-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 itemBenjamin Poulain2010-08-112-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 Poulain2010-08-111-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 Poulain2010-08-111-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 Kiddy2010-08-121-0/+1
|/ / /
* | | remove superfluous spacePanagiotis Papadopoulos2010-08-111-1/+1
| | |
* | | Stay consistent with the termsPanagiotis Papadopoulos2010-08-111-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 Diamantini2010-08-112-2/+4
| | | | | | | | | | It seems working pretty well here. Ready to revert if something seems wrong about this
* | don't replace the type text by the url of the listitem when this listitem is ↵lionelc2010-08-112-25/+18
| | | | | | | | a searchlistitem
* | select first itemlionelc2010-08-111-41/+23
| |
* | Merge commit 'refs/merge-requests/161' of ↵Andrea Diamantini2010-08-114-11/+12
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into m161
| * | - Fix bookmarks' text which is truncated in some places (new tab page, some ↵Yoann Laissus2010-08-104-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | dialogues, ...) - Fix bookmark icons with the bookmark panel BUG: 247196
* | | Merge commit 'refs/merge-requests/160' of ↵Andrea Diamantini2010-08-114-24/+169
|\ \ \ | | |/ | |/| | | | git://gitorious.org/rekonq/mainline into m160
| * | Fix the factorYoann Laissus2010-08-101-3/+2
| | |
| * | Increase sppedYoann Laissus2010-08-081-1/+1
| | |
| * | - Use default scrolling for editable contentsYoann Laissus2010-08-081-3/+3
| | | | | | | | | | | | - Smooth scrolling now follows QApplication::wheelScrollLines() but with a factor
| * | Code cleanupYoann Laissus2010-08-082-99/+90
| | |
| * | Implement KHTML smooth scrolling for rekonqYoann Laissus2010-08-084-3/+158
| |/
* | Merge commit 'refs/merge-requests/159' of ↵Andrea Diamantini2010-08-1010-91/+300
|\ \ | | | | | | | | | git://gitorious.org/rekonq/mainline into m159
| * | Fix commentsYoann Laissus2010-08-102-2/+4
| | |
| * | - Checkable action for the zoom and find barsYoann Laissus2010-08-105-3/+46
| | |
| * | - Fix Ctrl + wheel shortcutYoann Laissus2010-08-104-7/+10
| | | | | | | | | | | | | | | - Fix zoomUp at the end of the bar - add a stretch on the right
| * | remove useless #includeslionelc2010-08-092-7/+0
| | |
| * | add zoom bar at the bottom of rekonq, remove zoom widgets from the tool ↵lionelc2010-08-096-89/+257
| | | | | | | | | | | | button menu
* | | Merge branch 'master' of gitorious.org:rekonq/mainlineAndrea Diamantini2010-08-101-0/+1
|\ \ \ | |/ /
| * | SVN_SILENT made messages (.desktop file)Script Kiddy2010-08-091-0/+1
| |/
* | Merge commit 'refs/merge-requests/158' of ↵Andrea Diamantini2010-08-092-3/+12
|\ \ | |/ |/| | | git://gitorious.org/rekonq/mainline into m158