Bug 257421 - There is no way of cancelling a search progress
Summary: There is no way of cancelling a search progress
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-20 16:26 UTC by Kai Uwe Broulik
Modified: 2010-11-20 18:18 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 4.6.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Uwe Broulik 2010-11-20 16:26:28 UTC
Version:           unspecified (using Devel) 
OS:                Linux

(KDE 4.6 trunk by 2010-11-18)

In KDE 4.6 there is this new nice search bar that seems to replace Kfind (at least it opens by default when pressing Ctrl-F). I have Nepomuk disabled and it still searches. But I don‘t find a way of cancelling the search progress because often it spits out many many files I don‘t care about. So I just want to cancel when I accidently see the file(s) I am looking for.
There is a progress bar (or a spinning bar) that states Dolphin is searching for something but no way to cancel that. The X on the top left corner of the window closes the search altogether.

Reproducible: Always
Comment 1 Peter Penz 2010-11-20 18:17:12 UTC
SVN commit 1199112 by ppenz:

Allow to cancel the loading of search results.

BUG: 257421
FIXED-IN: 4.6.0



 M  +7 -0      dolphinviewcontainer.cpp  
 M  +6 -0      dolphinviewcontainer.h  
 M  +11 -0     statusbar/dolphinstatusbar.cpp  
 M  +7 -0      statusbar/dolphinstatusbar.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1199112
Comment 2 Peter Penz 2010-11-20 18:18:08 UTC
Thanks for the suggestion, I just have provided a fix for this. However currently a crash in kdelibs occurs when cancelling the searching. I've provided a related bug-report at https://bugs.kde.org/show_bug.cgi?id=257431