- Added View Modified Files only view option
- Reorganized the View menu. FossilOrigin-Name: 34f0879b8cf7507c43d0d36de0aae704151aa4f4
This commit is contained in:
@ -250,11 +250,13 @@
|
||||
<property name="title">
|
||||
<string>&View</string>
|
||||
</property>
|
||||
<addaction name="actionViewAll"/>
|
||||
<addaction name="actionViewModifedOnly"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionViewModified"/>
|
||||
<addaction name="actionViewUnchanged"/>
|
||||
<addaction name="actionViewUnknown"/>
|
||||
<addaction name="actionViewIgnored"/>
|
||||
<addaction name="actionViewAll"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionViewAsList"/>
|
||||
<addaction name="actionViewAsFolders"/>
|
||||
@ -783,7 +785,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Modified</string>
|
||||
<string>&Modified Files</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>Show modifed files</string>
|
||||
@ -797,7 +799,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Unchanged</string>
|
||||
<string>&Unchanged Files</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>Show unchanged files</string>
|
||||
@ -811,7 +813,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Un&known</string>
|
||||
<string>Un&known Files</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>Show unknown files</string>
|
||||
@ -822,7 +824,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Ignored</string>
|
||||
<string>&Ignored Files</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>Show ignored files</string>
|
||||
@ -993,12 +995,20 @@
|
||||
</action>
|
||||
<action name="actionViewAll">
|
||||
<property name="text">
|
||||
<string>&All</string>
|
||||
<string>&All Files</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>Show all files</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionViewModifedOnly">
|
||||
<property name="text">
|
||||
<string>Mo&dified Files Only</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>Show modified files only</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionFossilSettings">
|
||||
<property name="icon">
|
||||
<iconset resource="../rsrc/resources.qrc">
|
||||
|
Reference in New Issue
Block a user