aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* add SnoozePlanner, AggregatePlannerCharles Kerr2014-09-023-0/+111
* use powerd for hw alarm wakeupsCharles Kerr2014-08-181-12/+10
* sync with prerequisite branch lp:~charlesk/indicator-datetime/notification-re...Charles Kerr2014-08-011-2/+0
|\
| * refactor changes based on Antti's feedbackCharles Kerr2014-08-011-2/+0
* | in Haptic, make the looping logic easier to read.Charles Kerr2014-07-311-1/+1
* | configurable haptic mode, part 1 of 3: add haptic feedback mode to the GSetti...Charles Kerr2014-07-313-0/+3
* | drop the ubuntu-application-api middleman and call usensorsd directly: ua_sen...Charles Kerr2014-07-311-0/+4
* | in indicator::noficiations::Haptic, better naming of the Mode enumCharles Kerr2014-07-311-2/+5
* | sync with lp:~charlesk/indicator-datetime/notification-refactorCharles Kerr2014-07-311-5/+4
|\|
| * sync with trunkCharles Kerr2014-07-301-0/+1
| |\
| * | fix doxygen commentsCharles Kerr2014-07-301-5/+3
* | | initial draft of haptic feedback when alarms playCharles Kerr2014-07-301-0/+57
|/ /
* | move Snap's guts into an Impl classCharles Kerr2014-07-301-4/+2
* | copyediting: comments, use anonymous namespaceCharles Kerr2014-07-271-2/+3
* | make close return void instead of bool, because after all what more can you d...Charles Kerr2014-07-271-2/+2
* | refactor the Notifications / sound / awake codeCharles Kerr2014-07-268-18/+274
* | when a Snap object is destructed, delete any active Popups that it owns. This...Charles Kerr2014-07-241-1/+6
* | move the powerd and screen bus name, path, and interface strings into dbus-sh...Charles Kerr2014-07-231-2/+12
|/
* use unsigned ints for the alarm volume, duration propertiesCharles Kerr2014-06-271-2/+2
* Design prefers to have a volume slider instead of presets, so remove the Alar...Charles Kerr2014-06-262-11/+1
* Expose the alarm settings via dbus properties.Charles Kerr2014-06-261-1/+2
* Add Exporter's implementation to an Impl file because I'm about to shovel mor...Charles Kerr2014-06-261-19/+7
* in the snap decision code, handle sound custom loop durationsCharles Kerr2014-06-241-1/+4
* add GSettings support for specifying an alarm loop durationCharles Kerr2014-06-243-0/+3
* add support for per-alarm ringtone sounds set in EDS via E_CAL_COMPONENT_ALAR...Charles Kerr2014-06-231-0/+1
* in the snap decision code, handle custom sounds and volume levels.Charles Kerr2014-06-231-1/+5
* add GSettings support for specifying a default alarm sound and default alarm ...Charles Kerr2014-06-233-0/+16
* in SimpleAlarmQueue, the 'alarms we don't want to trigger' list needs to be c...Charles Kerr2014-06-101-1/+1
* in alarm-queue-simple, call requeue() if time skew is detected.Charles Kerr2014-06-101-1/+1
* in date-time.h, remove unnecessary get() call. (h/t ted)Charles Kerr2014-06-101-1/+1
* prefer to use ubuntu-platform-hardware-api for wakeups when possible s.t. use...Charles Kerr2014-04-247-29/+260
|\
| * hw alarmsCharles Kerr2014-04-247-23/+254
| * rename 'clock-watcher' as 'alarm-queue' because the former name isn't very in...Charles Kerr2014-04-241-10/+10
|/
* remove unused field Appointment.is_dailyCharles Kerr2014-04-151-1/+0
* remove unused field Appointment.is_eventCharles Kerr2014-04-151-1/+0
* make the phone and desktop actions more consistent with each other; eg, 'indi...Charles Kerr2014-03-222-15/+24
* Don't list an 'Add Event…' button if there's not a calendar app availableCharles Kerr2014-03-092-0/+2
|\
| * In the Desktop profile, don't show the 'Add Event…' button if evolution can...Charles Kerr2014-03-062-0/+2
* | don't connect to EDS when running in the greeter.Charles Kerr2014-03-094-28/+129
* | decouple the planner's states; need three separate sets: upcoming-now (for al...Charles Kerr2014-03-099-42/+285
* | in EdsPlanner, use a Timezone instead of Timezones objectCharles Kerr2014-03-091-2/+2
* | use the timezones object to set the ECalComponent's default timezone. This is...Charles Kerr2014-02-261-1/+3
|/
* another pass at removing alarms from the menu once they're no longer upcoming...Charles Kerr2014-02-051-0/+3
* revert r400; we can't block alarms by UID because that would hide recurring a...Charles Kerr2014-02-051-2/+0
* remove alarms from the menu once they've been shown in a snap decision.Charles Kerr2014-02-051-0/+2
* Add audio notitication when the alarm is triggered. Add a manual test to test...Charles Kerr2014-02-041-1/+6
* use the appointment's beginning time in the title of the alarm Snap DecisionCharles Kerr2014-02-041-7/+2
* pin the planner's upcoming appointments to the live clock time, rather than t...Charles Kerr2014-02-041-2/+3
* add header file which should have been bzr add'ed last commitCharles Kerr2014-02-031-0/+51
* from alarm dev branch: add the alarm watcher and its unit testsCharles Kerr2014-02-021-0/+72