aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Activate the phone's screen when an alarm is displayed. Fixes: 1340329Charles Kerr2014-07-302-50/+243
|\
| * when a Snap object is destructed, delete any active Popups that it owns. This...Charles Kerr2014-07-241-43/+51
| * move the powerd and screen bus name, path, and interface strings into dbus-sh...Charles Kerr2014-07-232-16/+17
| * remove tracer g_messages() that were used during developmentCharles Kerr2014-07-231-10/+4
| * handle Screen.keepDisplayOn() returning a cookie whose value is '0'Charles Kerr2014-07-231-4/+9
| * when an alarm is being shown, inhibit sleep and force the screen on.Charles Kerr2014-07-231-2/+187
* | Make use of the x-canonical-non-shaped-icon hint to suppress masking the symb...Mirco Müller2014-07-221-0/+3
|/
* Pair notify_init() with a shutdown call to notify_uninit() when the last Snap...Charles Kerr2014-07-151-8/+6
* use std::chrono to get the milliseconds for notify_notification_set_hint()Charles Kerr2014-07-151-2/+3
* x-canonical-snap-decisions-timeout is int32 millisecondsCharles Kerr2014-07-141-2/+2
* add x-canonical-snap-decisions-timeout hint.Charles Kerr2014-07-141-5/+13
* remove use of deprecated API notify_notification_set_hint_string()Charles Kerr2014-07-141-6/+6
* in snap.cpp, use std::call_once() as suggested by tedgCharles Kerr2014-07-071-17/+10
* use GStreamer's full volume range.Charles Kerr2014-07-071-2/+9
* use the libgstreamer API instead of libcanberra to play audio sounds.Charles Kerr2014-07-031-125/+85
* use unsigned ints for the alarm volume, duration propertiesCharles Kerr2014-06-273-26/+28
* Design prefers to have a volume slider instead of presets, so remove the Alar...Charles Kerr2014-06-263-43/+18
* Expose the alarm settings via dbus properties.Charles Kerr2014-06-263-14/+134
* fix clang++ warning about unused private field in snap.cpp's Sound classCharles Kerr2014-06-261-2/+0
* fix clang++ warning about an unused private field in EdsEngineCharles Kerr2014-06-261-4/+2
* Add Exporter's implementation to an Impl file because I'm about to shovel mor...Charles Kerr2014-06-262-68/+104
* make get_gain_level() a little easier to read.Charles Kerr2014-06-251-1/+1
* in snap.cpp, replace Sound::Properties with a SoundBuilder class to make the ...Charles Kerr2014-06-251-34/+60
* copyedit the new snap decision: fix linewraps, give some variables/methods cl...Charles Kerr2014-06-241-107/+103
* in the snap decision code, handle sound custom loop durationsCharles Kerr2014-06-242-45/+77
* add GSettings support for specifying an alarm loop durationCharles Kerr2014-06-241-0/+12
* add support for per-alarm ringtone sounds set in EDS via E_CAL_COMPONENT_ALAR...Charles Kerr2014-06-232-26/+81
* in the snap decision code, handle custom sounds and volume levels.Charles Kerr2014-06-232-181/+288
* add GSettings support for specifying a default alarm sound and default alarm ...Charles Kerr2014-06-231-0/+26
* Prefer to use ubuntu-platform-hardware-api for wakeups when possible s.t. use...Charles Kerr2014-06-119-135/+607
|\
| * remove a pair of #warning tracersCharles Kerr2014-06-101-3/+0
| * Don't build the hw-alarms pieces if ubuntu/hardware/alarm.h can't be found. D...Charles Kerr2014-06-102-27/+40
| * remove some debug tracers that shouldn't've been committedCharles Kerr2014-06-101-10/+4
| * in SimpleAlarmQueue, the 'alarms we don't want to trigger' list needs to be c...Charles Kerr2014-06-101-6/+18
| * in UhaWakeupTimer, ensure the timeout signal gets emitted from inside a glib ...Charles Kerr2014-06-101-1/+1
| * in wakeup-timer-uha, sync with platform-api changes and add a safeguard to en...Charles Kerr2014-06-101-8/+16
| * in wakeup-timer-uha, set idle wakeup to 1 day from now rather than 1 year fro...Charles Kerr2014-06-101-2/+2
| * in engine-eds, add debug messagesCharles Kerr2014-06-101-2/+10
| * in alarm-queue-simple, call requeue() if time skew is detected.Charles Kerr2014-06-101-3/+3
| * in wakeup-timer-mainloop, don't just cast to uint without checking sign. (h/t...Charles Kerr2014-06-101-1/+3
| * prefer to use ubuntu-platform-hardware-api for wakeups when possible s.t. use...Charles Kerr2014-04-248-111/+549
| |\
| | * hw alarmsCharles Kerr2014-04-248-111/+549
| | * rename 'clock-watcher' as 'alarm-queue' because the former name isn't very in...Charles Kerr2014-04-243-11/+11
| |/
* | Use the Suru Arpeggio as the default alarm sound. Fixes: 1309063Charles Kerr2014-06-111-17/+1
|\ \
| * | don't ca_context_cache() the default alarm sound, since we don't use it on de...Charles Kerr2014-05-281-16/+0
| * | use the Suru arpeggio as the default alarm sound.Charles Kerr2014-05-281-1/+1
| |/
* / when src/timezone-file.c reads the contents of a file, skip lines that begin ...Charles Kerr2014-05-051-13/+56
|/
* copyediting: fix indentation/formattingCharles Kerr2014-04-151-58/+58
* sync with lp:~renatofilho/qtorganizer5-eds/fix-1284375's method of storing al...Charles Kerr2014-04-151-48/+34
* remove unused field Appointment.is_dailyCharles Kerr2014-04-151-14/+0