Version: 2.2.2 (using 4.2.2 (KDE 4.2.2), Kubuntu packages) Compiler: cc OS: Linux (i686) release 2.6.28-14-generic I might be missing something ... But I find the drag and drop queue ordering very difficult to use. Currently, I can only drag downloads *down* the list (right to the bottom), but cannot move any downloads up and in between the list. A better queueing interface and perhaps, priority support will also be great! Thanks!
SVN commit 1009351 by lappelhans: Make dragndrop inside the list work correctly! Also save the transfer to the history inside its destructor and not when removing it from a group. BUG:202469 M +1 -1 core/jobqueue.cpp M +3 -0 core/transfer.cpp M +0 -2 core/transfergroup.cpp M +38 -16 core/transfertreemodel.cpp M +1 -0 ui/transfersview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1009351
SVN commit 1009358 by lappelhans: Backport of rev 1009351: Make dragndrop inside the list work correctly! Also save the transfer to the history inside its destructor and not when removing it from a group. CCBUG:202469 M +1 -1 core/jobqueue.cpp M +3 -0 core/transfer.cpp M +0 -2 core/transfergroup.cpp M +38 -16 core/transfertreemodel.cpp M +1 -0 ui/transfersview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1009358
SVN commit 1009411 by mfuchs: Drag and dropping multiple transfers keeps their order. CCBUG:202469 M +11 -20 transfertreemodel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1009411
SVN commit 1009419 by lappelhans: backport of rev 1009411 by mfuchs: Drag and dropping multiple transfers keeps their order. CCBUG:202469 CCMAIL:mat69@gmx.net M +11 -20 transfertreemodel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1009419