| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
With the recent change, the notification code path is no longer Lomiri
(or Ubuntu Touch) specific.
Theres still some if-def's in the code to avoid adding dependendies in
non-Lomiri case.
|
| |
|
| |
|
|
|
|
| |
fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/67
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Changes the default behavior for an alarm timeout from "no action" to "snooze".
|
|
|
|
| |
instantiating Awake objects
|
| |
|
| |
|
| |
|
|
|
|
| |
notification list
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
notifications are blacklisted
|
| |
|
| |
|
| |
|
|
|
|
| |
ayatana::indicator::notifications.
|
|
|
|
| |
url-dispatcher and Ubuntu Touch sound schema files.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Appointment class to hold an arbitrary number of Alarms.
|
|
|
|
| |
for calendar events
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
notifications aren't shown for them.
|
| |
|
| |
|
| |
|