Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use the 'override' keyword in the new planner class declarations | Charles Kerr | 2014-09-02 | 2 | -2/+2 |
| | |||||
* | update manual-test-snap's diagnostic text to reflect snooze/ok buttons | Charles Kerr | 2014-09-02 | 1 | -5/+5 |
| | |||||
* | reverse OK/snooze button order | Charles Kerr | 2014-09-02 | 1 | -1/+1 |
| | |||||
* | add manual test for snooze | Charles Kerr | 2014-09-02 | 1 | -0/+10 |
| | |||||
* | update Snap Decisions to include snooze | Charles Kerr | 2014-09-02 | 3 | -31/+29 |
| | |||||
* | add planner.cpp to the build | Charles Kerr | 2014-09-02 | 3 | -6/+10 |
| | |||||
* | add snooze properties to our schema; export it on the bus; add tests | Charles Kerr | 2014-09-02 | 10 | -1/+45 |
| | |||||
* | add SnoozePlanner, AggregatePlanner | Charles Kerr | 2014-09-02 | 6 | -0/+420 |
| | |||||
* | Releasing 13.10.0+14.10.20140819-0ubuntu1 | CI bot | 2014-08-19 | 1 | -0/+8 |
| | |||||
* | Use powerd's hardware wakeup API instead of of using the ↵ | Charles Kerr | 2014-08-19 | 7 | -219/+318 |
|\ | | | | | | | | | | | u_hardware_alarm_*() API directly. Approved by: Antti Kaijanmäki, PS Jenkins bot | ||||
| * | use powerd for hardware wakeups | Charles Kerr | 2014-08-18 | 7 | -219/+318 |
|/| | |||||
| * | use powerd for hw alarm wakeups | Charles Kerr | 2014-08-18 | 7 | -219/+318 |
|/ | |||||
* | Releasing 13.10.0+14.10.20140808-0ubuntu1 | CI bot | 2014-08-08 | 1 | -0/+9 |
| | |||||
* | Have the shared Translations.cmake file look for .c, .cc, .cpp, .cxx, and ↵ | Charles Kerr | 2014-08-08 | 1 | -11/+7 |
|\ | | | | | | | | | | | .vala files. Fixes: 1354058 Approved by: Ted Gould | ||||
| * | when building the potfile, include .cc, .cpp, and .cxx files. | Charles Kerr | 2014-08-07 | 1 | -11/+7 |
| | | |||||
* | | Add haptic feedback support for alarms. Fixes: 1350017 | Charles Kerr | 2014-08-08 | 28 | -646/+1558 |
|\ \ | |/ |/| | | | Approved by: Antti Kaijanmäki, PS Jenkins bot, Nekhelesh Ramananthan | ||||
| * | in notifications, don't ask the notification server for its capabilities ↵ | Charles Kerr | 2014-08-08 | 1 | -18/+26 |
| | | | | | | | | until we need them. | ||||
| * | in notifications.cpp, register for the 'closed' signal before calling ↵ | Charles Kerr | 2014-08-08 | 1 | -27/+24 |
| | | | | | | | | notification_notify(). | ||||
| * | sync with prerequisite branch ↵ | Charles Kerr | 2014-08-01 | 2 | -15/+14 |
| |\ | | | | | | | | | | lp:~charlesk/indicator-datetime/notification-refactor | ||||
| | * | refactor changes based on Antti's feedback | Charles Kerr | 2014-08-01 | 2 | -15/+14 |
| | | | |||||
| * | | in Haptic, make the looping logic easier to read. | Charles Kerr | 2014-07-31 | 2 | -25/+28 |
| | | | |||||
| * | | sync with notification-refactor | Charles Kerr | 2014-07-31 | 0 | -0/+0 |
| |\| | |||||
| | * | sync with trunk | Charles Kerr | 2014-07-31 | 1 | -0/+8 |
| | |\ | |_|/ |/| | | |||||
| * | | sync with trunk | Charles Kerr | 2014-07-31 | 1 | -0/+8 |
| |\ \ | |/ / |/| | | |||||
* | | | Releasing 13.10.0+14.10.20140730-0ubuntu1 | CI bot | 2014-07-30 | 1 | -0/+8 |
| | | | |||||
* | | | Activate the phone's screen when an alarm is displayed. Fixes: 1340329 | Charles Kerr | 2014-07-30 | 7 | -89/+523 |
|\ \ \ | | | | | | | | | | | | | Approved by: Jussi Pakkanen, PS Jenkins bot | ||||
| | * | | configurable haptic mode, part 3 of 3: expose the new haptic mode setting as ↵ | Charles Kerr | 2014-07-31 | 3 | -0/+22 |
| | | | | | | | | | | | | | | | | a DBus property; sync exporter tests | ||||
| | * | | configurable haptic mode, part 2 of 3: use the new haptic mode setting when ↵ | Charles Kerr | 2014-07-31 | 2 | -8/+46 |
| | | | | | | | | | | | | | | | | popping up notifications; sync notification tests | ||||
| | * | | configurable haptic mode, part 1 of 3: add haptic feedback mode to the ↵ | Charles Kerr | 2014-07-31 | 6 | -0/+26 |
| | | | | | | | | | | | | | | | | GSettings schema and to our Settings object | ||||
| | * | | in haptic.cpp, better support for vibration patterns | Charles Kerr | 2014-07-31 | 2 | -18/+47 |
| | | | | |||||
| | * | | add haptic feedback unit tests | Charles Kerr | 2014-07-31 | 1 | -1/+32 |
| | | | | |||||
| | * | | drop the ubuntu-application-api middleman and call usensorsd directly: ↵ | Charles Kerr | 2014-07-31 | 4 | -26/+62 |
| | | | | | | | | | | | | | | | | ua_sensors_haptic_new() crashes on desktop and ua_sensors_haptic_vibrate_once() makes blocking dbus calls. | ||||
| | * | | in haptic.cpp, better comments | Charles Kerr | 2014-07-31 | 1 | -0/+3 |
| | | | | |||||
| | * | | in Haptic::Impl::~Impl(), call ua_sensors_haptic_disable(). h/t Antti | Charles Kerr | 2014-07-31 | 1 | -1/+1 |
| | | | | |||||
| | * | | in haptic.cpp, start vibrating immediately | Charles Kerr | 2014-07-31 | 1 | -0/+1 |
| | | | | |||||
| | * | | in indicator::noficiations::Haptic, better naming of the Mode enum | Charles Kerr | 2014-07-31 | 1 | -2/+5 |
| | | | | |||||
| | * | | remove testing stub used by development | Charles Kerr | 2014-07-31 | 1 | -1/+1 |
| | | | | |||||
| | * | | sync with lp:~charlesk/indicator-datetime/notification-refactor | Charles Kerr | 2014-07-31 | 6 | -7/+30 |
| | |\| | |||||
| | | * | in sound.cpp, fix tab damage | Charles Kerr | 2014-07-31 | 1 | -1/+1 |
| | | | | |||||
| | | * | sync with trunk | Charles Kerr | 2014-07-30 | 5 | -1/+26 |
| | | |\ | |_|_|/ |/| | | | |||||
* | | | | Releasing 13.10.0+14.10.20140725-0ubuntu1 | CI bot | 2014-07-25 | 1 | -0/+8 |
| | | | | |||||
* | | | | Make use of the x-canonical-non-shaped-icon hint to suppress masking the ↵ | Mirco Müller | 2014-07-25 | 1 | -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üller | 2014-07-22 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | symbolic icon with an UbuntuShape. | ||||
* | | | | | Releasing 13.10.0+14.10.20140718-0ubuntu1 | CI bot | 2014-07-18 | 1 | -0/+7 |
| | | | | | |||||
* | | | | | make the gcc version explicit in debian/control and debian/rules. | Charles Kerr | 2014-07-18 | 2 | -1/+9 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | Approved by: PS Jenkins bot | ||||
| * | | | | omit unnecessary whitespace | Charles Kerr | 2014-06-25 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | make g++ 4.9 explicit | Charles Kerr | 2014-06-25 | 2 | -1/+10 |
| | | | | | |||||
| | | | * | fix doxygen comments | Charles Kerr | 2014-07-30 | 1 | -5/+3 |
| | | | | | |||||
| | | * | | add haptic feedback to the manual tests | Charles Kerr | 2014-07-30 | 1 | -0/+2 |
| | | | | | |||||
| | | * | | in haptic.cpp, make sure to enable the sensor by calling ↵ | Charles Kerr | 2014-07-30 | 1 | -3/+11 |
| | | | | | | | | | | | | | | | | | | | | ua_sensors_haptic_enable() |