kwin/libinput
Roman Gilg 87150816c7 [libinput] Rework device config writing and save enum of ScrollMode as integer
This is a larger patch rewriting some parts of the config saving functionality
in device.cpp in order to:

1. Make it possible to save ScrollMode as integer instead of using three booleans
2. Simplify the addition of new keys or types in the future

Changes in detail:
a) Adds new ConfigKey ScrollMethod and removed now unnecessary keys per method
b) Adds constructors to the ConfigData struct. This allows to create ConfigData
   entries for s_configData without the need of stating empty brackets and the
   useage of default values.
c) Use plain member function pointers instead of std::function, in order to
   compactify code and have better compile output in case something goes wrong.
c) Cleans up ScrollMethod functions and adds interface methods for transforming
   the saved integer into type enum libinput_config_scroll_method.
d) Adjusts auto test for loading the ScrollMethod value from the config file.

Reviewers: #kwin, graesslin

Subscribers: kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D3460
2016-11-22 19:18:15 +01:00
..
connection.cpp [libinput] Load/store device configuration 2016-11-07 13:45:48 +01:00
connection.h Merge branch 'Plasma/5.8' 2016-10-17 08:59:35 +02:00
context.cpp
context.h
device.cpp [libinput] Rework device config writing and save enum of ScrollMode as integer 2016-11-22 19:18:15 +01:00
device.h [libinput] Rework device config writing and save enum of ScrollMode as integer 2016-11-22 19:18:15 +01:00
events.cpp Support for relative pointer motion events 2016-10-12 11:26:46 +02:00
events.h Support for relative pointer motion events 2016-10-12 11:26:46 +02:00
libinput_logging.cpp pedantic fixes 2016-07-16 13:14:44 -04:00
libinput_logging.h