From d3b647ab2b19626b2f86b5c2af3946c1fcf22068 Mon Sep 17 00:00:00 2001 From: Twinki Date: Sat, 15 Jun 2024 12:51:47 -0400 Subject: Use new Skip File & Skip Directory in usvfs (#2033) * Use new Skip File & Skip Directory in usvfs. # Motivations https://github.com/ModOrganizer2/usvfs/pull/61 Highlights some reasons why the ability to skip files & directories would be beneficial # Modifications - Add two new settings, `skip_file_suffixes` and `skip_directories` - Wire the two new settings up to usvfs - Add two new buttons to the `Workarounds` dialog, one to adjust Skip File Suffixes and another for Skip Directories, both buttons act nearly identical to the Executable Blacklist button - Add a new grouping in the `Workarounds` dialog box that contains the usvfs buttons to keep the dialog a tad organized --- src/settingsdialog.ui | 85 +++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 76 insertions(+), 9 deletions(-) (limited to 'src/settingsdialog.ui') diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index 84b5c343..6011b158 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -2016,6 +2016,60 @@ p, li { white-space: pre-wrap; } + + + + + For Skyrim, this can be used instead of Archive Invalidation. It should make AI redundant for all Profiles. + For the other games this is not a sufficient replacement for AI! + + + + + For Skyrim, this can be used instead of Archive Invalidation. It should make AI redundant for all Profiles. + For the other games this is not a sufficient replacement for AI! + + + + Back-date BSAs + + + + :/MO/gui/resources/emblem-readonly.png:/MO/gui/resources/emblem-readonly.png + + + + + + + Qt::Orientation::Horizontal + + + + 40 + 20 + + + + + + + + + + + + 0 + + + 0 + + + 0 + + + 0 + @@ -2037,21 +2091,34 @@ programs you are intentionally running. - + - For Skyrim, this can be used instead of Archive Invalidation. It should make AI redundant for all Profiles. -For the other games this is not a sufficient replacement for AI! + Files to skip or ignore from the virtual file system. - For Skyrim, this can be used instead of Archive Invalidation. It should make AI redundant for all Profiles. -For the other games this is not a sufficient replacement for AI! + Files to skip or ignore from the virtual file system. - Back-date BSAs + Skip File Suffixes - - - :/MO/gui/resources/emblem-readonly.png:/MO/gui/resources/emblem-readonly.png + + false + + + + + + + Directories to skip or ignore from the virtual file system. + + + Directories to skip or ignore from the virtual file system. + + + Skip Directories + + + false -- cgit v1.3.1