~vcs-imports/gnome-control-center/+git/gnome-control-center:wip/garnacho/wayland-tablet

Last commit made on 2016-06-24
Get this branch:
git clone -b wip/garnacho/wayland-tablet https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
wip/garnacho/wayland-tablet
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

7e73b02... by Carlos Garnacho

wacom: Remove g-s-d code synchronization rule

This code is going from g-s-d, the remaining bits should be adopted
by g-c-c.

cdab310... by Carlos Garnacho

wacom: Remove GsdWacomDevice

It is now entirely unused.

379bdfe... by Carlos Garnacho

wacom: Update test to use CcWacomDevice

So it works again.

5c9a187... by Carlos Garnacho

wacom: Add constructor for fake CcWacomDevice objects

So it can be used in test-wacom

3183570... by Carlos Garnacho

wacom: Use updated ui files

4eec923... by Carlos Garnacho

wacom: Refurbish UI files

Some improvements to fit better with the new design:
- "no configured ..." page for both stylus/tablet sections
- the navigation buttons are now children of GtkRevealers, so
  size doesn't popup
- Empty placeholder in several containers have been removed.

d8b7c3a... by Carlos Garnacho

wacom: Reinstaurate calibration

The "area" setting has a different treatment in the gsettings-desktop-schemas
tablet schema, the 4 double values express the padding (in unitless 0..1
range) on each of the sides of the tablet. It's been done so we don't rely
on input/output units, which we might have not the luxury to access.

Besides that, the dependency on GsdWacomDevice has been cleared.

da01e87... by Carlos Garnacho

wacom: Remove unused include

3b41df6... by Carlos Garnacho

wacom: Remove unused struct definition

73d079b... by Carlos Garnacho

wacom: Poke the org.gnome.Shell D-Bus call to show the pad OSD

This feature now belongs in gnome-shell, not g-s-d. The D-Bus API
changed correspondingly.