summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Improve rekonq WebKit settingsAndrea Diamantini2011-10-265-120/+140
| | | | | | | | | | | | This patch changes WebKit Settings window removing the "unuseful" stuffs and adding some news like WebGL or Frame Flattening (probably useful also on netbook). It also redesign/clean up the settings widget Let us require QtWebKit 2.2.x, hence Qt 4.8.0 at least until someone will explain me how I can check QtWebKit version number with cmake... REVIEW:102920
* Clean up UrlBar codeAndrea Diamantini2011-10-242-60/+51
| | | | | | - remove one unuseful method - clean up keyPressEvent method - change one method name: activated --> loadRequestedUrl
* Enable url or text drops in the tabbarFurkan Uzumcu2011-10-212-0/+53
| | | | | | | | Dropping urls in the tabbar loads them in new tabs, while dropping text searches it on your default search engine. REVIEW: 102811 REVIEWED-BY: adjam
* Merge branch 'master' of git://anongit.kde.org/rekonqAndrea Diamantini2011-10-191-1/+4
|\
| * Fix the recover on crash bar which is too big to fit on the screen when ↵Yoann Laissus2011-10-191-1/+4
| | | | | | | | | | | | | | rekonq is maximised. It needs to be initialized a bit later.. REVIEW: 102868
* | Remove suggestion when response title is the same as typed textAndrea Diamantini2011-10-191-0/+3
|/ | | | | In fact, this result is just present in one of the first 2 lines of the query.
* Fix my previous commitYoann Laissus2011-10-191-1/+1
|
* Disable bookmark dragging with middle click in the bookmark toolbar.Yoann Laissus2011-10-171-1/+3
| | | | It's now easier to open bookmark in new tab with a quick mid click
* Change the default tab number from 2 to 0 for Appearence SettingsYoann Laissus2011-10-171-1/+1
| | | | | Patch from Furkan Üzümcü REVIEW: 102901
* Merge branch 'master' of git.kde.org:rekonqCedric Bellegarde2011-10-1710-31/+40
|\
| * Fix strings as suggested in i18n-doc mlAndrea Diamantini2011-10-163-13/+9
| | | | | | | | CCMAIL: aspotashev@gmail.com
| * EBN Krazy fixesAndrea Diamantini2011-10-146-14/+23
| | | | | | | | It seems now we are really ready for the stable release...
| * Sanitizing strings...Andrea Diamantini2011-10-142-4/+8
| |
* | Update menu bar tools (useful for people using plasma-menubar/oxygen-appmenu)Cedric Bellegarde2011-10-141-0/+6
|/
* Fix crash on private mode store/restoreAndrea Diamantini2011-10-135-29/+103
| | | | | | | | | | | | This commit, while does not perfectly fix the issue, "workaround" it a lot to fix crashes on private mode enter/exit - improve session store/restore - improve session manager code - calm down kDebug messages - applies code style CCBUG: 268328
* Calm down kDebug messagesAndrea Diamantini2011-10-116-21/+8
|
* inlined "abused" function and removed 2 unuseful calls to updateTabBarAndrea Diamantini2011-10-112-11/+1
|
* Fix the checked state of a toolbar's bookmark folder which is dropped on itself.Yoann Laissus2011-10-101-0/+6
|
* tabsChanged() signal has been removed some time ago..Furkan Uzumcu2011-10-092-9/+0
| | | | | REVIEW: 102810 REVIEWED-BY: adjam
* Clean up windows close and app quitAndrea Diamantini2011-10-073-7/+22
|
* Use KPart url when some KPart is active on savingAndrea Di Menna2011-10-071-0/+11
| | | | | | | | | | | | | | When the Save As action is invoked on a KParts document (e.g. view source katepart) the WebTab's url is used to: 1) set the filename in KFileDialog 2) set the src url for the kio copy job The url is empty in such cases and the save action fails. I have changed the srcUrl to be the url set for the KParts document. REVIEW: 102768 REVIEWED-BY: adjam
* use language, NOT country!!!Andrea Diamantini2011-10-031-4/+7
| | | | | | This should fix bad language detection. Please, let me know about CCBUG: 270023
* Fix UAs descriptionAndrea Diamantini2011-10-031-4/+13
| | | | | | | | | | This patch from Andrea Di Menna fixes UA description visualization in the UI. I changed it in two lines: fixed an empty string call using QL1S and removed i18n as we are in string freeze. Will need proper string translation after 0.8 stable release. REVIEW:102712
* Improve the mechanism of thumnbs file names generationAndrea Di Menna2011-10-031-1/+5
| | | | | | | | We are now using an md5 hash instead of base64 strings. Please, read review 102760 description about. REVIEW: 102760 REVIEWED-BY: adjam
* Get sure private browing action is disabled if users refuse itAndrea Di Menna2011-09-301-0/+4
| | | | | REVIEW: 102747 REVIEWED-BY: adjam
* This commit fixes urlbar suggestions handling,Andrea Diamantini2011-09-291-13/+16
| | | | | | while maintaining QCoreApplication::postEvent fix. Sorry for the noise, guys :)
* Fix session manager restoreAndrea Diamantini2011-09-274-10/+75
| | | | | I think we need to consider the two cases (normal restore vs restore from crash) in different ways.
* Calm down QWidget::setLayout() warningsAndrea Diamantini2011-09-275-13/+4
|
* Fix KGet "list all links" featureAndrea Di Menna2011-09-273-3/+3
| | | | | | | | | the contextual menu action was not working cause of a wrong signal/slot connection. This commit fixes it :) REVIEW: 102708 REVIEWED-BY: adjam
* Remove a minor focus glitch on webpage loadThomas Murach2011-09-261-0/+1
| | | | | | | | It happened when loading a favorite page via shortcut. It is fixed now :) REVIEW: 102695 REVIEWED-BY: adjam
* Revert "Respect the users Download path set in KDE System Settings"Andrea Diamantini2011-09-251-1/+1
| | | | | | | | | This reverts commit 6fc47df74dbd6c6c95dc14182cf33ffd0d4de4f6. This is seen as a bug for users deciding to change the download dir. Every major browser behaves this way. See bug closed about BUG: 270611
* Don't crash if the rekonqui.rc file can't be foundFelix Rohrbach2011-09-211-1/+5
| | | | | REVIEW: 102673 CCBUG: 282474
* fixed my name and email, put myselve into developers listJohannes Tröscher2011-09-211-5/+5
| | | | REVIEWED-BY: trustMe
* add margin for notifyLabelJohannes Tröscher2011-09-211-1/+2
| | | | REVIEWED-BY: trustMe
* Licensing issues fix: #3Andrea Diamantini2011-09-202-42/+53
| | | | websslinfo files
* check if there's an input field under the cursor in pastAndGo action on webviewJohannes Tröscher2011-09-201-1/+1
| | | | REVIEWED-BY: trustMe
* Added a combobox with middleclick options "autoscroll", "pasteAndGo" andFurkan Üzümcü2011-09-203-24/+41
| | | | | "do nothing"
* Fix tab size and addTabButton position when a KMessageWidget appearsYoann Laissus2011-09-203-9/+16
| | | | REVIEW: 102651
* QtWebKit 2.2 related fixesAndrea Diamantini2011-09-202-9/+1
| | | | | We now have to consider progress finished when it reaches 100, NOT when it is reset to 0, as before...
* QCoreApplication::postEvent fixesAndrea Diamantini2011-09-201-14/+12
| | | | | | | This commit should clean up some strange calls on close to QCA::postEvent, returning a strange "Unexpected null receiver" QT_FATAL_WARNINGS=1 macro helped very well here :D
* Licensing issues fix: part #2Andrea Diamantini2011-09-202-40/+52
| | | | webshortcutwidget files
* Licensing issues fix: part #1Andrea Diamantini2011-09-2013-232/+293
| | | | | | tests files CCMAIL: blinov.vyacheslav@gmail.com
* Change "Paste & Go" action's text to "Paste & Search" if the contentFurkan Uzumcu2011-09-182-2/+33
| | | | | | | of the clipboard is not an URL REVIEW: 102441 REVIEWED-BY: adjam
* show notifyPopup at right edge if find- or zoombar is visibleJohannes Tröscher2011-09-181-3/+4
| | | | | REVIEW: 102649 REVIEWED-BY: adjam
* Improve code in plugin loading (not yet perfect, I fear...)Andrea Diamantini2011-09-161-1/+1
| | | | CCBUG: 281101
* 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
|