Bug 233836 - Stop button doesn't stop anything
Summary: Stop button doesn't stop anything
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords: reproducible
Depends on:
Blocks:
 
Reported: 2010-04-09 15:59 UTC by Rosetzky Cedric
Modified: 2010-09-22 21:34 UTC (History)
1 user (show)

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 Rosetzky Cedric 2010-04-09 15:59:15 UTC
Version:            (using Devel)
Compiler:          gcc-4.3.4 
OS:                Linux
Installed from:    Compiled sources

I added the "stop" button to the toolbar 'cause I'm having big folders, or folders with continuously changing files. In KDE 3.X using this button stopped the thumbnail generation from Konqueror in that folder, in Dolphin and KDE4, this button just doesn't do anything.
Comment 1 Jaime Torres 2010-08-02 13:15:08 UTC
Confirmed, the code for the button action is still empty. Should be in the TO DO list.
Comment 2 Frank Reininghaus 2010-09-22 12:31:33 UTC
I'd just like to add that the empty function where the code should be added is

DolphinMainWindow::stopLoading()
Comment 3 Peter Penz 2010-09-22 21:33:39 UTC
SVN commit 1178344 by ppenz:

Unbelievable: I simply forgot to implement the Stop-action in Dolphin since KDE SC 4.0. Well better later than never: Done now :-)

BUG: 233836


 M  +15 -0     dolphinmainwindow.cpp  
 M  +3 -0      dolphinmainwindow.h  
 M  +7 -0      views/dolphinview.cpp  
 M  +8 -0      views/dolphinview.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1178344