aboutsummaryrefslogtreecommitdiff
path: root/tests/test-menus.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix show_alarms testsLuigi3112024-01-311-5/+16
|
* tests/test-menus: Fix buildOPNA26082024-01-311-3/+3
|
* Add option to show/hide alarmskugiigi2023-12-191-0/+13
|
* Also apply show-events to Phone profilekugiigi2023-12-161-0/+8
|
* Fix cppcheck errors/warningsRobert Tari2022-02-081-3/+1
|
* Drop the 'ubuntu' prefix from the alarm types and functionsRobert Tari2021-10-281-3/+5
|
* Replace x-canonical attributesRobert Tari2020-08-111-14/+14
|
* sync unit tests with calendar, locations being visible in phone profileCharles Kerr2018-03-261-2/+2
|
* URL dispatcher support: Build phone code, even if URL dispatcher is unavailable.Mike Gabriel2018-03-261-8/+0
|
* README.md: Add some manual line breaks.Mike Gabriel2017-12-081-1/+1
|
* Indicator namespace adaptations.Mike Gabriel2017-12-081-5/+5
|
* Make the datetime indicator build on non-Ubuntu systems (which mostly lack ↵Mike Gabriel2017-12-081-0/+8
| | | | url-dispatcher and Ubuntu Touch sound schema files.
* Many more C++ namespace name changes (unity -> ayatana).Mike Gabriel2017-12-081-1/+1
|
* use the new DateTime::start_of_day() and DateTime::start_of_minute() functions.Charles Kerr2015-03-141-6/+2
|
* ensure that disabled alarms aren't shown in indicator-datetime and that ↵Charles Kerr2014-12-071-4/+4
| | | | notifications aren't shown for them.
* fix flint++ warningsCharles Kerr2014-09-171-2/+2
|
* fix test-menus.cpp build failure in clang++Charles Kerr2014-06-261-1/+1
|
* make the phone and desktop actions more consistent with each other; eg, ↵Charles Kerr2014-03-221-11/+20
| | | | 'indicator.desktop.open-calendar-app' + 'indicator.phone.open-calendar-app'
* Don't list an 'Add Event…' button if there's not a calendar app availableCharles Kerr2014-03-091-18/+34
|\
| * In the Desktop profile, don't show the 'Add Event…' button if evolution ↵Charles Kerr2014-03-061-18/+34
| | | | | | | | can't be launched.
* | decouple the planner's states; need three separate sets: upcoming-now (for ↵Charles Kerr2014-03-091-5/+5
|/ | | | 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).
* fix 'clock app' menuitem on phone profile reported by seb128 and update the ↵Charles Kerr2014-01-301-67/+175
| | | | corresponding unit tests
* fix disabled 'Add Event…' menuitem issue reported in testing by seb128; ↵Charles Kerr2014-01-291-0/+8
| | | | add a test for this regression
* fix instant calendar toggle issue reported in testing by seb128; add a test ↵Charles Kerr2014-01-291-1/+7
| | | | for this regression
* copyediting: rename the test/ directory's .cc files to .cpp for consistency ↵Charles Kerr2014-01-221-0/+402
with src/