added KeePassX_XML export,
PwManager import works again, text export works again. git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@125 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -137,38 +137,6 @@
|
||||
<addaction name="EditSearchAction" />
|
||||
<addaction name="EditGroupSearchAction" />
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuDatei" >
|
||||
<property name="title" >
|
||||
<string>&File</string>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuImportieren_aus" >
|
||||
<property name="title" >
|
||||
<string>&Import from...</string>
|
||||
</property>
|
||||
<addaction name="FileImpPwmAction" />
|
||||
<addaction name="FileImpKWalletXmlAction" />
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuExport_to" >
|
||||
<property name="title" >
|
||||
<string>&Export to...</string>
|
||||
</property>
|
||||
<addaction name="FileExpPlainTextAction" />
|
||||
</widget>
|
||||
<addaction name="FileNewAction" />
|
||||
<addaction name="FileOpenAction" />
|
||||
<addaction name="FileCloseAction" />
|
||||
<addaction name="separator" />
|
||||
<addaction name="FileSaveAction" />
|
||||
<addaction name="FileSaveAsAction" />
|
||||
<addaction name="separator" />
|
||||
<addaction name="FileSettingsAction" />
|
||||
<addaction name="FileChangeKeyAction" />
|
||||
<addaction name="separator" />
|
||||
<addaction name="menuImportieren_aus" />
|
||||
<addaction name="menuExport_to" />
|
||||
<addaction name="separator" />
|
||||
<addaction name="FileExitAction" />
|
||||
</widget>
|
||||
<widget class="QMenu" name="ViewMenu" >
|
||||
<property name="title" >
|
||||
<string>&View</string>
|
||||
@@ -221,6 +189,35 @@
|
||||
<addaction name="ExtrasSettingsAction" />
|
||||
<addaction name="ExtrasPasswordGenAction" />
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuDatei" >
|
||||
<property name="title" >
|
||||
<string>&File</string>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuExport" >
|
||||
<property name="title" >
|
||||
<string>&Export to...</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuImport" >
|
||||
<property name="title" >
|
||||
<string>&Import from...</string>
|
||||
</property>
|
||||
</widget>
|
||||
<addaction name="FileNewAction" />
|
||||
<addaction name="FileOpenAction" />
|
||||
<addaction name="FileCloseAction" />
|
||||
<addaction name="separator" />
|
||||
<addaction name="FileSaveAction" />
|
||||
<addaction name="FileSaveAsAction" />
|
||||
<addaction name="separator" />
|
||||
<addaction name="FileSettingsAction" />
|
||||
<addaction name="FileChangeKeyAction" />
|
||||
<addaction name="separator" />
|
||||
<addaction name="menuImport" />
|
||||
<addaction name="menuExport" />
|
||||
<addaction name="separator" />
|
||||
<addaction name="FileExitAction" />
|
||||
</widget>
|
||||
<addaction name="menuDatei" />
|
||||
<addaction name="menuBearbeiten" />
|
||||
<addaction name="ViewMenu" />
|
||||
@@ -262,16 +259,6 @@
|
||||
<string>E&xit</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="FileImpPwmAction" >
|
||||
<property name="text" >
|
||||
<string>PwManager File (*.pwm)</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="FileImpKWalletXmlAction" >
|
||||
<property name="text" >
|
||||
<string>KWallet XML-File (*.xml)</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="EditNewGroupAction" >
|
||||
<property name="text" >
|
||||
<string>Add New Group...</string>
|
||||
@@ -464,11 +451,6 @@
|
||||
<string>&KeePassX Handbook...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="FileExpPlainTextAction" >
|
||||
<property name="text" >
|
||||
<string>Plain Text (*.txt)</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="HideSearchResultsAction" >
|
||||
<property name="text" >
|
||||
<string>Hide</string>
|
||||
@@ -525,16 +507,16 @@
|
||||
</action>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
<class>KeepassGroupView</class>
|
||||
<extends>QTreeWidget</extends>
|
||||
<header>../../src/lib/GroupView.h</header>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>KeepassEntryView</class>
|
||||
<extends>QTreeWidget</extends>
|
||||
<header>../../src/lib/EntryView.h</header>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>KeepassGroupView</class>
|
||||
<extends>QTreeWidget</extends>
|
||||
<header>../../src/lib/GroupView.h</header>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources/>
|
||||
<connections/>
|
||||
|
||||
Reference in New Issue
Block a user