Ivan Sorokin
f235c0ae6c
Merge label filter into TransferListSortModel
...
This also fixes a bug that when label filter contains special symbols
from regex, the label filter may match torrents with multiple different
labels.
10 years ago
Ivan Sorokin
8bafc5e216
Merge StatusSortFilterProxyModel into TransferListSortModel
...
I thought merging all 3 sort-filter proxy models into one should
speedup dataChanged() signal. As turned out this is not the case. The
time difference is within inaccuracy range, so this doesn't affect
performance.
But I still think it is good to merge them into one proxy model as it
simplifies code.
10 years ago
Ivan Sorokin
cf2cb29826
Split transferlistsortmodel into .h and .cpp
10 years ago
Gabriele
a501f9d223
Add "Last Seen Complete" column to transfer list
...
This column shows when we or one of our peers last saw a complete
copy of the related torrent.
Closes #483 .
10 years ago
sledgehammer999
12302ee86f
Sort finished torrents by completed date when sorting by queue number.
10 years ago
sledgehammer999
bef61b695f
Don't mix finished/unifinished torrents when sorting by ETA. Closes #1688 .
10 years ago
alfrix
85cfe464f9
Fix queue sorting order fixes #1120
11 years ago
Angel Alonso
aa9001522c
Fix peers and seeds sorting in transfer list.
...
When active peers (or seeds) of two torrents are the same we sort by total peers
(or seeds).
11 years ago
sledgehammer999
522d68ab0b
Sort invalid dates regardless of sorting order.
11 years ago
sledgehammer999
323de569df
Sort invalid dates always at the bottom. Closes #106 and #735 .
12 years ago
sledgehammer999
18edf7a20c
Minor change in lessThan signature.
12 years ago
Nick Tiskov
89e3500a8e
Move number-aware comparison logic into misc class.
12 years ago
Nick Tiskov
2fa0f86df4
Use number-aware sort in transfer list
12 years ago