summaryrefslogtreecommitdiff
path: root/liblightdm-qt/QLightDM/greeter.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop semicolons after namespaces tooMichael Terry2013-04-151-1/+1
* Use modern Q_SLOTS and Q_SIGNALS instead of slots and signalsMichael Terry2013-04-151-13/+13
* Register enums with QObject meta type systemMichael Terry2013-04-021-0/+2
* Relicense liblightdm to LGPL-2/LGPL-3 so GPL-2 code can link against itRobert Ancell2013-02-011-3/+2
* 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 Lock D-Bus method that locks the seat and provides a hint to the greeter ...Robert Ancell2012-02-091-0/+1
* 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-261-5/+3
* Update greeter to use GObject libDavid Edmundson2011-11-221-8/+5
* User -> UsersModelDavid Edmundson2011-11-161-1/+0
* Fix missing constsDavid Edmundson2011-11-161-2/+2
* Fix whitespaceDavid Edmundson2011-11-161-54/+54
* Turn power interface into a proper class.David Edmundson2011-11-151-1/+0
* Fix PromptType and MessageType enum namespacing and case.David Edmundson2011-11-111-19/+19
* Move private methods from Greeter to GreeterPrivateDavid Edmundson2011-11-111-0/+84
* Remove the .h files in QLightDMRobert Ancell2011-07-191-93/+0
* Split out hostname from QLightDM::GreeterRobert Ancell2011-07-191-25/+0
* Really tidy up liblightdmRobert Ancell2011-07-191-2/+2
* Don't need loginWithUserPrompt(), just set a default in login()Robert Ancell2011-07-191-2/+1
* Update liblightdm-qt API to match liblightdm-gobjectRobert Ancell2011-07-191-15/+23
* Support hide-users hintRobert Ancell2011-07-181-1/+1
* Fix whitespace in QLightDMRobert Ancell2011-07-181-52/+52
* Make generic hint fields for greetersRobert Ancell2011-07-181-3/+9
* Added a session-failed signal to indicate if the session didn't start and the...Robert Ancell2011-07-181-0/+1
* Drop theme codeRobert Ancell2011-07-181-3/+0
* Split the user accounts configuration into /etc/lightdm/users.conf so the mai...Robert Ancell2011-07-171-4/+0
* Remove the ill-thought-out select-user and select-guest signals. Get the gre...Robert Ancell2011-07-151-2/+0
* Added two signals: select-user and select-guest. This requires the greeter ...Robert Ancell2011-07-141-0/+2
* Drop ldm_greeter_get_is_first() - it was added for testing and doesn't work wellRobert Ancell2011-07-141-1/+0
* Rename ldm_greeter_provide_secret to ldm_greeter_respond - responses may not ...Robert Ancell2011-07-121-1/+1
* Added getProperty method in QLightDMDavid Edmundson2011-07-031-19/+20
* Change greeter library API, starting a session no longer has a language optionRobert Ancell2011-06-291-1/+1
* Allow the greeter to know if this is the first greeter on this displayRobert Ancell2011-06-161-0/+1
* Set QLightDM library to LGPLDavid Edmundson2011-06-101-4/+4
* Added copyright notices to QLightDMDavid Edmundson2011-06-091-1/+12
* Remove pointless startSessionWithDefaults and just added default values for s...David Edmundson2011-06-041-2/+1
* Drop ldm_greeter_get_default_layout (X controls the layout), some cleanups in...Robert Ancell2011-06-031-1/+0
* More guest account work, change liblightdm APIRobert Ancell2011-06-031-5/+4
* More plumbing for guest loginsRobert Ancell2011-06-031-3/+6
* Added a users modelDavid Edmundson2011-05-221-10/+3