aboutsummaryrefslogtreecommitdiff
path: root/src/haptic.cpp
Commit message (Collapse)AuthorAgeFilesLines
* README.md: Add some manual line breaks.Mike Gabriel2017-12-081-1/+1
|
* Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.Mike Gabriel2017-05-171-2/+2
|
* in Haptic, make the looping logic easier to read.Charles Kerr2014-07-311-24/+27
|
* in haptic.cpp, better support for vibration patternsCharles Kerr2014-07-311-14/+43
|
* drop the ubuntu-application-api middleman and call usensorsd directly: ↵Charles Kerr2014-07-311-23/+57
| | | | ua_sensors_haptic_new() crashes on desktop and ua_sensors_haptic_vibrate_once() makes blocking dbus calls.
* in haptic.cpp, better commentsCharles Kerr2014-07-311-0/+3
|
* in Haptic::Impl::~Impl(), call ua_sensors_haptic_disable(). h/t AnttiCharles Kerr2014-07-311-1/+1
|
* in haptic.cpp, start vibrating immediatelyCharles Kerr2014-07-311-0/+1
|
* in haptic.cpp, make sure to enable the sensor by calling ↵Charles Kerr2014-07-301-3/+11
| | | | ua_sensors_haptic_enable()
* initial draft of haptic feedback when alarms playCharles Kerr2014-07-301-0/+92