Bug 184119 - KGet does not start download after prevoius downloads have been finished
Summary: KGet does not start download after prevoius downloads have been finished
Status: RESOLVED FIXED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
: 183729 211354 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-02-12 10:06 UTC by Christian Trippe
Modified: 2010-07-02 13:07 UTC (History)
3 users (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 Christian Trippe 2009-02-12 10:06:43 UTC
Version:           2.2.0 (using 4.2.00 (KDE 4.2.0) "release 93", KDE:KDE4:Factory:Desktop / openSUSE_11.1)
Compiler:          gcc
OS:                Linux (i686) release 2.6.27.7-9-default

Download something with konqueror for the first time and use KGet as Download-Administrator. Add some additional downloads, say two, files before the first one has finished. These downloads will start and finish fine.

After these three downloads have finished, start another one. This one will not start, but is in the state "stopped". You have to manually start/resume the download.

Maybe this is a duplicate of bug 183729, but the description is slightly different.
Comment 1 FiNeX 2009-02-13 20:36:55 UTC
*** Bug 183729 has been marked as a duplicate of this bug. ***
Comment 2 FiNeX 2009-02-13 20:38:11 UTC
This bug is about the autostart status of the default group (when only a group is active). 

@Boom1992: do you remember we've already talked about this one?
Comment 3 Lukas Appelhans 2009-02-14 00:43:42 UTC
Yeah, there is a bug for it, but well this one doesn't sound like it at all... the bug about group-status is 179843... still needs a real fix though...

Lukas
Comment 4 Lukas Appelhans 2009-12-25 01:32:29 UTC
*** Bug 211354 has been marked as a duplicate of this bug. ***
Comment 5 Christian Trippe 2010-01-13 11:41:42 UTC
I can no longer reproduce this bug with KDE SC 4.4 RC 1.
Comment 6 Thomas Kamps 2010-01-25 21:38:53 UTC
Testest with KDE SC 4.4 RC2. For me kget stell does not start downlaods automatically.
Comment 7 Thomas Kamps 2010-01-25 22:08:04 UTC
(In reply to comment #6)
> Testest with KDE SC 4.4 RC2. For me kget stell does not start downlaods
> automatically.
My Problems seems to be the problem with the download groups. See Bug 179843 .
After adding a second group, KGet seems to work now.
Comment 8 Matthias Fuchs 2010-07-02 13:06:10 UTC
SVN commit 1145269 by mfuchs:

Group-status can now also be edited in the Settings.
Does this by modifying TransfersGroupTree and by creating a base delegate-class both the TransfersViewDelegate and TransfersGroupDelegate inherit.
Also does some small cleanups --> using available enums instead of integers.
BUG:184119

 M  +59 -19    conf/transfersgrouptree.cpp  
 M  +11 -18    conf/transfersgrouptree.h  
 M  +4 -6      conf/transfersgroupwidget.cpp  
 M  +2 -2      ui/transfersview.cpp  
 M  +54 -45    ui/transfersviewdelegate.cpp  
 M  +23 -11    ui/transfersviewdelegate.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1145269
Comment 9 Matthias Fuchs 2010-07-02 13:07:39 UTC
SVN commit 1145270 by mfuchs:

Fowardport r1145269
Group-status can now also be edited in the Settings.
Does this by modifying TransfersGroupTree and by creating a base delegate-class both the TransfersViewDelegate and TransfersGroupDelegate inherit.
Also does some small cleanups --> using available enums instead of integers.
CCBUG:184119

 M  +59 -19    conf/transfersgrouptree.cpp  
 M  +11 -18    conf/transfersgrouptree.h  
 M  +4 -6      conf/transfersgroupwidget.cpp  
 M  +2 -2      ui/transfersview.cpp  
 M  +54 -45    ui/transfersviewdelegate.cpp  
 M  +23 -11    ui/transfersviewdelegate.h  


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