| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | | initial draft of haptic feedback when alarms play | Charles Kerr | 2014-07-30 | 1 | -2/+6 |
|/ / |
|
* | | move Snap's guts into an Impl class | Charles Kerr | 2014-07-30 | 1 | -80/+105 |
* | | copyediting: comments, use anonymous namespace | Charles Kerr | 2014-07-27 | 1 | -3/+8 |
* | | copyediting | Charles Kerr | 2014-07-27 | 1 | -16/+13 |
* | | refactor the Notifications / sound / awake code | Charles Kerr | 2014-07-26 | 1 | -574/+53 |
* | | when a Snap object is destructed, delete any active Popups that it owns. This... | Charles Kerr | 2014-07-24 | 1 | -43/+51 |
* | | move the powerd and screen bus name, path, and interface strings into dbus-sh... | Charles Kerr | 2014-07-23 | 1 | -12/+13 |
* | | remove tracer g_messages() that were used during development | Charles Kerr | 2014-07-23 | 1 | -10/+4 |
* | | handle Screen.keepDisplayOn() returning a cookie whose value is '0' | Charles Kerr | 2014-07-23 | 1 | -4/+9 |
* | | when an alarm is being shown, inhibit sleep and force the screen on. | Charles Kerr | 2014-07-23 | 1 | -2/+187 |
|/ |
|
* | Pair notify_init() with a shutdown call to notify_uninit() when the last Snap... | Charles Kerr | 2014-07-15 | 1 | -8/+6 |
* | use std::chrono to get the milliseconds for notify_notification_set_hint() | Charles Kerr | 2014-07-15 | 1 | -2/+3 |
* | x-canonical-snap-decisions-timeout is int32 milliseconds | Charles Kerr | 2014-07-14 | 1 | -2/+2 |
* | add x-canonical-snap-decisions-timeout hint. | Charles Kerr | 2014-07-14 | 1 | -5/+13 |
* | remove use of deprecated API notify_notification_set_hint_string() | Charles Kerr | 2014-07-14 | 1 | -6/+6 |
* | in snap.cpp, use std::call_once() as suggested by tedg | Charles Kerr | 2014-07-07 | 1 | -17/+10 |
* | use GStreamer's full volume range. | Charles Kerr | 2014-07-07 | 1 | -2/+9 |
* | use the libgstreamer API instead of libcanberra to play audio sounds. | Charles Kerr | 2014-07-03 | 1 | -125/+85 |
* | use unsigned ints for the alarm volume, duration properties | Charles Kerr | 2014-06-27 | 1 | -9/+9 |
* | Design prefers to have a volume slider instead of presets, so remove the Alar... | Charles Kerr | 2014-06-26 | 1 | -15/+14 |
* | fix clang++ warning about unused private field in snap.cpp's Sound class | Charles Kerr | 2014-06-26 | 1 | -2/+0 |
* | make get_gain_level() a little easier to read. | Charles Kerr | 2014-06-25 | 1 | -1/+1 |
* | in snap.cpp, replace Sound::Properties with a SoundBuilder class to make the ... | Charles Kerr | 2014-06-25 | 1 | -34/+60 |