Another bunch of GUI changes
Auto-save database on program exit: apply adjusted patch #1900048 (closes #1792317) git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@159 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -154,7 +154,7 @@
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuBookmarks" >
|
||||
<property name="title" >
|
||||
<string>Bookmarks</string>
|
||||
<string>&Bookmarks</string>
|
||||
</property>
|
||||
</widget>
|
||||
<addaction name="FileNewAction" />
|
||||
@@ -202,7 +202,7 @@
|
||||
</property>
|
||||
<widget class="QMenu" name="menuTool_Button_Sizes" >
|
||||
<property name="title" >
|
||||
<string>Toolbar Icon Size</string>
|
||||
<string>&Toolbar Icon Size</string>
|
||||
</property>
|
||||
<addaction name="ViewToolButtonSize16Action" />
|
||||
<addaction name="ViewToolButtonSize22Action" />
|
||||
@@ -210,7 +210,7 @@
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuColumns" >
|
||||
<property name="title" >
|
||||
<string>Columns</string>
|
||||
<string>&Columns</string>
|
||||
</property>
|
||||
<addaction name="ViewColumnsGroupAction" />
|
||||
<addaction name="separator" />
|
||||
@@ -253,7 +253,7 @@
|
||||
</widget>
|
||||
<action name="ManageBookmarksAction" >
|
||||
<property name="text" >
|
||||
<string>Manage Bookmarks...</string>
|
||||
<string>&Manage Bookmarks...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="FileOpenAction" >
|
||||
@@ -366,7 +366,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Show Entry Details</string>
|
||||
<string>Show &Entry Details</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="ViewHideUsernamesAction" >
|
||||
@@ -374,7 +374,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Hide Usernames</string>
|
||||
<string>Hide &Usernames</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="ViewHidePasswordsAction" >
|
||||
@@ -382,7 +382,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Hide Passwords</string>
|
||||
<string>Hide &Passwords</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="ViewColumnsTitleAction" >
|
||||
@@ -390,7 +390,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Title</string>
|
||||
<string>&Title</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="ViewColumnsUsernameAction" >
|
||||
@@ -398,7 +398,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Username</string>
|
||||
<string>User&name</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="ViewColumnsUrlAction" >
|
||||
@@ -406,7 +406,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>URL</string>
|
||||
<string>&URL</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="ViewColumnsPasswordAction" >
|
||||
@@ -414,7 +414,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Password</string>
|
||||
<string>&Password</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="ViewColumnsCommentAction" >
|
||||
@@ -422,7 +422,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Comment</string>
|
||||
<string>&Comment</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="ViewColumnsExpireAction" >
|
||||
@@ -430,7 +430,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Expires</string>
|
||||
<string>E&xpires</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="ViewColumnsCreationAction" >
|
||||
@@ -438,7 +438,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Creation</string>
|
||||
<string>C&reation</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="ViewColumnsLastChangeAction" >
|
||||
@@ -446,7 +446,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Last Change</string>
|
||||
<string>&Last Change</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="ViewColumnsLastAccessAction" >
|
||||
@@ -454,7 +454,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Last Access</string>
|
||||
<string>Last &Access</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="ViewColumnsAttachmentAction" >
|
||||
@@ -462,7 +462,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Attachment</string>
|
||||
<string>A&ttachment</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="ExtrasSettingsAction" >
|
||||
@@ -480,7 +480,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Show Statusbar</string>
|
||||
<string>Show &Statusbar</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="HelpHandbookAction" >
|
||||
@@ -506,7 +506,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>16x16</string>
|
||||
<string>&16x16</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="ViewToolButtonSize22Action" >
|
||||
@@ -514,7 +514,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>22x22</string>
|
||||
<string>&22x22</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="ViewToolButtonSize28Action" >
|
||||
@@ -522,7 +522,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>28x28</string>
|
||||
<string>2&8x28</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="FileNewKdbAction" >
|
||||
@@ -553,12 +553,12 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Group (search results only)</string>
|
||||
<string>&Group (search results only)</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="ExtrasShowExpiredEntriesAction" >
|
||||
<property name="text" >
|
||||
<string>Show Expired Entries...</string>
|
||||
<string>Show &Expired Entries...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="ExtrasTrashCanAction" >
|
||||
@@ -571,12 +571,12 @@
|
||||
</action>
|
||||
<action name="AddBookmarkAction" >
|
||||
<property name="text" >
|
||||
<string>Add Bookmark...</string>
|
||||
<string>&Add Bookmark...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="AddThisAsBookmarkAction" >
|
||||
<property name="text" >
|
||||
<string>Bookmark this Database...</string>
|
||||
<string>Bookmark &this Database...</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
|
||||
Reference in New Issue
Block a user