mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
Improve AutoOpen
* Add support for 'ifDevice' feature, closes #2871 * Resolve placeholders for username and password to support references, fixes #2078 * Add support for open databases from an entry when the url starts with 'kdbx://'. Uses the same syntax as AutoOpen. Closes #1536.
This commit is contained in:
parent
b7104be689
commit
f129768f07
2 changed files with 67 additions and 29 deletions
|
@ -253,6 +253,7 @@ private:
|
|||
int addChildWidget(QWidget* w);
|
||||
void setClipboardTextAndMinimize(const QString& text);
|
||||
void processAutoOpen();
|
||||
void openDatabaseFromEntry(const Entry* entry, bool inBackground = true);
|
||||
bool confirmDeleteEntries(QList<Entry*> entries, bool permanent);
|
||||
void performIconDownloads(const QList<Entry*>& entries, bool force = false);
|
||||
Entry* currentSelectedEntry();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue