keepassxc:fork_keepassx_core

Last commit made on 2022-12-27
Get this branch:
git clone -b fork_keepassx_core https://git.launchpad.net/keepassxc

Branch merges

Branch information

Name:
fork_keepassx_core
Repository:
lp:keepassxc

Recent commits

bcb547a... by louib <email address hidden>

fix: formatting

be94f97... by louib <email address hidden>

fix: most extensions need the gui sources still

Thanks to @yan12125 for the patch.

f23b07f... by Jonathan White

Fix test cases

* Disable quick unlock when running TestGuiBrowser
* Use QString and auto pointers in TestMerge. This test was failing under Visual Studio.

48715c6... by Jonathan White

Further cleanup of naming conventions and organization

* Rename all variables to use keepassxc instead of keepassx
* Move some definitions to their proper locations in CMakeLists.txt

e5308d6... by louib <email address hidden>

refactor: move mac clipboard utils to gui/

709ea11... by louib <email address hidden>

fix: add MacPasteboard back to compilation

fix provided by yan12125

b42fb1c... by louib <email address hidden>

fix: link to corefoundation from thirdparty dir

fix provided by yan12125

a7ffd28... by louib <email address hidden>

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.

3e3e87d... by Jonathan White

Hide rename button from attachments preview panel (#8842)

c410c38... by Daniel Ziegenberg

Fix Ctrl+Tab shortcut to cycle databases in unlock dialog (#8839)