Skip to content

Commit

Permalink
SettingsResources: added ignore errors option and keyboard shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
fo76utils committed Nov 27, 2024
1 parent ca11ac7 commit 8848b00
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
== CHANGELOG ==

* Implemented rendering bhkCylinderShape (fix to issue https://github.com/hexabits/nifskope/issues/37).
* Added a new resource setting to disable the message box that is shown if an archive or data folder cannot be opened.
* Added keyboard shortcuts to moving and deleting data paths in the resource settings.
* Fixed the block types NiMeshPSysData and NiMeshParticleSystem being incorrectly filtered out by 'Block/Insert'.

#### NifSkope-2.0.dev9-20241112
Expand Down
13 changes: 10 additions & 3 deletions src/ui/settingsresources.ui
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,13 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="chkIgnoreArchiveErrors">
<property name="text">
<string>Ignore errors on opening archives and data folders</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
Expand Down Expand Up @@ -962,21 +969,21 @@
<item>
<widget class="QPushButton" name="btnFolderRemove">
<property name="text">
<string>Remove Path</string>
<string>Remo&amp;ve Path</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnFolderUp">
<property name="text">
<string>Move Up</string>
<string>Mov&amp;e Up</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnFolderDown">
<property name="text">
<string>Move Down</string>
<string>Move &amp;Down</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 8848b00

Please sign in to comment.