summaryrefslogtreecommitdiff
path: root/liblightdm-gobject
Commit message (Collapse)AuthorAgeFilesLines
* Use xsession directory from lightdm.conf in liblightdmRobert Ancell2012-06-142-2/+30
|\
| * fixes 920150 for liblightdm-gobject by reading xsessions-directory from the ↵Sam Yates2012-06-132-3/+29
|/ | | | conf file
* Fix introspection warningsRobert Ancell2012-06-122-7/+7
|
* Fix allocation error setting default layout arrayRobert Ancell2012-04-301-3/+5
|
* fix some memory leaksMichael Terry2012-04-252-1/+15
|
* refuse to write malformed packets to lightdm daemonMichael Terry2012-04-021-16/+29
|
* Call initgroups before pam_setcred - this allows pam_setcred to change group ↵Robert Ancell2012-03-201-4/+0
| | | | membership correctly
* Update documentation for lightdm_greeter_get_hide_users_hintRobert Ancell2012-03-081-1/+7
|
* Add a seat option greeter-show-manual-login which hints to a greeter if it ↵Robert Ancell2012-03-083-0/+37
| | | | should show a manual username entry if a user list is already present
* Implement mising D-Bus methods in testsRobert Ancell2012-02-281-2/+7
|
* Add a has-messages property to liblightdmRobert Ancell2012-02-153-8/+70
|
* switch how lightdm_user_get_layouts is represented in the vapi file so as to ↵Michael Terry2012-02-101-2/+3
| | | | avoid a vala bug
* 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-092-10/+75
|
* Merge with trunkRobert Ancell2012-02-092-10/+96
|\
| * check accountsservice for XKeyboardLayout value per userMichael Terry2012-02-011-1/+10
| |
| * load system default layout rather than just grabbing first in list of ↵Michael Terry2012-02-011-11/+75
| | | | | | | | possible layouts
| * add variants to layout list tooMichael Terry2012-02-011-0/+13
| |
* | Add Lock D-Bus method that locks the seat and provides a hint to the greeter ↵Robert Ancell2012-02-093-1/+35
| | | | | | | | to be in lock mode
* | Remove generated GIR files on make cleanRobert Ancell2012-02-091-2/+4
|/
* Update NEWS about introspection fixesRobert Ancell2012-01-241-1/+1
|
* Fix errors in GIR bindingsRobert Ancell2012-01-242-2/+2
|
* Build introspection with --warn-all, to see what is wrongMartin Pitt2012-01-241-1/+1
|
* Test if language can be retrieved when accounts service not runningRobert Ancell2012-01-241-11/+17
|
* Add regression tests for getting the user language and layoutRobert Ancell2012-01-231-10/+6
|
* Update .pc file dependencies1.1.1Robert Ancell2012-01-171-1/+1
|
* add User.background to vapi fileMichael Terry2012-01-121-0/+1
|
* fix typo that prevented lightdm_get_layout from workingMichael Terry2011-12-201-1/+1
|
* Support grabbing user's background from accountsservice if availableMichael Terry2011-12-072-0/+41
|
* Merge in liblightdm-qt-2 changesRobert Ancell2011-11-303-2/+4
|\
| * Start of refactor to make QLightDM use the GObject library.David Edmundson2011-11-203-2/+4
| | | | | | | | Initial UsersModel port
* | Language chooser modifications:Gunnar Hjalmarsson2011-11-291-35/+105
|/ | | | | | | * Save item that is selected from the language chooser also when AccountsService is in use. * Use nl_langinfo() to get language and country names for the language chooser labels. * Translate language and country names. * Handle @variants properly.
* Use paranoid error checking in liblightdm-gobjectRobert Ancell2011-10-083-16/+18
|
* Merge in changes from stable branchRobert Ancell2011-10-061-10/+28
|
* Add language selector into GTK greeter (disabled by default)Robert Ancell2011-09-203-6/+18
|
* Set LANG variable based on the user languageRobert Ancell2011-09-201-4/+8
|
* Add ability to set the language of a user from the greeterRobert Ancell2011-09-202-1/+29
|
* Fix vala bindingsRobert Ancell2011-08-311-1/+1
|
* Use accounts service in the daemon if it is availableRobert Ancell2011-08-231-3/+76
|\
| * liblightdm-gobject: look at Accounts object when checking per-user session ↵Michael Terry2011-08-221-3/+74
|/ | | | and language values
* Fix fallback from org.freedesktop.Accounts to passwd formatRobert Ancell2011-08-171-5/+22
| | | | Fix duplicate user entries being shown when using passwd file
* Fix whitespaceRobert Ancell2011-08-163-63/+63
|
* Fix whitespaceRobert Ancell2011-08-161-63/+63
|
* Only export the lightdm namespaced symbols in the gobject librarylightdm-0.9.3Sebastien Bacher2011-08-091-0/+1
|
* Add missing home_directory User property missing in Vala bindingsRobert Ancell2011-08-091-0/+1
|
* Ignore sessions that fail TryExec or are hiddenRobert Ancell2011-08-091-55/+87
|
* Sort sessionsRobert Ancell2011-08-091-24/+29
|
* Connect up lightdm_user_get_logged_in in liblightdm-gobjectRobert Ancell2011-08-091-61/+266
|
* Fix annotation and Vala bindings for getting the UserList singletonRobert Ancell2011-07-262-2/+2
|
* Put some asserts to check if connectedRobert Ancell2011-07-251-3/+22
|