From af6e1c3ab4f3687c88715dffff8b1bf2f38a15d6 Mon Sep 17 00:00:00 2001 From: Tannin Date: Wed, 11 Sep 2013 22:54:45 +0200 Subject: - when installing mods from outside the download directory the absolute path is now stored - added a context menu to the toolbar buttons so tool icons can be removed directly - initweaks modinfo tab is now always available and allows new ini tweaks to be created - fake esms are now treated as masters (as they should) - MO will now display a warning if not all masters of an esp are enabled. The tooltip gives a list of required masters - bugfix: path returned by getfullpathname was sometimes not correctly terminated - bugfix: path after reverse-rerouting was sometimes incorrect, missing a path separator - bugfix: change of current directory sometimes used a fake directory without need - bugfix: icons in shortcut menu were not alwayscorrectly updated --- src/organizer.pro | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'src/organizer.pro') diff --git a/src/organizer.pro b/src/organizer.pro index c877875b..339a50cd 100644 --- a/src/organizer.pro +++ b/src/organizer.pro @@ -77,7 +77,10 @@ SOURCES += \ qtgroupingproxy.cpp \ modlistview.cpp \ problemsdialog.cpp \ - serverinfo.cpp + serverinfo.cpp \ + ../esptk/record.cpp \ + ../esptk/espfile.cpp \ + ../esptk/subrecord.cpp HEADERS += \ transfersavesdialog.h \ @@ -142,7 +145,10 @@ HEADERS += \ qtgroupingproxy.h \ modlistview.h \ problemsdialog.h \ - serverinfo.h + serverinfo.h \ + ../esptk/record.h \ + ../esptk/espfile.h \ + ../esptk/subrecord.h FORMS += \ transfersavesdialog.ui \ @@ -174,7 +180,7 @@ FORMS += \ savetextasdialog.ui \ problemsdialog.ui -INCLUDEPATH += ../shared ../archive ../uibase ../bsatk "$(BOOSTPATH)" +INCLUDEPATH += ../shared ../archive ../uibase ../bsatk ../esptk "$(BOOSTPATH)" LIBS += -L"$(BOOSTPATH)/stage/lib" -- cgit v1.3.1