aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update the time string when a powerd.Wakeup signal is seen.Charles Kerr2014-09-132-12/+72
|
* hide Clock's implementation details into an Impl class.Charles Kerr2014-09-133-65/+132
|
* Releasing 13.10.0+14.10.20140908.1-0ubuntu1CI bot2014-09-081-0/+11
|
* Use unicode characters directly instead of escaping them. Fixes: 1350544Lars Uebernickel2014-09-081-20/+26
|\ | | | | | | Approved by: Charles Kerr, Sebastien Bacher, PS Jenkins bot
| * Use unicode characters directly instead of escaping themLars Uebernickel2014-09-081-20/+26
| | | | | | | | | | | | Launchpad's xgettext seems too old to properly transform the escaped characters. It passes literal characters right through.
* | rename "Upcoming" -> "Upcoming events" Charles Kerr2014-09-082-2/+2
|\ \ | |/ |/| | | Approved by: Sebastien Bacher
| * change header from 'Upcoming' to 'Upcoming events'Charles Kerr2014-09-082-2/+2
|/
* Releasing 13.10.0+14.10.20140905-0ubuntu1CI bot2014-09-051-0/+9
|
* In the alarm's popup notifications' titlebars, don't show the seconds in the ↵Charles Kerr2014-09-051-2/+5
|\ | | | | | | | | | | time format string. Fixes: 1364374 Approved by: Pete Woods, PS Jenkins bot
| * remove the seconds from the alarms' snap decisions.Charles Kerr2014-09-021-2/+5
| |
* | Add the snooze feature Fixes: 1354400Charles Kerr2014-09-0521-39/+476
|\ \ | | | | | | | | | Approved by: Jussi Pakkanen, PS Jenkins bot
| * | minor copyediting: rename a variable for better clarityCharles Kerr2014-09-021-3/+3
| | |
| * | remove the new code that we're not using yetCharles Kerr2014-09-022-39/+0
| | |
| * | use the 'override' keyword in the new planner class declarationsCharles Kerr2014-09-022-2/+2
| | |
| * | update manual-test-snap's diagnostic text to reflect snooze/ok buttonsCharles Kerr2014-09-021-5/+5
| | |
| * | reverse OK/snooze button orderCharles Kerr2014-09-021-1/+1
| | |
| * | add manual test for snoozeCharles Kerr2014-09-021-0/+10
| | |
| * | update Snap Decisions to include snoozeCharles Kerr2014-09-023-31/+29
| | |
| * | add planner.cpp to the buildCharles Kerr2014-09-023-6/+10
| | |
| * | add snooze properties to our schema; export it on the bus; add testsCharles Kerr2014-09-0210-1/+45
| | |
| * | add SnoozePlanner, AggregatePlannerCharles Kerr2014-09-026-0/+420
| |/
* | Releasing 13.10.0+14.10.20140904.1-0ubuntu1CI bot2014-09-041-0/+7
| |
* | sound: adding media role (alarm) when sink is pulsesink Ricardo Salveti de Araujo2014-09-041-0/+19
|\ \ | |/ |/| | | Approved by: PS Jenkins bot
| * sound: check for audio_sink and also unref after using the objectRicardo Salveti de Araujo2014-09-041-7/+11
| |
| * sound: adding media role (alarm) when sink is pulsesinkRicardo Salveti de Araujo2014-09-041-0/+15
|/
* Releasing 13.10.0+14.10.20140819-0ubuntu1CI bot2014-08-191-0/+8
|
* Use powerd's hardware wakeup API instead of of using the ↵Charles Kerr2014-08-197-219/+318
|\ | | | | | | | | | | u_hardware_alarm_*() API directly. Approved by: Antti Kaijanmäki, PS Jenkins bot
| * use powerd for hardware wakeupsCharles Kerr2014-08-187-219/+318
|/|
| * use powerd for hw alarm wakeupsCharles Kerr2014-08-187-219/+318
|/
* Releasing 13.10.0+14.10.20140808-0ubuntu1CI bot2014-08-081-0/+9
|
* Have the shared Translations.cmake file look for .c, .cc, .cpp, .cxx, and ↵Charles Kerr2014-08-081-11/+7
|\ | | | | | | | | | | .vala files. Fixes: 1354058 Approved by: Ted Gould
| * when building the potfile, include .cc, .cpp, and .cxx files.Charles Kerr2014-08-071-11/+7
| |
* | Add haptic feedback support for alarms. Fixes: 1350017Charles Kerr2014-08-0828-646/+1558
|\ \ | |/ |/| | | Approved by: Antti Kaijanmäki, PS Jenkins bot, Nekhelesh Ramananthan
| * in notifications, don't ask the notification server for its capabilities ↵Charles Kerr2014-08-081-18/+26
| | | | | | | | until we need them.
| * in notifications.cpp, register for the 'closed' signal before calling ↵Charles Kerr2014-08-081-27/+24
| | | | | | | | notification_notify().
| * sync with prerequisite branch ↵Charles Kerr2014-08-012-15/+14
| |\ | | | | | | | | | lp:~charlesk/indicator-datetime/notification-refactor
| | * refactor changes based on Antti's feedbackCharles Kerr2014-08-012-15/+14
| | |
| * | in Haptic, make the looping logic easier to read.Charles Kerr2014-07-312-25/+28
| | |
| * | sync with notification-refactorCharles Kerr2014-07-310-0/+0
| |\|
| | * sync with trunkCharles Kerr2014-07-311-0/+8
| | |\ | |_|/ |/| |
| * | sync with trunkCharles Kerr2014-07-311-0/+8
| |\ \ | |/ / |/| |
* | | Releasing 13.10.0+14.10.20140730-0ubuntu1CI bot2014-07-301-0/+8
| | |
* | | Activate the phone's screen when an alarm is displayed. Fixes: 1340329Charles Kerr2014-07-307-89/+523
|\ \ \ | | | | | | | | | | | | Approved by: Jussi Pakkanen, PS Jenkins bot
| | * | configurable haptic mode, part 3 of 3: expose the new haptic mode setting as ↵Charles Kerr2014-07-313-0/+22
| | | | | | | | | | | | | | | | a DBus property; sync exporter tests
| | * | configurable haptic mode, part 2 of 3: use the new haptic mode setting when ↵Charles Kerr2014-07-312-8/+46
| | | | | | | | | | | | | | | | popping up notifications; sync notification tests
| | * | configurable haptic mode, part 1 of 3: add haptic feedback mode to the ↵Charles Kerr2014-07-316-0/+26
| | | | | | | | | | | | | | | | GSettings schema and to our Settings object
| | * | in haptic.cpp, better support for vibration patternsCharles Kerr2014-07-312-18/+47
| | | |
| | * | add haptic feedback unit testsCharles Kerr2014-07-311-1/+32
| | | |
| | * | drop the ubuntu-application-api middleman and call usensorsd directly: ↵Charles Kerr2014-07-314-26/+62
| | | | | | | | | | | | | | | | ua_sensors_haptic_new() crashes on desktop and ua_sensors_haptic_vibrate_once() makes blocking dbus calls.
| | * | in haptic.cpp, better commentsCharles Kerr2014-07-311-0/+3
| | | |