Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Releasing 13.10.0+14.10.20140915-0ubuntu1 | CI bot | 2014-09-15 | 1 | -0/+8 |
| | |||||
* | Update the time strings when a powerd Wakeup signal is detected. Fixes: 1359802 | Charles Kerr | 2014-09-15 | 7 | -68/+308 |
|\ | | | | | | | Approved by: Ted Gould, PS Jenkins bot | ||||
| * | add unit tests for the powerd monitor | Charles Kerr | 2014-09-15 | 2 | -2/+71 |
| | | |||||
| * | add manual test indicator-datetime/timestamp-wakeup | Charles Kerr | 2014-09-15 | 1 | -0/+7 |
| | | |||||
| * | listen to powerd SysPowerStateChange instead of Wakeup | Charles Kerr | 2014-09-15 | 1 | -10/+10 |
| | | |||||
| * | add translator comments for the date format string in snap.cpp | Charles Kerr | 2014-09-15 | 1 | -1/+10 |
| | | |||||
| * | get the system bus once instead of twice. | Charles Kerr | 2014-09-13 | 1 | -17/+45 |
| |\ | |||||
| | * | foo | Charles Kerr | 2014-09-13 | 4 | -65/+220 |
| |/| |/|/ | |||||
| * | update the time string when a powerd.Wakeup signal is seen. | Charles Kerr | 2014-09-13 | 2 | -12/+72 |
| | | |||||
| * | hide Clock's implementation details into an Impl class. | Charles Kerr | 2014-09-13 | 3 | -65/+132 |
|/ | |||||
* | Releasing 13.10.0+14.10.20140908.1-0ubuntu1 | CI bot | 2014-09-08 | 1 | -0/+11 |
| | |||||
* | Use unicode characters directly instead of escaping them. Fixes: 1350544 | Lars Uebernickel | 2014-09-08 | 1 | -20/+26 |
|\ | | | | | | | Approved by: Charles Kerr, Sebastien Bacher, PS Jenkins bot | ||||
| * | Use unicode characters directly instead of escaping them | Lars Uebernickel | 2014-09-08 | 1 | -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 Kerr | 2014-09-08 | 2 | -2/+2 |
|\ \ | |/ |/| | | | Approved by: Sebastien Bacher | ||||
| * | change header from 'Upcoming' to 'Upcoming events' | Charles Kerr | 2014-09-08 | 2 | -2/+2 |
|/ | |||||
* | Releasing 13.10.0+14.10.20140905-0ubuntu1 | CI bot | 2014-09-05 | 1 | -0/+9 |
| | |||||
* | In the alarm's popup notifications' titlebars, don't show the seconds in the ↵ | Charles Kerr | 2014-09-05 | 1 | -2/+5 |
|\ | | | | | | | | | | | time format string. Fixes: 1364374 Approved by: Pete Woods, PS Jenkins bot | ||||
| * | remove the seconds from the alarms' snap decisions. | Charles Kerr | 2014-09-02 | 1 | -2/+5 |
| | | |||||
* | | Add the snooze feature Fixes: 1354400 | Charles Kerr | 2014-09-05 | 21 | -39/+476 |
|\ \ | | | | | | | | | | Approved by: Jussi Pakkanen, PS Jenkins bot | ||||
| * | | minor copyediting: rename a variable for better clarity | Charles Kerr | 2014-09-02 | 1 | -3/+3 |
| | | | |||||
| * | | remove the new code that we're not using yet | Charles Kerr | 2014-09-02 | 2 | -39/+0 |
| | | | |||||
| * | | 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.20140904.1-0ubuntu1 | CI bot | 2014-09-04 | 1 | -0/+7 |
| | | |||||
* | | sound: adding media role (alarm) when sink is pulsesink | Ricardo Salveti de Araujo | 2014-09-04 | 1 | -0/+19 |
|\ \ | |/ |/| | | | Approved by: PS Jenkins bot | ||||
| * | sound: check for audio_sink and also unref after using the object | Ricardo Salveti de Araujo | 2014-09-04 | 1 | -7/+11 |
| | | |||||
| * | sound: adding media role (alarm) when sink is pulsesink | Ricardo Salveti de Araujo | 2014-09-04 | 1 | -0/+15 |
|/ | |||||
* | 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 |
| | | |