~vanvugt/ubuntu/+source/gtk+3.0:synaptics

Last commit made on 2018-03-14
Get this branch:
git clone -b synaptics https://git.launchpad.net/~vanvugt/ubuntu/+source/gtk+3.0
Only Daniel van Vugt can upload to this branch. If you are Daniel van Vugt please log in for upload directions.

Branch merges

Branch information

Name:
synaptics
Repository:
lp:~vanvugt/ubuntu/+source/gtk+3.0

Recent commits

4d94a70... by Daniel van Vugt

Fixed. But the test is broken(?)

9a93d51... by Daniel van Vugt

Add a test showing synaptics is GDK_SOURCE_MOUSE

417e8d6... by =?utf-8?q?Timm_B=C3=A4der?= <email address hidden>

snapshot: Add missing (nullable) annotation

d4c9a35... by =?utf-8?q?Timm_B=C3=A4der?= <email address hidden>

widget: Simplify setting a default direction

No reason for the second paramter to be a pointer.

81a7f8e... by =?utf-8?q?Timm_B=C3=A4der?= <email address hidden>

label: Remove dead NULL check

We only create the gesture when priv->select_info is !NULL.

f91ea2c... by Christoph Reiter

Merge branch 'master' into 'master'

Add proper annotation for gdk_frame_clock_get_refresh_info

See merge request GNOME/gtk!55

5838ac3... by Christoph Reiter <email address hidden>

run-docker.sh: Disable SELinux for the container and update the image tag

On Fedora and similar SELinux by default prevents containers accessing
mounted host directories. This script is just used for testing,
so disable it.

27abc9f... by Emmanuele Bassi

Update CONTRIBUTING.md

Update the instructions to match the GitLab workflow.

b939af0... by Emmanuele Bassi <email address hidden>

ci: Add explicit dependency on "which"

The xvfb-run script depends on it, but it seems Fedora packages ended up
forgetting about it.

4e2790e... by Emmanuele Bassi <email address hidden>

ci: Remove ccache

There are issues with the caching; CI will randomly fail to create new
files used when testing features.