keepassxc:fix/filewatcher-empty-path

Last commit made on 2022-04-03
Get this branch:
git clone -b fix/filewatcher-empty-path https://git.launchpad.net/keepassxc

Branch merges

Branch information

Name:
fix/filewatcher-empty-path
Repository:
lp:keepassxc

Recent commits

35edba7... by Jonathan White

Prevent checking file hash with an empty path

A warning is issued from Qt when the path is empty. This happens most often during test runs, but can also occur when closing a database before everything gets cleaned up.

097be1a... by Jonathan White

Fix Auto-Typing single character placeholders

* Fix #7743 - Include # in placeholder list
* This change fixes typing single character placeholders (escaped placeholders) on Windows. Previously we were sending these as raw key presses which didn't properly press Shift or other modifiers. Now they are sent as unicode characters unless in virtual mode (the expected behavior).

c5d25ac... by Jonathan White

Fix Auto-Type modifiers on Windows

Also add documentation on modifiers.

* Fix #7626

dd52177... by Jonathan White

Improve Entry Preview layout

* Fix #7672 - notes preview spans the entire length of the preview pane again
* Fix #4242 - Allow selecting entry title text in preview
* Improve multi-line tag preview
* Fixup alignment and spacing of fields

41061cf... by Jonathan White

Improve speed of AES KDF transform

* Remove parallel left/right block calculations in favor of calculating both blocks simultaneously. This brings the calculation within parity of 2.6.6.
* Fix #7682

d8da81d... by Jonathan White

Revert DatabaseOpenDialog to be always on top on Linux

Fixes regression due to issues with dialogs appearing above other windows on some Linux Desktop Envs.

2b8d670... by Toni Spets

SSH Agent: Fix Windows agent selection, radio buttons

aca197a... by Bernhard Kirchen <email address hidden>

Add 12 hours expiration preset (#7738)

* Add hours precision to TimeDelta

* Add 12 hours expiration preset

Fixes #7369

044fc8d... by Rosa Hase <email address hidden>

Use setChangeCurrentOnDrag property to handle drag and drop between tabs

.FIXES #7155

5c45cf2... by Janek Bevendorff <email address hidden>

Clear quick unlock secrets when database tab is closed