aboutsummaryrefslogtreecommitdiff
path: root/include/notifications
Commit message (Collapse)AuthorAgeFilesLines
* Re-enable haptic using hfd-serviceRobert Tari2021-11-182-9/+6
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/67
* Rename Lomiri-specific properties to x-lomiriRobert Tari2021-11-091-5/+5
|
* Remove com.canonical.usensord and disable hapticRobert Tari2021-10-281-3/+6
|
* Renaname x-canonical properties to x-ayatanaRobert Tari2021-10-261-5/+5
|
* Fix build failure on Ubuntu 20.04Robert Tari2021-08-311-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 Gabriel2021-08-301-1/+1
|
* Rename com.canonical.powerd -> com.lomiri.RepowerdRobert Tari2021-08-291-3/+3
|
* in Awake, remove an unnecessary async call by passing the system bus into ↵Charles Kerr2021-08-291-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 Mello2021-08-291-0/+6
| | | | notification list
* Small fixes requeted by charles during the review.Renato Araujo Oliveira Filho2021-08-291-1/+1
|
* Fixed as reviewer requested.Renato Araujo Oliveira Filho2021-08-291-1/+1
|
* Vibrate only once when notification about calendar events.Renato Araujo Oliveira Filho2021-08-291-1/+1
|
* Post message on messaging menu if the notification get timeout.Renato Araujo Oliveira Filho2021-08-291-2/+9
|
* Partially revert fab51b4. Only rename those x-canonical attributes to ↵Mike Gabriel2020-08-111-4/+4
| | | | x-ayatana if they are solely used by Ayatana Indicators.
* Replace x-canonical attributesRobert Tari2020-08-111-4/+4
|
* README.md: Add some manual line breaks.Mike Gabriel2017-12-081-2/+2
|
* Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.Mike Gabriel2017-05-175-22/+22
|
* require an explicit role for the sound so that we can differentiate between ↵Charles Kerr2015-01-211-1/+1
| | | | eg 'alarm' and 'alert'
* Make alarm notifications icons and button color match Design's specs. Fixes: ↵Charles Kerr2014-09-191-2/+3
|\ | | | | | | | | | | 1370594 Approved by: Ted Gould, PS Jenkins bot, Nekhelesh Ramananthan
| * use the new x-canonical-private-affirmative-tint key.Charles Kerr2014-09-171-2/+3
| |
* | fix flint++ warningsCharles Kerr2014-09-173-3/+3
|/
* sync with prerequisite branch ↵Charles Kerr2014-08-011-2/+0
|\ | | | | | | lp:~charlesk/indicator-datetime/notification-refactor
| * refactor changes based on Antti's feedbackCharles Kerr2014-08-011-2/+0
| |
* | in Haptic, make the looping logic easier to read.Charles Kerr2014-07-311-1/+1
| |
* | drop the ubuntu-application-api middleman and call usensorsd directly: ↵Charles Kerr2014-07-311-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 enumCharles Kerr2014-07-311-2/+5
| |
* | sync with lp:~charlesk/indicator-datetime/notification-refactorCharles Kerr2014-07-311-5/+4
|\|
| * sync with trunkCharles Kerr2014-07-301-0/+1
| |
| * fix doxygen commentsCharles Kerr2014-07-301-5/+3
| |
* | initial draft of haptic feedback when alarms playCharles Kerr2014-07-301-0/+57
|/
* copyediting: comments, use anonymous namespaceCharles Kerr2014-07-271-2/+3
|
* make close return void instead of bool, because after all what more can you ↵Charles Kerr2014-07-271-2/+2
| | | | do if the call fails? What's the point?
* refactor the Notifications / sound / awake codeCharles Kerr2014-07-265-0/+265