Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/haptic.cpp: Fix data type sent to hfd-service | Robert Tari | 2022-11-13 | 1 | -10/+4 |
| | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/96 | ||||
* | Fix cppcheck errors/warnings | Robert Tari | 2022-02-08 | 1 | -1/+1 |
| | |||||
* | Re-enable haptic using hfd-service | Robert Tari | 2021-11-18 | 1 | -43/+19 |
| | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/67 | ||||
* | Remove com.canonical.usensord and disable haptic | Robert Tari | 2021-10-28 | 1 | -2/+5 |
| | |||||
* | Vibrate only once when notification about calendar events. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -7/+13 |
| | |||||
* | README.md: Add some manual line breaks. | Mike Gabriel | 2017-12-08 | 1 | -1/+1 |
| | |||||
* | Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime. | Mike Gabriel | 2017-05-17 | 1 | -2/+2 |
| | |||||
* | in Haptic, make the looping logic easier to read. | Charles Kerr | 2014-07-31 | 1 | -24/+27 |
| | |||||
* | in haptic.cpp, better support for vibration patterns | Charles Kerr | 2014-07-31 | 1 | -14/+43 |
| | |||||
* | drop the ubuntu-application-api middleman and call usensorsd directly: ↵ | Charles Kerr | 2014-07-31 | 1 | -23/+57 |
| | | | | ua_sensors_haptic_new() crashes on desktop and ua_sensors_haptic_vibrate_once() makes blocking dbus calls. | ||||
* | in haptic.cpp, better comments | Charles Kerr | 2014-07-31 | 1 | -0/+3 |
| | |||||
* | in Haptic::Impl::~Impl(), call ua_sensors_haptic_disable(). h/t Antti | Charles Kerr | 2014-07-31 | 1 | -1/+1 |
| | |||||
* | in haptic.cpp, start vibrating immediately | Charles Kerr | 2014-07-31 | 1 | -0/+1 |
| | |||||
* | in haptic.cpp, make sure to enable the sensor by calling ↵ | Charles Kerr | 2014-07-30 | 1 | -3/+11 |
| | | | | ua_sensors_haptic_enable() | ||||
* | initial draft of haptic feedback when alarms play | Charles Kerr | 2014-07-30 | 1 | -0/+92 |