Commit graph

4 commits

Author SHA1 Message Date
Stephen Kelly ed2872074e Simplify some Qt module style includes.
This is the easiest way to transition to Qt5.
2012-04-10 00:20:22 +02:00
Dawit Alemayehu e23ad9547a Avoid potential crashes by using a QWeakPointer to store the reference to the
broweser KPart.

BUG: 231265
FIXED-IN: 4.7.4

(cherry picked from commit 8c33c21e33)
2011-11-17 18:23:09 -05:00
David Faure 4daa189f50 Fix many problems in the completion box of the searchbar
* clearSuggestions was crashing to due unexpected reentrancy
(takeItem -> currentTextChanged -> textEdited -> clearSuggestions)
(BUG 265484)

* completion box would pop up -after- hitting return, so it would eat
the first click in the webpage
(BUG 231213)

* pressing the mouse on a suggestion item would also lead to a text change which
would clear suggestions, hard to use; solved by not doing this while the mouse
button is down. This problem still kind of happens with key down/up, but isn't
solvable under the current KLineEdit logic of "choosing text in completion popup
is equivalent to typing it".
(cherry picked from commit 713462a0cd)
2011-02-11 01:02:15 +01:00
David Faure c9ab6afc71 Moved from extragear, to put the konq plugins together with konqueror, as discussed on k-c-d in September.
svn path=/trunk/KDE/kdebase/apps/; revision=1211211
2011-01-03 09:44:41 +00:00