From 84c66727bff954fd0820fc9f33833848496e9531 Mon Sep 17 00:00:00 2001 From: Tannin Date: Mon, 14 Jul 2014 21:22:44 +0200 Subject: - when highlighting a mod the overwritten and overwriting mods are now highlighted in the list - when starting an external application MO now wraps the process in a job and waits on that instead. This way MO is not unlocked early when skyrim is started through skse - mod info dialog no longer offers the esp tab for foreign mods because that caused confusion - updated translation files - download directory and mod directory are now created if necessary - bugfix: staging script created unnecessary copies of translation files - bugfix: potential invalid array access when trying to determine best mod order - bugfix: deleter file wasn't removed after esp hiding was disabled - bugfix: potential access to to un-initialized login reply - bugfix: changed the initialization order to allow more ui controls to be localized --- src/organizer.pro | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/organizer.pro') diff --git a/src/organizer.pro b/src/organizer.pro index de0f70af..17618377 100644 --- a/src/organizer.pro +++ b/src/organizer.pro @@ -89,7 +89,8 @@ SOURCES += \ safewritefile.cpp \ modflagicondelegate.cpp \ pluginflagicondelegate.cpp \ - organizerproxy.cpp + organizerproxy.cpp \ + viewmarkingscrollbar.cpp HEADERS += \ @@ -168,7 +169,8 @@ HEADERS += \ pdll.h \ modflagicondelegate.h \ pluginflagicondelegate.h \ - organizerproxy.h + organizerproxy.h \ + viewmarkingscrollbar.h FORMS += \ transfersavesdialog.ui \ @@ -244,6 +246,7 @@ TRANSLATIONS = organizer_de.ts \ organizer_cs.ts \ organizer_tr.ts \ organizer_en.ts \ + organizer_ko.ts \ organizer_ru.ts #!isEmpty(TRANSLATIONS) { -- cgit v1.3.1