| Commit message (Expand) | Author | Age | Files | Lines |
* | loginform.cpp: set focus on username field on resetv26 | Jonathan Bauer | 2020-02-06 | 1 | -1/+2 |
* | Make password placeholder configurable | Steffen Ritter | 2019-11-14 | 2 | -0/+4 |
* | minor formatting issue | Jonathan Bauer | 2019-11-14 | 1 | -0/+1 |
* | Handle special keys | Steffen Ritter | 2019-07-10 | 4 | -5/+41 |
* | Prevent infinite loop | Simon Rettberg | 2019-06-12 | 1 | -4/+4 |
* | remove newline | Jonathan Bauer | 2019-06-12 | 1 | -1/+0 |
* | rework reset timeout stuff | Jonathan Bauer | 2019-06-12 | 2 | -9/+15 |
* | fix missing return and removed unneeded check | Jonathan Bauer | 2019-06-12 | 1 | -2/+2 |
* | always reset input form when user idles | Jonathan Bauer | 2019-06-04 | 3 | -11/+12 |
* | reset to "chooser" page on inactivity | Jonathan Bauer | 2019-06-03 | 6 | -2/+45 |
* | fix indentation | Jonathan Bauer | 2019-06-03 | 1 | -1/+1 |
* | Add news panel to the right of the login form | Simon Rettberg | 2019-05-25 | 5 | -122/+402 |
* | Improve rendering even more | Simon Rettberg | 2019-05-16 | 3 | -90/+185 |
* | support for guest session | Jonathan Bauer | 2019-05-16 | 6 | -70/+317 |
* | Improve graphics rendering | Simon Rettberg | 2019-05-15 | 4 | -1/+232 |
* | Use Qt5 QObject::connect(), fix caplock message after failed login | Simon Rettberg | 2019-04-26 | 1 | -6/+11 |
* | Add caps lock warning | Simon Rettberg | 2019-04-18 | 6 | -12/+58 |
* | Fix: mini-icon might get cropped if > 95px | Simon Rettberg | 2019-04-18 | 2 | -15/+7 |
* | Propery scale mini iconv23 | Simon Rettberg | 2019-04-09 | 1 | -2/+1 |
* | Fix layout size | Simon Rettberg | 2019-03-20 | 1 | -2/+2 |
* | Make loginform-icon more flexible | Simon Rettberg | 2019-03-18 | 2 | -112/+209 |
* | Add second logo key for better migration from old slx-admin | Simon Rettberg | 2019-03-17 | 4 | -26/+29 |
* | Support passing dir as bottom-left-logo-path | Simon Rettberg | 2019-03-15 | 3 | -7/+32 |
* | Increase LDAP timeout to 8 secs | Simon Rettberg | 2018-12-04 | 1 | -1/+1 |
* | Namereplace: Try to call external tool to translate username | Simon Rettberg | 2018-12-04 | 1 | -4/+19 |
* | [loginform] configurable icon for login form | Jonathan Bauer | 2018-10-31 | 2 | -4/+13 |
* | Simplify Settings | Simon Rettberg | 2018-08-30 | 2 | -15/+13 |
* | Fix compile error | Simon Rettberg | 2018-08-30 | 2 | -0/+3 |
* | Sanitize C++11 | Simon Rettberg | 2018-08-30 | 6 | -24/+28 |
* | Make username placeholder configurable | Steffen Ritter | 2018-08-15 | 3 | -0/+20 |
* | Restructure clock styling, split background and text so shadows work with bgc... | Simon Rettberg | 2018-04-11 | 2 | -6/+19 |
* | Add clock, refactor settings class to be static | Simon Rettberg | 2018-04-10 | 5 | -33/+102 |
* | Trim username | Simon Rettberg | 2018-04-10 | 1 | -1/+1 |
* | Support regex mangling of username before passing to lightdm | Simon Rettberg | 2018-02-08 | 4 | -1/+92 |
* | Update readme | Simon Rettberg | 2018-01-19 | 2 | -1/+9 |
* | Temporarily show sleep icon when receiving USR1 | Simon Rettberg | 2018-01-19 | 5 | -1/+438 |
* | Fix image scaling by using proper existing methods instead of broken copy & p... | Simon Rettberg | 2017-12-16 | 1 | -55/+21 |
* | Add support for distro logo | Simon Rettberg | 2017-11-29 | 2 | -6/+47 |
* | Set focus on pw input after failed login | Simon Rettberg | 2017-11-24 | 1 | -2/+1 |
* | [cmake] Don't set to C++ only, makes some prechecks fail | Simon Rettberg | 2017-11-15 | 1 | -1/+1 |
* | Minor fixes, improvements | Simon Rettberg | 2017-11-14 | 5 | -30/+52 |
* | Super cool and awesome loginform style | Simon Rettberg | 2017-11-14 | 1 | -8/+16 |
* | Support autologin via guest session | Simon Rettberg | 2017-11-14 | 9 | -74/+209 |
* | Improve style a bit: Pull b-l-logo down, a bit smaller, better dropdown style | Simon Rettberg | 2017-11-13 | 3 | -10/+24 |
* | Increase font size in text fields a bit | Simon Rettberg | 2017-11-13 | 1 | -0/+2 |
* | Durrrrr | Simon Rettberg | 2017-11-13 | 1 | -1/+0 |
* | [cmake] Force c++11 | Simon Rettberg | 2017-11-13 | 1 | -0/+3 |
* | Implement log/messages display + logo display | Simon Rettberg | 2017-11-13 | 5 | -49/+119 |
* | Fix banner display, gradient parsing, add test mode (--test) | Simon Rettberg | 2017-11-12 | 6 | -53/+70 |
* | WORK IN PROGRESS! Add bwlp logo, banner support, log message window | Simon Rettberg | 2017-11-11 | 11 | -73/+152 |