mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-13 14:00:59 -04:00
Add feature to handle references, resolves #75
- Create popup for clone options - Add ability to resolve references for autotype/http/copying
This commit is contained in:
parent
6bd342f63a
commit
1fe75f9420
11 changed files with 264 additions and 29 deletions
|
@ -73,6 +73,7 @@ set(keepassx_SOURCES
|
|||
gui/CategoryListWidget.cpp
|
||||
gui/ChangeMasterKeyWidget.cpp
|
||||
gui/Clipboard.cpp
|
||||
gui/CloneDialog.cpp
|
||||
gui/DatabaseOpenWidget.cpp
|
||||
gui/DatabaseRepairWidget.cpp
|
||||
gui/DatabaseSettingsWidget.cpp
|
||||
|
@ -131,6 +132,7 @@ set(keepassx_SOURCES_MAINEXE
|
|||
set(keepassx_FORMS
|
||||
gui/AboutDialog.ui
|
||||
gui/ChangeMasterKeyWidget.ui
|
||||
gui/CloneDialog.ui
|
||||
gui/DatabaseOpenWidget.ui
|
||||
gui/DatabaseSettingsWidget.ui
|
||||
gui/CategoryListWidget.ui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue