summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Get sure mainWindow() exists before trying applying settingsAndrea Diamantini2011-09-162-11/+19
| | | | BUG: 272107
* Search with default searchEngine in errorPageJohannes Tröscher2011-09-161-0/+11
| | | | | REVIEW: 102592 REVIEWED-BY: adjam
* Get sure page is extant before searching for DOM elements thereAndrea Diamantini2011-09-161-0/+4
| | | | BUG: 282012
* Prevent crash on "uncommon" pagesAndrea Diamantini2011-09-161-0/+3
| | | | BUG: 282092
* Fix urlbar loading on QtWebKit2.2Andrea Diamantini2011-09-151-1/+1
|
* Improve adblock 2Andrea Diamantini2011-09-142-9/+3
| | | | | remove wrong assumption on referer header. This fixes a lot of third-party rules :)
* Improve adblockAndrea Diamantini2011-09-142-5/+22
| | | | | improve adblock docs check third-party option before (faster)
* Merge branch 'master' of git.kde.org:rekonqJohannes Tröscher2011-09-139-73/+67
|\
| * Fix close & sessionAndrea Diamantini2011-09-139-72/+61
| | | | | | | | | | | | | | | | | | | | First, I'm really sorry for this bad commit ('git' talking..). The fact is that the 3 bugs fixed here were found chained playing with close code. Here it is the report: - fix close window (it now really appears on multiple window closing) - fix saveSession (saving one call for each site loaded and storing better information): saveSession is now called on loadFinished - clean up some compilation warnings
| * Get sure about urls are restoredAndrea Diamantini2011-09-131-1/+6
| |
* | load clipboard url on middle-click if autoscroll is disabledJohannes Tröscher2011-09-131-0/+17
|/ | | | | | | BUG: 275778 255518 CCBUG: 275778 255518 REVIEW: 102587 REVIEWED-BY: adjam
* fix layout of rssWidgetJohannes Tröscher2011-09-111-2/+1
| | | | REVIEWED-BY: trustMe
* fix layout of webshortcutWidget + code cleanupJohannes Tröscher2011-09-112-86/+51
| | | | REVIEWED-BY: trustMe
* fix layout of favouriteWidgetJohannes Tröscher2011-09-091-12/+7
| | | | REVIEWED-BY: trustMe
* fix alignment of title in bookmarkWidgetJohannes Tröscher2011-09-091-1/+0
| | | | REVIEWED-BY: trustMe
* exact tooltip look for tabPreviewPopupJohannes Tröscher2011-09-091-6/+11
| | | | REVIEWED-BY: me
* oops... forgot to update ui.rc number...Andrea Diamantini2011-09-091-1/+1
|
* Typo: net_analyter --> net_analyzerAndrea Diamantini2011-09-091-1/+1
|
* set Qt::tooltip as tabPreviewPopups window flagsJohannes Tröscher2011-09-091-0/+2
| | | | REVIEWED-BY: me
* Add option to close window by closing last tabAndrea Diamantini2011-09-083-7/+24
| | | | Usual behavior in Firefox/Chrome. Let it be configurable here :)
* Revert "Revert "This commit, available just for"Andrea Diamantini2011-09-081-10/+7
| | | | | | "the master branch cause of the string changes,"" This reverts commit e00fb6a48ca506990e86ada7c2fbfd57f65b2fa1.
* Revert "Revert "Fix quit action""Andrea Diamantini2011-09-081-1/+1
| | | | | | This reverts commit c3f9448a94baa423eed5977c9e66cd7be9b73a76. Let the quit action really work
* Use tooltip style in tabpreviewJohanner Troscher2011-09-082-10/+36
| | | | | REVIEW: 102534 REVIEWED-BY: adjam
* Change webTab Variable Name to tabToStopDavid E. Narváez2011-09-021-2/+2
| | | | | | | Change the name of the variable in webStop slot to avoid name collision with the webTab method in the same MainView class. REVIEW: 102521
* Unify reloading methodsDavid E. Narváez2011-09-021-12/+12
| | | | | | All code paths for reloading methods and slots now end up at reloadTab and do proper handling of the about scheme REVIEW: 102481
* Fix data insert in the home page setting dialogFurkan Uzumcu2011-08-312-0/+9
| | | | | REVIEW: 102423 REVIEWED-BY: adjam
* Fix SSL widget crashAndrea Diamantini2011-08-311-6/+6
| | | | | | This was the crash (probably) occurred during ds2011 presentation. Check if a list is empty before pulling something (with QList::first() method).
* Remove "Ad Bk" and "New Bk Folder" actions from the bk folders menuFurkan Uzumcu2011-08-271-4/+0
| | | | | | | They take up too many space and they aren't really necessary there. REVIEW: 102397 REVIEWED-BY: adjam
* Remove a misplaced assertionPierre Rossi2011-08-231-2/+1
| | | | | | | | | If the user downloads a file for which mimetype he already selected "Open with.." and checked "don't ask again", this is the case we end up in. Thanks Aaron for the report :) REVIEWED-BY: TrustMe
* custom contextMenu for urlBarJohannes Tröscher2011-08-222-0/+60
| | | | | | | | | provides a custom contextMenu for urlbar and ads "paste & go" action. i'll provide a "edit-searchEngines" action later. REVIEW: 102383 REVIEWED-BY: adjam modified: src/urlbar/urlbar.cpp modified: src/urlbar/urlbar.h
* Corrected casing for 'Set Editable' action, also added an icon to itTirtha Chatterjee2011-08-221-1/+1
|
* SVN_SILENT made messages (.desktop file)Script Kiddy2011-08-221-0/+1
|
* Fix icon updateFurkan Uzumcu2011-08-212-0/+13
| | | | | | | | | When "use the favicon of the current web site as the window icon" option is enabled, the window icon used to have problems changing on new tab page. Wrong icons or no icon. This patch fixes this problem. REVIEW: 102310 REVIEWED-BY: adjam
* Fix vi-like navigation shortcutsJohannes Troscher2011-08-213-5/+44
| | | | | | | | | | | This patch introduces a check on input/textarea elements to be sure we are NOT stealing focus there.. ;) It also introduces a check to let the feature being optional (just to be completely sure... ) CCBUG: 238761 REVIEW: 102255 REVIEWED-BY: adjam,elproxy
* Restore tab's history when restoring a tab/sessionAnton Kreuzkamp2011-08-217-92/+151
| | | | | | | | We finally have it :D CCMAIL: akreuzkamp@web.de REVIEW: 100604 REVIEWED-BY: adjam, elproxy
* Fix saving in adblock managementAndrea Diamantini2011-08-194-4/+10
| | | | | | | | | This original patch from fritz_van_tom has been modified by me to fix a couple of "obsoleted" things not removed in the previous changes. My fault for them (and for the need of this patch), sorry. REVIEW: 102362
* fixes wrong comment in rekonqui.rc that could lead to a parsing error that ↵Johannes Tröscher2011-08-171-2/+2
| | | | leads to a crash
* detect zoom - and searchBar size in notifyMessage REVIEW:102338Johannes Tröscher2011-08-171-1/+3
|
* Revert "This commit, available just for the master branch cause of the ↵Thomas Zander2011-08-171-7/+10
| | | | | | | | | | string changes," This reverts commit d4d034967f12b31f5a6b9274ec42d4e4fe27571c. Conflicts: src/mainwindow.cpp
* Revert "Fix quit action"Thomas Zander2011-08-171-1/+1
| | | | This reverts commit 725724b15d739233c4a8fc0cd416bf602288d4b2.
* Fix non const code in the adblockwidgetAndrea Diamantini2011-08-121-8/+6
| | | | CCMAIL: fritz_van_tom@hotmail.com
* Use KXMLGui to create rekonq menuJohannes Troscher2011-08-123-140/+152
| | | | | | | Easier and (hopefully) safer (less code to manage) REVIEW: 102209 REVIEWED-BY: adjam
* notify popup improvementsJohannes Troscher2011-08-112-47/+26
| | | | | | | | | | Use a QLabel instead of a KPassivePopup (letting popups available also on inactive windows). Limits preview size to half of the browser screen size. Letting code easier to read :) REVIEW: 102105 REVIEWED-BY: adjam
* Update session file before last window is closedTirtha Chatterjee2011-08-112-0/+7
| | | | | | | | Having 2 (or more) windows open and closing one did NOT update the session file. Now it is :) REVIEW: 101346 REVIEWED-BY: adjam
* Tools Action MenuAndrea Diamantini2011-08-0413-69/+267
| | | | | | | | | | | - Removed showDeveloperTools action - Moved adblock GUI to adblock part - renamed toolsMenu and developerMenu to reflect their real/new roles - Added UserAgent action to the tools menu REVIEW:102170 REVIEWED-BY: fritz_van_tom
* action to search with default searchEnine in marked text's context menu. ↵Johannes Tröscher2011-08-021-0/+12
| | | | REVIEW:102180
* detect srollbar extent in notifyMessage REVIEW:102182Johannes Tröscher2011-08-021-3/+3
|
* Revert vi-like shortcuts implementationAndrea Diamantini2011-08-021-22/+0
| | | | | | | | In fact, until we have one way to understand if a widget (eg: a lineedit or a textarea) steals the focus before, this feature will break their usage. CCBUG: 238761
* bookmark this link action in link's context menu REVIEW:102152Johannes Tröscher2011-08-012-0/+16
|
* Introducing ASSERT_NOT_REACHEDPierre Rossi2011-07-288-13/+15
| | | | | | | | | In a similar fashion as WebKit, this might make those cases where we don't expect to go more obvious in debug builds. I also took the liberty to revisit a lot of switch statements but it could potentially be used elsewhere Reviewed-by: andrea