]> rtime.felk.cvut.cz Git - sojka/lightdm.git/history - src
Launchpad automatic translations update.
[sojka/lightdm.git] / src /
2013-11-27 Robert AncellRename the guest session wrapper to have a simpler...
2013-11-27 Robert AncellMerge with trunk
2013-11-25 Michael TerryMake sure sessions are associated with the display...
2013-11-25 Michael TerryAdd new ability to specify a list of seat types to...
2013-11-25 Michael TerryOne more
2013-11-25 Michael TerryWhen locking, start display server after connecting...
2013-11-25 Michael TerryMove string free
2013-11-25 Michael TerryAnd allow duplicate types in type field
2013-11-25 Michael TerryMake loops a bit more explicit
2013-11-25 Michael TerryAllow "mir" session types in a "surfaceflinger" seat.
2013-11-19 Michael TerryAllow mir sessions inside a surfaceflinger seat
2013-11-18 Michael TerryRemove built-in xlocal fallback from unity seat; adjust...
2013-11-18 Michael TerryWhen a seat stops, try the next seat type if one is...
2013-11-18 Michael TerryAllow 'type' config field to be a string list
2013-11-17 Robert AncellRemove lightdm-set-defaults and gdmflexiserver.
2013-11-07 Robert AncellRename the guest session wrapper to have a simpler...
2013-11-07 Robert AncellDon't need to pass PKGLIBEXECDIR to lightdm source...
2013-11-07 Robert AncellRemove lightdm-set-defaults and gdmflexiserver.
2013-10-31 Robert AncellFix crash if switching to greeter and it isn't installe...
2013-10-31 Robert AncellFix crash if switching to greeter and it isn't installed
2013-10-30 Robert AncellImplement missing guest-wrapper functionality and enabl...
2013-10-30 Robert AncellMerge with trunk
2013-10-30 Robert AncellCorrectly set user in session setup script. Fixes:...
2013-10-30 Robert AncellFix notification of sessions being logged out. Fixes...
2013-10-30 Robert AncellCorrectly set user in session setup script
2013-10-30 Robert AncellMerge with trunk
2013-10-30 Robert AncellFix notification of sessions being logged out
2013-10-30 Robert AncellMerge with trunk
2013-10-30 Robert AncellAdd a test for the HasMessages user property.
2013-10-30 Robert AncellRefactor liblightdm user scanning to be simpler and...
2013-10-29 Alberto MiloneAdd support for a "display-stopped-script" field in...
2013-10-29 Robert AncellMerge with trunk
2013-10-29 Alberto MiloneAdd testcase for display-stopped-script and document it
2013-10-28 Michael TerrySet MIR_SERVER_NAME to assign a name to launched sessio...
2013-10-28 Michael TerryMerge from trunk
2013-10-28 Michael TerryFix typo and add test that would have caught it
2013-10-28 Michael TerryMerge Rob's session naming branch
2013-10-28 Robert AncellDon't attach the name to the display server, instead...
2013-10-27 Robert AncellDon't override guest session properties when logging...
2013-10-27 Robert AncellWhitespace changes
2013-10-27 Robert AncellDon't get argv twice
2013-10-27 Robert AncellAllow guest-wrapper to be set
2013-10-25 Alberto MiloneAdd support for a "display-stopped-script" field in...
2013-10-22 Robert AncellCorrectly set $XDG_SESSION_CLASS for greeters. This...
2013-10-21 Robert AncellMerge with trunk
2013-10-21 Robert AncellRemove some code
2013-10-21 Robert AncellCorrectly set $XDG_SESSION_CLASS for greeters. This...
2013-10-21 Michael TerryFix printf format
2013-10-21 Michael TerryKeep ID and display name separate for Mir servers,...
2013-10-17 Michael TerryMerge from trunk
2013-10-17 Michael TerrySet MIR_SERVER_NAME instead of MIR_ID, some minor cleanup
2013-10-15 Robert AncellAdd missing test scripts for new manual login checks.
2013-10-15 Robert AncellFix accessing free'd string when checking for X server...
2013-10-14 Robert AncellFix accessing free'd string when checking for X server...
2013-10-09 Robert AncellDestroy quit timeout when a process object is destroyed...
2013-10-09 Robert AncellDestroy quit timeout when a process object is destroyed...
2013-10-04 Robert AncellSet session environment variables for guest sessions...
2013-10-03 Robert AncellSet session environment variables for guest sessions
2013-09-30 Michael TerryDon't pass --standalone to unity-system-compositor...
2013-09-30 Michael TerryDrop --standalone argument to u-s-c, it should assume it
2013-09-30 Robert AncellFix tests broken in revision 1801.
2013-09-30 Robert AncellDon't fail writing X authority if reading it had an...
2013-09-30 Robert AncellFix free of uninitialized if writing X authority in...
2013-09-30 Robert AncellDon't fail writing X authority if reading it had an...
2013-09-30 Robert AncellRevert accidental commit
2013-09-30 Robert AncellFix tests broken in revision 1801
2013-09-25 Michael TerryUpdate environment variables that we pass to Mir.
2013-09-24 Michael TerrySame logic for normal session
2013-09-24 Michael TerryIf we aren't in a multi-seat environment, pass logind...
2013-09-19 Robert AncellAdd missing documentation for xremote seat options.
2013-09-19 Robert AncellAdd support for surfaceflinger.
2013-09-19 Robert AncellRemove VT hack from unity seat type
2013-09-19 Robert AncellAdd support for surfaceflinger
2013-09-19 Robert AncellFix test-mode not working, don't try and run the greete...
2013-09-19 Ian AbbottDon't clobber session tty (vt) name with xdisplay value...
2013-09-19 Robert AncellFix test-mode not working, don't try and run the greete...
2013-09-19 Robert AncellLog where the session log file is
2013-09-18 Michael TerryPass --standalone to USC
2013-09-18 Michael TerryUpdate env vars
2013-09-18 Ian AbbottDon't clobber session tty (vt) name with xdisplay value.
2013-09-11 Michael TerrySet XDG_VTNR=1 as a fallback if using SeatUnity without...
2013-09-10 Robert AncellFor xauthority use open() with a mode instead of chmod...
2013-09-10 Robert AncellFor xauthority use open() with a mode instead of chmod...
2013-09-10 Robert AncellCorrectly set permissions on Xauthority file.
2013-09-10 Michael TerryWhen using SeatUnity, if VTs aren't working, at least...
2013-09-10 Robert AncellCorrectly set permissions on Xauthority file
2013-09-09 Robert AncellSet XDG_CURRENT_DESKTOP for login sessions. Fixes:...
2013-09-09 Robert AncellSet XDG_CURRENT_DESKTOP for login sessions
2013-09-06 Robert AncellFix a bunch of small errors picked up by Coverity.
2013-09-05 Robert AncellFix overallocation of array for strings from greeter.
2013-09-05 Robert AncellFix overallocation of array for strings from greeter
2013-09-05 Robert AncellFix overallocation of array for strings from greeter
2013-09-05 Robert AncellFix truncation writing card32 in XDMCP server.
2013-09-05 Robert AncellCheck return value reading from signal pipe
2013-09-05 Robert AncellFix truncation writing card32 in XDMCP server
2013-09-05 Robert AncellFix XDMCP unable to write 32 bit values
2013-08-29 Robert AncellAdd xdg-seat config setting.
2013-08-26 Michael TerryUse new SET_NEXT_SESSION command for u-s-c to tell...
2013-08-26 Michael TerryAdd test for set-next-session
2013-08-26 Alberts MuktupāvelsAdd xdg-seat config setting
next