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-08-29 | 1 | -2/+2 |
| | | | | external application. | ||||
* | Various tests fixes | Nicholas Guriev | 2021-05-05 | 1 | -2/+2 |
| | | | | | | | | | * Provide default EdsEngine constructor for autotests. * Temporary disable DST related tests. Something strange happens there. * Do not create locale datetime for more reliable result on non-UTC systems. * Specify audio_url for sample Alarms. Fixes AyatanaIndicators/ayatana-indicator-datetime#32 | ||||
* | URL dispatcher support: Build phone code, even if URL dispatcher is unavailable. | Mike Gabriel | 2018-03-26 | 1 | -4/+0 |
| | |||||
* | README.md: Add some manual line breaks. | Mike Gabriel | 2017-12-08 | 1 | -2/+2 |
| | |||||
* | Make the datetime indicator build on non-Ubuntu systems (which mostly lack ↵ | Mike Gabriel | 2017-12-08 | 1 | -1/+6 |
| | | | | url-dispatcher and Ubuntu Touch sound schema files. | ||||
* | Many more C++ namespace name changes (unity -> ayatana). | Mike Gabriel | 2017-12-08 | 1 | -1/+1 |
| | |||||
* | add regression test for bug #1429388 | Charles Kerr | 2015-03-14 | 1 | -1/+13 |
| | |||||
* | use the new DateTime::start_of_day() and DateTime::start_of_minute() functions. | Charles Kerr | 2015-03-14 | 1 | -15/+6 |
| | |||||
* | 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 | -2/+2 |
| | |||||
* | Change the desktop menu's settings menuitem's label to match the spec. ↵ | Charles Kerr | 2014-03-24 | 1 | -86/+174 |
|\ | | | | | | | Fixes: 1296585 | ||||
| * | make the phone and desktop actions more consistent with each other; eg, ↵ | Charles Kerr | 2014-03-22 | 1 | -86/+174 |
| | | | | | | | | '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 |
|/ | |||||
* | decouple the planner's states; need three separate sets: upcoming-now (for ↵ | Charles Kerr | 2014-03-09 | 1 | -5/+7 |
| | | | | 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 with lp:~larsu/indicator-datetime/reset-date and add corresponding unit ↵ | Charles Kerr | 2014-01-29 | 1 | -0/+54 |
| | | | | tests. | ||||
* | sync the exported calendar state with the #State backend | Charles Kerr | 2014-01-25 | 1 | -7/+12 |
| | |||||
* | copyediting: rename the test/ directory's .cc files to .cpp for consistency ↵ | Charles Kerr | 2014-01-22 | 1 | -0/+173 |
with src/ |