keepassxc:feature/toolbar-upgrade

Last commit made on 2023-11-29
Get this branch:
git clone -b feature/toolbar-upgrade https://git.launchpad.net/keepassxc

Branch merges

Branch information

Name:
feature/toolbar-upgrade
Repository:
lp:keepassxc

Recent commits

5e62089... by Jonathan White

Overhaul action states and add icons to toolbar

cc0530b... by Dan Church

Fix Botan 2/3 include

Botan::secure_scrub_memory -> defined in mem_ops.h
Botan::secure_vector -> defined in secmem.h

The reason only including secmem.h worked in previous (<3.0) versions of
Botan was because secmem.h included mem_ops.h. This is no longer the
case since commit
randombit/botan@49dbbcb2bfda05ef9d3f09848c9ba22fcbcd5066 (2023-10-11;
"Split out allocator helpers to allocator.h")

Fixes #10038

13c88e1... by =?utf-8?q?Sami_V=C3=A4nttinen?= <email address hidden>

Passkeys: Add support for importing Passkey to entry (#9987)

---------
Co-authored-by: Jonathan White <email address hidden>

013db19... by Jonathan White

Fix password generator close button for good

* Avoids using QDialog which breaks the standalone password generator

Revert "Fix password dialog close button"

This reverts commit 5b47190fcc4b2f51fb11849cef7f53346e8fe439.

6e8fa34... by Lapse <email address hidden>

Update FindBotan.cmake

The recent debug library is called botan-3.lib, which is unable to be found by this since BOTAN_NAMES_DEBUG does not contain the keyword "botan-3". This commit adds that keyword.

a3717c7... by varjolintu <email address hidden>

Rename userId to credentialId

1126055... by =?utf-8?b?UmVtaWdpdXN6IMW7xJl0a293c2tp?= <email address hidden>

Fix docs link anchors

8499a90... by Martin Buchholz <email address hidden>

Fix typo: SSH_AUTH_SOCKET

49f2924... by Jonathan White

Update translations from Transifex

* Also update Transifex config file to latest format

454dc71... by =?utf-8?q?Sami_V=C3=A4nttinen?= <email address hidden>

Fix showing password generator from the toolbar icon (#9984)