pinta:release-0.6

Last commit made on 2011-01-12
Get this branch:
git clone -b release-0.6 https://git.launchpad.net/pinta

Branch merges

Branch information

Name:
release-0.6
Repository:
lp:pinta

Recent commits

f426026... by Jonathan Pobst

Fix make install.

1658198... by Jonathan Pobst

Latest batch of translations.

aa1f18e... by Jonathan Pobst

Only need 2.6.7 to build 0.6.

078e689... by Jonathan Pobst

Remove System.ComponentModel.Composition dependency.

2b82dae... by Jonathan Pobst

Prepare for 0.6 branching.

b24ce13... by Jonathan Pobst

Commit debugging function for determining if an image contains any translucent pixels.

267f374... by Jonathan Pobst

Clarify that you need Mono 2.8+ to build Pinta.

a19ceae... by Jonathan Pobst

[Fixes bug #696410] Only zero the requested length of memory, not a hardcoded value.

868269b... by Jonathan Pobst

[Fixes part 2 of bug #671500] Always follow the extension rather than the file type drop down

ie: if the user chooses to save a "jpeg" as "foo.png", we are going to assume they just didn't update the dropdown and really want png.

f837c80... by Jonathan Pobst

[Fixes part of bug #671500] Store the last chosen image format for saving and use it as the default the next time.