summaryrefslogtreecommitdiff
path: root/liblightdm-qt
Commit message (Collapse)AuthorAgeFilesLines
* Start work on supporting remote session typesRobert Ancell2012-08-202-1/+7
|
* Expose remaining properties in QLightDM::GreeterDavid Edmundson2012-06-221-0/+8
|
* Move from QString::fromLocal8Bit to QString::fromUtf8 when converting from ↵David Edmundson2012-04-243-27/+27
| | | | | | gchar. gchars are always UTF8. This fixes issues with special characters in usernames.
* Return the user face as a QIcon rather than a QPixmapAurélien Gâteau2012-04-101-2/+2
|\
| * Return the user face as a QIcon rather than a QPixmapAurélien Gâteau2012-02-141-2/+2
| | | | | | | | | | | | If we don't use a QIcon then when the model is used in a QComboBox the QComboBox::iconSize() is ignored, causing the icon to be huge in the drop-down list.
* | Add showManualLoginHint to liblightdm-qtRobert Ancell2012-03-082-0/+7
| |
* | Fix Qt bindings crash when removing a user.David Edmundson2012-02-201-1/+1
| |
* | Remove unused variableDavid Edmundson2012-02-201-1/+0
| |
* | Add a has-messages property to liblightdmRobert Ancell2012-02-152-1/+9
| |
* | Add Lock D-Bus method that locks the seat and provides a hint to the greeter ↵Robert Ancell2012-02-092-0/+7
|/ | | | to be in lock mode
* Expose the user sessionAurélien Gâteau2012-01-232-1/+7
|
* Expose the session "key" property to QMLAurélien Gâteau2012-01-232-6/+10
| | | | | | 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-094-53/+0
| | | | liblightdm-qt users should call Greeter::hostname() instead.
* Merged more-user-roles branchAurelien Gateau2011-12-121-0/+5
|\
| * Do not expose RealNameRole, but keep DisplayRole exposed.Aurelien Gateau2011-12-081-2/+2
| |
| * Merged trunkAurelien Gateau2011-12-073-3/+11
| |\
| * | Expose UsersModel roles to QMLAurelien Gateau2011-12-051-0/+5
| | |
* | | Support grabbing user's background from accountsservice if availableMichael Terry2011-12-072-1/+8
| |/ |/|
* | System is still here for now, use lightdm_get_hostname()Aurelien Gateau2011-12-061-2/+2
| | | | | | | | (We don't link to QtNetwork anymore)
* | Mark "hostname" property as constantAurelien Gateau2011-12-061-1/+1
| |
* | Add "hostname" property to GreeterAurelien Gateau2011-12-012-1/+9
|/
* Merge in liblightdm-qt-2 changesRobert Ancell2011-11-3021-1133/+683
|\
| * Bump to liblightdm-qt-2David Edmundson2011-11-302-5/+5
| |
| * add isAuthenticated propertyDavid Edmundson2011-11-291-0/+3
| |
| * lightdm-qt-0 => lightdm-qt-1 in pkgconfig fileAurelien Gateau2011-11-281-2/+2
| |
| * Fix build:Aurelien Gateau2011-11-284-4/+55
| | | | | | | | | | | | - Bring back liglightdm-qt/Makefile.am - #include <lightdm-gobject-1/lightdm.h> => #include <lightdm.h> - Adjust qt greeter code to liblightdm-qt changes
| * Merge commitDavid Edmundson2011-11-261-1/+8
| |\
| | * Fix potential crash in usersmodelDavid Edmundson2011-11-261-1/+8
| | |
| * | Fix final methods in greeterDavid Edmundson2011-11-263-9/+26
| |/
| * Port sessions model to use GObject libDavid Edmundson2011-11-225-95/+66
| |
| * Fix crash in usersmodelDavid Edmundson2011-11-221-7/+8
| |
| * Update greeter to use GObject libDavid Edmundson2011-11-222-382/+77
| |
| * Start of refactor to make QLightDM use the GObject library.David Edmundson2011-11-203-156/+133
| | | | | | | | Initial UsersModel port
| * User -> UsersModelDavid Edmundson2011-11-166-10/+8
| |
| * Fix missing constsDavid Edmundson2011-11-162-4/+4
| |
| * Fix whitespaceDavid Edmundson2011-11-161-54/+54
| |
| * Change singleton classes to be normal QObjects which don't leak.David Edmundson2011-11-164-26/+1
| |
| * Turn power interface into a proper class.David Edmundson2011-11-154-65/+93
| |
| * remove unused language classDavid Edmundson2011-11-153-101/+0
| |
| * Tidy users modelDavid Edmundson2011-11-113-155/+57
| |
| * Make code in user model more sane.David Edmundson2011-11-111-15/+14
| |
| * Whitespace fixesDavid Edmundson2011-11-111-20/+23
| |
| * Fix PromptType and MessageType enum namespacing and case.David Edmundson2011-11-112-23/+23
| |
| * Move private methods from Greeter to GreeterPrivateDavid Edmundson2011-11-117-48/+359
| |
| * Fix Qt headers.David Edmundson2011-11-1013-328/+41
| | | | | | | | | | Fix moc loading to match other other code Create system class rather than using namespace methods.
* | Fix .pc file for liblightdm-qt-1Robert Ancell2011-11-291-2/+2
|/
* Update build system to find moc/uicBobMauchin2011-10-101-3/+3
|
* Fix liblightdm-qt crashing when face images are installedRobert Ancell2011-09-301-22/+12
|
* Use correct D-Bus and power interface in liblightdm-qtFaheem Pervez2011-09-221-5/+5
|
* Add language selector into GTK greeter (disabled by default)Robert Ancell2011-09-201-1/+1
|