Show stalled downloads that are uploading under the 'Active' filter. Closes #1654."

This commit is contained in:
sledgehammer999
2014-09-13 16:02:32 +03:00
parent 0625ef62c1
commit 72ca101830
7 changed files with 196 additions and 38 deletions

View File

@@ -109,7 +109,6 @@ HEADERS += misc.h \
smtp.h \
dnsupdater.h
SOURCES += main.cpp \
downloadthread.cpp \
scannedfoldersmodel.cpp \
@@ -151,7 +150,9 @@ nox {
addnewtorrentdialog.h \
autoexpandabledialog.h \
statsdialog.h \
messageboxraised.h
messageboxraised.h \
statussortfilterproxymodel.h \
torrentfilterenum.h
SOURCES += mainwindow.cpp \
ico.cpp \
@@ -171,7 +172,8 @@ nox {
addnewtorrentdialog.cpp \
autoexpandabledialog.cpp \
statsdialog.cpp \
messageboxraised.cpp
messageboxraised.cpp \
statussortfilterproxymodel.cpp
win32 {
HEADERS += programupdater.h