summaryrefslogtreecommitdiffstats
path: root/tests/modules/common/qtmir_test.h
Commit message (Collapse)AuthorAgeFilesLines
* Standardize licences to LGPLv3, update years, remove authorsGerry Boland2015-08-111-2/+1
|
* ensure the argv passed to mir is a null terminated list (not a nullptr)Daniel van Vugt2015-08-041-1/+4
|\ | | | | Approved by: Gerry Boland, PS Jenkins bot
| * remove the dummy application nameAndreas Pokorny2015-07-311-2/+2
| |
| * make it null terminatedAndreas Pokorny2015-07-311-2/+2
| |
| * pass an aribtrary application name to MirServerAndreas Pokorny2015-07-291-1/+4
| | | | | | | | Preparation for 0.15.
* | Fixed all issues pointed out by code reviewDaniel d'Andrada2015-05-271-1/+9
|/ | | | | | | | | | - Refactor and clearly define Application and Session states and state transitions. * Let Application define its own state based on events provided by ApplicationManager. Previously that responsibility was split between those classes * Session now defines its own state based on events and requests fed by Application, SessionManager and SurfaceManager. - Respond to "resume requested" upstart notifications. This was erroniously deleted earlier
* properly mock settings and add a test for itMichael Zanetti2015-03-251-1/+3
|
* fix testsMichael Zanetti2015-03-161-1/+2
|
* Route surface config changes through shell->set_surface_attribute()Alan Griffiths2015-02-061-0/+2
|
* Delete dead codeAlan Griffiths2015-01-221-1/+0
|
* Move MockSharedWakelock into its own header file, have tests import thatGerry Boland2015-01-091-6/+3
|
* Shimmy around arg list for AppMan, fix testsGerry Boland2015-01-071-0/+6
|
* Fixup variable namesAlan Griffiths2014-12-011-5/+5
|
* Rename MirServerConfiguration => MirServerAlan Griffiths2014-12-011-6/+6
|
* Fix initialization order in testsAlan Griffiths2014-12-011-11/+21
|
* Quick spike to test APIAlan Griffiths2014-11-281-6/+1
|
* Trying to remove process-cpp entirelyTed Gould2014-10-061-2/+0
|
* Making the test suite compileTed Gould2014-09-191-14/+2
|
* Sort out namespace of mocks, make a interface for qtmir::Session and draft ↵Daniel d'Andrada2014-09-111-9/+12
| | | | MirSurfaceItem test
* reintroduced testsNick Dedekind2014-08-291-20/+10
|
* surface manager testsNick Dedekind2014-08-141-3/+56
|
* Added tests for application prompts + surface childrenNick Dedekind2014-08-131-0/+120