summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated use of G_TYPE_INSTANCE_GET_PRIVATERobert Ancell2021-02-162-44/+73
* Add is-blocked property to the User objectCorentin Noël2019-04-092-1/+33
* Fix commentZhang Xianwei2018-10-261-1/+1
* Use g_autoptr with GVariantIterRobert Ancell2018-08-301-9/+7
* Remove Unity System Compositor support - it is a dead projectRobert Ancell2018-08-301-3/+3
* Remove use of deprecated g_type_class_add_privateRobert Ancell2018-08-303-10/+4
* Move liblightdm variable declarations from the start of files.Robert Ancell2018-01-171-3/+1
* Move common variable declarations from the start of files.Robert Ancell2018-01-173-315/+229
* Fix up KeyboardLayouts migration to AccountsService extensionRobert Ancell2017-12-221-1/+1
* Use AccountsService extension system for extended greeter information (backgr...Robert Ancell2017-12-201-18/+40
* Remove unnecessary semicolons on the end of macrosRobert Ancell2017-12-112-4/+4
* Use g_auto to automatically free memoryRobert Ancell2017-09-273-154/+97
* Allow D-Bus interface to be disabledRobert Ancell2016-12-071-0/+1
* Fix crash with unknown configuration optionsRobert Ancell2016-11-221-5/+9
* Warn if we find unknown keys in configurationRobert Ancell2016-11-141-4/+117
* GObject property coding style fixesRobert Ancell2016-08-021-11/+9
* Fix finalizing common account usersRobert Ancell2016-07-141-33/+56
* Handle trailing whitespace on boolean valuesRobert Ancell2015-10-211-1/+16
* Use g_object_clear where we can for readibilityRobert Ancell2015-10-161-3/+1
* Tidy up finalize methodsRobert Ancell2015-10-162-5/+2
* Don't remove autotools generated files in distclean. That was kind of naughty...Robert Ancell2015-08-101-3/+0
* Warn if deprecated options logind-load-seats or xdg-seat are in configurationRobert Ancell2015-08-051-0/+5
* Ensure configuration file warning get in the log, not stderrRobert Ancell2015-08-052-5/+6
* Internally merge the [SeatDefaults] and [Seat:*] sections together. The previ...Robert Ancell2015-07-281-4/+9
* Fix configuration loading with new [Seat:*] sectionRobert Ancell2015-05-181-0/+3
* Don't double free configuration key sourcesRobert Ancell2014-10-091-1/+1
* Disable log message when AccountsService users change - unknown properties ca...Robert Ancell2014-10-031-2/+5
* Revert changes to AccountsService properties watching - it appears it's not u...Robert Ancell2014-10-031-161/+78
* Refactored code to replace hardcoded signal identification strings by constantsRobert Ancell2014-10-022-6/+12
|\
| * Refactored code to replace hardcoded signal identification strings by constants.Jesús González2014-09-302-6/+12
* | Get individual user properties as they change instead of GetAllRobert Ancell2014-10-021-75/+158
* | Only listen for standard AccountsService propertiesRobert Ancell2014-10-021-3/+3
* | Don't load .dmrc files unless we need the data from themRobert Ancell2014-09-181-33/+14
|/
* Remove unnecessary variableRobert Ancell2014-09-081-3/+1
* Fix memory leaksRobert Ancell2014-09-051-6/+11
* Add --show-config option that shows combined configurationRobert Ancell2014-08-222-12/+53
|\
| * Show source of configuration keysRobert Ancell2014-08-222-12/+53
|/
* Read config data from both XDG_DATA_DIRS and XDG_CONFIG_DIRS.Robert Ancell2014-03-183-1/+140
|\
| * Reverse order of directory loading for a given XDG variableMichael Terry2014-03-171-1/+3
| * Scan XDG_DATA_DIRS and XDG_CONFIG_DIRS for config values tooMichael Terry2014-03-172-3/+19
| * Move config loading into one function; move that function into libcommon; cal...Michael Terry2014-03-173-1/+123
|/
* Fix leaks in users objectsRobert Ancell2014-03-061-0/+2
* Fix small leaks detected by valgrindRobert Ancell2014-03-063-3/+16
* Add better cleanup as lightdm daemon closesMichael Terry2014-02-082-0/+10
* And convert accounts.c to use new sharable CommonUser class tooMichael Terry2014-02-049-140/+810
* Split core of user.c out into a sharable classMichael Terry2014-01-312-0/+1663