summaryrefslogtreecommitdiff
path: root/liblightdm-gobject/user.c
Commit message (Expand)AuthorAgeFilesLines
* Generate .vapi from GIR files and in the process fix a number of annotation i...Robert Ancell2015-08-101-14/+32
* Refactored code to replace hardcoded signal identification strings by constants.Jesús González2014-09-301-8/+8
* Remove trailing whitespaceRobert Ancell2014-09-191-26/+26
* Fix a whole bunch of warnings generated by Clang.Christopher James Halse Rogers2014-05-281-1/+1
* Rename functionAndrea Cimitan2014-05-121-1/+1
* Add UID to lightdm gobject and qt bindingsAndrea Cimitan2014-05-091-2/+28
* And convert accounts.c to use new sharable CommonUser class tooMichael Terry2014-02-041-1/+1
* Split core of user.c out into a sharable classMichael Terry2014-01-311-926/+99
* Don't warn if sessions directories not present of lightdm.conf doesn't exist ...Robert Ancell2013-12-131-1/+1
* Ignore system user accounts in AccountsServiceRobert Ancell2013-11-071-9/+17
* Fix broken display name logicRobert Ancell2013-10-291-3/+3
* Don't load both dmrc and accounts serviceRobert Ancell2013-10-291-2/+4
* Stop using GDBusProxy for getting user propertiesRobert Ancell2013-10-291-29/+36
* Stop using GDBusProxy for getting user listRobert Ancell2013-10-291-97/+110
* Load accounts user info in one function instead of twoRobert Ancell2013-10-291-251/+112
* Use user list bus, instead of relying on the proxyRobert Ancell2013-10-291-1/+1
* Merge UserAccountObject into LightDMUserRobert Ancell2013-10-291-96/+66
* Only load user values onceRobert Ancell2013-10-291-0/+7
* Start with layouts validRobert Ancell2013-10-291-0/+3
* Access GVariant values in a more type safe mannerRobert Ancell2013-10-291-20/+14
* Update HasMessages when that changesRobert Ancell2013-10-291-0/+2
* Add some comments, use g_strcmp0 for safetyRobert Ancell2013-10-291-3/+24
* Don't get private member until have confirmed object validRobert Ancell2013-10-291-2/+5
* Stop using GDBusProxy for org.freedesktop.DisplayManagerRobert Ancell2013-10-291-73/+105
* Stop generating glib marshals by using glib >= 2.30Robert Ancell2013-07-201-4/+4
* Clarify form of language stringsRobert Ancell2013-04-241-1/+1
* Do not strip the codeset when loading the Language filed from dmrcGuido Berhoerster2013-04-161-7/+1
* Relicense liblightdm to LGPL-2/LGPL-3 so GPL-2 code can link against itRobert Ancell2013-02-011-3/+2
* Fix introspection warningsRobert Ancell2012-06-121-4/+4
* Fix allocation error setting default layout arrayRobert Ancell2012-04-301-3/+5
* fix some memory leaksMichael Terry2012-04-251-1/+2
* Call initgroups before pam_setcred - this allows pam_setcred to change group ...Robert Ancell2012-03-201-4/+0
* Implement mising D-Bus methods in testsRobert Ancell2012-02-281-2/+7
* Add a has-messages property to liblightdmRobert Ancell2012-02-151-8/+67
* add layouts property, expose it in vapiMichael Terry2012-02-091-1/+12
* allow asking for list of configured layouts for a given userMichael Terry2012-02-091-10/+73
* check accountsservice for XKeyboardLayout value per userMichael Terry2012-02-011-1/+10
* Fix errors in GIR bindingsRobert Ancell2012-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
* Support grabbing user's background from accountsservice if availableMichael Terry2011-12-071-0/+39
* Use paranoid error checking in liblightdm-gobjectRobert Ancell2011-10-081-10/+10
* Merge in changes from stable branchRobert Ancell2011-10-061-10/+28
* 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 an...Michael Terry2011-08-221-3/+74
|/
* Fix fallback from org.freedesktop.Accounts to passwd formatRobert Ancell2011-08-171-5/+22
* Fix whitespaceRobert Ancell2011-08-161-63/+63
* 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-261-1/+1
* Simple user accounts handling:Robert Ancell2011-07-241-16/+13