summaryrefslogtreecommitdiff
path: root/tests/src/test-qt-greeter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correctly set $XDG_SESSION_CLASS for greeters. This was regressed in 1.7.5 fo...Robert Ancell2013-10-221-1/+4
* Also test greeter XDG session variables setRobert Ancell2013-07-301-2/+15
* Support non X based greeter and sessions in test codeRobert Ancell2013-07-261-12/+16
* Fix python and Qt testsRobert Ancell2013-07-221-0/+8
* Fix up final testsRobert Ancell2013-07-191-0/+2
* Check user added/deleted signals workingRobert Ancell2013-06-061-11/+32
* Add tests for the liblightdm user interfaceRobert Ancell2013-06-061-0/+35
* Override XCB to make X tests reliable and predictable. Had to remove keyboard...Robert Ancell2013-05-171-16/+16
* Merge with trunkRobert Ancell2013-05-101-0/+74
|\
| * Add upower testsRobert Ancell2013-04-151-0/+32
| * Add regression tests for power functionalityRobert Ancell2013-04-151-0/+36
| * Fix authentication cancel regression caused in 1.5.2Robert Ancell2013-04-031-0/+5
* | Refactor testsRobert Ancell2013-02-201-26/+36
|/
* Ensure test programs quit when the status socket closesRobert Ancell2013-02-151-2/+9
* Stop deprecation warnings from glib >= 2.36Robert Ancell2013-01-171-0/+2
* fix qt greeter better: Qt calls aren't signal-safe either it turns out. But ...Michael Terry2012-09-261-1/+2
* safely quit test-qt-greeter on signal receipt, to avoid deadlockMichael Terry2012-09-261-1/+1
* Correctly implement and test autologin timeoutsRobert Ancell2012-09-201-0/+11
* Add some tests and more work on remote sessionsRobert Ancell2012-08-211-0/+5
* Remove LIGHTDM_TEST_CONFIG variable - just use LIGHTDM_TEST_ROOT insteadRobert Ancell2012-03-201-4/+1
* Add Lock D-Bus method that locks the seat and provides a hint to the greeter ...Robert Ancell2012-02-091-0/+2
* Convert the greeter tests to being controlled by the test runnerRobert Ancell2012-02-031-64/+47
* Allow child processes to be controlled by the test runner for greater controlRobert Ancell2012-02-021-18/+27
* Use a stream socket for test status so it can be bi-directionalRobert Ancell2012-02-021-0/+3
* Distinguish between different greeters in testsRobert Ancell2012-02-011-17/+18
* Merge in liblightdm-qt-2 changesRobert Ancell2011-11-301-4/+4
|\
| * Fix PromptType and MessageType enum namespacing and case.David Edmundson2011-11-111-4/+4
|/
* Add tests for login with invalid sessions, and autologin with session/xserver...Robert Ancell2011-07-251-1/+1
* Make test greeters log more on failureRobert Ancell2011-07-221-1/+4
* Fix broken and obsolete greeter quit signalRobert Ancell2011-07-221-6/+1
* Pass the username back from the daeamon so can tell who logged in as when usi...Robert Ancell2011-07-221-1/+5
* Mucking around with guest sessionsRobert Ancell2011-07-211-4/+1
* Added first Qt regression testRobert Ancell2011-07-211-0/+147