summaryrefslogtreecommitdiff
path: root/liblightdm-gobject
Commit message (Collapse)AuthorAgeFilesLines
* Use g_object_clear where we can for readibilityRobert Ancell2015-10-161-2/+1
|
* Remove trailing whitespace from MakefilesRobert Ancell2015-08-211-1/+1
|
* Merge with trunkRobert Ancell2015-08-101-1/+0
|\
| * Don't remove autotools generated files in distclean. That was kind of ↵Robert Ancell2015-08-101-1/+0
| | | | | | | | naughty and I should just use bzr clean-tree instead...
* | Merge with trunkRobert Ancell2015-08-108-140/+123
|\ \ | |/
| * Generate .vapi from GIR files and in the process fix a number of annotation ↵Robert Ancell2015-08-108-140/+123
| | | | | | | | issues
* | Support Wayland sessions / greetersRobert Ancell2015-07-282-12/+21
|/
* Fix small errors detected by scan-build (clang)Robert Ancell2015-03-191-1/+2
|
* Revert removal of ConsoleKit support.Robert Ancell2014-11-141-10/+63
| | | | | | ConsoleKit has recently been forked for XFCE and Illumos is using ConsoleKit + LightDM. http://lists.freedesktop.org/archives/lightdm/2014-November/000731.html
* Merge with trunkRobert Ancell2014-10-024-14/+27
|\
| * Refactored code to replace hardcoded signal identification strings by constants.Jesús González2014-09-304-14/+27
| |
* | Remove ConsoleKit support since upstream is long dead. Please migrate to ↵Robert Ancell2014-10-011-63/+10
|/ | | | logind or use LightDM 1.10 if ConsoleKit support is required.
* Remove trailing whitespaceRobert Ancell2014-09-196-65/+65
|
* Print error messages if fail to set channel encodingsRobert Ancell2014-09-151-2/+12
|
* Make socket writing code used between greeter and daemon more robustRobert Ancell2014-09-041-8/+22
|
* liblightdm-gobject: Enabled the library for lower Glib I/O versionsOlivier Martin2014-06-271-7/+0
| | | | | Removed GAsyncResultIface.is_tagged as this attribute was not available in earlier versions of Glib I/O.
* Add back Vala bindings for LightDM.Greeter.connect_sync - just mark as ↵Robert Ancell2014-06-011-0/+2
| | | | deprecated
* Fix a whole bunch of warnings generated by Clang.Christopher James Halse Rogers2014-05-282-2/+2
| | | | | 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)
* Add .vapi binding for User.uidRobert Ancell2014-05-131-0/+1
|
* Remove unwanted modAndrea Cimitan2014-05-121-26/+2
|
* Merged trunk and added symbolsAndrea Cimitan2014-05-121-2/+26
|\
* | Rename functionAndrea Cimitan2014-05-121-1/+1
| |
* | Add UID to lightdm gobject and qt bindingsAndrea Cimitan2014-05-092-2/+30
|/
* Rename lightdm_greeter_connect to lightdm_greeter_connect_to_daemon as it ↵Robert Ancell2014-05-063-13/+32
| | | | conflicts with g_signal_connect in Python
* Fix errors generating Gir filesRobert Ancell2014-05-051-1/+1
|
* Remove dead codeRobert Ancell2014-04-291-3/+0
|
* Simplify request slightlyRobert Ancell2014-04-291-14/+10
|
* Merge with trunkRobert Ancell2014-04-293-7/+114
|\
| * Fix up some coding style errors in liblightdm-gobjectRobert Ancell2014-04-291-24/+37
| |
| * Handle unexpected messages during synchronous calls. This is taken from an ↵Robert Ancell2014-04-291-104/+243
| |\ | | | | | | | | | unfinished asynchronous call branch.
| | * Handle unexpected messages during synchronous calls. This is taken from an ↵Robert Ancell2014-04-291-97/+230
| | | | | | | | | | | | unfinished asynchronous call branch.
| * | Make resettable a construction property that is sent as part of the connect ↵Robert Ancell2014-04-292-29/+26
| | | | | | | | | | | | message
| * | First pass at reset supportMichael Terry2014-04-242-2/+103
| |/
| * Fix return value for Vala bindings to Greeter.start_session_syncRobert Ancell2014-04-081-1/+1
| |
* | Fix Request object not inheriting from GObjectRobert Ancell2014-04-291-1/+2
| |
* | Add asynchronous liblightdm-gobject methodsRobert Ancell2014-04-043-154/+523
|/
* Remove unused variableRobert Ancell2014-03-181-1/+0
|
* Move config loading into one function; move that function into libcommon; ↵Michael Terry2014-03-171-25/+13
| | | | call it from liblightdm too
* simplify the patch based on Robert's feedbackCharles Kerr2014-03-171-17/+13
|
* don't call xkl_config_rec_get_from_server if we don't have a valid xkl_engine.Charles Kerr2014-03-151-10/+17
|
* Give meaningful return value if trying to create shared data directory for ↵Robert Ancell2014-02-251-0/+7
| | | | user that does not exist
* Fix reading response to ensure shared dir requestRobert Ancell2014-02-241-0/+1
|
* Read created directory from response, not sent message.Robert Ancell2014-02-211-1/+1
|\ | | | | Approved by PS Jenkins bot, Robert Ancell.
| * Read created directory from response, not send messageRobert Ancell2014-02-211-1/+1
| |
* | Make new shared dir code match existing coding style. Add some debugging ↵Robert Ancell2014-02-211-2/+3
|/ | | | messages to it.
* explicitly provide shared dir path to sessionsMichael Terry2014-02-192-15/+16
|
* Make directory creation synchronousMichael Terry2014-02-182-6/+27
|
* Add liblightdm function to ensure a shared data directoryMichael Terry2014-02-182-1/+38
|
* And convert accounts.c to use new sharable CommonUser class tooMichael Terry2014-02-043-9/+10
|
* Split core of user.c out into a sharable classMichael Terry2014-01-312-926/+100
|