From a701d66cce8c757735d9af302278c3783f99a355 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Fri, 5 Feb 2021 19:47:47 +0100 Subject: Remove update of data-tab tree and check for problems when modifying the mod list. --- src/mainwindow.cpp | 10 --- src/organizer_en.ts | 182 ++++++++++++++++++++++++++-------------------------- 2 files changed, 91 insertions(+), 101 deletions(-) (limited to 'src') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index b3670fc7..713037e9 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -313,16 +313,6 @@ MainWindow::MainWindow(Settings &settings setupModList(); ui->espList->setup(m_OrganizerCore, this, ui); - connect(m_OrganizerCore.modList(), &ModList::modPrioritiesChanged, [this]() { - onDirectoryStructureChanged(); - }); - connect(m_OrganizerCore.modList(), &ModList::modStatesChanged, [this]() { - onDirectoryStructureChanged(); - }); - connect(m_OrganizerCore.modList(), &QAbstractItemModel::rowsRemoved, [this]() { - onDirectoryStructureChanged(); - }); - ui->bsaList->setLocalMoveOnly(true); ui->bsaList->setHeaderHidden(true); diff --git a/src/organizer_en.ts b/src/organizer_en.ts index dd0de4a4..535e6117 100644 --- a/src/organizer_en.ts +++ b/src/organizer_en.ts @@ -3305,7 +3305,7 @@ p, li { white-space: pre-wrap; } - + Endorse Mod Organizer @@ -3389,139 +3389,139 @@ p, li { white-space: pre-wrap; } - + Toolbar and Menu - + Desktop - + Start Menu - + There is no supported sort mechanism for this game. You will probably have to use a third-party tool. - + Crash on exit - + MO crashed while exiting. Some settings may not be saved. Error: %1 - + There are notifications to read - + There are no notifications - + Endorse - + Won't Endorse - + Help on UI - + Documentation - + Chat on Discord - + Report Issue - + Tutorials - + About - + About Qt - + Name - + Please enter a name for the new profile - + failed to create profile: %1 - + Show tutorial? - + You are starting Mod Organizer for the first time. Do you want to show a tutorial of its basic features? If you choose no you can always start the tutorial from the "Help"-menu. - + Never ask to show tutorials - + Downloads in progress - + There are still downloads in progress, do you really want to quit? - + Plugin "%1" failed: %2 - + Plugin "%1" failed @@ -3534,286 +3534,286 @@ Error: %1 - + <Edit...> - + (no executables) - + This bsa is enabled in the ini file so it may be required! - + Activating Network Proxy - + Notice: Your current MO version (%1) is lower than the previously used one (%2). The GUI may not downgrade gracefully, so you may experience oddities. However, there should be no serious issues. - + Start Tutorial? - + You're about to start a tutorial. For technical reasons it's not possible to end the tutorial early. Continue? - + failed to change origin name: %1 - + failed to move "%1" from mod "%2" to "%3": %4 - + Open Game folder - + Open MyGames folder - + Open INIs folder - + Open Instance folder - + Open Mods folder - + Open Profile folder - + Open Downloads folder - + Open MO2 Install folder - + Open MO2 Plugins folder - + Open MO2 Stylesheets folder - + Open MO2 Logs folder - + Restart Mod Organizer - + Mod Organizer must restart to finish configuration changes - + Restart - + Continue - + Some things might be weird. - + Can't change download directory while downloads are in progress! - + Update available - + Do you want to endorse Mod Organizer on %1 now? - + Abstain from Endorsing Mod Organizer - + Are you sure you want to abstain from endorsing Mod Organizer 2? You will have to visit the mod page on the %1 Nexus site to change your mind. - + Thank you for endorsing MO2! :) - + Please reconsider endorsing MO2 on Nexus! - + None of your %1 mods appear to have had recent file updates. - + All of your mods have been checked recently. We restrict update checks to help preserve your available API requests. - + Thank you! - + Thank you for your endorsement! - + Mod ID %1 no longer seems to be available on Nexus. - + Request to Nexus failed: %1 - - + + failed to read %1: %2 - + Error - + failed to extract %1 (errorcode %2) - + Extract BSA - + This archive contains invalid hashes. Some files may be broken. - + Extract... - + Remove '%1' from the toolbar - + Backup of load order created - + Choose backup to restore - + No Backups - + There are no backups to restore - - + + Restore failed - - + + Failed to restore the backup. Errorcode: %1 - + Backup of mod list created - + A file with the same name has already been downloaded. What would you like to do? - + Overwrite - + Rename new file - + Ignore file @@ -7081,18 +7081,18 @@ Destination: - + Please use "Help" from the toolbar to get usage instructions to all elements - - + + <Manage...> - + failed to parse profile %1: %2 -- cgit v1.3.1