Commit graph

59 commits

Author SHA1 Message Date
Script Kiddy 358ae76ae8 SVN_SILENT made messages (.desktop file) 2011-02-13 20:32:41 +01: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
Aaron Reichman c253c60bed Fixing krazy spelling errors 2011-02-07 12:58:14 -08:00
Script Kiddy 90b0eefd97 SVN_SILENT made messages (.desktop file) 2011-02-03 07:24:26 +01:00
Script Kiddy eb75a90d23 SVN_SILENT made messages (.desktop file) 2011-02-02 08:24:54 +01:00
Script Kiddy c974bb35de SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1217852
2011-01-29 06:08:12 +00:00
Script Kiddy 9ab633258b SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1216064
2011-01-21 06:28:06 +00:00
Script Kiddy 02ef52d02f SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1213918
2011-01-12 05:58:02 +00: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