summaryrefslogtreecommitdiff
path: root/liblightdm-qt/QLightDM
Commit message (Collapse)AuthorAgeFilesLines
* Replace deprecated QAbstractItemModel::setRoleNamesRobert Ancell2021-02-162-0/+2
|
* Add is-blocked property to the User objectCorentin Noël2019-04-091-1/+2
|
* liblightdm-qt: mark class PowerInterface as exportedYves-Alexis Perez2018-05-231-1/+1
| | | | fix build when using -fvisibility=hidden to stop exporting all symbols
* Expose autologin-session as a hint to the greeterRobert Ancell2017-09-211-0/+1
| | | | Based on a patch by Roland Tapken.
* Get rid of duplicate Qt property definitionRobert Ancell2016-11-021-2/+0
|
* Add functions for getting contents of /etc/motdRobert Ancell2016-11-021-2/+4
|
* Add functions for getting fields from /etc/os-releaseRobert Ancell2016-11-021-0/+10
|
* Add missing method QLightDM::Greeter::cancelAutologinRobert Ancell2014-12-191-0/+1
|
* Remove trailing whitespaceRobert Ancell2014-09-192-4/+4
|
* Add UID to lightdm gobject and qt bindingsAndrea Cimitan2014-05-091-1/+2
|
* Rename lightdm_greeter_connect to lightdm_greeter_connect_to_daemon as it ↵Robert Ancell2014-05-061-0/+1
| | | | conflicts with g_signal_connect in Python
* First pass at reset supportMichael Terry2014-04-241-0/+3
|
* explicitly provide shared dir path to sessionsMichael Terry2014-02-191-1/+1
|
* Make directory creation synchronousMichael Terry2014-02-181-1/+1
|
* Add liblightdm function to ensure a shared data directoryMichael Terry2014-02-181-0/+1
|
* Some packaging changes to make the tarball match what is in bzr and prevent ↵Michael Terry2013-09-111-1/+0
| | | | lintian warnings
* Use a session type for different types of sessionsRobert Ancell2013-07-091-3/+3
|
* Start work on Mir sessionsRobert Ancell2013-06-041-1/+2
|
* Merge with trunkRobert Ancell2013-04-164-19/+19
|\
| * Drop semicolons after namespaces tooMichael Terry2013-04-154-4/+4
| |
| * Use modern Q_SLOTS and Q_SIGNALS instead of slots and signalsMichael Terry2013-04-153-15/+15
| |
* | Add upower testsRobert Ancell2013-04-151-2/+2
| |
* | Add regression tests for power functionalityRobert Ancell2013-04-151-2/+2
|/ | | | Required modifying PowerInterface::canRestart() and PowerInteface::canShutdown()
* Register enums with QObject meta type systemMichael Terry2013-04-023-0/+8
|
* whoops, put the new enum at the back of the packMichael Terry2013-03-081-2/+2
|
* Instead, add a new roleMichael Terry2013-03-081-0/+1
|
* Relicense liblightdm to LGPL-2/LGPL-3 so GPL-2 code can link against itRobert Ancell2013-02-014-12/+8
|
* Changes to QLightDMRobert Ancell2012-10-053-3/+11
|\ | | | | | | | | | | - Add default constructor to Qt power interface - Expose image path in UsersModel - Add parameter to session model to show either local or remote sessions
| * add parameter to session model to show either local or remote sessionsDavid Edmundson2012-09-081-1/+7
| |
| * Expose image path in UsersModelDavid Edmundson2012-09-081-1/+3
| |
| * Add default constructor to Qt power interfaceDavid Edmundson2012-09-021-1/+1
| |
* | Add greeter-show-remote-login hintRobert Ancell2012-10-011-0/+1
|\ \
| * | Add greeter-show-remote-login hintMichael Terry2012-09-111-0/+1
| |/
* | Correctly implement and test autologin timeoutsRobert Ancell2012-09-201-0/+1
|/
* Start work on supporting remote session typesRobert Ancell2012-08-201-0/+1
|
* Expose remaining properties in QLightDM::GreeterDavid Edmundson2012-06-221-0/+8
|
* Add showManualLoginHint to liblightdm-qtRobert Ancell2012-03-081-0/+1
|
* Add a has-messages property to liblightdmRobert Ancell2012-02-151-1/+2
|
* Add Lock D-Bus method that locks the seat and provides a hint to the greeter ↵Robert Ancell2012-02-091-0/+1
| | | | to be in lock mode
* Expose the user sessionAurélien Gâteau2012-01-231-1/+2
|
* Expose the session "key" property to QMLAurélien Gâteau2012-01-231-1/+2
| | | | | | Rename IdRole to KeyRole because: - It maps more closely to lightdm API - Having a role named "id" on the QML side is asking for trouble
* Remove the System namespace.Aurelien Gateau2012-01-092-28/+0
| | | | liblightdm-qt users should call Greeter::hostname() instead.
* Support grabbing user's background from accountsservice if availableMichael Terry2011-12-071-1/+2
|
* Mark "hostname" property as constantAurelien Gateau2011-12-061-1/+1
|
* Add "hostname" property to GreeterAurelien Gateau2011-12-011-1/+4
|
* add isAuthenticated propertyDavid Edmundson2011-11-291-0/+3
|
* Fix final methods in greeterDavid Edmundson2011-11-262-6/+5
|
* Port sessions model to use GObject libDavid Edmundson2011-11-223-5/+9
|
* Update greeter to use GObject libDavid Edmundson2011-11-221-8/+5
|
* Start of refactor to make QLightDM use the GObject library.David Edmundson2011-11-201-7/+6
| | | | Initial UsersModel port