aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.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
| | | |
| | * | in Haptic::Impl::~Impl(), call ua_sensors_haptic_disable(). h/t AnttiCharles Kerr2014-07-311-1/+1
| | | |
| | * | in haptic.cpp, start vibrating immediatelyCharles Kerr2014-07-311-0/+1
| | | |
| | * | in indicator::noficiations::Haptic, better naming of the Mode enumCharles Kerr2014-07-311-2/+5
| | | |
| | * | remove testing stub used by developmentCharles Kerr2014-07-311-1/+1
| | | |
| | * | sync with lp:~charlesk/indicator-datetime/notification-refactorCharles Kerr2014-07-316-7/+30
| | |\|
| | | * in sound.cpp, fix tab damageCharles Kerr2014-07-311-1/+1
| | | |
| | | * sync with trunkCharles Kerr2014-07-305-1/+26
| | | |\ | |_|_|/ |/| | |
* | | | Releasing 13.10.0+14.10.20140725-0ubuntu1CI bot2014-07-251-0/+8
| | | |
* | | | Make use of the x-canonical-non-shaped-icon hint to suppress masking the ↵Mirco Müller2014-07-251-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | symbolic icon with an UbuntuShape. Fixes: 1346925 Approved by: Charles Kerr, PS Jenkins bot
| * | | | Make use of the x-canonical-non-shaped-icon hint to suppress masking the ↵Mirco Müller2014-07-221-0/+3
| | | | | | | | | | | | | | | | | | | | symbolic icon with an UbuntuShape.
* | | | | Releasing 13.10.0+14.10.20140718-0ubuntu1CI bot2014-07-181-0/+7
| | | | |
* | | | | make the gcc version explicit in debian/control and debian/rules. Charles Kerr2014-07-182-1/+9
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | Approved by: PS Jenkins bot
| * | | | omit unnecessary whitespaceCharles Kerr2014-06-251-1/+0
| | | | |
| * | | | make g++ 4.9 explicitCharles Kerr2014-06-252-1/+10
| | | | |
| | | | * fix doxygen commentsCharles Kerr2014-07-301-5/+3
| | | | |
| | | * | add haptic feedback to the manual testsCharles Kerr2014-07-301-0/+2
| | | | |
| | | * | in haptic.cpp, make sure to enable the sensor by calling ↵Charles Kerr2014-07-301-3/+11
| | | | | | | | | | | | | | | | | | | | ua_sensors_haptic_enable()
| | | * | initial draft of haptic feedback when alarms playCharles Kerr2014-07-307-4/+160
| | | |/
| | | * move Snap's guts into an Impl classCharles Kerr2014-07-302-84/+107
| | | |
| | | * remove testing stubCharles Kerr2014-07-301-1/+1
| | | |
| | | * copyediting: comments, use anonymous namespaceCharles Kerr2014-07-275-40/+42
| | | |
| | | * make close return void instead of bool, because after all what more can you ↵Charles Kerr2014-07-272-20/+10
| | | | | | | | | | | | | | | | do if the call fails? What's the point?
| | | * in sound.cpp, check the return value of gst_init_check()Charles Kerr2014-07-271-2/+1
| | | |