Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Partially revert fab51b4. Only rename those x-canonical attributes to ↵ | Mike Gabriel | 2020-08-11 | 1 | -1/+1 |
| | | | | x-ayatana if they are solely used by Ayatana Indicators. | ||||
* | Replace x-canonical attributes | Robert Tari | 2020-08-11 | 1 | -1/+1 |
| | |||||
* | add a ualarm to test-snap.cpp | Charles Kerr | 2018-03-26 | 1 | -3/+14 |
| | |||||
* | Fix executable/project name (indicator-datetime -> ↵ | Mike Gabriel | 2017-12-08 | 1 | -1/+1 |
| | | | | ayatana-indicator-datetime) at various locations. | ||||
* | README.md: Add some manual line breaks. | Mike Gabriel | 2017-12-08 | 1 | -9/+9 |
| | |||||
* | Many more C++ namespace name changes (unity -> ayatana). | Mike Gabriel | 2017-12-08 | 1 | -6/+6 |
| | |||||
* | honor the AccountsService 'other vibrations' setting. | Charles Kerr | 2015-04-08 | 1 | -28/+81 |
| | |||||
* | fix misuse of ECalComponentAlarmInstance's fields. | Charles Kerr | 2015-04-05 | 1 | -1/+1 |
| | |||||
* | add an Alarm class to represent ical valarm components; change the ↵ | Charles Kerr | 2015-03-31 | 1 | -10/+10 |
| | | | | Appointment class to hold an arbitrary number of Alarms. | ||||
* | add DateTime::end_of_month(), DateTime::end_of_day(). Add unit tests for them. | Charles Kerr | 2015-03-16 | 1 | -4/+3 |
| | |||||
* | sync the rest of the code with the changes to DateTime instantiation ↵ | Charles Kerr | 2015-03-14 | 1 | -4/+2 |
| | | | | mentioned two commits ago | ||||
* | ensure that disabled alarms aren't shown in indicator-datetime and that ↵ | Charles Kerr | 2014-12-07 | 1 | -1/+1 |
| | | | | notifications aren't shown for them. | ||||
* | fix flint++ warnings | Charles Kerr | 2014-09-17 | 1 | -4/+4 |
| | |||||
* | configurable haptic mode, part 2 of 3: use the new haptic mode setting when ↵ | Charles Kerr | 2014-07-31 | 1 | -7/+42 |
| | | | | popping up notifications; sync notification tests | ||||
* | in haptic.cpp, better support for vibration patterns | Charles Kerr | 2014-07-31 | 1 | -4/+4 |
| | |||||
* | add haptic feedback unit tests | Charles Kerr | 2014-07-31 | 1 | -1/+32 |
| | |||||
* | refactor the Notifications / sound / awake code | Charles Kerr | 2014-07-26 | 1 | -27/+47 |
| | |||||
* | add tests to confirm that sleep gets inhibited, and the screen gets forced ↵ | Charles Kerr | 2014-07-24 | 1 | -33/+257 |
| | | | | on, while a notification is shown. | ||||
* | add a dbustest1 test to confirm that the snap decision's hint has the ↵ | Charles Kerr | 2014-07-15 | 1 | -0/+212 |
correct timeout interval. |