keepassxc:fork_keepassx_core_part_1

Last commit made on 2023-08-06
Get this branch:
git clone -b fork_keepassx_core_part_1 https://git.launchpad.net/keepassxc

Branch merges

Branch information

Name:
fork_keepassx_core_part_1
Repository:
lp:keepassxc

Recent commits

8de273a... by louib <email address hidden>

refactor: separate GUI sources from core sources

This PR splits the GUI source files from the core
source files. The immediate goal is to allow the
CLI to require only a minimum number of dynamic
libraries. The long term goal is to create an
architectural boundary around the core module,
in preparation of libkdbx.

e1482de... by Jonathan White

Improve codecov configuration

* Project checks will tolerate a -0.5% drop and still pass. This prevents minor changes and non-code changes from failing the CI checks.
* Patch checks require 75% coverage of the changed code to pass

c041f45... by Jonathan White

Move toolbar back to top of main window when unmovable

* Fix #9384

286b5cf... by Jonathan White

Prevent KeeShare banner from squashing group panel

* Fixes #9569

d025f02... by Jonathan White

Increase fixed font point size on Windows

* Consolas runs smaller then the default system font. Increasing by 1 point size makes them look equal.

a7f857d... by Jonathan White

Copy TOTP on preview panel on double click

* Closes #9545

a35f446... by Jonathan White

Prevent password preview from being cut off

* Fixes #9190

15b8b5d... by Jonathan White

Significantly improve visual when dragging entries to copy/move

* Fixes #6079

0a75858... by varjolintu <email address hidden>

Fix password dialog close button

1b12c95... by Blessio <email address hidden>

Improve error message when browser proxy cannot be found (#9385)

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