Summary: | Allow to change order of links while importing | ||
---|---|---|---|
Product: | [Applications] kget | Reporter: | lman <squider> |
Component: | general | Assignee: | KGet authors <kget> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mat69 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.3 | |
Sentry Crash Report: |
Description
lman
2011-09-27 11:10:27 UTC
I mark this as bug as the order should stay the same. I'll look into it though I won't add a way to change the order as that is overkill imho. Ok, checked the kget more deeply today. The order change is actually more or less implemented as priority so you can drop this part of my wish but the random order of imported links is reproducible always. I've wrote this bugreport at work and I wasn't sure in which window this order is changing, now I know that the order in import dialog window is ok but when you press "Import selected" in import dialog window the order of newly imported links in main window is different than in clipboard and in import dialog window. SVN commit 1256351 by mfuchs: Correctly sorts urls in the Import Links dialog. The default sort order of the urls is the order they have been received. BUG:282899 M +6 -3 kget_linkview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1256351 SVN commit 1256355 by mfuchs: Backport r1256351 and r1256354 Correctly sorts urls in the Import Links dialog. The default sort order of the urls is the order they have been received. BUG:282899 FIXED-IN:4.7.3 M +5 -3 kget_linkview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1256355 |