Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add SnoozePlanner, AggregatePlanner | Charles Kerr | 2014-09-02 | 3 | -0/+111 | |
| | ||||||
* | use powerd for hw alarm wakeups | Charles Kerr | 2014-08-18 | 1 | -12/+10 | |
| | ||||||
* | sync with prerequisite branch ↵ | Charles Kerr | 2014-08-01 | 1 | -2/+0 | |
|\ | | | | | | | lp:~charlesk/indicator-datetime/notification-refactor | |||||
| * | refactor changes based on Antti's feedback | Charles Kerr | 2014-08-01 | 1 | -2/+0 | |
| | | ||||||
* | | in Haptic, make the looping logic easier to read. | Charles Kerr | 2014-07-31 | 1 | -1/+1 | |
| | | ||||||
* | | configurable haptic mode, part 1 of 3: add haptic feedback mode to the ↵ | Charles Kerr | 2014-07-31 | 3 | -0/+3 | |
| | | | | | | | | GSettings schema and to our Settings object | |||||
* | | drop the ubuntu-application-api middleman and call usensorsd directly: ↵ | Charles Kerr | 2014-07-31 | 1 | -0/+4 | |
| | | | | | | | | ua_sensors_haptic_new() crashes on desktop and ua_sensors_haptic_vibrate_once() makes blocking dbus calls. | |||||
* | | in indicator::noficiations::Haptic, better naming of the Mode enum | Charles Kerr | 2014-07-31 | 1 | -2/+5 | |
| | | ||||||
* | | sync with lp:~charlesk/indicator-datetime/notification-refactor | Charles Kerr | 2014-07-31 | 1 | -5/+4 | |
|\| | ||||||
| * | sync with trunk | Charles Kerr | 2014-07-30 | 1 | -0/+1 | |
| |\ | ||||||
| * | | fix doxygen comments | Charles Kerr | 2014-07-30 | 1 | -5/+3 | |
| | | | ||||||
* | | | initial draft of haptic feedback when alarms play | Charles Kerr | 2014-07-30 | 1 | -0/+57 | |
|/ / | ||||||
* | | move Snap's guts into an Impl class | Charles Kerr | 2014-07-30 | 1 | -4/+2 | |
| | | ||||||
* | | copyediting: comments, use anonymous namespace | Charles Kerr | 2014-07-27 | 1 | -2/+3 | |
| | | ||||||
* | | make close return void instead of bool, because after all what more can you ↵ | Charles Kerr | 2014-07-27 | 1 | -2/+2 | |
| | | | | | | | | do if the call fails? What's the point? | |||||
* | | refactor the Notifications / sound / awake code | Charles Kerr | 2014-07-26 | 8 | -18/+274 | |
| | | ||||||
* | | when a Snap object is destructed, delete any active Popups that it owns. ↵ | Charles Kerr | 2014-07-24 | 1 | -1/+6 | |
| | | | | | | | | This cleaner shutdown doesn't have any effect in production, but is needed to shut down the bus cleanly in the tests. | |||||
* | | move the powerd and screen bus name, path, and interface strings into ↵ | Charles Kerr | 2014-07-23 | 1 | -2/+12 | |
|/ | | | | dbus-shared | |||||
* | use unsigned ints for the alarm volume, duration properties | Charles Kerr | 2014-06-27 | 1 | -2/+2 | |
| | ||||||
* | Design prefers to have a volume slider instead of presets, so remove the ↵ | Charles Kerr | 2014-06-26 | 2 | -11/+1 | |
| | | | | AlarmVolume enum and replace it with an int range. | |||||
* | Expose the alarm settings via dbus properties. | Charles Kerr | 2014-06-26 | 1 | -1/+2 | |
| | ||||||
* | Add Exporter's implementation to an Impl file because I'm about to shovel ↵ | Charles Kerr | 2014-06-26 | 1 | -19/+7 | |
| | | | | more methods and fields in there. | |||||
* | in the snap decision code, handle sound custom loop durations | Charles Kerr | 2014-06-24 | 1 | -1/+4 | |
| | ||||||
* | add GSettings support for specifying an alarm loop duration | Charles Kerr | 2014-06-24 | 3 | -0/+3 | |
| | ||||||
* | add support for per-alarm ringtone sounds set in EDS via ↵ | Charles Kerr | 2014-06-23 | 1 | -0/+1 | |
| | | | | E_CAL_COMPONENT_ALARM_AUDIO | |||||
* | in the snap decision code, handle custom sounds and volume levels. | Charles Kerr | 2014-06-23 | 1 | -1/+5 | |
| | ||||||
* | add GSettings support for specifying a default alarm sound and default alarm ↵ | Charles Kerr | 2014-06-23 | 3 | -0/+16 | |
| | | | | volume. | |||||
* | in SimpleAlarmQueue, the 'alarms we don't want to trigger' list needs to be ↵ | Charles Kerr | 2014-06-10 | 1 | -1/+1 | |
| | | | | composed of uid + timestamp. Keying off of only timestamp doesn't work because UIDs can be recycled as users edit and reuse alarms. | |||||
* | in alarm-queue-simple, call requeue() if time skew is detected. | Charles Kerr | 2014-06-10 | 1 | -1/+1 | |
| | ||||||
* | in date-time.h, remove unnecessary get() call. (h/t ted) | Charles Kerr | 2014-06-10 | 1 | -1/+1 | |
| | ||||||
* | prefer to use ubuntu-platform-hardware-api for wakeups when possible s.t. ↵ | Charles Kerr | 2014-04-24 | 7 | -29/+260 | |
|\ | | | | | | | user-defined alarms/appointments can wake up the phone from sleep to give a snap decision. | |||||
| * | hw alarms | Charles Kerr | 2014-04-24 | 7 | -23/+254 | |
| | | ||||||
| * | rename 'clock-watcher' as 'alarm-queue' because the former name isn't very ↵ | Charles Kerr | 2014-04-24 | 1 | -10/+10 | |
|/ | | | | informative. | |||||
* | remove unused field Appointment.is_daily | Charles Kerr | 2014-04-15 | 1 | -1/+0 | |
| | ||||||
* | remove unused field Appointment.is_event | Charles Kerr | 2014-04-15 | 1 | -1/+0 | |
| | ||||||
* | make the phone and desktop actions more consistent with each other; eg, ↵ | Charles Kerr | 2014-03-22 | 2 | -15/+24 | |
| | | | | 'indicator.desktop.open-calendar-app' + 'indicator.phone.open-calendar-app' | |||||
* | Don't list an 'Add Event…' button if there's not a calendar app available | Charles Kerr | 2014-03-09 | 2 | -0/+2 | |
|\ | ||||||
| * | In the Desktop profile, don't show the 'Add Event…' button if evolution ↵ | Charles Kerr | 2014-03-06 | 2 | -0/+2 | |
| | | | | | | | | can't be launched. | |||||
* | | don't connect to EDS when running in the greeter. | Charles Kerr | 2014-03-09 | 4 | -28/+129 | |
| | | ||||||
* | | decouple the planner's states; need three separate sets: upcoming-now (for ↵ | Charles Kerr | 2014-03-09 | 9 | -42/+285 | |
| | | | | | | | | alarms in the current time), upcoming-calendar (to show events coming from the selected calendar date), and calendar-month (all the appointments in the month displayed in the menu). | |||||
* | | in EdsPlanner, use a Timezone instead of Timezones object | Charles Kerr | 2014-03-09 | 1 | -2/+2 | |
| | | ||||||
* | | use the timezones object to set the ECalComponent's default timezone. This ↵ | Charles Kerr | 2014-02-26 | 1 | -1/+3 | |
|/ | | | | is needed to properly handle the 'floating' dates in the alarms | |||||
* | another pass at removing alarms from the menu once they're no longer ↵ | Charles Kerr | 2014-02-05 | 1 | -0/+3 | |
| | | | | upcoming. This version fixes the header's icon as well. | |||||
* | revert r400; we can't block alarms by UID because that would hide recurring ↵ | Charles Kerr | 2014-02-05 | 1 | -2/+0 | |
| | | | | alarms | |||||
* | remove alarms from the menu once they've been shown in a snap decision. | Charles Kerr | 2014-02-05 | 1 | -0/+2 | |
| | ||||||
* | Add audio notitication when the alarm is triggered. Add a manual test to ↵ | Charles Kerr | 2014-02-04 | 1 | -1/+6 | |
| | | | | tests/ to trigger a snap decision. | |||||
* | use the appointment's beginning time in the title of the alarm Snap Decision | Charles Kerr | 2014-02-04 | 1 | -7/+2 | |
| | ||||||
* | pin the planner's upcoming appointments to the live clock time, rather than ↵ | Charles Kerr | 2014-02-04 | 1 | -2/+3 | |
| | | | | the calendar's time, so that they always update correctly in real-time | |||||
* | add header file which should have been bzr add'ed last commit | Charles Kerr | 2014-02-03 | 1 | -0/+51 | |
| | ||||||
* | from alarm dev branch: add the alarm watcher and its unit tests | Charles Kerr | 2014-02-02 | 1 | -0/+72 | |
| |