commit 346938abe194ab691c84076725e245a60eccd031
Author: David King <
[email protected]>
Date: Mon Nov 10 22:58:27 2014 +0000
Update NEWS for 3.14.2 release
M NEWS
M configure.ac
commit a0eb380c618e55657f217dcb617e31ba7d4ecfc5
Author: David King <
[email protected]>
Date: Mon Nov 10 22:56:34 2014 +0000
Add name and summary elements to AppData
Pacify appstream-util validate.
M data/org.gnome.Cheese.appdata.xml.in
commit f9406b6b927344fd2f49e07f3bd6d0fa4ff4cf34
Author: Ondrej Holy <
[email protected]>
Date: Mon Nov 10 09:04:59 2014 +0100
Limit default size for avatar cropping
Commit c605ad3578ff66452bd7b01d257f31c64e7905ef enlarged default size
for cropping avatars thus crop rectangle could be easily bigger then
image. The crop rectagle can't be modified and
cc_crop_area_get_picture
causes errors if the rectangle is bigger, because it has negative
coordinates. Limit the default size to fit the image also.
https://bugzilla.gnome.org/show_bug.cgi?id=739870
M libcheese/um-crop-area.c
commit e19f4b1a5ccd682b2d67171f29a037e0b754085b
Author: David King <
[email protected]>
Date: Sat Oct 25 12:20:36 2014 +0100
Substitute bindir and libexecdir in Makefile.am
Rather than substituting the values of libexecdir and bindir during
configure, which might include some unexpanded shell variables, expand
and substitute them as targets in Makefile.am instead.
https://bugzilla.gnome.org/show_bug.cgi?id=726095
M Makefile.am
M configure.ac
commit 3a21ac4f1a83ffa99956a199240ff68261bf4af1
Author: David King <
[email protected]>
Date: Sat Oct 25 11:29:49 2014 +0100
Use AC_PROG_SED in configure.ac
M Makefile.am
M configure.ac
commit 0cd0fbbbe0a9fad166d7a43d71906aebeb106cbf
Author: David King <
[email protected]>
Date: Tue Oct 14 14:13:25 2014 +0100
Bump required Vala version for get_menu_by_id()
Use the get the given menu from GtkApplication.
M configure.ac