- extended plugin interface to allow plugins access to download manager

- extended plugin interface to allow installation of mods from files
- improved detection of online state
- download tab now also displays files supported through plugins
- batch installer now has basic functionality (downloads and installes files)
This commit is contained in:
Tannin
2013-05-17 20:44:40 +02:00
parent 1dd5cab706
commit cf0a81e238
9 changed files with 543 additions and 62 deletions
+6 -2
View File
@@ -17,11 +17,15 @@ INCLUDEPATH += "$(BOOSTPATH)" "$$(PYTHONPATH)/include"
INCLUDEPATH += "$$(SIPPATH)/siplib"
SOURCES += proxypython.cpp \
proxypluginwrappers.cpp
proxypluginwrappers.cpp \
error.cpp \
gilock.cpp
HEADERS += proxypython.h \
proxypluginwrappers.h \
uibasewrappers.h
uibasewrappers.h \
error.h \
gilock.h
LIBS += -L"$$(PYTHONPATH)/libs" -L"$(BOOSTPATH)/stage/lib" -lpython27