summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix whitespace1.1.3Robert Ancell2012-02-151-1/+1
* Bump version numberRobert Ancell2012-02-151-1/+1
* Add a session lock D-Bus call that makes the greeter select that userRobert Ancell2012-02-159-30/+155
* Update NEWSRobert Ancell2012-02-151-0/+1
* Update NEWSRobert Ancell2012-02-151-0/+1
* Detect and handle correctly PAM modules that return user accounts that don't ...Robert Ancell2012-02-157-11/+75
* Add a regression test to check PAM renaming users worksRobert Ancell2012-02-155-2/+43
* Add a has-messages property to liblightdmRobert Ancell2012-02-156-9/+80
* Don't use g_hash_table_contains, it requires a very recent GLibRobert Ancell2012-02-141-1/+1
* switch how lightdm_user_get_layouts is represented in the vapi file so as to ...Michael Terry2012-02-101-2/+3
* update NEWSMichael Terry2012-02-101-0/+2
* add lightdm_user_get_layoutsMichael Terry2012-02-106-25/+124
|\
| * add layouts property, expose it in vapiMichael Terry2012-02-092-1/+14
| * allow asking for list of configured layouts for a given userMichael Terry2012-02-095-25/+111
* | Automatically lock sessions when switching away from themRobert Ancell2012-02-108-12/+110
|/
* Launchpad automatic translations update.Launchpad Translations on behalf of lightdm-team2012-02-0974-148/+148
* Fix up test X server atom handling so keyboard tests workRobert Ancell2012-02-094-31/+99
* Fix compile warning in test-gobject-greeterRobert Ancell2012-02-091-1/+1
* Merge with trunkRobert Ancell2012-02-0990-176/+682
|\
| * update NEWS for keyboard fixesMichael Terry2012-02-081-0/+6
| * merge keyboard layout/variants fix-ups branchMichael Terry2012-02-0815-28/+531
| |\
| | * augment keyboard-layout test to test our ability to grab layout from the Acco...Michael Terry2012-02-073-19/+41
| | * add test that makes sure we list keyboard variants as well as layoutsMichael Terry2012-02-074-1/+79
| | * add default-keyboard-layout test and code to support itMichael Terry2012-02-076-12/+68
| | * add support to our fake X server for InternAtom, GetProperty, QueryExtension,...Michael Terry2012-02-061-2/+236
| | * support XOpenDisplay calls by responding to incoming opcodes (even if by just...Michael Terry2012-02-033-1/+35
| | * let tests work even after lightdm drops privilegesMichael Terry2012-02-021-1/+5
| | * link our libsystem with glibcMichael Terry2012-02-021-1/+1
| | * merge from trunkMichael Terry2012-02-0227-926/+604
| | |\
| | * | check accountsservice for XKeyboardLayout value per userMichael Terry2012-02-011-1/+10
| | * | load system default layout rather than just grabbing first in list of possibl...Michael Terry2012-02-011-11/+75
| | * | add variants to layout list tooMichael Terry2012-02-011-0/+13
| * | | Launchpad automatic translations update.Launchpad Translations on behalf of lightdm-team2012-02-0774-148/+148
* | | | Add Lock D-Bus method that locks the seat and provides a hint to the greeter ...Robert Ancell2012-02-0919-10/+205
* | | | Don't ignore a checked in fileRobert Ancell2012-02-091-1/+0
* | | | Remove generated GIR files on make cleanRobert Ancell2012-02-091-2/+4
* | | | Don't use g_key_file_unref, it requires glib 2.32Robert Ancell2012-02-071-2/+4
|/ / /
* | | Update NEWS1.1.2Robert Ancell2012-02-061-0/+1
* | | Bump version numberRobert Ancell2012-02-061-1/+1
* | | Update NEWSRobert Ancell2012-02-061-0/+2
* | | Add full set of Python testsRobert Ancell2012-02-0615-0/+42
* | | Add regression test for Python greetersRobert Ancell2012-02-066-2/+174
* | | Fix lightdm_greeter_start_session_sync () blocking on successRobert Ancell2012-02-062-24/+5
* | | Pass GI_TYPELIB_DIR through to sessionsRobert Ancell2012-02-061-0/+1
* | | Convert the greeter tests to being controlled by the test runnerRobert Ancell2012-02-0330-314/+184
| |/ |/|
* | Allow child processes to be controlled by the test runner for greater controlRobert Ancell2012-02-0225-869/+490
* | Use a stream socket for test status so it can be bi-directionalRobert Ancell2012-02-029-76/+134
* | Handle race condition in Plymouth testRobert Ancell2012-02-021-8/+7
|/
* Use GIO for socket codeRobert Ancell2012-02-012-39/+42
* Add test to can switch to multiple usersRobert Ancell2012-02-013-0/+71