Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-enable haptic using hfd-service | Robert Tari | 2021-11-18 | 2 | -9/+6 |
| | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/67 | ||||
* | Rename Lomiri-specific properties to x-lomiri | Robert Tari | 2021-11-09 | 1 | -5/+5 |
| | |||||
* | Remove com.canonical.usensord and disable haptic | Robert Tari | 2021-10-28 | 1 | -3/+6 |
| | |||||
* | Renaname x-canonical properties to x-ayatana | Robert Tari | 2021-10-26 | 1 | -5/+5 |
| | |||||
* | Fix build failure on Ubuntu 20.04 | Robert Tari | 2021-08-31 | 1 | -0/+22 |
| | | | | | | | - include/notifications/sound.h: Add SoundBuilder class - src/snap.cpp: Add m_sound_builder variable - src/main.cpp: Fix uin -> ain typo - CMakeLists.txt: Add uuid dependency | ||||
* | include/notifications/notifications.h: Typo fix in comment. | Mike Gabriel | 2021-08-30 | 1 | -1/+1 |
| | |||||
* | Rename com.canonical.powerd -> com.lomiri.Repowerd | Robert Tari | 2021-08-29 | 1 | -3/+3 |
| | |||||
* | in Awake, remove an unnecessary async call by passing the system bus into ↵ | Charles Kerr | 2021-08-29 | 1 | -1/+3 |
| | | | | the constructor instead of fetching it asynchronously | ||||
* | Fix notifications so it respects if it should or not show bubbles or add to ↵ | Arthur Mello | 2021-08-29 | 1 | -0/+6 |
| | | | | notification list | ||||
* | Small fixes requeted by charles during the review. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -1/+1 |
| | |||||
* | Fixed as reviewer requested. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -1/+1 |
| | |||||
* | Vibrate only once when notification about calendar events. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -1/+1 |
| | |||||
* | Post message on messaging menu if the notification get timeout. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -2/+9 |
| | |||||
* | Partially revert fab51b4. Only rename those x-canonical attributes to ↵ | Mike Gabriel | 2020-08-11 | 1 | -4/+4 |
| | | | | x-ayatana if they are solely used by Ayatana Indicators. | ||||
* | Replace x-canonical attributes | Robert Tari | 2020-08-11 | 1 | -4/+4 |
| | |||||
* | README.md: Add some manual line breaks. | Mike Gabriel | 2017-12-08 | 1 | -2/+2 |
| | |||||
* | Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime. | Mike Gabriel | 2017-05-17 | 5 | -22/+22 |
| | |||||
* | require an explicit role for the sound so that we can differentiate between ↵ | Charles Kerr | 2015-01-21 | 1 | -1/+1 |
| | | | | eg 'alarm' and 'alert' | ||||
* | Make alarm notifications icons and button color match Design's specs. Fixes: ↵ | Charles Kerr | 2014-09-19 | 1 | -2/+3 |
|\ | | | | | | | | | | | 1370594 Approved by: Ted Gould, PS Jenkins bot, Nekhelesh Ramananthan | ||||
| * | use the new x-canonical-private-affirmative-tint key. | Charles Kerr | 2014-09-17 | 1 | -2/+3 |
| | | |||||
* | | fix flint++ warnings | Charles Kerr | 2014-09-17 | 3 | -3/+3 |
|/ | |||||
* | sync with prerequisite branch ↵ | Charles Kerr | 2014-08-01 | 1 | -2/+0 |
|\ | | | | | | | lp:~charlesk/indicator-datetime/notification-refactor | ||||
| * | refactor changes based on Antti's feedback | Charles Kerr | 2014-08-01 | 1 | -2/+0 |
| | | |||||
* | | in Haptic, make the looping logic easier to read. | Charles Kerr | 2014-07-31 | 1 | -1/+1 |
| | | |||||
* | | drop the ubuntu-application-api middleman and call usensorsd directly: ↵ | Charles Kerr | 2014-07-31 | 1 | -0/+4 |
| | | | | | | | | ua_sensors_haptic_new() crashes on desktop and ua_sensors_haptic_vibrate_once() makes blocking dbus calls. | ||||
* | | in indicator::noficiations::Haptic, better naming of the Mode enum | Charles Kerr | 2014-07-31 | 1 | -2/+5 |
| | | |||||
* | | sync with lp:~charlesk/indicator-datetime/notification-refactor | Charles Kerr | 2014-07-31 | 1 | -5/+4 |
|\| | |||||
| * | sync with trunk | Charles Kerr | 2014-07-30 | 1 | -0/+1 |
| | | |||||
| * | fix doxygen comments | Charles Kerr | 2014-07-30 | 1 | -5/+3 |
| | | |||||
* | | initial draft of haptic feedback when alarms play | Charles Kerr | 2014-07-30 | 1 | -0/+57 |
|/ | |||||
* | copyediting: comments, use anonymous namespace | Charles Kerr | 2014-07-27 | 1 | -2/+3 |
| | |||||
* | make close return void instead of bool, because after all what more can you ↵ | Charles Kerr | 2014-07-27 | 1 | -2/+2 |
| | | | | do if the call fails? What's the point? | ||||
* | refactor the Notifications / sound / awake code | Charles Kerr | 2014-07-26 | 5 | -0/+265 |