summaryrefslogtreecommitdiff
path: root/src/webview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add options for kget in the config panelmegabigbug2009-12-221-51/+7
| | | | replace kio for download
* download one link with org.kde.kget.main.addTransfermegabigbug2009-12-181-3/+4
|
* first kget integrationmegabigbug2009-12-181-2/+58
|
* fix crashes webtabsmegabigbug2009-12-171-0/+1
|
* I tried a bit, but this is not working pretty well :(Andrea Diamantini2009-12-151-55/+0
|\ | | | | | | | | | | | | | | | | | | | | We are actually creating two widget for request. I'll merge it anyway to let you fix it :) Merge commit 'refs/merge-requests/72' of git://gitorious.org/rekonq/mainline into m72 Conflicts: src/mainview.cpp src/webview.cpp
| * factor out WebTab class from WebViewBernhard Beschow2009-12-141-55/+0
| | | | | | | | | | * it basically represents a tab in rekonq * everything that happens within one tab should go here (wallet bar, find bar?)
* | Simpler web classes (but no more friends :)Andrea Diamantini2009-12-151-8/+7
|/ | | | Moved remaining code to kdewebkit
* clean up creation of WebView:Bernhard Beschow2009-12-141-36/+2
| | | | | | * remove pointer to messageBar in WebView, don't even hand messageBar over to WebView constructor * add WalletWidget to messageBar outside of WebView constructor * hide the walletBar, but not the whole messageBar
* Just some stupid fixesAndrea Diamantini2009-12-141-1/+1
|
* Merge commit 'refs/merge-requests/69' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2009-12-131-1/+1
|\ | | | | | | | | | | | | into m69 Conflicts: src/walletwidget.cpp
| * fix i18n issue in wallet messagemegabigbug2009-12-131-1/+1
| | | | | | | | fix ctor warning in webview
* | Merge commit 'refs/merge-requests/68' of git://gitorious.org/rekonq/mainline ↵Andrea Diamantini2009-12-131-18/+26
|\ \ | |/ | | | | | | | | | | into m68 Conflicts: src/walletwidget.cpp
| * walletwidget on top of the webview (not over)megabigbug2009-12-131-19/+27
|/ | | | | add close button add icons
* xss attach prevention.Andrea Diamantini2009-12-081-1/+1
| | | | | | | | | | | I have to say, BRUTE prevention :) Hope this works. Also some fixes in Urlbar class to ensure that a KUrl is a KUrl and a QString is a QString. Removed the annoying "restore url on focus out" feature. No other browsers have it and I really cannot understand gain
* KWebWallet integrationAndrea Diamantini2009-12-061-15/+25
|
* Last structure change, promised!Andrea Diamantini2009-11-271-0/+3
| | | | | | | Anyway, this moving/renaming helped me finding lots of strange circulary dependencies and easily solve them :) We have also a more organized structure, hopefully letting people work on different areas altogether.
* KIO download systemAndrea Diamantini2009-11-131-1/+15
| | | | ported to kdewebkit signals and functions
* Connecting new KWebView signals to some proper slotsAndrea Diamantini2009-11-131-0/+9
|
* Fixes and improvements in rekonq web classesAndrea Diamantini2009-11-131-1/+1
|
* Moving to KWebPage (page) actionsAndrea Diamantini2009-11-131-53/+19
|
* Moving to kdewebkit.Andrea Diamantini2009-11-131-15/+1
| | | | First step
* Fixing about: protocol loading.Andrea Diamantini2009-11-111-6/+0
| | | | | | And removing MouseMoveEvent check. I have to point out that this fix works just with Qt 4.5
* removing unuseful kDebug callsAndrea Diamantini2009-11-101-1/+0
|
* (BIG commit) API changeAndrea Diamantini2009-11-101-6/+6
| | | | | I fixed rekonq API removing all slotName call switching to a proper getter call (so, name() functions)
* crash on loading links from homepage when no internet connectionAndrea Diamantini2009-11-051-0/+7
| | | | fix
* source fixesAndrea Diamantini2009-11-021-7/+6
|
* Merge commit 'refs/merge-requests/1882' of ↵Andrea Diamantini2009-10-271-1/+1
|\ | | | | | | git://gitorious.org/rekonq/mainline into mr1882
| * fix tab preview sizelionelc2009-10-221-1/+1
| |
* | fix scrollbar, cursor bugs.lionelc2009-10-261-5/+1
| |
* | Get rid (for 0.3 release) of shift + arrows scrolling feature.Andrea Diamantini2009-10-261-87/+2
| | | | | | | | Sorry, dudes. We have troubles with it :(
* | Commenting out not used (for 0.3 release) methods..Andrea Diamantini2009-10-261-2/+2
| |
* | A better popup implementationmegabigbug2009-10-241-9/+7
| |
* | no shift + arrows scrolling actions for rekonq 0.3Andrea Diamantini2009-10-231-18/+3
| | | | | | | | This to let shift + arrow selection to work properly
* | Revert "CTRL has been promoted to rekonq favorite modifier..."Andrea Diamantini2009-10-231-8/+7
| | | | | | | | This reverts commit 6af8043ea81634d826508e2bbaf02cdeedd8cd7f.
* | CTRL has been promoted to rekonq favorite modifier...Andrea Diamantini2009-10-231-7/+8
| | | | | | | | :D
* | What's overkilling?Andrea Diamantini2009-10-231-0/+10
| | | | | | | | | | | | | | checking EVERYTIME mouse move events to just fix some stupid cases? revert a good implementation just to bug fixing the 0.1% of the cases? Don't know! This implementation seems working to fix the flickering links But, these are really the UI problems I'd like to get rid...
* | Removed "Add to Favorites" action.Andrea Diamantini2009-10-221-2/+1
|/ | | | Matgic78 customizable favorites page is clearly better :D
* Restored the "frame" sub menuAndrea Diamantini2009-10-211-2/+8
| | | | | we lose a bit in term of usability, but I think the submenu will help people to ustand that are "different" actions
* Remove pages actions from text actionsmegabigbug2009-10-201-44/+54
|
* Fixing mergeAndrea Diamantini2009-10-201-3/+112
|\ | | | | | | | | | | | | Merge branch 'SrcSrc33' Conflicts: src/webview.cpp
| * WebView Scrolling.Andrea Diamantini2009-10-201-2/+109
| | | | | | | | | | Patch from Johannes Zellner (thanks). I changed just the keyPressEvent function to better test it..
* | Fixing WebHistory moves and removing a strange SIGNAL/SLOT connection.Andrea Diamantini2009-10-201-1/+0
|/ | | | Lionel, did you write a wrong function there?
* Merge commit 'refs/merge-requests/1842' of ↵Andrea Diamantini2009-10-191-1/+7
|\ | | | | | | git://gitorious.org/rekonq/mainline into Mon4
| *-. Merge branches 'menuCosmetics', 'menuCosmetics2' and 'menuCosmetics3' into ↵matgic782009-10-181-0/+6
| |\ \ | | | | | | | | | | | | menuCosmeticsAll
| | | * set text for copy action in contexmenu to "Copy Text" to avoid confusion ↵matgic782009-10-181-0/+4
| | | | | | | | | | | | | | | | with copy link
| | * | add a separator beetween text and link actions in contextmenumatgic782009-10-181-0/+2
| | |/
| * | Add an icon to the "search with" contextmenu actionmatgic782009-10-181-1/+1
| |/
* | reintroduce and fix recently closed tab featuremegabigbug2009-10-171-3/+5
|/
* Small fixes (const issue, single char issue, file not ending with a new ↵Dario Freddi2009-10-131-1/+1
| | | | | | line), and adding the correct schema to kconfigxt files Signed-off-by: Dario Freddi <drf@kde.org>
* HACK: Ctrl + C shortcutAndrea Diamantini2009-10-081-0/+12
|