aboutsummaryrefslogtreecommitdiff
path: root/src/snap.cpp
Commit message (Expand)AuthorAgeFilesLines
* add comments & examples for translators to help them to fix bug #1001595 for ...Charles Kerr2014-03-271-0/+2
* Add debug logging of what capabilities the notification server said it suppor...Charles Kerr2014-03-211-0/+8
|\
| * add debug logging of what capabilities the notification server said it supports.Charles Kerr2014-03-201-0/+8
* | Don't play the alarm sound if we can't talk to libnotify. Otherwise we won't ...Charles Kerr2014-03-201-4/+7
|/
* when a notify action is activated, call stop_audio_loop() in case the notify ...Charles Kerr2014-02-271-0/+2
* when deciding whether to do a bubble or snap notification, see if the server ...Charles Kerr2014-02-271-19/+25
* when notifying of alarms on the desktop, use bubble notifications instead of ...Charles Kerr2014-02-261-8/+57
* tie the stop-the-ringtone action to the notification being closed, so that it...Charles Kerr2014-02-261-2/+6
* when playing a sound in canberra, don't use CA_PROP_EVENT_ID if caching failedCharles Kerr2014-02-051-1/+5
* bugfix: when closing the snap decision, ensure there's not a timeout waiting ...Charles Kerr2014-02-051-2/+10
* add the alarm bell to the canberra cache before it gets played in a loop.Charles Kerr2014-02-041-8/+18
* loop the ringtone until user acks the snap decisionCharles Kerr2014-02-041-2/+38
* use %X for showing the appointment time in the titleCharles Kerr2014-02-041-4/+2
* Add audio notitication when the alarm is triggered. Add a manual test to test...Charles Kerr2014-02-041-33/+113
* use the appointment's beginning time in the title of the alarm Snap DecisionCharles Kerr2014-02-041-5/+10
* don't show snap decisions for appointments that don't have alarms.Charles Kerr2014-02-031-0/+3
* from alarm dev branch: snap decision handlerCharles Kerr2014-02-031-0/+112