Summary: | KGet does not start download after prevoius downloads have been finished | ||
---|---|---|---|
Product: | [Applications] kget | Reporter: | Christian Trippe <christiandehne> |
Component: | general | Assignee: | KGet authors <kget> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | finex, praedor, progger1986 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Christian Trippe
2009-02-12 10:06:43 UTC
*** Bug 183729 has been marked as a duplicate of this bug. *** 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? 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 *** Bug 211354 has been marked as a duplicate of this bug. *** I can no longer reproduce this bug with KDE SC 4.4 RC 1. Testest with KDE SC 4.4 RC2. For me kget stell does not start downlaods automatically. (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. 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 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 |