picard:2.9.x

Last commit made on 2023-09-12
Get this branch:
git clone -b 2.9.x https://git.launchpad.net/picard

Branch merges

Branch information

Name:
2.9.x
Repository:
lp:picard

Recent commits

1cbb7a8... by Philipp Wolfer

Release 2.9.2

97a8230... by Philipp Wolfer

Bump version 2.9.2dev1

d5ec015... by Philipp Wolfer

PICARD-2720: Add .desktop file action to explicitly open new window

c8a3404... by Philipp Wolfer

PICARD-2712: Fix sanitize date removing 0 values

Sanitize date cleared zero values in between, such turning "YYYY-00-DD"
into "YYYY-DD", which would be a completely different date.

Fix this by keeping empty values if they are not the last element.

352ba1b... by Philipp Wolfer

PICARD-2733: Fixed crash in save warning dialog with Finnish locale

1743e94... by Philipp Wolfer

PICARD-2724: Move all Qt5 DLLs into main directory on Windows

Avoids import errors if a system wide, incompatible Qt5 installation
is present on the system.

e14c9a0... by Philipp Wolfer

Avoid pipe error output on startup

When starting the initial instance the pipe not being available to
write to is an expected condition. Handle this gracefully.

d71460d... by Philipp Wolfer

PICARD-2722: Fix pipe recreation race condition on exit

Only re-create pipe on Windows if it was not stopped. Otherwise
re-creating the pipe can cause the pipe server thread to keep running.

7d66888... by Philipp Wolfer

PICARD-2736: Fix Windows system wide libssl conflicting with bundled libssl

Removed an old workaround that no longer applies for current PyQt5
and/or PyInstaller. The OpenSSL DLLs should be kept in the main install
folder in order to be prioritized over system libs.

595c9e9... by Laurent Monin <email address hidden>

PICARD-2700: fix accumulating series metadata on refresh