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 6a6e562f60
commit baf9d21072
7 changed files with 196 additions and 38 deletions

View File

@@ -111,7 +111,6 @@ HEADERS += misc.h \
smtp.h \
dnsupdater.h
SOURCES += main.cpp \
downloadthread.cpp \
scannedfoldersmodel.cpp \
@@ -153,7 +152,9 @@ nox {
addnewtorrentdialog.h \
autoexpandabledialog.h \
statsdialog.h \
messageboxraised.h
messageboxraised.h \
statussortfilterproxymodel.h \
torrentfilterenum.h
SOURCES += mainwindow.cpp \
ico.cpp \
@@ -173,7 +174,8 @@ nox {
addnewtorrentdialog.cpp \
autoexpandabledialog.cpp \
statsdialog.cpp \
messageboxraised.cpp
messageboxraised.cpp \
statussortfilterproxymodel.cpp
win32 {
HEADERS += programupdater.h