From fe37b48dffd8edcd6e30f4e304d3e27a731ac8ae Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 29 Jun 2013 18:04:10 +0200 Subject: - caching of downloadwidgets to fix performance problem, currently broken and disabled - added new state for downloads "uninstalled" for mods that were at one point installed and then removed - user-configured server preference is now used - updated tutorial to account for removal of integrated browser - reverted to qt 4 - using performance optimised findfirstfile on win vista and up - bugfix: it was possible to disable all columns of the mod list - bugfix: hook.dll doesn't load on win xp --- src/tutorials/tutorial_firststeps_main.js | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'src/tutorials/tutorial_firststeps_main.js') diff --git a/src/tutorials/tutorial_firststeps_main.js b/src/tutorials/tutorial_firststeps_main.js index 9785dc42..150fde84 100644 --- a/src/tutorials/tutorial_firststeps_main.js +++ b/src/tutorials/tutorial_firststeps_main.js @@ -43,9 +43,10 @@ function getTutorialSteps() }, function() { - tutorial.text = qsTr("There are a few ways to get mods into ModOrganizer. The easiest is to use the embedded nexus browser. Click \"Nexus\"") + tutorial.text = qsTr("There are a few ways to get mods into ModOrganizer. You can use your regular browser to send download from nexusmods to MO." + + "Click on \"Nexus\" to open the appropriate nexusmods page. This will also register ModOrganizer as the downloader " + + "for \"nxm links\" for the game MO is managing. \"nxm links\" are the green buttons on Nexus saying \"Download with Manager\".") highlightAction("actionNexus", true) - manager.activateTutorial("NexusDialog", "tutorial_firststeps_browser.js") tutorialControl.waitForAction("actionNexus") }, @@ -63,14 +64,7 @@ function getTutorialSteps() }, function() { - tutorial.text = qsTr("I promised you multiple ways of getting mods into MO. Please open the settings dialog now.") - highlightAction("actionSettings", true) - manager.activateTutorial("SettingsDialog", "tutorial_firststeps_settings.js") - tutorialControl.waitForAction("actionSettings") - }, - - function() { - tutorial.text = qsTr("So far I only showed you how to get mods from Nexus.\n" + tutorial.text = qsTr("This is how to get mods from Nexus.\n" + "You can also install mods from disk using the \"Install Mod\" button.") highlightAction("actionInstallMod", false) waitForClick() -- cgit v1.3.1