~vcs-imports/pygobject/+git/pygobject:pygobject-3-16

Last commit made on 2015-07-17
Get this branch:
git clone -b pygobject-3-16 https://git.launchpad.net/~vcs-imports/pygobject/+git/pygobject

Branch merges

Branch information

Name:
pygobject-3-16
Repository:
lp:~vcs-imports/pygobject/+git/pygobject

Recent commits

deb3abc... by Rui Matos

Avoid a silent long to int truncation

If the python object contains a value bigger than MAXUINT we'd
silently truncate it when assigning to 'val' and the if condition
would always be true.

This was caught by a coverity scan.

https://bugzilla.gnome.org/show_bug.cgi?id=749698

5cfe5b5... by Christoph Reiter <email address hidden>

Fix test regression when xdg-user-dirs is not installed.

GLib.get_user_special_dir is only guaranteed to always return
a path in case GLib.UserDirectory.DIRECTORY_DESKTOP is passed.
This was unintentionally changed to DIRECTORY_MUSIC
in 9948a67e677c8a351f2de1708.

https://bugzilla.gnome.org/show_bug.cgi?id=751299

fd759fe... by Simon Feltman <email address hidden>

configure.ac: post-release version bump to 3.16.3

66311fd... by Simon Feltman <email address hidden>

release 3.16.2

ecb2e6c... by Christoph Reiter <email address hidden>

overrides: Provide _overrides_module attribute to make gst-python overrides work again.

gi_gst_fraction_from_value () in gst-python's gstmodule.c tries to access
the Gst.Fraction class through gi.repository.Gst._overrides_module.Fraction
and failed since _overrides_module was removed in revision 149c31beced944c.

This adds it back pointing to the proxy itself which also contains Gst.Fraction.

https://bugzilla.gnome.org/show_bug.cgi?id=736678#c6

eddc462... by Simon Feltman <email address hidden>

configure.ac: post release version bump to 3.16.2

763510d... by Simon Feltman <email address hidden>

release 3.16.1

7291cb1... by Simon Feltman <email address hidden>

overrides: Conditionalize touch override support in Gdk

Conditionalize Gdk.EventTouch union discrimination. This fixes the
Gdk overrides to continue working with versions of Gdk less than 3.4.

https://bugzilla.gnome.org/show_bug.cgi?id=747717

c595249... by Simon Feltman <email address hidden>

configure.ac: post release version bump to 3.16.1

46f463a... by Simon Feltman <email address hidden>

release 3.16.0