pinta:release-1.7

Last commit made on 2020-08-04
Get this branch:
git clone -b release-1.7 https://git.launchpad.net/pinta

Branch merges

Branch information

Name:
release-1.7
Repository:
lp:pinta

Recent commits

3d6c188... by Cameron White

Also add the tests folder to the `make dist` target.

f44dbf6... by Cameron White

Add Pinta.Docking to the `make dist` target.

1c85a46... by Cameron White

Pull in the latest translations.

180c199... by Cameron White

Link to the new mailing list, and update the GTK# installer link.

fbc04f5... by Cameron White

Fix a bug exposed by 9c0e401b

If the OnMouseDown() handler decided not to start a transform operation (e.g. because the mouse was outside the canvas), the OnMouseUp handler shouldn't call OnFinishTransform().
After 9c0e401b, the OnFinishTransform() handler expects OnStartTransform() to have been called first.

Fixes: 1890184

9bc50c7... by Cameron White

Error if no files are found to upload

This is a new feature of the artifact uploader.

efab0f1... by Cameron White

Fix incorrect detect condition, which was flipped around.

e795081... by Cameron White

Add missing InstallCondition attribute, which seems to be required.

4547f03... by Cameron White

Use a bool for whether the registry key exists.

7b03bf9... by Cameron White

Add missing /install command.