~rikmills/+git/labplot-upstream:work/EnableBLF

Last commit made on 2023-05-06
Get this branch:
git clone -b work/EnableBLF https://git.launchpad.net/~rikmills/+git/labplot-upstream

Branch merges

Branch information

Name:
work/EnableBLF
Repository:
lp:~rikmills/+git/labplot-upstream

Recent commits

038bf46... by Martin

do not use includes, because then it is not possible to set Cmake variables

6cad9d3... by l10n daemon script <email address hidden>

GIT_SILENT Sync po/docbooks with svn

cfdbdc5... by Antonio Rojas <email address hidden>

Set minimum liborigin version to 3.0.2

It does not exist yet, but anything older is unsupported.

CCBUG: 469367

e7f3278... by Stefan Gerlach <email address hidden>

GIT_SILENT changelog

2559876... by Antonio Rojas <email address hidden>

Use system liborigin headers if linking against system liborigin

Currently the liborigin includes are hardcoded to the bundled version even when linking against the system one.
This can cause crashes and other errors due to incompatibilities betweeen both versions.
No stable liborigin release is supported, but at least now one will get a build time error that makes it clear, instead of crashes at runtime.

CCBUG: 469367

0d8f897... by Martin

On windows it is not possible to delete the image file if QTemporaryFile still exists, so the test must be modified such that QTemporary runs out of scope whenever needed, which will automatically delete the file

afc900e... by Martin

fix warnings

418510e... by Martin

Fix test. datetime is not enabled if the image is not valid

20c231e... by Martin

Add clipboard test and disable filename lineedit when image was added from clipboard

00a521e... by Martin

Add more tests