diff options
| author | Tannin <devnull@localhost> | 2013-03-22 18:46:40 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-03-22 18:46:40 +0100 |
| commit | 0a19f0433992be5f9791c8869380d09cd06b66b8 (patch) | |
| tree | 12399954f7c1156ed1cacb24dac3a8574a513e7f /src/organizer.pro | |
| parent | 8b4e11060b37ad70754aa665ad59744eadd2dd1e (diff) | |
- support for grouping filters for mod list (incomplete)
- offering multiple options for mod names during installation
- support for renaming profiles
- updated installer plugins
- minor bugfixes
Diffstat (limited to 'src/organizer.pro')
| -rw-r--r-- | src/organizer.pro | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/src/organizer.pro b/src/organizer.pro index 723c1e04..633b2a21 100644 --- a/src/organizer.pro +++ b/src/organizer.pro @@ -18,7 +18,6 @@ SOURCES += \ syncoverwritedialog.cpp \
spawn.cpp \
singleinstance.cpp \
- simpleinstalldialog.cpp \
settingsdialog.cpp \
settings.cpp \
selfupdater.cpp \
@@ -53,10 +52,8 @@ SOURCES += \ lockeddialog.cpp \
loadmechanism.cpp \
json.cpp \
- installdialog.cpp \
installationmanager.cpp \
helper.cpp \
- fomodinstallerdialog.cpp \
finddialog.cpp \
filedialogmemory.cpp \
executableslist.cpp \
@@ -72,7 +69,6 @@ SOURCES += \ categoriesdialog.cpp \
categories.cpp \
bbcode.cpp \
- baincomplexinstallerdialog.cpp \
archivetree.cpp \
activatemodsdialog.cpp \
moapplication.cpp \
@@ -80,14 +76,15 @@ SOURCES += \ icondelegate.cpp \
gameinfoimpl.cpp \
csvbuilder.cpp \
- savetextasdialog.cpp
+ savetextasdialog.cpp \
+ modlistgroupcategoriesproxy.cpp \
+ modlistgroupnexusidproxy.cpp
HEADERS += \
transfersavesdialog.h \
syncoverwritedialog.h \
spawn.h \
singleinstance.h \
- simpleinstalldialog.h \
settingsdialog.h \
settings.h \
selfupdater.h \
@@ -121,10 +118,8 @@ HEADERS += \ lockeddialog.h \
loadmechanism.h \
json.h \
- installdialog.h \
installationmanager.h \
helper.h \
- fomodinstallerdialog.h \
finddialog.h \
filedialogmemory.h \
executableslist.h \
@@ -140,7 +135,6 @@ HEADERS += \ categoriesdialog.h \
categories.h \
bbcode.h \
- baincomplexinstallerdialog.h \
archivetree.h \
activatemodsdialog.h \
moapplication.h \
@@ -148,7 +142,9 @@ HEADERS += \ icondelegate.h \
gameinfoimpl.h \
csvbuilder.h \
- savetextasdialog.h
+ savetextasdialog.h \
+ modlistgroupcategoriesproxy.h \
+ modlistgroupnexusidproxy.h
FORMS += \
transfersavesdialog.ui \
|
