index
:
ayatana-indicator-datetime
main
personal/peat-psuwit/bring-back-lomiri-hints
release-builds
Ayatana Indicator Date & Time Applet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
snap.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Alarm snoozes after timeout (#29)
farkasdvd
2021-07-09
1
-1
/
+1
*
in Snap, add a constructor arg for the system bus because we need it when ins...
Charles Kerr
2021-07-08
1
-13
/
+23
*
Should not use sounds notifications for calendar in silent mode
Arthur Mello
2021-07-08
1
-1
/
+1
*
If in silent mode should only vibrate if the settings say so
Arthur Mello
2021-07-08
1
-6
/
+14
*
Only wake device if bubbles notifications are enabled
Arthur Mello
2021-07-08
1
-1
/
+4
*
Fix notifications so it respects if it should or not show bubbles or add to n...
Arthur Mello
2021-07-08
1
-4
/
+4
*
Make sure that calendar settings do not affect alarm notifications
Arthur Mello
2021-07-08
1
-3
/
+3
*
Update indicator-datetime to work with the new notification settings
Arthur Mello
2021-07-07
1
-15
/
+30
*
add a new Snap::Response enum for more flexible handling of snap decisions
Charles Kerr
2021-07-07
1
-16
/
+23
*
Small fixes requeted by charles during the review.
Renato Araujo Oliveira Filho
2021-07-07
1
-1
/
+1
*
Use calendar app icon.
Renato Araujo Oliveira Filho
2021-07-06
1
-4
/
+7
*
Update notifications to use the new calendar icon.
Renato Araujo Oliveira Filho
2021-07-06
1
-1
/
+1
*
Vibrate only once when notification about calendar events.
Renato Araujo Oliveira Filho
2021-07-06
1
-1
/
+1
*
Only play sounds for alarms.
Renato Araujo Oliveira Filho
2021-07-06
1
-1
/
+3
*
Post message on messaging menu if the notification get timeout.
Renato Araujo Oliveira Filho
2021-07-06
1
-2
/
+10
*
revert last change.
Renato Araujo Oliveira Filho
2021-07-06
1
-4
/
+1
*
Play event sound even if the event has only text reminders.
Renato Araujo Oliveira Filho
2021-07-06
1
-1
/
+4
*
better code.
Renato Araujo Oliveira Filho
2021-07-05
1
-3
/
+1
*
Does not play sound for events without a sound set.
Renato Araujo Oliveira Filho
2021-07-05
1
-0
/
+3
*
Remove type property from Alarm.
Renato Araujo Oliveira Filho
2021-07-05
1
-5
/
+0
*
Only play a sound alert if the event contains a SOUND reminder.
Renato Araujo Oliveira Filho
2021-07-05
1
-0
/
+4
*
adjust title and notification icon according to the event type
David Barth
2021-07-01
1
-2
/
+9
*
don't show calendar event notifications if com.ubuntu.calendar's notification...
Charles Kerr
2021-06-30
1
-0
/
+17
*
honor gsettings for calendar events
Charles Kerr
2018-03-26
1
-8
/
+10
*
use a different default sound for calendars than for alarms
Charles Kerr
2018-03-26
1
-5
/
+5
*
use the new ALARM_DEFAULT_SOUND symbolic in the src and test cpp files
Charles Kerr
2018-03-26
1
-1
/
+1
*
src/snap.cpp: Forgotten namespace change unity::indicator::notifications -> a...
Mike Gabriel
2017-12-08
1
-2
/
+2
*
Make the datetime indicator build on non-Ubuntu systems (which mostly lack ur...
Mike Gabriel
2017-12-08
1
-0
/
+3
*
Many more C++ namespace name changes (unity -> ayatana).
Mike Gabriel
2017-12-08
1
-11
/
+11
*
Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.
Mike Gabriel
2017-05-17
1
-2
/
+2
*
replace the default alarm from 'Suru arpeggio.ogg' to 'Alarm clock.ogg
Charles Kerr
2015-09-04
1
-1
/
+1
*
honor the AccountsService 'other vibrations' setting.
Charles Kerr
2015-04-08
1
-3
/
+11
*
add an Alarm class to represent ical valarm components; change the Appointmen...
Charles Kerr
2015-03-31
1
-7
/
+9
*
in Snap's Sound() ctor, use an 'alarm' role for the alarm clock and 'alert' f...
Charles Kerr
2015-01-21
1
-1
/
+2
*
tweak an overly-verbose variable name
Charles Kerr
2015-01-21
1
-2
/
+2
*
in Snap, fix the code that checks AccountsService.Sound for Silent Mode
Charles Kerr
2015-01-21
1
-7
/
+6
*
first stab at AccountsService proxy. WIP; pushing to test on devices
Charles Kerr
2015-01-21
1
-6
/
+57
*
for calendar events, use interactive notifications and a nonrepeating sound.
Charles Kerr
2014-12-07
1
-4
/
+9
*
ensure that disabled alarms aren't shown in indicator-datetime and that notif...
Charles Kerr
2014-12-07
1
-6
/
+0
*
fix tyop from previous commit
Charles Kerr
2014-09-17
1
-1
/
+1
*
use the new x-canonical-private-affirmative-tint key.
Charles Kerr
2014-09-17
1
-1
/
+1
*
add translator comments for the date format string in snap.cpp
Charles Kerr
2014-09-15
1
-1
/
+10
*
In the alarm's popup notifications' titlebars, don't show the seconds in the ...
Charles Kerr
2014-09-05
1
-2
/
+5
|
\
|
*
remove the seconds from the alarms' snap decisions.
Charles Kerr
2014-09-02
1
-2
/
+5
*
|
reverse OK/snooze button order
Charles Kerr
2014-09-02
1
-1
/
+1
*
|
update Snap Decisions to include snooze
Charles Kerr
2014-09-02
1
-13
/
+11
|
/
*
configurable haptic mode, part 2 of 3: use the new haptic mode setting when p...
Charles Kerr
2014-07-31
1
-1
/
+4
*
sync with lp:~charlesk/indicator-datetime/notification-refactor
Charles Kerr
2014-07-31
1
-0
/
+1
|
\
|
*
sync with trunk
Charles Kerr
2014-07-30
1
-0
/
+1
|
|
\
|
|
*
Make use of the x-canonical-non-shaped-icon hint to suppress masking the symb...
Mirco Müller
2014-07-22
1
-0
/
+3
[next]