From cf0a1bc2be22c8784fd098e00e05e46373afe602 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 25 May 2014 15:39:45 +0200 Subject: - files in bsas are now only displayed in the data tab if they are managed by mo - number of problems detected by MO is now displayed as a badge on the icon - rephrased the explanation text on the Archives tab. unchecked plugin-loaded bsas no longer prompt a warning - bsa extraction is now handled in a plugin - added a way for plugins to react to mod installation - re-enabled the automatic fix for asset order problems - bugfix: In some cases when a download wasn't started successfully the download urls weren't stored in the meta file so no resume was possible - bugfix: MO tried to resume downloads when it didn't have and download urls - bugfix: downloads couldn't be paused if the download was already broken on the network layer - bugfix: download managear did not recognize a file as downloaded if the download completed before signals were hooked up - bugfix: in-place file replacement was re-broken --- src/organizerproxy.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/organizerproxy.h') diff --git a/src/organizerproxy.h b/src/organizerproxy.h index fd9dd56a..017908e5 100644 --- a/src/organizerproxy.h +++ b/src/organizerproxy.h @@ -35,9 +35,11 @@ public: virtual MOBase::IPluginList *pluginList(); virtual MOBase::IModList *modList(); virtual HANDLE startApplication(const QString &executable, const QStringList &args = QStringList(), const QString &cwd = "", const QString &profile = ""); - virtual bool onAboutToRun(const std::function &func); virtual void refreshModList(bool saveChanges); + virtual bool onAboutToRun(const std::function &func); + virtual bool onModInstalled(const std::function &func); + private: MainWindow *m_Proxied; const QString &m_PluginName; -- cgit v1.3.1