summaryrefslogtreecommitdiff
path: root/src/lightdm.c
Commit message (Expand)AuthorAgeFilesLines
* Use logrotate to handle files in the default log directoryAlexandros Frantzis2015-10-201-8/+3
* Use g_object_clear where we can for readibilityRobert Ancell2015-10-161-2/+1
* Merge with trunkRobert Ancell2015-08-051-58/+115
|\
| * Internally merge the [SeatDefaults] and [Seat:*] sections together. The previ...Robert Ancell2015-07-281-2/+1
| * Fix configuration loading with new [Seat:*] sectionRobert Ancell2015-05-181-6/+3
| * Use new Xmir binary when running X under Unity System CompositorRobert Ancell2015-05-141-0/+2
| * Restore support for [SeatDefaults] so it won't break exiting config files.Laércio de Sousa2015-04-151-1/+9
| * Deprecate [SeatDefaults] in favour of new globbing support for seat config se...Laércio de Sousa2015-04-141-37/+32
| * Fix small errors detected by scan-build (clang)Robert Ancell2015-03-191-1/+0
| * Fixed improper merging of parent revision 2102Jesús González2014-12-171-13/+31
| * Merged changes from parent branchJesús González2014-12-161-4/+0
| |\
| | * Detect when logind changes the active session and log it (will be connected i...Jesús González2014-12-121-6/+20
| | * Don't attempt generate D-Bus seat/session removal signals on shutdown.Robert Ancell2014-12-081-13/+31
| * | Merged changes from parent branchJesús González2014-10-141-1/+2
| |\ \ | | |/
| * | Merged changes from parent branchJesús González2014-10-141-53/+56
| |\ \
| * | | Reverted "can-graphical-changed" signal constants to prepare for parent branc...Jesús González2014-10-021-2/+3
| * | | Refactored code to add seat_find_session_by_login1_id() for better SOLID prac...Jesús González2014-09-201-13/+9
| * | | Fixes a bug that prevents session locking if the session was unlocked after ...Jesús González2014-09-191-9/+55
* | | | Load listen-address from configurationRobert Ancell2014-11-101-1/+9
| |_|/ |/| |
* | | Disable automatic setting "allow-user-switching=false" for non-seat0 seats wh...Laércio de Sousa2014-10-021-1/+2
| |/ |/|
* | Refactored code to replace hardcoded signal identification strings by constantsRobert Ancell2014-10-021-14/+14
|\ \
| * | Refactored code to replace hardcoded signal identification strings by constants.Jesús González2014-09-301-14/+14
* | | Match seat configuration using globbingRobert Ancell2014-10-021-41/+44
|\ \ \ | |/ / |/| |
| * | Merge with trunkLaércio de Sousa2014-09-101-8/+15
| |\ \ | | |/
| * | Move debug message from add_login1_seat() to set_seat_properties() body.Laércio de Sousa2014-09-031-1/+1
| * | Fix iteration pointer when iterating backwards on GList objectLaércio de Sousa2014-09-031-1/+1
| * | Fix duplicate key loading and simplify how config sections are loadedRobert Ancell2014-09-031-31/+21
* | | Remove trailing whitespaceRobert Ancell2014-09-191-3/+3
| |/ |/|
* | Don't check the logind CanGraphical seat property unless login-check-graphica...Robert Ancell2014-09-101-3/+6
* | Improve logind log messagesRobert Ancell2014-09-051-5/+9
* | Revert globbing changes - there are problems with itRobert Ancell2014-09-031-35/+22
|/
* Make sure we won't try to call free functions on null pointers.Laércio de Sousa2014-08-281-3/+6
* Merge with trunkLaércio de Sousa2014-08-281-32/+20
|\
| * Collects all globbing config sections that match a given seat name, not only ...Laércio de Sousa2014-08-281-19/+18
| * Use g_pattern_match_simple() to match config section globbing against seat name.Laércio de Sousa2014-08-281-13/+2
* | Merge with trunkLaércio de Sousa2014-08-281-7/+58
|\ \ | |/ |/|
| * Handle CanGraphical property changing on logind seatsRobert Ancell2014-08-281-11/+58
| * Don't start non-graphical seatsRobert Ancell2014-08-281-0/+4
* | Move get_config_section() definition code before display_manager_seat_removed...Laércio de Sousa2014-08-271-34/+34
* | Fix coding styleLaércio de Sousa2014-08-271-1/+1
* | Add support for simple globbing in seat config sections.Laércio de Sousa2014-08-271-14/+36
|/
* Remove old manual way of creating seats. The xdg-seat option and the AddSeat(...Robert Ancell2014-08-271-101/+9
* Don't assume that a config section exists when copying from itRobert Ancell2014-08-271-3/+3
* Don't start any login1 seats if start-default-seat=false to match existing us...Robert Ancell2014-08-271-6/+10
* Stop lightdm if can't add login1 seats to match existing behaviourRobert Ancell2014-08-271-13/+31
* Stop lightdm if logind created seat0 fails to start to match existing behaviourRobert Ancell2014-08-271-0/+3
* Remove spurious FIXME block on normal error messagesRobert Ancell2014-08-271-2/+1
* Simplify finding seats by nameRobert Ancell2014-08-271-19/+4
* Change whitespace, coding style, error messages to match existing codeRobert Ancell2014-08-271-6/+4
* Use login1_service_get_instance() more extensively in lightdm.c.Laércio de Sousa2014-08-261-7/+5