mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-31 23:38:22 -04:00
UEFITool 0.18.5
- solved compilation problems with strict C99 mode for C files - solved a bug in insert/replace applied to raw files introduced in 0.18.0 - added "Copy All" action for messages
This commit is contained in:
parent
534f01fcd5
commit
41243f6d25
5 changed files with 39 additions and 12 deletions
12
uefitool.ui
12
uefitool.ui
|
@ -20,7 +20,7 @@
|
|||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>UEFITool 0.18.4</string>
|
||||
<string>UEFITool 0.18.5</string>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralWidget">
|
||||
<property name="sizePolicy">
|
||||
|
@ -269,6 +269,8 @@
|
|||
<string>&Messages</string>
|
||||
</property>
|
||||
<addaction name="actionMessagesCopy"/>
|
||||
<addaction name="actionMessagesCopyAll"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionMessagesClear"/>
|
||||
</widget>
|
||||
<addaction name="menuCapsuleActions"/>
|
||||
|
@ -493,6 +495,14 @@
|
|||
<string>Ctrl+Shift+C</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionMessagesCopyAll">
|
||||
<property name="text">
|
||||
<string>C&opy All</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+Alt+C</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<layoutdefault spacing="6" margin="11"/>
|
||||
<resources/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue