- Added a torrent addition dialog (Part 1: Still unperfect but working)

This commit is contained in:
Christophe Dumez
2006-10-23 21:42:37 +00:00
parent 14cd4de2c2
commit 52f1463cb9
7 changed files with 588 additions and 167 deletions

View File

@@ -4,7 +4,7 @@ ICONS_PATH = Icons
TRAYICON_CPP = trayicon
#Set the following variable to 1 to enable debug
DEBUG_MODE = 0
DEBUG_MODE = 1
# Global
TEMPLATE = app
@@ -99,10 +99,11 @@ HEADERS += GUI.h misc.h options_imp.h about_imp.h \
DLListDelegate.h SearchListDelegate.h \
PropListDelegate.h previewSelect.h \
PreviewListDelegate.h trackerLogin.h \
downloadThread.h downloadFromURLImp.h
downloadThread.h downloadFromURLImp.h \
torrentAddition.h
FORMS += MainWindow.ui options.ui about.ui \
properties.ui createtorrent.ui preview.ui \
login.ui downloadFromURL.ui
login.ui downloadFromURL.ui addTorrentDialog.ui
SOURCES += GUI.cpp \
main.cpp \
options_imp.cpp \