Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add haptic feedback to the manual tests | Charles Kerr | 2014-07-30 | 1 | -0/+2 |
| | |||||
* | refactor the Notifications / sound / awake code | Charles Kerr | 2014-07-26 | 2 | -32/+53 |
| | |||||
* | add 'confirm that the screen comes on' to relevant manual tests | Charles Kerr | 2014-07-24 | 1 | -0/+2 |
| | |||||
* | add tests to confirm that sleep gets inhibited, and the screen gets forced ↵ | Charles Kerr | 2014-07-24 | 1 | -33/+257 |
| | | | | on, while a notification is shown. | ||||
* | move the powerd and screen bus name, path, and interface strings into ↵ | Charles Kerr | 2014-07-23 | 1 | -3/+3 |
| | | | | dbus-shared | ||||
* | add a dbustest1 test to confirm that the snap decision's hint has the ↵ | Charles Kerr | 2014-07-15 | 2 | -2/+220 |
| | | | | correct timeout interval. | ||||
* | add a visual hint that the next unit test isn't stuck, it's just slow. | Charles Kerr | 2014-07-14 | 1 | -0/+1 |
| | |||||
* | silence dead store assignment found by clang static analyzer | Charles Kerr | 2014-07-13 | 1 | -1/+0 |
| | |||||
* | copyedit the new manual test for clarity. | Charles Kerr | 2014-07-07 | 1 | -2/+2 |
| | |||||
* | add manual test | Charles Kerr | 2014-07-03 | 1 | -0/+10 |
| | |||||
* | Format the manual tests properly. Update the submitter/reviewer checklist. | Charles Kerr | 2014-06-30 | 1 | -0/+22 |
| | |||||
* | use unsigned ints for the alarm volume, duration properties | Charles Kerr | 2014-06-27 | 2 | -13/+13 |
| | |||||
* | Design prefers to have a volume slider instead of presets, so remove the ↵ | Charles Kerr | 2014-06-26 | 3 | -28/+24 |
| | | | | AlarmVolume enum and replace it with an int range. | ||||
* | Expose the alarm settings via dbus properties. | Charles Kerr | 2014-06-26 | 2 | -1/+94 |
| | |||||
* | fix test-menus.cpp build failure in clang++ | Charles Kerr | 2014-06-26 | 1 | -1/+1 |
| | |||||
* | Add Exporter's implementation to an Impl file because I'm about to shovel ↵ | Charles Kerr | 2014-06-26 | 1 | -1/+1 |
| | | | | more methods and fields in there. | ||||
* | in the snap decision code, handle sound custom loop durations | Charles Kerr | 2014-06-24 | 1 | -1/+7 |
| | |||||
* | add GSettings support for specifying an alarm loop duration | Charles Kerr | 2014-06-24 | 1 | -2/+5 |
| | |||||
* | in the snap decision code, handle custom sounds and volume levels. | Charles Kerr | 2014-06-23 | 1 | -4/+21 |
| | |||||
* | add GSettings support for specifying a default alarm sound and default alarm ↵ | Charles Kerr | 2014-06-23 | 1 | -0/+51 |
| | | | | volume. | ||||
* | Prefer to use ubuntu-platform-hardware-api for wakeups when possible s.t. ↵ | Charles Kerr | 2014-06-11 | 2 | -15/+19 |
|\ | | | | | | | user-defined alarms/appointments can wake up the phone from sleep to give a snap decision. Fixes: 1299916 | ||||
| * | hw alarms | Charles Kerr | 2014-04-24 | 1 | -7/+11 |
| | | |||||
| * | rename 'clock-watcher' as 'alarm-queue' because the former name isn't very ↵ | Charles Kerr | 2014-04-24 | 2 | -10/+10 |
| | | | | | | | | informative. | ||||
* | | when src/timezone-file.c reads the contents of a file, skip lines that begin ↵ | Charles Kerr | 2014-05-05 | 1 | -0/+13 |
|/ | | | | with '#' because they're comments. Add test. | ||||
* | 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 |
| | |||||
* | Change the desktop menu's settings menuitem's label to match the spec. ↵ | Charles Kerr | 2014-03-24 | 5 | -144/+318 |
|\ | | | | | | | Fixes: 1296585 | ||||
| * | make the phone and desktop actions more consistent with each other; eg, ↵ | Charles Kerr | 2014-03-22 | 5 | -144/+318 |
| | | | | | | | | 'indicator.desktop.open-calendar-app' + 'indicator.phone.open-calendar-app' | ||||
| * | give 'phone' and 'desktop' their own action namespaces. Fix documentation on ↵ | Charles Kerr | 2014-03-21 | 1 | -6/+6 |
| | | | | | | | | 'activate-settings', since there are two forms of it, one for phone and one for desktop. | ||||
* | | sync unit tests with r325 | Charles Kerr | 2014-03-20 | 1 | -4/+10 |
|/ | |||||
* | Don't show the "Add Event..." button if the calendar app can't be found. ↵ | Charles Kerr | 2014-03-14 | 2 | -18/+39 |
|\ | | | | | | | Fixes: 1250632 | ||||
| * | Don't list an 'Add Event…' button if there's not a calendar app available | Charles Kerr | 2014-03-09 | 2 | -18/+39 |
| |\ | |||||
| | * | In the Desktop profile, don't show the 'Add Event…' button if evolution ↵ | Charles Kerr | 2014-03-06 | 2 | -18/+39 |
| | | | | | | | | | | | | can't be launched. | ||||
* | | | Don't use EDS if we're in the greeter. Fixes: 1256130 | Charles Kerr | 2014-03-14 | 2 | -22/+9 |
|\| | | |||||
| * | | don't connect to EDS when running in the greeter. | Charles Kerr | 2014-03-09 | 2 | -22/+9 |
| | | | |||||
* | | | sync the unit tests to the evolution startdate changes in r319 | Charles Kerr | 2014-03-13 | 1 | -1/+3 |
|/ / | |||||
* | | decouple the planner's states; need three separate sets: upcoming-now (for ↵ | Charles Kerr | 2014-03-09 | 7 | -45/+64 |
| | | | | | | | | 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). | ||||
* | | sync unit tests | Charles Kerr | 2014-03-09 | 2 | -3/+43 |
| | | |||||
* | | 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 | ||||
* | Adding acceptance tests and merge review policies | Ted Gould | 2014-02-19 | 1 | -0/+24 |
|\ | |||||
| * | Switch to Upcoming | Ted Gould | 2014-01-31 | 1 | -2/+2 |
| | | |||||
| * | Adding basic acceptance tests | Ted Gould | 2014-01-31 | 1 | -0/+24 |
| | | |||||
* | | Add audio notitication when the alarm is triggered. Add a manual test to ↵ | Charles Kerr | 2014-02-04 | 2 | -0/+67 |
| | | | | | | | | tests/ to trigger a snap decision. | ||||
* | | pin the planner's upcoming appointments to the live clock time, rather than ↵ | Charles Kerr | 2014-02-04 | 1 | -6/+8 |
| | | | | | | | | the calendar's time, so that they always update correctly in real-time | ||||
* | | from alarm dev branch: add the alarm watcher and its unit tests | Charles Kerr | 2014-02-02 | 2 | -0/+167 |
| | | |||||
* | | copyediting: use 'nullptr' instead of 'NULL' in c++ source | Charles Kerr | 2014-02-02 | 4 | -6/+6 |
| | | |||||
* | | copyediting: remove dead '#if 0''ed code | Charles Kerr | 2014-01-30 | 2 | -60/+5 |
| | | |||||
* | | copyediting: as per review, use name_of_thing() instead of ↵ | Charles Kerr | 2014-01-30 | 4 | -14/+14 |
| | | | | | | | | get_name_of_thing() or getNameOfThing() | ||||
* | | remove dead files | Charles Kerr | 2014-01-30 | 2 | -276/+0 |
| | | |||||
* | | fix 'clock app' menuitem on phone profile reported by seb128 and update the ↵ | Charles Kerr | 2014-01-30 | 1 | -67/+175 |
| | | | | | | | | corresponding unit tests |