Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure that the ocurrence time is used to build the url to launch ↵ | Renato Araujo Oliveira Filho | 2021-07-05 | 1 | -5/+6 |
| | | | | external application. | ||||
* | update unit test. | Renato Araujo Oliveira Filho | 2021-07-01 | 1 | -6/+8 |
| | |||||
* | URL dispatcher support: Build phone code, even if URL dispatcher is unavailable. | Mike Gabriel | 2018-03-26 | 1 | -2/+0 |
| | |||||
* | Make the datetime indicator build on non-Ubuntu systems (which mostly lack ↵ | Mike Gabriel | 2017-12-08 | 1 | -0/+2 |
| | | | | url-dispatcher and Ubuntu Touch sound schema files. | ||||
* | Make test-live-actions quit itself once the tz has been changed, the mock no ↵ | Iain Lane | 2015-09-03 | 1 | -0/+4 |
| | | | | longer does this | ||||
* | Use timedated's Timezone property instead of watching /etc/timezone | Iain Lane | 2015-08-31 | 1 | -222/+12 |
| | | | | | Still need to rename everything to not use "timezone-file" | ||||
* | add an Alarm class to represent ical valarm components; change the ↵ | Charles Kerr | 2015-03-31 | 1 | -6/+0 |
| | | | | Appointment class to hold an arbitrary number of Alarms. | ||||
* | add DateTime::end_of_month(), DateTime::end_of_day(). Add unit tests for them. | Charles Kerr | 2015-03-16 | 1 | -6/+8 |
| | |||||
* | use the new DateTime::start_of_day() and DateTime::start_of_minute() functions. | Charles Kerr | 2015-03-14 | 1 | -20/+7 |
| | |||||
* | ensure that disabled alarms aren't shown in indicator-datetime and that ↵ | Charles Kerr | 2014-12-07 | 1 | -2/+2 |
| | | | | notifications aren't shown for them. | ||||
* | fix flint++ warnings | Charles Kerr | 2014-09-17 | 1 | -4/+6 |
| | |||||
* | make the phone and desktop actions more consistent with each other; eg, ↵ | Charles Kerr | 2014-03-22 | 1 | -20/+71 |
| | | | | 'indicator.desktop.open-calendar-app' + 'indicator.phone.open-calendar-app' | ||||
* | 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 | 1 | -3/+4 |
| | | | | 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). | ||||
* | copyediting: as per review, use name_of_thing() instead of ↵ | Charles Kerr | 2014-01-30 | 1 | -2/+2 |
| | | | | get_name_of_thing() or getNameOfThing() | ||||
* | sync the exported calendar state with the #State backend | Charles Kerr | 2014-01-25 | 1 | -0/+114 |
| | |||||
* | copyediting: rename the test/ directory's .cc files to .cpp for consistency ↵ | Charles Kerr | 2014-01-22 | 1 | -0/+289 |
with src/ |