]> rtime.felk.cvut.cz Git - sojka/lightdm.git/shortlog
sojka/lightdm.git
2014-09-30 Robert AncellApply debian/patches/07_apparmor-chrome.patch debian...
2014-09-30 Robert AncellRestore 1.11.9-0ubuntu2, it was reverted by error in...
2014-09-30 Sebastien Bacher* Restore 1.11.9-0ubuntu2, it was reverted by error...
2014-09-30 Launchpad Translatio... Launchpad automatic translations update.
2014-09-30 Robert AncellRelasing 1.12.0
2014-09-30 Robert AncellDon't access .dmrc files until information from these...
2014-09-23 Robert AncellMerge with trunk
2014-09-23 Robert AncellRename login1_session variable to login1_session_id...
2014-09-22 Launchpad Translatio... Launchpad automatic translations update.
2014-09-19 Robert AncellRemove trailing whitespace
2014-09-18 Robert AncellDon't load .dmrc files unless we need the data from...
2014-09-15 Robert AncellFix assumption that the display server is X when runnin...
2014-09-15 Robert AncellMerge with trunk
2014-09-15 Robert AncellDisable mir-script-hooks for now, we will work out...
2014-09-15 Robert AncellFix test description
2014-09-15 Robert AncellPrint error messages if fail to set channel encodings
2014-09-14 Launchpad Translatio... Launchpad automatic translations update.
2014-09-11 Robert AncellRemove unnecessary branch
2014-09-11 Robert AncellFix whitespace
2014-09-11 Robert AncellMerge with trunk
2014-09-10 Robert AncellReleasing 1.11.9
2014-09-10 Robert AncellMark test scripts as executable
2014-09-10 Robert AncellBring 1.11.8-0ubuntu2 changes in tree
2014-09-10 Robert AncellDon't check the logind CanGraphical seat property unles...
2014-09-10 Robert AncellCall LightDM asynchronously from test-runner as LightDM...
2014-09-09 Launchpad Translatio... Launchpad automatic translations update.
2014-09-08 Robert AncellMerge with trunk
2014-09-08 Robert AncellCall LightDM asynchronously from test-runner as LightDM...
2014-09-08 Robert AncellFix variable scope
2014-09-08 Robert AncellMerge with trunk
2014-09-07 Robert AncellRemove unnecessary variable
2014-09-05 Robert AncellAdd a test for the case seat0 has CanGraphical=false...
2014-09-05 Robert AncellImprove logind log messages
2014-09-05 Robert AncellFix memory leaks
2014-09-04 Robert AncellMake socket writing code used between greeter and daemo...
2014-09-04 Robert AncellFix memory leak in test-gobject-greeter
2014-09-04 Robert AncellRemove unused test-mir-greeter - we use the test-gobjec...
2014-09-04 Robert AncellConvert remaining login1 functions into methods in...
2014-09-03 Launchpad Translatio... Launchpad automatic translations update.
2014-09-03 Robert AncellReleasing 1.11.8
2014-09-03 Robert AncellRevert globbing changes - there are problems with it
2014-09-03 Robert AncellDon't use org.freedesktop.login1.Manager.GetSessionByPI...
2014-09-03 Robert AncellDon't try and guess if the session ID is from logind...
2014-09-03 Robert AncellDon't use org.freedesktop.login1.Manager.GetSessionByPI...
2014-09-03 Robert AncellDon't try and read both a login1 session id and Console...
2014-09-02 Robert AncellMatch seat configuration using globbing
2014-09-02 Robert AncellFix errors in test case and simplify using autologin...
2014-09-02 Robert AncellGenerate valid d-bus addresses for mock logind seats
2014-09-01 Robert AncellDon't assume display server is an X server when running...
2014-08-28 Robert AncellRemove remaining xdg-seat test files.
2014-08-28 Laércio de... Make sure we won't try to call free functions on null...
2014-08-28 Laércio de... Remove remaining xdg-seat test files
2014-08-28 Laércio de... Merge with trunk
2014-08-28 Laércio de... Merge with trunk
2014-08-28 Laércio de... Add regression test
2014-08-28 Laércio de... Collects all globbing config sections that match a...
2014-08-28 Laércio de... Use g_pattern_match_simple() to match config section...
2014-08-28 Robert AncellHandle CanGraphical property changing on logind seats
2014-08-27 Robert AncellDon't start non-graphical seats
2014-08-27 Laércio de... Move get_config_section() definition code before displa...
2014-08-27 Laércio de... Fix coding style
2014-08-27 Laércio de... Add support for simple globbing in seat config sections.
2014-08-27 Robert AncellReleasing 1.11.7
2014-08-27 Robert AncellSet -sharevts for X servers not on seat0
2014-08-27 Robert AncellAdd a new UPDATE-SEAT command so we can test logind...
2014-08-27 Robert AncellUse logind to provide the list of seats to use.
2014-08-27 Robert AncellRemove old manual way of creating seats. The xdg-seat...
2014-08-27 Robert AncellDon't assume that a config section exists when copying...
2014-08-27 Robert AncellFix multi-seat test invalid syntax
2014-08-27 Robert AncellDon't start any login1 seats if start-default-seat...
2014-08-27 Robert Ancellxdg-seat tests don't make sense anymore
2014-08-27 Robert AncellStop lightdm if can't add login1 seats to match existin...
2014-08-27 Robert AncellStop lightdm if logind created seat0 fails to start...
2014-08-27 Robert AncellRemove spurious FIXME block on normal error messages
2014-08-27 Robert AncellSimplify finding seats by name
2014-08-27 Robert AncellChange whitespace, coding style, error messages to...
2014-08-27 Robert AncellExport test login1 seat properties correctly
2014-08-27 Robert AncellSimplify multi-seat test case
2014-08-27 Robert AncellUse consistent seat naming
2014-08-27 Robert AncellFix syntax in multi-seat test script
2014-08-26 Robert AncellMake g_dbus_connection_signal_subscribe() call a little...
2014-08-26 Laércio de... Make g_dbus_connection_signal_subscribe() call a little...
2014-08-26 Laércio de... Fix mistakes in updated test-multi-seat script.
2014-08-26 Laércio de... Use login1_service_get_instance() more extensively...
2014-08-26 Laércio de... Fix typo in g_strfreev() call.
2014-08-26 Laércio de... Make seat type configurable for seats added from logind.
2014-08-26 Laércio de... Update test-multi-seat script to deal with seats added...
2014-08-25 Laércio de... Revert changes made in revision 2032.
2014-08-25 Laércio de... Ensure start-default-seat condition will never be reach...
2014-08-25 Launchpad Translatio... Launchpad automatic translations update.
2014-08-22 Laércio de... Add/Update some debug messages.
2014-08-22 Laércio de... Remove uneeded g_variant_unref() call inside g_variant_...
2014-08-22 Laércio de... Add a debug message before start monitoring logind...
2014-08-22 Laércio de... Add missing '*' in login1_service declaration.
2014-08-22 Laércio de... If logind is running, disable old-style static seat...
2014-08-22 Laércio de... Add missing declarations in callback function login1_se...
2014-08-22 Laércio de... Simplify callback function signal_cb() in login1.c.
2014-08-22 Laércio de... Introduce automatic multiseat support.
2014-08-22 Robert AncellAdd --show-config option that shows combined configuration
2014-08-22 Robert AncellShow source of configuration keys
next