aboutsummaryrefslogtreecommitdiff
path: root/src/snap.cpp
Commit message (Expand)AuthorAgeFilesLines
* src, tests: enable notification code path without Lomiri depspersonal/peat-psuwit/bring-back-lomiri-hintsRatchanan Srirattanamet2023-12-261-2/+17
* Make Lomiri features configurable at build timeRobert Tari2021-12-031-1/+1
* Check for lomiri-schemas package instead of individual filesRobert Tari2021-11-251-1/+1
* Re-enable haptic using hfd-serviceRobert Tari2021-11-181-1/+1
* Rename HAVE_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS to HAS_LOMIRI_ACCTSERVICE_SOUNDRobert Tari2021-11-011-1/+1
* Drop the 'ubuntu' prefix from the alarm types and functionsRobert Tari2021-10-281-14/+16
* src/snap.cpp: Create Sound object via SoundBuilderRobert Tari2021-09-011-1/+1
* Fix build failure on Ubuntu 20.04Robert Tari2021-08-311-0/+1
* Alarm snoozes after timeout (#29)farkasdvd2021-08-291-1/+1
* in Snap, add a constructor arg for the system bus because we need it when ins...Charles Kerr2021-08-291-13/+23
* Should not use sounds notifications for calendar in silent modeArthur Mello2021-08-291-1/+1
* If in silent mode should only vibrate if the settings say soArthur Mello2021-08-291-6/+14
* Only wake device if bubbles notifications are enabledArthur Mello2021-08-291-1/+4
* Fix notifications so it respects if it should or not show bubbles or add to n...Arthur Mello2021-08-291-4/+4
* Make sure that calendar settings do not affect alarm notificationsArthur Mello2021-08-291-3/+3
* Update indicator-datetime to work with the new notification settingsArthur Mello2021-08-291-15/+30
* add a new Snap::Response enum for more flexible handling of snap decisionsCharles Kerr2021-08-291-16/+23
* Small fixes requeted by charles during the review.Renato Araujo Oliveira Filho2021-08-291-1/+1
* Use calendar app icon.Renato Araujo Oliveira Filho2021-08-291-4/+7
* Update notifications to use the new calendar icon.Renato Araujo Oliveira Filho2021-08-291-1/+1
* Vibrate only once when notification about calendar events.Renato Araujo Oliveira Filho2021-08-291-1/+1
* Only play sounds for alarms.Renato Araujo Oliveira Filho2021-08-291-1/+3
* Post message on messaging menu if the notification get timeout.Renato Araujo Oliveira Filho2021-08-291-2/+10
* revert last change.Renato Araujo Oliveira Filho2021-08-291-4/+1
* Play event sound even if the event has only text reminders.Renato Araujo Oliveira Filho2021-08-291-1/+4
* better code.Renato Araujo Oliveira Filho2021-08-291-3/+1
* Does not play sound for events without a sound set.Renato Araujo Oliveira Filho2021-08-291-0/+3
* Remove type property from Alarm.Renato Araujo Oliveira Filho2021-08-291-5/+0
* Only play a sound alert if the event contains a SOUND reminder.Renato Araujo Oliveira Filho2021-08-291-0/+4
* adjust title and notification icon according to the event typeDavid Barth2021-08-291-2/+9
* don't show calendar event notifications if com.ubuntu.calendar's notification...Charles Kerr2021-08-291-0/+17
* honor gsettings for calendar eventsCharles Kerr2018-03-261-8/+10
* use a different default sound for calendars than for alarmsCharles Kerr2018-03-261-5/+5
* use the new ALARM_DEFAULT_SOUND symbolic in the src and test cpp filesCharles Kerr2018-03-261-1/+1
* src/snap.cpp: Forgotten namespace change unity::indicator::notifications -> a...Mike Gabriel2017-12-081-2/+2
* Make the datetime indicator build on non-Ubuntu systems (which mostly lack ur...Mike Gabriel2017-12-081-0/+3
* Many more C++ namespace name changes (unity -> ayatana).Mike Gabriel2017-12-081-11/+11
* Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.Mike Gabriel2017-05-171-2/+2
* replace the default alarm from 'Suru arpeggio.ogg' to 'Alarm clock.oggCharles Kerr2015-09-041-1/+1
* honor the AccountsService 'other vibrations' setting.Charles Kerr2015-04-081-3/+11
* add an Alarm class to represent ical valarm components; change the Appointmen...Charles Kerr2015-03-311-7/+9
* in Snap's Sound() ctor, use an 'alarm' role for the alarm clock and 'alert' f...Charles Kerr2015-01-211-1/+2
* tweak an overly-verbose variable nameCharles Kerr2015-01-211-2/+2
* in Snap, fix the code that checks AccountsService.Sound for Silent ModeCharles Kerr2015-01-211-7/+6
* first stab at AccountsService proxy. WIP; pushing to test on devicesCharles Kerr2015-01-211-6/+57
* for calendar events, use interactive notifications and a nonrepeating sound.Charles Kerr2014-12-071-4/+9
* ensure that disabled alarms aren't shown in indicator-datetime and that notif...Charles Kerr2014-12-071-6/+0
* fix tyop from previous commitCharles Kerr2014-09-171-1/+1
* use the new x-canonical-private-affirmative-tint key.Charles Kerr2014-09-171-1/+1
* add translator comments for the date format string in snap.cppCharles Kerr2014-09-151-1/+10