aboutsummaryrefslogtreecommitdiff
path: root/src/haptic.cpp
Commit message (Collapse)AuthorAgeFilesLines
* src/haptic.cpp: Fix data type sent to hfd-serviceRobert Tari2022-11-131-10/+4
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/96
* Fix cppcheck errors/warningsRobert Tari2022-02-081-1/+1
|
* Re-enable haptic using hfd-serviceRobert Tari2021-11-181-43/+19
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/67
* Remove com.canonical.usensord and disable hapticRobert Tari2021-10-281-2/+5
|
* Vibrate only once when notification about calendar events.Renato Araujo Oliveira Filho2021-08-291-7/+13
|
* 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