mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-23 21:21:08 -05:00
Move 'Copy URL' into main entry context menu
This commit is contained in:
parent
ef8c7b0a4c
commit
ea183a6889
@ -5137,10 +5137,6 @@ Are you sure you want to continue with this file?</source>
|
||||
<source>Copy title to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&URL</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Copy URL to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
@ -5395,6 +5391,10 @@ We recommend you use the AppImage available on our downloads page.</source>
|
||||
<source>XML File…</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Copy &URL</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ManageDatabase</name>
|
||||
|
@ -128,6 +128,7 @@ MainWindow::MainWindow()
|
||||
m_entryContextMenu->setSeparatorsCollapsible(true);
|
||||
m_entryContextMenu->addAction(m_ui->actionEntryCopyUsername);
|
||||
m_entryContextMenu->addAction(m_ui->actionEntryCopyPassword);
|
||||
m_entryContextMenu->addAction(m_ui->actionEntryCopyURL);
|
||||
m_entryContextMenu->addAction(m_ui->menuEntryCopyAttribute->menuAction());
|
||||
m_entryContextMenu->addAction(m_ui->menuEntryTotp->menuAction());
|
||||
m_entryContextMenu->addAction(m_ui->menuTags->menuAction());
|
||||
|
@ -216,7 +216,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>800</width>
|
||||
<height>25</height>
|
||||
<height>22</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="contextMenuPolicy">
|
||||
@ -247,11 +247,6 @@
|
||||
<addaction name="actionExportHtml"/>
|
||||
<addaction name="actionExportXML"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menu_Quit">
|
||||
<property name="title">
|
||||
<string>&Quit</string>
|
||||
</property>
|
||||
</widget>
|
||||
<addaction name="actionDatabaseNew"/>
|
||||
<addaction name="actionDatabaseOpen"/>
|
||||
<addaction name="menuRecentDatabases"/>
|
||||
@ -306,7 +301,6 @@
|
||||
<string>Copy Att&ribute</string>
|
||||
</property>
|
||||
<addaction name="actionEntryCopyTitle"/>
|
||||
<addaction name="actionEntryCopyURL"/>
|
||||
<addaction name="actionEntryCopyNotes"/>
|
||||
<addaction name="separator"/>
|
||||
</widget>
|
||||
@ -338,6 +332,7 @@
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionEntryCopyUsername"/>
|
||||
<addaction name="actionEntryCopyPassword"/>
|
||||
<addaction name="actionEntryCopyURL"/>
|
||||
<addaction name="menuEntryCopyAttribute"/>
|
||||
<addaction name="menuEntryTotp"/>
|
||||
<addaction name="menuTags"/>
|
||||
@ -818,7 +813,7 @@
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&URL</string>
|
||||
<string>Copy &URL</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Copy URL to clipboard</string>
|
||||
@ -895,7 +890,7 @@
|
||||
<string>Copy &TOTP</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionEntryCopyPasswordTotp">
|
||||
<action name="actionEntryCopyPasswordTotp">
|
||||
<property name="text">
|
||||
<string>Copy Password and TOTP</string>
|
||||
</property>
|
||||
|
Loading…
Reference in New Issue
Block a user