aboutsummaryrefslogtreecommitdiff
path: root/tests/test-actions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix cppcheck errors/warningsRobert Tari2022-02-081-3/+1
|
* Drop the 'ubuntu' prefix from the alarm types and functionsRobert Tari2021-10-281-1/+3
|
* Detect desktop to launch applications.Renato Araujo Oliveira Filho2021-08-291-8/+8
|
* Make sure that the ocurrence time is used to build the url to launch ↵Renato Araujo Oliveira Filho2021-08-291-2/+2
| | | | external application.
* Various tests fixesNicholas Guriev2021-05-051-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 Gabriel2018-03-261-4/+0
|
* README.md: Add some manual line breaks.Mike Gabriel2017-12-081-2/+2
|
* Make the datetime indicator build on non-Ubuntu systems (which mostly lack ↵Mike Gabriel2017-12-081-1/+6
| | | | url-dispatcher and Ubuntu Touch sound schema files.
* Many more C++ namespace name changes (unity -> ayatana).Mike Gabriel2017-12-081-1/+1
|
* add regression test for bug #1429388Charles Kerr2015-03-141-1/+13
|
* use the new DateTime::start_of_day() and DateTime::start_of_minute() functions.Charles Kerr2015-03-141-15/+6
|
* ensure that disabled alarms aren't shown in indicator-datetime and that ↵Charles Kerr2014-12-071-2/+2
| | | | notifications aren't shown for them.
* fix flint++ warningsCharles Kerr2014-09-171-2/+2
|
* Change the desktop menu's settings menuitem's label to match the spec. ↵Charles Kerr2014-03-241-86/+174
|\ | | | | | | Fixes: 1296585
| * make the phone and desktop actions more consistent with each other; eg, ↵Charles Kerr2014-03-221-86/+174
| | | | | | | | 'indicator.desktop.open-calendar-app' + 'indicator.phone.open-calendar-app'
| * give 'phone' and 'desktop' their own action namespaces. Fix documentation on ↵Charles Kerr2014-03-211-6/+6
| | | | | | | | 'activate-settings', since there are two forms of it, one for phone and one for desktop.
* | sync unit tests with r325Charles Kerr2014-03-201-4/+10
|/
* decouple the planner's states; need three separate sets: upcoming-now (for ↵Charles Kerr2014-03-091-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 Kerr2014-01-291-0/+54
| | | | tests.
* sync the exported calendar state with the #State backendCharles Kerr2014-01-251-7/+12
|
* copyediting: rename the test/ directory's .cc files to .cpp for consistency ↵Charles Kerr2014-01-221-0/+173
with src/