5effde59f6
backends: Implement the "show osd" pad action
...
Just call back into meta_display_request_show_osd().
2016-07-22 13:31:09 +02:00
76595af8af
core: Add special case for the pad OSD in event handling
...
When it's active, we want wayland to stop handling (most notably key)
events.
2016-07-22 13:31:09 +02:00
21c8911254
core: Add meta_display_request_pad_osd() function
...
There may be external/compositor-specific reasons to trigger the
pad OSD. Expose this call so the pad OSD can be triggered looking
up the right settings, monitor, etc...
2016-07-22 13:31:09 +02:00
35554555e0
core: Add MetaDisplay:show-pad-osd signal
...
This is intended to be caught in the gnome-shell code, in order to
show the OSD with the pad action mapping.
2016-07-22 13:31:09 +02:00
e2ad8700a9
backends: Export function to query the mapped MetaMonitorInfo of a tablet
...
Or NULL if the tablet is mapped to the full desktop size.
2016-07-22 13:31:09 +02:00
323c608b0c
backends: Export call to retrieve the base GSettings for a tablet
2016-07-22 13:31:09 +02:00
0efe076a0a
backends: Implement "switch monitor" pad button action
...
This action remaps the tablet to each of the connected monitors,
or to the span of all monitors.
2016-07-22 13:31:09 +02:00
6f7f98540f
core: Add public MetaDisplay functions to get action labels for pad buttons
...
This API will be used from the gnome-shell pad OSD implementation, in order
to show the actions that currently apply to every button/ring/strip in the
tablet.
2016-07-22 13:31:09 +02:00
56632d2ef7
backends: Add function to retrieve the label for a pad button action
...
As those are specified by settings.
2016-07-22 13:31:09 +02:00
6296d30e1a
wayland: Add getters for the current feedback strings in MetaWaylandTabletPad
...
Each of the buttons/rings/strips may have one such feedback string, this API
makes is meant to make lookups consistent.
2016-07-22 13:31:09 +02:00
ed16b40c98
meta: Add MetaPadActionType enum
...
This will be used on lookups to the current action assigned to
any element in a tablet pad.
2016-07-22 13:31:09 +02:00
7bba20e536
wayland: Hook MetaWaylandTabletPad to pad button actions management
...
These are handled by the MetaInputSettings, so hook the events emitted
to it.
2016-07-22 13:31:09 +02:00
8e6244238d
backends: Add API to trigger actions related to pad buttons
...
It does nothing at the moment, but can be hooked into MetaWaylandTabletPad
now. For X11, we need to trigger these for the pad events we receive from
the passive pad button grabs.
2016-07-22 13:31:09 +02:00
ba9ec00694
wayland: Add update() phase to MetaWaylandTabletPad
...
This will be needed to update internal state of pad groups.
2016-07-22 13:31:09 +02:00
08cda496f8
wayland: Apply pressure settings before sending wp_tablet_tool.pressure
2016-07-22 13:31:09 +02:00
f9552bb9c0
backends: Add function to apply pressure sensitivity to tablet tools
...
A bezier curve is created out of the 2 control points in settings, so
the pressure is made to follow the stablished curve between 0 and 1.
2016-07-22 13:31:09 +02:00
7e267e9b01
wayland: Implement stylus button actions
...
Those just send different BTN_ keycodes.
2016-07-22 13:31:09 +02:00
fbb4c0b831
backends: Add function to retrieve the action mapped to an stylus button
...
This function will be useful for the wayland implementation, because buttons
are mapped at the time of sending those through the wire.
As x11/wayland implementations differ here, this function will be useful for
the wayland implementation, as the action is handled lat
2016-07-22 13:31:09 +02:00
d7faab76e0
backends: Perform libwacom checks before applying settings
...
Some settings make no sense on external tablets, and others make
no sense in display/system-integrated tablets. Perform those checks
so we don't end up with possibly broken configuration.
2016-07-22 13:31:09 +02:00
b7892ba1c5
backends: Disable keep-aspect and output mapping on relative devices
...
Those settings make no sense there, so should be made ineffective.
2016-07-22 13:31:09 +02:00
ab2d2af176
backends: Implement set_tablet_mapping() in native backend
...
We can now just set the mapping through clutter_input_device_set_mapping()
2016-07-22 13:31:09 +02:00
80674fc9e4
clutter/evdev: Optionally report abs/rel motions for tablet tools
...
Depending on clutter_input_device_get_mapping(), or whether the current
tool is either cursor or lens (those don't make any sense in absolute
mode), relative motions will be reported.
2016-07-22 13:31:09 +02:00
9587a60da4
clutter: Add clutter_input_device_[gs]et_mapping()
...
This function call only applies to tablets, and thus will error
out unless it's called with CLUTTER_TABLET_DEVICEs. This will
allow setting absolute/relative mapping on those on the fly, as
this is optional.
2016-07-22 13:31:09 +02:00
73958aeb59
backends: Add private getter for the MetaInputSettings
...
We will need to fetch information from it at certain places.
2016-07-22 13:31:09 +02:00
77b33a86b8
backends: Fetch libwacom information for tablets in MetaInputSettings
...
Given that information defines largely how such devices are to be
configured, it makes sense to have that information at hand. A getter
has been also added for the places where it could be useful, although
it will require HAVE_LIBWACOM checks in callers too.
2016-07-22 13:31:09 +02:00
f3b94d9a78
wayland: Implement wp_tablet.path
...
Now that we have clutter_input_device_get_device_node(), it is trivial
to implement.
2016-07-22 13:31:09 +02:00
af8b938f92
clutter/x11: Set device node information in XI2 devices
2016-07-22 13:31:09 +02:00
1496a7ead3
clutter/evdev: Set device node information to evdev devices
2016-07-22 13:31:09 +02:00
e7e62ee4a4
clutter: Add clutter_input_device_get_device_node()
...
This function is meant to return the device node path (eg. /dev/input/...),
which will be useful to wire up a few things.
2016-07-22 13:31:09 +02:00
f6e471fca4
backends: Add function to lookup the mapping for a given tablet
...
At least for wayland, this needs implementing within mutter. So add
a function to look this setting up.
2016-07-22 13:31:09 +02:00
1dd121002f
backends: Store mappable devices' info in the hashtable
...
Instead of as closure data. We will need to store (and query) more
per-device info, so access to this struct is necessary.
2016-07-22 13:31:09 +02:00
526fdca3fb
backends: Map tablets/pads, and wire to configuration vfuncs
...
With this, the left-handed setting works. The other configuration
vfuncs remain empty stubs, but will be correctly applied when those
are handled.
2016-07-22 13:31:09 +02:00
220ac7c8f2
backends: Add empty stubs for tablet configuration
...
Those will be called when configuring tablets.
2016-07-22 13:31:09 +02:00
5ea39e0e77
wayland: Implement wp_tablet_tool.hardware_id_wacom
...
We can now fetch this info from the ClutterInputDeviceTool, so
use it to implement this event.
2016-07-22 13:31:09 +02:00
1c23d4bc51
clutter/evdev: Set tool IDs
2016-07-22 13:31:09 +02:00
2e6bfa8bae
clutter: Add ClutterInputDeviceTool:id property
2016-07-22 13:31:09 +02:00
a59170c09f
clutter: Fix ClutterInputDeviceTool:serial setter/getter
...
The argument is internally handled as a uint64, but only exposed in
API as guint.
2016-07-22 13:31:09 +02:00
aa9b2c5494
configure: Check for libwacom
...
It will be used for some advanced tablet features, which we can't
get solely from libinput.
2016-07-22 13:31:09 +02:00
c1d157e136
wayland: Add focus management to pads
...
All pads will share the same focus than the keyboard, so this means that:
- The focus changes in-sync for keyboard and all pad devices, and
- Newly plugged pads will be immediately focused on that same surface
2016-07-22 13:31:09 +02:00
2cd21f1b20
wayland: Add MetaWaylandTabletSeat API to correlate pads/tablets
...
All pads have one tablet, but a tablet may have multiple pads. Add
API to look things up from a MetaWaylandTablet(Pad).
2016-07-22 13:31:09 +02:00
5ccde659c1
wayland: Add pointer from MetaWaylandTabletSeat to MetaWaylandSeat
...
It will be useful to backreference to the MetaWaylandSeat from tablet
code.
2016-07-22 13:31:09 +02:00
fd62a1f6ce
wayland: Wire up pad device event management
...
The tablet manager will now lookup the correct MetaWaylandTabletSeat,
and forward the events through it.
2016-07-22 13:31:09 +02:00
b8808ca24d
wayland: Implement pad management in MetaWaylandTabletSeat
...
Now pads are looked up and notified upon, both on startup and
when plugging a tablet.
2016-07-22 13:31:09 +02:00
41ff0aaf60
wayland: Implement wp_tablet_pad
...
This object represents the collection of buttons, strips and rings
in a tablet pad. All the objects created (pad, strips and rings)
share a common focus surface and have the same lifetime.
2016-07-22 13:31:09 +02:00
c5d0791710
wayland: Implement wp_tablet_pad_group
2016-07-22 13:31:09 +02:00
828277f5e0
wayland: Implement wp_tablet_pad_strip
...
This represents pad sliders.
2016-07-22 13:31:09 +02:00
e56d6b06cf
wayland: Implement wp_tablet_pad_ring
...
This object represents pad "wheels"
2016-07-22 13:31:09 +02:00
96aed5fd2e
clutter: Handle pad button events in clutter_event_get_button()
2016-07-22 13:31:09 +02:00
88c510c38a
clutter/evdev: Translate/emit libinput pad events
2016-07-22 13:31:09 +02:00
6bcff556b5
clutter/evdev: Handle management of pad devices
2016-07-22 13:31:09 +02:00