Bug 213084 - sometimes kget forgets to tell the notifier that it is done
Summary: sometimes kget forgets to tell the notifier that it is done
Status: RESOLVED FIXED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Unspecified
: NOR normal
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-04 14:17 UTC by Jon Nelson
Modified: 2009-12-31 03:32 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Nelson 2009-11-04 14:17:58 UTC
Version:            (using KDE 4.3.1)
Installed from:    openSUSE RPMs

Last night I started a download, which I then cancelled shortly after (and removed).
However, the notifier still has "1 running job (24 minutes and 7 seconds remain)" *stuck* and I can't remove it.
This is hugely annoying - I have to restart my KDE session every time this happens, and it happens rather freqeuntly.

I've had to turn off any sort of global or individual progress tracking w/kget.
Comment 1 Dario Massarin 2009-12-31 03:32:33 UTC
SVN commit 1067965 by dario:

Refactoring / Cleaning up / Rewriting of all the code related to the global progress tracking.
Now the default policy is to show the progress messages of transfers only in the Running state.
This fixes BUGS: 213084, 218766



 M  +6 -55     TODO  
 M  +10 -15    core/kget.cpp  
 M  +34 -55    core/kgetglobaljob.cpp  
 M  +3 -23     core/kgetglobaljob.h  
 M  +112 -65   core/kuiserverjobs.cpp  
 M  +19 -7     core/kuiserverjobs.h  
 M  +1 -15     core/transferhandler.cpp  
 M  +4 -0      core/transferhandler.h  
 M  +2 -0      core/transfertreemodel.cpp  
 M  +1 -0      core/transfertreemodel.h  
 M  +0 -5      mainwindow.cpp