summaryrefslogtreecommitdiff
path: root/src/webview.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* TONS of events ignored to let homepage no more crash!Andrea Diamantini2009-10-081-0/+9
| | | | | | Hopefully... I hope I also not have removed some rekonq features this way. It seems not, anyway (obviously) it needs tests
* fixing right click rekonq crash (at least, hopefully..)Andrea Diamantini2009-10-081-7/+10
|
* I apologize for this. As said, I use no mouse and I couldn'tAndrea Diamantini2009-10-061-15/+11
| | | | | | | | argue this strange GUI behaviour Revert "- Cleaning mouse gesture managements" This reverts commit 0c71d428f284675c658c55d2f3d9f858ad78c850.
* - Cleaning mouse gesture managementsAndrea Diamantini2009-10-041-11/+15
| | | | | - context menu crash fixes && some separators added - preparing PreviewImage for right mouse click manage
* WebView dtorAndrea Diamantini2009-10-041-1/+6
|
* General (shift +) ctrl tab switch management.Andrea Diamantini2009-10-041-18/+0
| | | | This let tab switch work also when webview is not focused :)
* View image actionAndrea Diamantini2009-10-041-1/+22
| | | | another brilliant patch from Ronny Scholz (thanks!)
* not show the search menu if there are no search engines available.Andrea Diamantini2009-10-041-1/+6
| | | | Ronny Scholz patch (thanks)
* preferred --> favoritesAndrea Diamantini2009-10-021-1/+1
|
* Made the String "easier" to translatable, byPanagiotis Papadopoulos2009-09-301-2/+9
| | | | | | | | changing some stuff. Thanks to Lionel and http://websvn.kde.org/trunk/playground/libs/webkitkde/part/webview.cpp?revision=993719&view=markup (lines 186-188) ;-)
* "Added support" for opening URLs that start with www.Panagiotis Papadopoulos2009-09-301-1/+1
|
* Turned "Add bookmark" action to KDE one and implemented an "add to preferred"Andrea Diamantini2009-09-301-0/+1
| | | | mechanism (an action in the contextual menu)
* Krazy check issues fixes..Andrea Diamantini2009-09-281-5/+6
|
* Fixing a bit new actions text (too long and bad translated)Andrea Diamantini2009-09-231-2/+2
|
* open a selected url text in a new tab/windowmegabigbug2009-09-221-17/+32
|
* Fixing foreach macros..Andrea Diamantini2009-09-221-1/+1
|
* Make strings comply to the KDE HIGPanagiotis Papadopoulos2009-09-101-3/+3
|
* Fixing rekonq Multi Windows behaviour andAndrea Diamantini2009-09-061-3/+11
| | | | Added options about tabbed (or not) browsing..
* Replaced isNull with isEmpty check..Andrea Diamantini2009-09-051-1/+2
|
* fixing new window actionAndrea Diamantini2009-09-041-4/+4
|
* Open in new Window ActionAndrea Diamantini2009-09-041-1/+15
|
* Improved contextual menu following my ideas and Henry de ValenceAndrea Diamantini2009-09-031-95/+82
| | | | suggestions.
* - A better print slotAndrea Diamantini2009-08-301-1/+21
| | | | | - contextual frame actions (just 2, for now) - works on contextual menu
* Removed unuseful headersAndrea Diamantini2009-08-271-1/+0
|
* Some stupid fixes on style, spaces and some comments addedAndrea Diamantini2009-08-221-2/+3
|
* Remove url stackLionel Chauvin2009-08-221-0/+18
|