index
:
delta/lightdm.git
baserock/morph
trunk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
liblightdm-gobject
/
user.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Generate .vapi from GIR files and in the process fix a number of annotation ↵
Robert Ancell
2015-08-10
1
-14
/
+32
|
|
|
|
issues
*
Refactored code to replace hardcoded signal identification strings by constants.
Jesús González
2014-09-30
1
-8
/
+8
|
*
Remove trailing whitespace
Robert Ancell
2014-09-19
1
-26
/
+26
|
*
Fix a whole bunch of warnings generated by Clang.
Christopher James Halse Rogers
2014-05-28
1
-1
/
+1
|
|
|
|
|
Mostly printf-format-not-literal, which is mostly just paranoia, but also some genuine bugs that I have no idea why GCC doesn't find (like not returning a value from a non-void function)
*
Rename function
Andrea Cimitan
2014-05-12
1
-1
/
+1
|
*
Add UID to lightdm gobject and qt bindings
Andrea Cimitan
2014-05-09
1
-2
/
+28
|
*
And convert accounts.c to use new sharable CommonUser class too
Michael Terry
2014-02-04
1
-1
/
+1
|
*
Split core of user.c out into a sharable class
Michael Terry
2014-01-31
1
-926
/
+99
|
*
Don't warn if sessions directories not present of lightdm.conf doesn't exist ↵
Robert Ancell
2013-12-13
1
-1
/
+1
|
|
|
|
- this is valid
*
Ignore system user accounts in AccountsService
Robert Ancell
2013-11-07
1
-9
/
+17
|
*
Fix broken display name logic
Robert Ancell
2013-10-29
1
-3
/
+3
|
*
Don't load both dmrc and accounts service
Robert Ancell
2013-10-29
1
-2
/
+4
|
*
Stop using GDBusProxy for getting user properties
Robert Ancell
2013-10-29
1
-29
/
+36
|
*
Stop using GDBusProxy for getting user list
Robert Ancell
2013-10-29
1
-97
/
+110
|
*
Load accounts user info in one function instead of two
Robert Ancell
2013-10-29
1
-251
/
+112
|
*
Use user list bus, instead of relying on the proxy
Robert Ancell
2013-10-29
1
-1
/
+1
|
*
Merge UserAccountObject into LightDMUser
Robert Ancell
2013-10-29
1
-96
/
+66
|
*
Only load user values once
Robert Ancell
2013-10-29
1
-0
/
+7
|
*
Start with layouts valid
Robert Ancell
2013-10-29
1
-0
/
+3
|
*
Access GVariant values in a more type safe manner
Robert Ancell
2013-10-29
1
-20
/
+14
|
*
Update HasMessages when that changes
Robert Ancell
2013-10-29
1
-0
/
+2
|
*
Add some comments, use g_strcmp0 for safety
Robert Ancell
2013-10-29
1
-3
/
+24
|
*
Don't get private member until have confirmed object valid
Robert Ancell
2013-10-29
1
-2
/
+5
|
*
Stop using GDBusProxy for org.freedesktop.DisplayManager
Robert Ancell
2013-10-29
1
-73
/
+105
|
*
Stop generating glib marshals by using glib >= 2.30
Robert Ancell
2013-07-20
1
-4
/
+4
|
*
Clarify form of language strings
Robert Ancell
2013-04-24
1
-1
/
+1
|
*
Do not strip the codeset when loading the Language filed from dmrc
Guido Berhoerster
2013-04-16
1
-7
/
+1
|
|
|
|
|
Do not strip the codeset and be consistent with how the Language setting is retrived from AccountsService.
*
Relicense liblightdm to LGPL-2/LGPL-3 so GPL-2 code can link against it
Robert Ancell
2013-02-01
1
-3
/
+2
|
*
Fix introspection warnings
Robert Ancell
2012-06-12
1
-4
/
+4
|
*
Fix allocation error setting default layout array
Robert Ancell
2012-04-30
1
-3
/
+5
|
*
fix some memory leaks
Michael Terry
2012-04-25
1
-1
/
+2
|
*
Call initgroups before pam_setcred - this allows pam_setcred to change group ↵
Robert Ancell
2012-03-20
1
-4
/
+0
|
|
|
|
membership correctly
*
Implement mising D-Bus methods in tests
Robert Ancell
2012-02-28
1
-2
/
+7
|
*
Add a has-messages property to liblightdm
Robert Ancell
2012-02-15
1
-8
/
+67
|
*
add layouts property, expose it in vapi
Michael Terry
2012-02-09
1
-1
/
+12
|
*
allow asking for list of configured layouts for a given user
Michael Terry
2012-02-09
1
-10
/
+73
|
*
check accountsservice for XKeyboardLayout value per user
Michael Terry
2012-02-01
1
-1
/
+10
|
*
Fix errors in GIR bindings
Robert Ancell
2012-01-24
1
-1
/
+1
|
*
Test if language can be retrieved when accounts service not running
Robert Ancell
2012-01-24
1
-11
/
+17
|
*
Add regression tests for getting the user language and layout
Robert Ancell
2012-01-23
1
-10
/
+6
|
*
Support grabbing user's background from accountsservice if available
Michael Terry
2011-12-07
1
-0
/
+39
|
*
Use paranoid error checking in liblightdm-gobject
Robert Ancell
2011-10-08
1
-10
/
+10
|
*
Merge in changes from stable branch
Robert Ancell
2011-10-06
1
-10
/
+28
|
*
Use accounts service in the daemon if it is available
Robert Ancell
2011-08-23
1
-3
/
+76
|
\
|
*
liblightdm-gobject: look at Accounts object when checking per-user session ↵
Michael Terry
2011-08-22
1
-3
/
+74
|
/
|
|
|
and language values
*
Fix fallback from org.freedesktop.Accounts to passwd format
Robert Ancell
2011-08-17
1
-5
/
+22
|
|
|
|
Fix duplicate user entries being shown when using passwd file
*
Fix whitespace
Robert Ancell
2011-08-16
1
-63
/
+63
|
*
Connect up lightdm_user_get_logged_in in liblightdm-gobject
Robert Ancell
2011-08-09
1
-61
/
+266
|
*
Fix annotation and Vala bindings for getting the UserList singleton
Robert Ancell
2011-07-26
1
-1
/
+1
|
*
Simple user accounts handling:
Robert Ancell
2011-07-24
1
-16
/
+13
|
[next]